wb-archiv283/branches/2.6.x/wb/templates/round/print.css @ 564
1 | 4 | ryan | body,td,th { |
---|---|---|---|
2 | font-family: Verdana, Arial, Helvetica, sans-serif; |
||
3 | font-size: 12px; |
||
4 | color: #000000; |
||
5 | }
|
||
6 | body { |
||
7 | background-color: #FFFFFF; |
||
8 | margin: 0px; |
||
9 | }
|
||
10 | a:link, a:visited, a:active { |
||
11 | color: #003366; |
||
12 | text-decoration: none; |
||
13 | }
|
||
14 | a:hover { |
||
15 | color: #336699; |
||
16 | text-decoration: none; |
||
17 | }
|
||
18 | .header, .menu, .search, .powered_by, .footer { |
||
19 | display: none; |
||
20 | }
|
||
21 | .content { |
||
22 | vertical-align: top; |
||
23 | }
|