Site Notice

We have a limited coverage policy. Please check our coverage page to see which articles are allowed.
Please no leaked content less than one year old, or videos of leaks.
Content copied verbatim from other websites or wikis will be removed.

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

From NintendoWiki, your source on Nintendo information. By fans, for fans.
Jump to navigation Jump to search
Line 91: Line 91:
 
#p-personal
 
#p-personal
 
{
 
{
  border: 1px solid #00f;
 
  background:#985B00;
 
 
   border-bottom-left-radius: 10px 10px;
 
   border-bottom-left-radius: 10px 10px;
 
   -moz-border-radius-bottomleft: 10px 10px;
 
   -moz-border-radius-bottomleft: 10px 10px;
Line 98: Line 96:
 
   padding-right:10px;
 
   padding-right:10px;
 
   padding-left:5px;
 
   padding-left:5px;
 
+
  background: #400005;
 +
  border: 1px solid brown;
 +
  color: #EEE8AA;
 
}
 
}
  
Line 110: Line 110:
 
   color:#F66;
 
   color:#F66;
 
}
 
}
 +
 +
 +
 +
 +
 +
  
 
/*
 
/*
Line 136: Line 142:
 
{
 
{
 
background: #400005;
 
background: #400005;
border: 1px solid brown;
 
 
color: #EEE8AA;
 
color: #EEE8AA;
 
}
 
}
Line 143: Line 148:
 
{
 
{
 
background: #400005;
 
background: #400005;
border: 1px solid brown;
 
 
color: #EEE8AA;
 
color: #EEE8AA;
 
}
 
}
Line 150: Line 154:
 
{
 
{
 
background: #400005;
 
background: #400005;
border: 1px solid brown;
 
 
color: #EEE8AA;
 
color: #EEE8AA;
 
}
 
}
Line 157: Line 160:
 
{
 
{
 
background: #400005;
 
background: #400005;
border: 1px solid brown;
 
 
color: #EEE8AA;
 
color: #EEE8AA;
 
}
 
}
 +
 +
div.vectorTabs li a,
 +
div.vectorTabs li a span {
 +
  color:#EEE8AA;
 +
}
 +
  
 
#siteNotice, #mw-dismissable-notice
 
#siteNotice, #mw-dismissable-notice
Line 166: Line 174:
 
}
 
}
  
html body.skin-vector ul {list-style-image: url("/wiki/favicon.ico");}
+
/* html body.skin-vector ul {list-style-image: url("/wiki/favicon.ico");} */
  
  
Line 178: Line 186:
 
{
 
{
 
   color:#7F7C58;
 
   color:#7F7C58;
 +
}
 +
 +
 +
 +
.firstHeading
 +
{
 +
  color:#EEE8AA;
 +
 +
}
 +
 +
#siteSub
 +
{
 +
  color:#7F7C58;
 +
}
 +
 +
#pt-userpage,
 +
#pt-anonuserpage,
 +
#pt-login {
 +
    background: none;
 
}
 
}

Revision as of 20:30, 19 October 2011

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

/* Nintendo = ff0016 */

/* Widen search bar */
#simpleSearch input#searchInput {
	width: 14em;
}

body 
{
  background: #000000;
}

textarea
{
 background: #FAFAD2;
}

#mw-page-base
{
  background: none;
}

#mw-panel div.portal div.body ul li a
{
  color:#EEE8AA;

}

#mw-panel div.portal div.body ul li a:visited
{
  color:#7F7C58;
}


#mw-panel div.portal
{
  background:#400005;
  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 div.portal
{
  margin-left: 10px;
  margin-right: 10px;
}

#mw-panel div.portal h5 
{
  color:#FF0;
}

#content 
{
	background: #400005;
	border: 1px solid brown;
	color: #EEE8AA;
}

#footer a
{
  color:#FF0;
}

#footer a:visited
{
  color:#EEE8AA;
}




#footer ul li
{
  color:#ff0;
}

#footer ul
{
  background:#985B00;
  border: 1px solid #ff0;
}

#p-personal
{
   border-bottom-left-radius: 10px 10px;
   -moz-border-radius-bottomleft: 10px 10px;
   margin-right:-12px;
   padding-right:10px;
   padding-left:5px;
   background: #400005;
   border: 1px solid brown;
   color: #EEE8AA;
}

#p-personal ul li a
{
   color:yellow;
}

#p-personal ul li a.new
{
   color:#F66;
}







/*
#p-personal ul
{
   background:#paleGoldenrod;
   background:#red;
   border: 5px solid red;
}

#p-personal ul li
{
   background:#paleGoldenrod;
   background-color:#985B00;
   border: 5px solid yellow;
}
*/


div.thumb 
{
	border-color: transparent;
}

.vectorTabs
{
	background: #400005;
	color: #EEE8AA;
}

div.vectorTabs ul li
{
	background: #400005;
	color: #EEE8AA;
}

div.vectorTabs ul li.selected
{
	background: #400005;
	color: #EEE8AA;
}

div.vectorMenu ul
{
	background: #400005;
	color: #EEE8AA;
}

div.vectorTabs li a,
div.vectorTabs li a span {
   color:#EEE8AA;
}


#siteNotice, #mw-dismissable-notice
{
  background:#paleGoldenrod;
}

/* html body.skin-vector ul {list-style-image: url("/wiki/favicon.ico");} */


.CategoryTreeLabel
{
  color:#EEE8AA;

}

.CategoryTreeLabel:visited
{
  color:#7F7C58;
}



.firstHeading
{
  color:#EEE8AA;

}

#siteSub
{
  color:#7F7C58;
}

#pt-userpage,
#pt-anonuserpage,
#pt-login {
    background: none;
}