wb-archiv283/branches/2.6.x/wb/templates/allcss/print.css @ 2116
| 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: #660033; |
||
| 12 | text-decoration: none; |
||
| 13 | }
|
||
| 14 | a:hover { |
||
| 15 | color: #993366; |
||
| 16 | text-decoration: none; |
||
| 17 | }
|
||
| 18 | hr { |
||
| 19 | margin: 15px 0px 15px 0px; |
||
| 20 | color: #660033; |
||
| 21 | height: 1px; |
||
| 22 | width: 100%; |
||
| 23 | }
|
||
| 24 | h1 { |
||
| 25 | font-size: 15px; |
||
| 26 | color: #993366; |
||
| 27 | margin: 5px 0px 5px 0px; |
||
| 28 | }
|
||
| 29 | form { |
||
| 30 | margin: 0; |
||
| 31 | }
|
||
| 32 | .main { |
||
| 33 | width: 100%; |
||
| 34 | margin: 0; |
||
| 35 | padding: 0; |
||
| 36 | }
|
||
| 37 | .banner { |
||
| 38 | font-size: 20px; |
||
| 39 | font-weight: bold; |
||
| 40 | color: #FFFFFF; |
||
| 41 | padding-bottom: 20px; |
||
| 42 | text-align: center; |
||
| 43 | }
|
||
| 44 | .search_box { |
||
| 45 | display: none; |
||
| 46 | }
|
||
| 47 | .menu { |
||
| 48 | display: none; |
||
| 49 | }
|
||
| 50 | .menu ul, .menu li { |
||
| 51 | display: none; |
||
| 52 | }
|
||
| 53 | .login_table { |
||
| 54 | display: none; |
||
| 55 | }
|
||
| 56 | .content { |
||
| 57 | margin: 0; |
||
| 58 | text-align: justify; |
||
| 59 | }
|
||
| 60 | .footer { |
||
| 61 | clear: both; |
||
| 62 | height: 20px; |
||
| 63 | background: #FFFFFF; |
||
| 64 | font-size: 10px; |
||
| 65 | color: #666666; |
||
| 66 | text-align: center; |
||
| 67 | padding-top: 20px; |
||
| 68 | }
|
||
| 69 | .powered_by { |
||
| 70 | display: none; |
||
| 71 | }
|