Welcome to the Lylat Wiki, all about the Star Fox series! If you'd like to help out, please take a look at our community portal.

Difference between revisions of "MediaWiki:Monobook.css"

From Lylat Wiki, your source on Star Fox information. By Fans, for Fans.
Jump to navigationJump to search
m
Line 1: Line 1:
#p-personal a {color: #fff !important;}
#p-personal a.new {color: #ffa !important;}
#p-personal li:hover a {background: none;}
#column-one h5 {color: #fff;}
/* custom */
/* custom */


#content
#content
{
 
  background-image:url(/w/images/8/87/FoxKrystalWolf.png);
div#globalWrapper {
   background-repeat:no-repeat;
background: url(/w/images/2/2c/Starfield.jpg) top left fixed;
   background-position: right;
}
   background-attachment: fixed;
body {
   border: 1px solid #df2500;
background: url(/w/images/2/2c/Starfield.jpg) top left fixed;
background-color: black;
}
 
#footer {
  border: 1px solid #32CD32;
   border-right:none;
}
 
#p-cactions li.selected, {
  border: 1px solid #32CD32;
}
 
#p-cactions ul li, #p-cactions ul li a {
   border-top-left-radius: 1em;
  border-top-right-radius: 1em;
   padding-bottom: 5px;
}
 
#p-personal ul a:hover {
    text-decoration: underline;
    background-color:transparent;
}
 
div#sidebar.portlet, #p-cactions li.selected {
   border: 1px solid #32CD32;
}
}
textarea
 
{
textarea {
   border-color: #F30;
   border-color: #F30;
   border-style: solid;
   border-style: solid;
   background-repeat:repeat-y;
   background-repeat:repeat-y;
}
}
input {
 
input {
   background-color: #ffd67d;
   background-color: #ffd67d;
   color:#832400;
   color:#832400;
   border: 1px solid #df2500;
   border: 1px solid #df2500;
}
}
.portlet {
.portlet {
width: 11.6em;
width: 11.6em;
}
div#globalWrapper {
background: url(/w/images/2/2c/Starfield.jpg) top left fixed;
}
body {
background: url(/w/images/2/2c/Starfield.jpg) top left fixed;
background-color: black;
}
}

Revision as of 17:37, 10 March 2020

/* custom */

#content

div#globalWrapper {
	background: url(/w/images/2/2c/Starfield.jpg) top left fixed;
}
body {
	background: url(/w/images/2/2c/Starfield.jpg) top left fixed;
	background-color: black;
}

#footer {
  border: 1px solid #32CD32;
  border-right:none;
}

#p-cactions li.selected, {
  border: 1px solid #32CD32;
}

#p-cactions ul li, #p-cactions ul li a {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  padding-bottom: 5px;
}

#p-personal ul a:hover {
    text-decoration: underline;
    background-color:transparent;
}

div#sidebar.portlet, #p-cactions li.selected {
  border: 1px solid #32CD32;
}

textarea {
  border-color: #F30;
  border-style: solid;
  background-repeat:repeat-y;
}

input {
  background-color: #ffd67d;
  color:#832400;
  border: 1px solid #df2500;
}
.portlet {
	width: 11.6em;
}