Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!

Difference between revisions of "MediaWiki:Vector.css"

From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
1,265 bytes removed ,  02:52, 14 November 2014
no edit summary
Line 6: Line 6:
#simpleSearch input#searchInput {
#simpleSearch input#searchInput {
width: 14em;
width: 14em;
}
div.vectorTabs li.selected a,
div.vectorTabs li.selected a span,
div.vectorTabs li.selected a:visited,
div.vectorTabs li.selected a:visited span
{
color:#FFFFFF;
font-weight:bold;
}
div.vectorTabs li a,
div.vectorTabs li a span,
div.vectorTabs li a:visited,
div.vectorTabs li a:visited span
{
color:#CCCCCC;
font-weight:bold;
}
div#content{
background:#808080;
}
a.visited{
color:#006ECB;
}
a{
color:#47B9EA;
}
div.vectorTabs ul li.selected{
background: #000000;
background: -moz-linear-gradient(center top,#CC0000,#282828);
background: -webkit-linear-gradient(top,#CC0000,#282828);
background: -o-linear-gradient(top,#CC0000,#282828);
background: -ms-linear-gradient(top,#CC0000,#282828);
background: linear-gradient(top,#CC0000,#282828;
color: #DFDFDF;
}
div.vectorTabs ul li{
background: #000000;
background: -moz-linear-gradient(center top,#C0C0C0,#282828);
background: -webkit-linear-gradient(top,#C0C0C0,#282828);
background: -o-linear-gradient(top,#C0C0C0,#282828);
background: -ms-linear-gradient(top,#C0C0C0,#282828);
background: linear-gradient(top,#C0C0C0,#282828;
color: #C0C0C0;
}
#firstHeading {
color: #CCCCCC;
}
h1,
h2,
h3,
h4,
h5,
h6{
color: #CCCCCC;
border-bottom: #CCCCCC;
}
div#mw-panel div.portal h3{
color:#DFDFDF;
}
}


body  
body  
{
{
   background: #282828;
   background: #DFDFDF;
}
}


/*
textarea
textarea
{
{
Line 369: Line 299:
   color:#A55858;
   color:#A55858;
}
}
*/

Navigation menu