546
edits
No edit summary |
Epoximator (talk | contribs) No edit summary |
||
Line 48: | Line 48: | ||
{ | { | ||
border: 1px #98AAB1 solid; | border: 1px #98AAB1 solid; | ||
background-color: # | background-color: #F4F4F4; | ||
} | } | ||
#layout-tabs ul li a:hover | #layout-tabs ul li a:hover | ||
Line 77: | Line 77: | ||
/*more tab styling, tab-pane to be precise*/ | /*more tab styling, tab-pane to be precise*/ | ||
#layout-content div.tabbed_pane | #layout-content div.tabbed_pane | ||
#layout-content div.tabbed_pane div.pane, | { | ||
#layout-content div.tabbed_pane div.pane table | width: 96%; | ||
} | |||
#layout-content div.tabbed_pane div.pane ul, | |||
#layout-content div.tabbed_pane div.pane div table | |||
{ | { | ||
width: 100%; | width: 100%; | ||
display: table; | |||
} | |||
#layout-content div.tabbed_pane div.pane | |||
{ | |||
min-height: 400px;*/ | |||
} | |||
#layout-content div.tabbed_pane div.pane.hide | |||
{ | |||
display: none; | |||
} | |||
#layout-content div.tabbed_pane ul.tabs li.selected | |||
{ | |||
padding: 1px 6px 1px 6px; | |||
} | } | ||
#layout-content div.tabbed_pane ul.tabs | #layout-content div.tabbed_pane ul.tabs | ||
{ | { | ||
Line 99: | Line 114: | ||
background-color: #E5E5E5; | background-color: #E5E5E5; | ||
} | } | ||
#layout-content div.tabbed_pane ul.tabs li:hover | #layout-content div.tabbed_pane ul.tabs li:hover | ||
{ | { | ||
background-color: white; | background-color: white; | ||
} | } | ||
#layout-content div.tabbed_pane ul.tabs li.selected | #layout-content div.tabbed_pane ul.tabs li.selected | ||
{ | { | ||
background: #FFFFFF; | |||
background: # | |||
border-bottom: 1px #fefefe double; | border-bottom: 1px #fefefe double; | ||
} | } | ||
#layout-content div.tabbed_pane | #layout-content div.tabbed_pane div.pane | ||
{ | { | ||
border: 1px #98AAB1 solid; | border: 1px #98AAB1 solid; | ||
background | background: #E5E5E5 url(http://static.anidb.net/css/sub-silver/images/sub-bg-body.gif) repeat-x; | ||
} | } | ||
#layout-content div.tabbed_pane div. | #layout-content div.tabbed_pane div.pane > * | ||
{ | { | ||
border: 1px solid orange; | |||
} | } | ||
#layout-content div.tabbed_pane div.pane table, | |||
#layout-content div.tabbed_pane div.pane | #layout-content div.tabbed_pane div.pane ul, | ||
#layout-content div.tabbed_pane div.pane ul li | |||
{ | { | ||
background: inherit; | |||
} | } | ||
Line 134: | Line 144: | ||
{ | { | ||
background: #fefefe url(http://static.anidb.net/css/sub-silver/images/sub-bg-body.gif) repeat-x; | background: #fefefe url(http://static.anidb.net/css/sub-silver/images/sub-bg-body.gif) repeat-x; | ||
border: none; | /*border: none;*/ | ||
} | } | ||
Line 159: | Line 169: | ||
#layout-content div.block div.data | #layout-content div.block div.data | ||
{ | { | ||
display: table-cell; | |||
width: 60%; | width: 60%; | ||
height: 100%; | |||
} | } | ||
#layout-content div.block div.data > div | #layout-content div.block div.data > div | ||
{ | { | ||
display: table; | display: table; | ||
height: 100%; | |||
} | } | ||
#layout-content div.block + div.desc | #layout-content div.block + div.desc | ||
Line 173: | Line 186: | ||
/*somewhat of a personal fix to get rid of the retarded boxes around icons when shifting the text to the left out of the screen - works fine in opera and FF. IE breaks badly*/ | /*somewhat of a personal fix to get rid of the retarded boxes around icons when shifting the text to the left out of the screen - works fine in opera and FF. IE breaks badly*/ | ||
/**.i_icon | |||
{ | |||
text-indent: 0px; | |||
overflow: hidden; | |||
line-height: 500px; | |||
}*/ | |||
h4, | h4, | ||
Line 185: | Line 198: | ||
cursor: pointer; | cursor: pointer; | ||
width: 100%; | width: 100%; | ||
edits