aboutsummaryrefslogtreecommitdiffstats
path: root/monocol.css
diff options
context:
space:
mode:
Diffstat (limited to 'monocol.css')
-rw-r--r--monocol.css93
1 files changed, 93 insertions, 0 deletions
diff --git a/monocol.css b/monocol.css
new file mode 100644
index 0000000..ae7ab11
--- /dev/null
+++ b/monocol.css
@@ -0,0 +1,93 @@
+/*
+Este archivo es liberado bajo las mismas condiciones de la licencia MIT.
+v. 0.01 monocol hoja de estilo 26-11-2020
+Francisco Fuentes (fuentes_f en encompasserve.org / correo en ffuent.es)
+*/
+
+h1 {
+ font-family: monospace;
+ font-size: 24px;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: 700;
+ line-height: 26.4px;
+ text-decoration: underline
+}
+
+h2 {
+ font-family: monospace;
+ font-size: 20px;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: 700;
+}
+
+h3 {
+ font-family: monospace;
+ font-size: 14px;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: 700;
+ line-height: 15.4px;
+}
+
+p, li {
+ font-family: monospace;
+ font-size: 14px;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: 400;
+ line-height: 20px;
+}
+
+blockquote {
+ font-family: monospace;
+ font-size: 21px;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: 400;
+ line-height: 30px;
+}
+
+pre {
+ font-family: monospace;
+ font-size: 13px;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: 400;
+ line-height: 18.5714px;
+}
+
+code {
+ font-family: monospace;
+ background-color: #000000;
+ color: #ffffff;
+ font-size: 13px;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: 400;
+ line-height: 18.5714px;
+}
+
+
+img {
+ max-width: 100%;
+ height: auto;
+}
+
+
+.img-container {
+ text-align: center;
+}
+
+ul.menu li{
+ display:inline;
+}
+
+@media only screen and (min-width: 768px) {
+ /* For desktop: */
+ article {
+ word-wrap: break-word;
+ width: 600px;
+ margin: 0 auto;
+} \ No newline at end of file
Un proyecto texto-plano.xyz