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
(to start it)
 
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the vector skin */
 
/* CSS placed here will affect users of the vector skin */
  
/* Widen search bar */
+
/*
#simpleSearch input#searchInput {
+
li.not-patrolled
width: 14em;
 
}
 
 
 
body
 
{
 
  background: url() repeat;
 
}
 
 
 
textarea
 
{
 
background: #FAFAD2;
 
}
 
 
 
#mw-page-base
 
{
 
  background: none;
 
}
 
 
 
#mw-panel div.portal div.body ul li a
 
{
 
  color:#FF0;
 
 
 
}
 
#mw-panel div.portal
 
{
 
  background:peru;
 
  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: #EEE8AA;
 
border: 1px solid brown;
 
}
 
 
 
#footer a
 
 
{
 
{
  color:#FF0;
+
background-color:#8253B2;
}
 
  
#footer ul li
 
{
 
  color:#ff0;
 
 
}
 
}
  
#footer ul
+
h4
 
{
 
{
  background:#985B00;
+
background-color:#EEEE8A;  
  border: 1px solid #ff0;
 
 
}
 
}
  
#p-personal
+
.page-Special_RecentChanges table
 
{
 
{
  border: 1px solid #00f;
+
color:#EEEE8A;
  background:#985B00;
 
  border-bottom-left-radius: 10px 10px;
 
  -moz-border-radius-bottomleft: 10px 10px;
 
  margin-right:-12px;
 
  padding-right:10px;
 
  padding-left:5px;
 
 
 
}
 
 
 
#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:#EEE8AA;
 
}
 
 
div.vectorTabs ul li
 
{
 
background:#EEE8AA;
 
}
 
 
div.vectorTabs ul li.selected
 
{
 
background:#EEE8AA;
 
}
 
 
div.vectorMenu ul
 
{
 
background:#EEE8AA;
 
}
 
 
#siteNotice, #mw-dismissable-notice
 
{
 
  background:#paleGoldenrod;
 
}
 
 
html body.skin-vector ul {list-style-image: url(http://www.mariowiki.com/images/7/7e/BananaSprite65.png);}
 

Latest revision as of 01:09, 22 February 2012

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

/*
li.not-patrolled 
{
 background-color:#8253B2;

}

h4
{
 background-color:#EEEE8A; 
}

.page-Special_RecentChanges table
{
 color:#EEEE8A;
}
*/