User:Der Idiot/tab2.css: Difference between revisions
Jump to navigation
Jump to search
(New page: @import "http://static.anidb.net/css/zakura/zakura.css"; #layout-content { margin-top: 1px; } #layout-tabs { margin-left: 165px; padding: 1em; padding-bottom: 0; margin-top: 0; pad...) |
No edit summary |
||
Line 1: | Line 1: | ||
@import "http://static.anidb.net/css/ | @import "http://static.anidb.net/css-dev/sub-gray/sub-gray.css"; | ||
#layout-tabs ul li a, | |||
#layout-tabs ul li.g_odd a | |||
#layout-tabs | |||
#layout-tabs ul | |||
{ | { | ||
border: 1px #98AAB1 solid; | |||
border: | |||
background-color: inherit; | background-color: inherit; | ||
} | } | ||
#layout-tabs ul li a:hover, | |||
#layout-main div.tabbed_pane ul.tabs li:hover | |||
{ | { | ||
background-color: #BFC2C9; | |||
} | } | ||
#layout-tabs ul li.selected a | |||
{ | { | ||
background-color: #BFC2C9; | |||
border-bottom: 1px #E5E5E5 double; | |||
} | } |
Revision as of 22:37, 29 January 2008
@import "http://static.anidb.net/css-dev/sub-gray/sub-gray.css"; #layout-tabs ul li a, #layout-tabs ul li.g_odd a { border: 1px #98AAB1 solid; background-color: inherit; } #layout-tabs ul li a:hover, #layout-main div.tabbed_pane ul.tabs li:hover { background-color: #BFC2C9; } #layout-tabs ul li.selected a { background-color: #BFC2C9; border-bottom: 1px #E5E5E5 double; }