aboutsummaryrefslogtreecommitdiffstats
path: root/_sass/monocol.scss
blob: ac6e92d1ae2650d2dc58d7f37f6a8a29984b6435 (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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
/*
# 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;
}

.site-title {
	font-family:  monospace;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 26.4px;
	text-decoration: none;
}

a:link, a:visited, a:active {
    color:#000;
    font-weight:normal;
}

a:hover {
    background-color:#000; 
    color:#fff; 
    text-decoration:none;
}

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;
	font-size: 12px;
	font-style: italic;
	font-variant: normal;
	font-weight: 600;
	line-height: 18.5714px;
}



img {
  max-width: 100%;
  height: auto;
}

.center-image {
    margin: 0 auto;
    display: block;
}

.img-container {
	text-align: center;
}

ul.menu li{
	display:inline;
}	

article {
	  padding: 30px 0px;
    }

@media only screen and (min-width: 768px) {
  /* For desktop: */
  main {
	  word-wrap: break-word; 
	  width: 600px;
	  margin: 0 auto;
    }
}
Un proyecto texto-plano.xyz