comparison pics3/static/index.css @ 140:ae6b4032a912

myrss2: FEEDS: Add jabberwocking.com, remove danielmiessler.com
author paulo
date Mon, 03 Jul 2023 04:40:23 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:567200ea3c50
1 body
2 {
3 background-color: #111;
4 color: #ccc;
5 }
6
7 a:link
8 {
9 color: #831;
10 }
11
12 a:visited
13 {
14 color: gray;
15 }
16
17 img
18 {
19 border-width: 0px;
20 }
21
22 img.sel
23 {
24 padding: 2px;
25 border-width: 4px;
26 border-style: solid;
27 }
28
29 img.sel2
30 {
31 padding: 2px;
32 border-width: 2px;
33 border-style: dashed;
34 }