Andrew Lewman commited on 2011-07-09 05:56:31
Zeige 1 geänderte Dateien mit 15 Einfügungen und 2 Löschungen.
... | ... |
@@ -175,7 +175,20 @@ td#thanks_r { |
175 | 175 |
text-shadow: #ffcc00 0px 2px 2px, #555555 0px -2px 2px; |
176 | 176 |
} |
177 | 177 |
|
178 |
-#thanks_btm a { |
|
178 |
+#thanks_l a { |
|
179 |
+ font-family: "Liberation Serif", "Times New Roman", Times, serif; |
|
180 |
+ font-size: 24px; |
|
181 |
+ font-weight: normal; |
|
182 |
+ font-style: italic; |
|
183 |
+ text-decoration: none; |
|
184 |
+ color: #9362b1; |
|
185 |
+} |
|
186 |
+ |
|
187 |
+#thanks_l a:hover { |
|
188 |
+ text-decoration: underline; |
|
189 |
+} |
|
190 |
+ |
|
191 |
+#thanks_r a { |
|
179 | 192 |
font-family: "Liberation Sans", Arial, Helvetica, sans-serif; |
180 | 193 |
font-size: 20px; |
181 | 194 |
color: #9362b1; |
... | ... |
@@ -189,7 +202,7 @@ td#thanks_r { |
189 | 202 |
border-radius: 5px; |
190 | 203 |
} |
191 | 204 |
|
192 |
-#thanks_btm a:hover { |
|
205 |
+#thanks_r a:hover { |
|
193 | 206 |
background-color: #9362b1; |
194 | 207 |
color: #FFFFFF; |
195 | 208 |
text-shadow: #444444 2px 2px 3px; |
196 | 209 |