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 "MediaWiki:Monobook.css"

From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
(Checking something out.)
m (Reverted edits by KeybladeSpyMaster (talk) to last revision by Moydow)
Tag: Rollback
Line 3: Line 3:
/* See also: [[MediaWiki:Common.css]] */
/* See also: [[MediaWiki:Common.css]] */


body { background: #2E2E33 url('http://seiwanetwork.org/bg-dark.jpg') repeat;
div#globalWrapper
font: x-small sans-serif; }
{
  background: #AEAEAE;
}


/*** Bold 'edit this page' link to encourage newcomers ***/
div.pBody
 
{
#ca-edit a {  
  background:#444444;
    font-weight: bold !important;  
}
}


#p-cactions ul li, #p-cactions ul li a { 
div#content {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content {  
   -moz-border-radius-topleft: 1em;  
   -moz-border-radius-topleft: 1em;  
   -moz-border-radius-bottomleft: 1em;
   -moz-border-radius-bottomleft: 1em;
   border: 4px ridge silver;  
   border: 4px solid #444444;
  background:#D9D9D9;
}
}
div.pBody {
div.pBody {
   -moz-border-radius-topright: 1em;
   -moz-border-radius-topright: 1em;
   -moz-border-radius-bottomright: 1em;
   -moz-border-radius-bottomright: 1em;
   border: 4px ridge silver;  
   border: 4px ridge #C0C0C0;  
}
}
div.pBody {
 
background-color: #000000;
#p-personal .pBody ul {
border:3px solid #333333;
background: #444444;
        float: right;
padding-left: 5px;
height: 1.45em;
border-bottom: 2px solid #CC0000;
border-left: 2px solid #CC0000;
border-bottom-left-radius: 0.5em;
        box-shadow: 0px 0px 4px 2px #000000;
}
}


#p-personal a {
#p-personal li a{
color: #DE032D !important;
        color: #47B9EA;
background-color: transparent;
         font-weight: bold;
         font-weight: bold;
}
}


.portlet a {
.portlet a {
color: #DE032D;
color: #47B9EA;
background: none;
}
 
.portlet a:visited {
color: #006ECB;
background: none;
background: none;
}
}


div#footer {  
div#footer {  
background-color: #000000;
background-color: #444444;
border: 2px solid #333333;  
border: 2px solid #282828;  
color: #DE032D;  
color: #C0C0C0;  
}
}


h5 { color: #DE032D; }
div#footer a
{
  color:#47B9EA;
}
 
div#footer a:visited
{
  color:#006ECB;
}
 
/* Page Tabs */
#p-cactions li a{
border: 2px solid #CC0000;
border-bottom: none;
        background: #505050;
        box-shadow: 0px 0px 4px 2px #000000;
        position: static;
        color: #47B9EA;
        font-weight: bold;
}


/* Page tabs */
#p-cactions li.selected a{
#p-cactions li.selected a{
background-color:#000000;
border: 2px solid #282828;
border-bottom:1px solid #333333;
         background-color: #C0C0C0;
         color:#DE032D
        color:#006ECB;
}
#p-cactions li a {
background-color:#000000;
border:3px solid #333333;
color:#DE032D;
}
}
#p-cactions li.selected a:hover {background-color:#333333;}
#p-cactions li a:hover {
#p-cactions li a:hover {
background-color:#333333;
z-index: 3;
border:3px solid #DE032D
text-decoration: none;
color:#000000;
background: #282828;
text-decoration:underline;
border: 2px solid #CC0000;
}
        color:#47B9EA;
 
#p-cactions li.selected {border-color:#000000;}
#p-cactions li {
background-color:#333333;  
border-style: solid #DE032D;
border-color: #333333;
}
}
#ca-edit a { font-weight: bold !important; }
div#content{ border-width: 3px;
  border-color: rgb(51,51,51); }

Revision as of 04:05, 24 September 2019

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

/* See also: [[MediaWiki:Common.css]] */

div#globalWrapper 
{
  background: #AEAEAE;
}

div.pBody
{
  background:#444444;
}

div#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
  border: 4px solid #444444; 
  background:#D9D9D9;
}

div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  border: 4px ridge #C0C0C0; 
}

#p-personal .pBody ul {
	background: #444444;
        float: right;
	padding-left: 5px;
	height: 1.45em;
	border-bottom: 2px solid #CC0000;
	border-left: 2px solid #CC0000;
	border-bottom-left-radius: 0.5em;
        box-shadow: 0px 0px 4px 2px #000000;
}

#p-personal li a{
        color: #47B9EA;
        font-weight: bold;
}

.portlet a {
	color: #47B9EA;
	background: none;
}

.portlet a:visited {
	color: #006ECB;
	background: none;
}

div#footer {	 
background-color: #444444;	
border: 2px solid #282828; 
color: #C0C0C0;	 
}

div#footer a
{
  color:#47B9EA;
}

div#footer a:visited
{
  color:#006ECB;
}

/* Page Tabs */
#p-cactions li a{
	border: 2px solid #CC0000;
	border-bottom: none;
        background: #505050;
        box-shadow: 0px 0px 4px 2px #000000;
        position: static;
        color: #47B9EA;
        font-weight: bold;
}

#p-cactions li.selected a{
	border: 2px solid #282828;
        background-color: #C0C0C0;
        color:#006ECB;
}
#p-cactions li a:hover {
	z-index: 3;
	text-decoration: none;
	background: #282828;
	border: 2px solid #CC0000;
        color:#47B9EA;
}