Mercurial > hg > vamp-website
annotate forum/Themes/default/css/wireless.css @ 98:054c48a8860c rdfquery
Style the "no results found" message
author | Chris Cannam |
---|---|
date | Mon, 23 Jun 2014 16:01:00 +0100 |
parents | e3e11437ecea |
children |
rev | line source |
---|---|
Chris@76 | 1 .catbg, tr.catbg td |
Chris@76 | 2 { |
Chris@76 | 3 background-color: #6d92aa; |
Chris@76 | 4 color: #fff; |
Chris@76 | 5 } |
Chris@76 | 6 .titlebg, .titlebg a, .titlebg a:link, .titlebg a:visited |
Chris@76 | 7 { |
Chris@76 | 8 background-color: #b6dbff; |
Chris@76 | 9 color: #000; |
Chris@76 | 10 text-decoration: none; |
Chris@76 | 11 } |
Chris@76 | 12 .windowbg, tr.windowbg td |
Chris@76 | 13 { |
Chris@76 | 14 background-color: #fff; |
Chris@76 | 15 color: #000; |
Chris@76 | 16 } |
Chris@76 | 17 .windowbg2, tr.windowbg2 td |
Chris@76 | 18 { |
Chris@76 | 19 background-color: #c0c0c0; |
Chris@76 | 20 color: #000; |
Chris@76 | 21 } |
Chris@76 | 22 .new, a:link.new, a:visited.new |
Chris@76 | 23 { |
Chris@76 | 24 background-color: #2f2fc0; |
Chris@76 | 25 color: #fff; |
Chris@76 | 26 } |
Chris@76 | 27 .updated |
Chris@76 | 28 { |
Chris@76 | 29 color: red; |
Chris@76 | 30 } |
Chris@76 | 31 /* Resize our post area as needed */ |
Chris@76 | 32 #message |
Chris@76 | 33 { |
Chris@76 | 34 width: 98%; |
Chris@76 | 35 } |