User:Gyz/vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 69: | Line 69: | ||
/*Page navigation adjustment*/ | /*Page navigation adjustment*/ | ||
div>table[style]>tbody | div>table[style]:nth-last-child(4)>tbody | ||
{ | { | ||
position:fixed; | position:fixed; | ||
| Line 77: | Line 77: | ||
left:2em; | left:2em; | ||
background-color:#A7D7F9; | background-color:#A7D7F9; | ||
border-color:# | border-color:#000000; | ||
height:40px; | height:40px; | ||
vertical-align:bottom; | vertical-align:bottom; | ||
| Line 84: | Line 84: | ||
filter:alpha(opacity=15); | filter:alpha(opacity=15); | ||
} | } | ||
iv>table[style]:nth-last-child(4)>tbody:hover | |||
{ | { | ||
bottom:0; | bottom:0; | ||
| Line 97: | Line 97: | ||
height:40px; | height:40px; | ||
} | } | ||
iv>table[style]:nth-last-child(4)>tbody:hover td | |||
{ | { | ||
height:auto; | height:auto; | ||
Revision as of 06:08, 1 April 2012
/*You must need the following four lines of code for any kind of customization I do!*/
body
{
height:100%;
}
/*Hides navbar*/
div#mw-panel
{
visibility:visible;
position:fixed;
top:0px;
left:-9.5em;
background-color:#F3F3F3;
border-right:1px solid #A7D7F9;
opacity:0.9;
filter:alpha(opacity=90);
overflow-y:auto;
overflow-x:hidden;
z-index:2;
padding-top:0;
height:100%;
}
div#mw-panel div.portal
{
overflow:visible;
}
div#mw-panel div#p-navigation
{
margin-top:160px;
}
div#mw-panel:hover
{
left:0;
}
div#p-logo
{
position:fixed;
left:-9.5em;
width:9em;
top:0px;
overflow:hidden;
background-color:#F3F3F3;
border-bottom:2px solid #E0E0E0;
z-index:3
}
div#mw-panel:hover div#p-logo
{
left:0em
}
div#mw-head-base
{
margin-left:10px;
}
div#content
{
position:relative;
left:0;
margin-left:10px;
}
div#left-navigation
{
left:10em;
}
div#footer
{
margin-left:10px;
}
/*section end*/
/*Page navigation adjustment*/
div>table[style]:nth-last-child(4)>tbody
{
position:fixed;
margin:0;
padding:0 0 0 10em;
bottom:-15px;
left:2em;
background-color:#A7D7F9;
border-color:#000000;
height:40px;
vertical-align:bottom;
overflow-y:hidden;
opacity:0.15;
filter:alpha(opacity=15);
}
iv>table[style]:nth-last-child(4)>tbody:hover
{
bottom:0;
height:auto;
background-color:transparent;
border-color:#AAAAAA;
opacity:0.9;
filter:alpha(opacity=90);
}
div>table[style] td
{
height:40px;
}
iv>table[style]:nth-last-child(4)>tbody:hover td
{
height:auto;
vertical-align:inherit;
background-color:#F8F8F8;
}
/*section end*/
/*References adjustment*/
ol.references
{
background-color:#000000;
border:1px solid #000000;
padding:0.25em 0.25em 0.25em 2em;
position:fixed;
bottom:0;
right:0;
width:40em;
height:25px;
opacity:0.07;
filter:alpha(opacity=7);
}
ol.references:hover
{
background-color:#FFFFFF;
border:1px solid #000000;
width:40em;
height:auto;
opacity:1;
filter:alpha(opacity=100);
}
/*section end*/