aboutsummaryrefslogtreecommitdiffstats
path: root/monocol.css
blob: ae7ab11ed37744c133aebdff839fa65af622cfbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
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;
}
Un proyecto texto-plano.xyz