User:Der Idiot/test.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
} | } | ||
*/ | */ | ||
#layout-menu li.sub-menu ul li#user-xauth | |||
{ | |||
background:url("http://static.anidb.net/css/icons/orange/button_logon.gif") no-repeat scroll 0 0 transparent; | |||
height:12px; | |||
width:42px; | |||
margin:-15px 2px 3px 58px; | |||
padding:0; | |||
} | |||
#layout-menu li.sub-menu ul li#user-signup | |||
{ | |||
background:url("http://static.anidb.net/css/icons/orange/button_signup.gif") no-repeat scroll 0 0 transparent; | |||
height:12px; | |||
width:42px; | |||
margin:3px 10px 3px 8px; | |||
padding:0; | |||
} |
Revision as of 23:57, 6 February 2010
@import "http://static.anidb.net/css-dev/test/test.css"; /* #layout-menu li.sub-menu ul li#user-xauth { margin:3px 2px 3px 10px; float:left; } #layout-menu li.sub-menu ul li#user-signup { float:right; margin:3px 10px 3px 2px; } */ #layout-menu li.sub-menu ul li#user-xauth { background:url("http://static.anidb.net/css/icons/orange/button_logon.gif") no-repeat scroll 0 0 transparent; height:12px; width:42px; margin:-15px 2px 3px 58px; padding:0; } #layout-menu li.sub-menu ul li#user-signup { background:url("http://static.anidb.net/css/icons/orange/button_signup.gif") no-repeat scroll 0 0 transparent; height:12px; width:42px; margin:3px 10px 3px 8px; padding:0; }