view myrss2/static/index.css @ 108:cffd95813b82

add myrss2
author paulo
date Sun, 24 May 2020 00:22:05 -0700
parents
children
line source
1 body
2 {
3 background-color: #111;
4 color: #ccc;
5 }
7 a:link
8 {
9 color: #831;
10 text-decoration: none;
11 }
13 a:hover
14 {
15 text-decoration: underline;
16 }
18 a:visited
19 {
20 color: gray;
21 }
23 table.index td
24 {
25 padding-right: 15px;
26 }
28 div.index_date
29 {
30 font-size: small;
31 color: #666;
32 }
34 div.email
35 {
36 font-size: small;
37 }
39 div.debug
40 {
41 font-family: monospace;
42 font-size: x-small;
43 }
45 h1
46 {
47 font-family: "sans-serif";
48 }
50 h2
51 {
52 font-family: "sans-serif";
53 }
55 a.z1
56 {
57 color: #A31;
58 }
60 a.z2
61 {
62 color: #851;
63 }
65 a.z3
66 {
67 color: #833;
68 }
70 p:first-line
71 {
72 font-weight: bold;
73 }