Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done! See here for Indie Wiki Jam Info!

Difference between revisions of "User:KeybladeSpyMaster/vector.css"

From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
Tag: Replaced
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
body{
/* CSS placed here will affect this user of the Vector skin */
background:#C0C0C0
}
 
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:#282828;
color:#FFFFFF;
}
 
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#content.siteNotice,
#mw-dismissable-notice {
background: none;
}

Latest revision as of 05:49, 28 April 2020

/* CSS placed here will affect this user of the Vector skin */