Mercurial > hg > index.fcgi > www > www-1
comparison myrss2/static/index.css @ 125:d216dd8e63da
pics3: implement thumbs page
author | paulo |
---|---|
date | Sat, 01 May 2021 01:59:08 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:73ad664b6942 |
---|---|
1 body | |
2 { | |
3 background-color: #111; | |
4 color: #ccc; | |
5 } | |
6 | |
7 a:link | |
8 { | |
9 color: #831; | |
10 text-decoration: none; | |
11 } | |
12 | |
13 a:hover | |
14 { | |
15 text-decoration: underline; | |
16 } | |
17 | |
18 a:visited | |
19 { | |
20 color: gray; | |
21 } | |
22 | |
23 table.index td | |
24 { | |
25 padding-right: 15px; | |
26 } | |
27 | |
28 div.index_date | |
29 { | |
30 font-size: small; | |
31 color: #666; | |
32 } | |
33 | |
34 div.email | |
35 { | |
36 font-size: small; | |
37 } | |
38 | |
39 div.debug | |
40 { | |
41 font-family: monospace; | |
42 font-size: x-small; | |
43 } | |
44 | |
45 h1 | |
46 { | |
47 font-family: "sans-serif"; | |
48 } | |
49 | |
50 h2 | |
51 { | |
52 font-family: "sans-serif"; | |
53 } | |
54 | |
55 a.z1 | |
56 { | |
57 color: #A31; | |
58 } | |
59 | |
60 a.z2 | |
61 { | |
62 color: #851; | |
63 } | |
64 | |
65 a.z3 | |
66 { | |
67 color: #833; | |
68 } | |
69 | |
70 p:first-line | |
71 { | |
72 font-weight: bold; | |
73 } | |
74 |