Mercurial > hg > index.fcgi > www > www-1
view myrss/index.css @ 142:2ed8cf5f36bf
myrss2: fix handling of null feed title or links; miscellaneous URL updates
author | paulo |
---|---|
date | Mon, 18 Dec 2023 20:10:27 +0000 |
parents | 23235139f34d |
children |
line source
1 @import "../index.css";
3 h1
4 {
5 font-family: "sans-serif";
6 }
8 h2
9 {
10 font-family: "sans-serif";
11 }
13 a:link
14 {
15 text-decoration: none;
16 }
18 a:hover
19 {
20 text-decoration: underline;
21 }
23 a.z1
24 {
25 color: #A31;
26 }
28 a.z2
29 {
30 color: #851;
31 }
33 a.z3
34 {
35 color: #833;
36 }
38 p:first-line
39 {
40 font-weight: bold;
41 }