Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!
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.) |
|||
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; | |||
{ | font: x-small sans-serif; } | ||
/*** Bold 'edit this page' link to encourage newcomers ***/ | |||
#ca-edit a { | |||
font-weight: bold !important; | |||
} | } | ||
#p-cactions ul li, #p-cactions ul li a { | |||
-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 | border: 4px ridge silver; | ||
} | } | ||
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 | border: 4px ridge silver; | ||
} | } | ||
div.pBody { | |||
background-color: #000000; | |||
background | border:3px solid #333333; | ||
border | |||
} | } | ||
#p-personal | #p-personal a { | ||
color: #DE032D !important; | |||
background-color: transparent; | |||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.portlet a { | .portlet a { | ||
color: # | color: #DE032D; | ||
background: none; | background: none; | ||
} | } | ||
div#footer { | |||
background-color: #000000; | |||
border: 2px solid #333333; | |||
color: #DE032D; | |||
} | } | ||
h5 { color: #DE032D; } | |||
color: # | |||
} | |||
/* Page tabs */ | |||
{ | #p-cactions li.selected a{ | ||
background-color:#000000; | |||
border-bottom:1px solid #333333; | |||
color:#DE032D | |||
} | } | ||
#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{ | background-color:#333333; | ||
border:3px solid #DE032D | |||
color:#000000; | |||
text-decoration:underline; | |||
} | } | ||
#p-cactions li.selected | #p-cactions li.selected {border-color:#000000;} | ||
#p-cactions li { | |||
background-color:#333333; | |||
border-style: solid #DE032D; | |||
} | border-color: #333333; | ||
#p-cactions li | |||
border | |||
} | } | ||
#ca-edit a { font-weight: bold !important; } | |||
div#content{ border-width: 3px; | |||
border-color: rgb(51,51,51); } |
Revision as of 03:56, 24 September 2019
/* CSS placed here will affect users of the Monobook skin */ /* See also: [[MediaWiki:Common.css]] */ body { background: #2E2E33 url('http://seiwanetwork.org/bg-dark.jpg') repeat; font: x-small sans-serif; } /*** Bold 'edit this page' link to encourage newcomers ***/ #ca-edit a { font-weight: bold !important; } #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; } #content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; border: 4px ridge silver; } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; border: 4px ridge silver; } div.pBody { background-color: #000000; border:3px solid #333333; } #p-personal a { color: #DE032D !important; background-color: transparent; font-weight: bold; } .portlet a { color: #DE032D; background: none; } div#footer { background-color: #000000; border: 2px solid #333333; color: #DE032D; } h5 { color: #DE032D; } /* Page tabs */ #p-cactions li.selected a{ background-color:#000000; border-bottom:1px solid #333333; color:#DE032D } #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 { background-color:#333333; border:3px solid #DE032D color:#000000; text-decoration:underline; } #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); }