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
m |
|||
Line 3: | Line 3: | ||
/* See also: [[MediaWiki:Common.css]] */ | /* See also: [[MediaWiki:Common.css]] */ | ||
body { background: # | body | ||
{ | |||
background: #AEAEAE; | |||
} | |||
div.pBody | |||
{ | |||
background:#444444; | |||
} | } | ||
Line 19: | Line 20: | ||
-moz-border-radius-topleft: 1em; | -moz-border-radius-topleft: 1em; | ||
-moz-border-radius-bottomleft: 1em; | -moz-border-radius-bottomleft: 1em; | ||
border: 4px | border: 4px solid silver; | ||
background:#D9D9D9; | |||
} | } | ||
div.pBody { | div.pBody { | ||
Line 25: | Line 27: | ||
-moz-border-radius-bottomright: 1em; | -moz-border-radius-bottomright: 1em; | ||
border: 4px ridge silver; | border: 4px ridge silver; | ||
} | } | ||
#p-personal a { | #p-personal a { | ||
color: # | color: #47B9EA !important; | ||
background-color: | background-color: #444444; | ||
border: 2px solid #282828; | |||
} | } | ||
.portlet a { | .portlet a { | ||
color: # | color: #47B9EA; | ||
background: none; | |||
} | |||
.portlet a:visited { | |||
color: #006ECB; | |||
background: none; | background: none; | ||
} | } | ||
div#footer { | div#footer { | ||
background-color: # | background-color: #444444; | ||
border: 2px solid # | border: 2px solid #282828; | ||
color: # | color: #C0C0C0; | ||
} | } | ||
/* 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{ | #p-cactions li.selected a{ | ||
border: 2px solid #282828; | |||
background-color: #C0C0C0; | |||
color:# | color:#006ECB; | ||
} | } | ||
#p-cactions li a:hover { | #p-cactions li a:hover { | ||
z-index: 3; | |||
text-decoration: none; | |||
background: #282828; | |||
text-decoration: | border: 2px solid #CC0000; | ||
color:#47B9EA; | |||
background | |||
border | |||
} | } | ||
Revision as of 19:40, 14 November 2014
/* CSS placed here will affect users of the Monobook skin */ /* See also: [[MediaWiki:Common.css]] */ body { background: #AEAEAE; } div.pBody { background:#444444; } #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 solid silver; background:#D9D9D9; } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; border: 4px ridge silver; } #p-personal a { color: #47B9EA !important; background-color: #444444; border: 2px solid #282828; } .portlet a { color: #47B9EA; background: none; } .portlet a:visited { color: #006ECB; background: none; } div#footer { background-color: #444444; border: 2px solid #282828; color: #C0C0C0; } /* 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; }