User:Der Idiot/test.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
@import "http://static.anidb.net/css- | @import "http://static.anidb.net/css/anigoogle-menu/anigoogle-menu.css"; | ||
#layout-search input, | |||
# | #user-xname input, | ||
#user-xpass input, | |||
#user-xname input, | |||
#user-xpass input, | |||
select, | |||
textarea, | |||
input[type="text"], | |||
input[type="password"], | |||
input[type="checkbox"] | |||
{ | { | ||
font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif; | |||
font-size:130%; | |||
} | } | ||
#layout-menu li.sub-menu ul li#user- | #layout-menu li.sub-menu ul li#user-xpass input, | ||
#layout-menu li.sub-menu ul li#user-xname input | |||
{ | { | ||
font-size:13px; | |||
} | |||
#layout-menu li.sub-menu ul li#user-signup a, | |||
#layout-menu li.sub-menu ul li#user-xauth button | |||
{ | |||
cursor:pointer; | |||
} | |||
#layout-main div.spoiler input.button | |||
{ | |||
font-weight: normal; | |||
} | } | ||
Revision as of 22:15, 23 February 2010
@import "http://static.anidb.net/css/anigoogle-menu/anigoogle-menu.css"; #layout-search input, #user-xname input, #user-xpass input, #user-xname input, #user-xpass input, select, textarea, input[type="text"], input[type="password"], input[type="checkbox"] { font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size:130%; } #layout-menu li.sub-menu ul li#user-xpass input, #layout-menu li.sub-menu ul li#user-xname input { font-size:13px; } #layout-menu li.sub-menu ul li#user-signup a, #layout-menu li.sub-menu ul li#user-xauth button { cursor:pointer; } #layout-main div.spoiler input.button { font-weight: normal; }