Mercurial > hg > vamp-website
comparison forum/Themes/default/css/wireless.css @ 76:e3e11437ecea website
Add forum code
author | Chris Cannam |
---|---|
date | Sun, 07 Jul 2013 11:25:48 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
75:72f59aa7e503 | 76:e3e11437ecea |
---|---|
1 .catbg, tr.catbg td | |
2 { | |
3 background-color: #6d92aa; | |
4 color: #fff; | |
5 } | |
6 .titlebg, .titlebg a, .titlebg a:link, .titlebg a:visited | |
7 { | |
8 background-color: #b6dbff; | |
9 color: #000; | |
10 text-decoration: none; | |
11 } | |
12 .windowbg, tr.windowbg td | |
13 { | |
14 background-color: #fff; | |
15 color: #000; | |
16 } | |
17 .windowbg2, tr.windowbg2 td | |
18 { | |
19 background-color: #c0c0c0; | |
20 color: #000; | |
21 } | |
22 .new, a:link.new, a:visited.new | |
23 { | |
24 background-color: #2f2fc0; | |
25 color: #fff; | |
26 } | |
27 .updated | |
28 { | |
29 color: red; | |
30 } | |
31 /* Resize our post area as needed */ | |
32 #message | |
33 { | |
34 width: 98%; | |
35 } |