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:Tacopill/vector.css"

From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
Line 1: Line 1:
/* CSS placed here will affect users of the vector skin */
/* CSS placed here will affect users of the vector skin */
/* Nintendo = ff0016 */
/* Widen search bar */
#simpleSearch input#searchInput {
width: 14em;
}
body
{
  background: #000080;
}
textarea
{
background: #FAFAD2;
}
#mw-page-base
{
  background: none;
}
#mw-panel.collapsible-nav div.portal div.body ul li a
{
  color:#EEE8AA;
}
#mw-panel.collapsible-nav div.portal div.body ul li a:visited
{
  color:#CAF2FF;
}
#mw-panel.collapsible-nav div.portal
{
  background:#000000;
  border: 1px solid brown;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -icab-border-radius: 15px;
  -o-border-radius: 15px;
}
#mw-panel.collapsible-nav div.portal
{
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#mw-panel.collapsible-nav div.portal h5
{
  color:#FFD700;
}
#mw-panel.collapsible-nav div.portal h5 a
{
  color:#FFD700;
}
#content
{
background: #FF7F00;
border: 1px solid brown;
color: #EEE8AA;
}
div#footer a
{
  color:#EEE8AA;
}
div#footer a:visited
{
  color:#CAF2FF;
}
div#footer ul li
{
  color:#EEE8AA;
}
div#footer ul
{
  background:#000000;
  border: 1px solid brown;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -icab-border-radius: 15px;
  -o-border-radius: 15px;
}
#p-personal
{
  border-bottom-left-radius: 10px 10px;
  -moz-border-radius-bottomleft: 10px 10px;
  margin-right:-12px;
  padding-right:10px;
  padding-left:5px;
  background:#000000;
  border: 1px solid brown;
  color: #EEE8AA;
}
#p-personal ul li a
{
  color:yellow;
}
#p-personal ul li a.new
{
  color:#F66;
}
div.thumb
{
border-color: transparent;
}
.vectorTabs
{
background: #000000;
color: #EEE8AA;
}
div.vectorTabs ul li
{
background: #000000;
color: #EEE8AA;
}
div.vectorTabs ul li.selected
{
background: #000000;
color: #EEE8AA;
}
div.vectorMenu ul
{
background: #000000;
color: #EEE8AA;
}
div.vectorTabs li a,
div.vectorTabs li a span {
  color:#EEE8AA;
}
#siteNotice, #mw-dismissable-notice
{
  background:#paleGoldenrod;
}
#siteNotice a, #mw-dismissable-notice a
{
  color:#6753A1;
}
/*
#siteNotice a:visited, #mw-dismissable-notice a:visited
{
  color:#CAF2FF;
}
*/
.CategoryTreeLabel
{
  color:#EEE8AA;
}
.CategoryTreeLabel:visited
{
  color:#CAF2FF;
}
.firstHeading
{
  /*color:#EEE8AA;*/
}
#siteSub
{
  color:#7F7C58;
}
#pt-userpage,
#pt-anonuserpage,
#pt-login {
    background: none;
}
#content a.extiw,
#content a.extiw:active {
    color: #EEE8AA;
    background: none;
    padding: 0;
}
#content a.external {
    color: #ff9d00;
}
#content a.external:visited {
    color: #ffb53f;
}
#toc
{
  background:none;
}
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:#CAF2FF;
font-weight:bold;
}
div.vectorMenu li a
{
color: paleGoldenrod;
}
body.ltr .thumbcaption
{
  color:#ff0000;
}
#content a.extiw,
#content a.extiw:active
{
  color:#ff0000;
}
.catlinks
{
  background:#000000;
}
.CategoryTreeBullet
{
  color:#EEE8AA;
}
table
{
  background:transparent;
}
.palegoldenrod
{
color:#EEE8AA;
}
/* CSS placed here will affect users of the vector skin */
li.not-patrolled
{
background-color:#8253B2;
}
h4
{
background-color:#EEEE8A;
}
h2
{
background-color:#EEEE8A;
}
/* CSS placed here will affect users of the vector skin */
li.not-patrolled
{
background-color:#8253B2;
}
h4
{
background-color:#EEE8A;
}
div.Square_Enix a, table.Square_Enix a
{
  color:#EEEE8A;
}
div.Square_Enix a:visited, table.Square_Enix a:visited
{
  color:EEEE8A;
}
.Square_Enix td a
{
  color:#BA0000;
}
.Square_Enix td a:visited
{
  color:#0B0080;
}
.Square_Enix td a.new
{
  color:#BA0000;
}
.Square_Enix td a.new:visited
{
  color:#A55858;
}

Revision as of 00:41, 9 June 2012

/* CSS placed here will affect users of the vector skin */