User:Gyz/vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 73: | Line 73: | ||
margin:0; | margin:0; | ||
padding:0 0 0 10em; | padding:0 0 0 10em; | ||
bottom: | bottom:-15px; | ||
background-color:#A7D7F9; | background-color:#A7D7F9; | ||
border-color:# | border-color:#AAAAAA; | ||
height: | height:30px; | ||
vertical-align:bottom; | vertical-align:bottom; | ||
overflow-y:hidden; | overflow-y:hidden; | ||
opacity:0. | opacity:0.15; | ||
filter:alpha(opacity= | filter:alpha(opacity=15); | ||
} | } | ||
table[style] tbody:hover | table[style] tbody:hover | ||
| Line 86: | Line 86: | ||
background-color:transparent; | background-color:transparent; | ||
border-color:#AAAAAA; | border-color:#AAAAAA; | ||
height: | height:40px; | ||
opacity:0.9; | opacity:0.9; | ||
filter:alpha(opacity=90); | filter:alpha(opacity=90); | ||
} | |||
table[style] td | |||
{ | |||
vertical-align:bottom; | |||
} | } | ||
table[style] tbody:hover td | table[style] tbody:hover td | ||
Revision as of 04:18, 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;
}
/*Page navigation*/
table[style] tbody
{
position:fixed;
margin:0;
padding:0 0 0 10em;
bottom:-15px;
background-color:#A7D7F9;
border-color:#AAAAAA;
height:30px;
vertical-align:bottom;
overflow-y:hidden;
opacity:0.15;
filter:alpha(opacity=15);
}
table[style] tbody:hover
{
background-color:transparent;
border-color:#AAAAAA;
height:40px;
opacity:0.9;
filter:alpha(opacity=90);
}
table[style] td
{
vertical-align:bottom;
}
table[style] tbody:hover td
{
background-color:#F8F8F8;
}