aboutsummaryrefslogtreecommitdiffstats
path: root/web/static/estilo.css
blob: 9f0bd9fc1e7112833f53b512f69db16c82e299d1 (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
/* links en el sitio */
a[href^="./"]{
 text-decoration:none;
}
/* links externos */
a[rel=external]:after{
 content:"↝";
}
a{
 color: #363;
}
a:hover{
 background-color: #363;
 color: #fff;
}
a:visited{
 color: #773;
}
a:visited:hover{
 background-color: #773;
 color: #fff;
}

body{
 color: #333;
 max-width:40em;
 margin:0 auto;
 font-size:18px;
 padding: 1em;
}

nav,footer,section{
 border-top: 1px dotted;
}
footer{
 font-size: small;
 text-align: center;
}

pre{
 background-color: #ddd;
 padding:1em;
}

gallery{
 display:flex;
 flex-direction:row;
 flex-wrap:wrap;
 justify-content:space-evenly;
 align-content:center;
}
img{
 margin:10px;
}

nav{
 font-size:smaller;
}

nav li{
 list-style-type:square;
}
Un proyecto texto-plano.xyz