MediaWiki:Vector.css: Difference between revisions

From Icaruspedia, the high flying Kid Icarus Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 96: Line 96:
border-color: transparent;
border-color: transparent;
}
}
/* Colored usernames for admins in the recent changes. inactive admins have been removed.
DoctorFantastic */
table.diff a[title="User:DoctorFantastic"], ul#pagehistory li a[title="User:DoctorFantastic"], ul.special li a[title="User:DoctorFantastic"], /*
The Forgotten Beast */
table.diff a[title="User:The Forgotten Beast"], ul#pagehistory li a[title="User:The Forgotten Beast"], ul.special li a[title="User:The Forgotten Beast"] { color: #f59229 }
/* Colored usernames for bureaucrats in the recent changes. inactive admins have been removed.
Maxite */
table.diff a[title="User:Maxite"], ul#pagehistory li a[title="User:Maxite"], ul.special li a[title="User:Maxite"], /*
RicketyTrigger */
table.diff a[title="User:RicketyTrigger"], ul#pagehistory li a[title="User:RicketyTrigger"], ul.special li a[title="User:RicketyTrigger"], /*
SiegfreidZ */
table.diff a[title="User:SiegfreidZ"], ul#pagehistory li a[title="User:SiegfreidZ"], ul.special li a[title="User:SiegfreidZ"], /*
Starphoria */
table.diff a[title="User:Starphoria"], ul#pagehistory li a[title="User:Starphoria"], ul.special li a[title="User:Starphoria"] { color: #12b1c4 }
* Gotten from http://mutecity.org/wiki/MediaWiki:Common.css on 2/18/2012  */

Revision as of 21:54, 27 February 2012

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

body 
{
  background: url(http://www.kidicaruswiki.org/images/9/9d/ExampleBG.png) repeat;
}

.skybg {
   background-color: #006400;
   background-image: url(/images/9/9d/ExampleBG.png);
}

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

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

}
#mw-panel div.portal
{
  background:#91dff6;
  border: 1px solid #12b1c4;
  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:#91dff6;
}

#content 
{
	background: #91dff6;
	border: 1px solid #12b1c4;
}

#p-personal
{
   border: 1px solid #91dff6;
   background:#12b1c4;
   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:black;
}

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

/*
#p-personal ul
{
   background:#91dff6;
   background:cyan;
   border: 5px solid cyan;
}

#p-personal ul li
{
   background:#91dff6;
   background-color:#12b1c4;
   border: 5px solid cyan;
}
*/


div.thumb 
{
	border-color: transparent;
}

/* Colored usernames for admins in the recent changes. inactive admins have been removed.

DoctorFantastic */
table.diff a[title="User:DoctorFantastic"], ul#pagehistory li a[title="User:DoctorFantastic"], ul.special li a[title="User:DoctorFantastic"], /*

The Forgotten Beast */
table.diff a[title="User:The Forgotten Beast"], ul#pagehistory li a[title="User:The Forgotten Beast"], ul.special li a[title="User:The Forgotten Beast"] { color: #f59229 }

/* Colored usernames for bureaucrats in the recent changes. inactive admins have been removed. 

Maxite */
table.diff a[title="User:Maxite"], ul#pagehistory li a[title="User:Maxite"], ul.special li a[title="User:Maxite"], /*

RicketyTrigger */
table.diff a[title="User:RicketyTrigger"], ul#pagehistory li a[title="User:RicketyTrigger"], ul.special li a[title="User:RicketyTrigger"], /*

SiegfreidZ */
table.diff a[title="User:SiegfreidZ"], ul#pagehistory li a[title="User:SiegfreidZ"], ul.special li a[title="User:SiegfreidZ"], /*

Starphoria */
table.diff a[title="User:Starphoria"], ul#pagehistory li a[title="User:Starphoria"], ul.special li a[title="User:Starphoria"] { color: #12b1c4 } 

* Gotten from http://mutecity.org/wiki/MediaWiki:Common.css on 2/18/2012  */