Show More
@@ -51,6 +51,34 b' div.page-header {' | |||||
51 | div.page-header a { |
|
51 | div.page-header a { | |
52 | text-decoration: none; |
|
52 | text-decoration: none; | |
53 | } |
|
53 | } | |
|
54 | div.rss_logo { | |||
|
55 | float: right; white-space: nowrap; | |||
|
56 | } | |||
|
57 | div.rss_logo a { | |||
|
58 | padding:3px 6px; line-height:10px; | |||
|
59 | border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e; | |||
|
60 | color:#ffffff; background-color:#ff6600; | |||
|
61 | font-weight:bold; font-family:sans-serif; font-size:10px; | |||
|
62 | text-align:center; text-decoration:none; | |||
|
63 | } | |||
|
64 | div.rss_logo a:hover { | |||
|
65 | background-color:#ee5500; | |||
|
66 | } | |||
|
67 | ||||
|
68 | td.indexlinks { | |||
|
69 | white-space: nowrap; | |||
|
70 | } | |||
|
71 | td.indexlinks a { | |||
|
72 | padding: 2px 5px; line-height: 10px; | |||
|
73 | border: 1px solid; | |||
|
74 | color: #ffffff; background-color: #7777bb; | |||
|
75 | border-color: #aaaadd #333366 #333366 #aaaadd; | |||
|
76 | font-weight: bold; text-align: center; text-decoration: none; | |||
|
77 | font-size: 10px; | |||
|
78 | } | |||
|
79 | td.indexlinks a:hover { | |||
|
80 | background-color: #6666aa; | |||
|
81 | } | |||
54 |
|
82 | |||
55 | div.page-header form { |
|
83 | div.page-header form { | |
56 | position: absolute; |
|
84 | position: absolute; | |
@@ -195,7 +223,7 b' p.normal {' | |||||
195 |
|
223 | |||
196 | table { |
|
224 | table { | |
197 | margin: 10px 0 0 20px; |
|
225 | margin: 10px 0 0 20px; | |
198 |
width: |
|
226 | width: auto; | |
199 | border-collapse: collapse; |
|
227 | border-collapse: collapse; | |
200 | } |
|
228 | } | |
201 | table tr td { |
|
229 | table tr td { |
General Comments 0
You need to be logged in to leave comments.
Login now