User:Rar/anidb.css: Difference between revisions
< User:Rar
m (make note text visible) |
(Textarea previe) |
||
Line 1: | Line 1: | ||
@import "http://www.anidb.net/css/blue/blue.css"; | @import "http://www.anidb.net/css/blue/blue.css"; | ||
#layout-content div.g_notebox | #layout-content div.g_notebox | ||
{ | { | ||
border: 1px solid #AFAF00; | border: 1px solid #AFAF00; | ||
} | } | ||
#layout-content div. | #layout-content div.g_notebox h3 | ||
{ | { | ||
color: # | color: #AFAF00; | ||
} | } | ||
textarea | |||
{ | { | ||
width: 90%; | |||
} | } |
Revision as of 19:27, 2 August 2006
@import "http://www.anidb.net/css/blue/blue.css"; #layout-content div.g_notebox { border: 1px solid #AFAF00; } #layout-content div.g_notebox h3 { color: #AFAF00; } textarea { width: 90%; }