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
(10 bucks say I posted that there, and I can't figure out why) |
|||
Line 6: | Line 6: | ||
{ | { | ||
background: none; | background: none; | ||
} | } | ||
#p-personal .pBody ul { | #p-personal .pBody ul { | ||
background: #444444; | background: #444444; | ||
float: right; | |||
padding-left: 5px; | padding-left: 5px; | ||
height: 1.45em; | height: 1.45em; | ||
Line 34: | Line 16: | ||
border-left: 2px solid #CC0000; | border-left: 2px solid #CC0000; | ||
border-bottom-left-radius: 0.5em; | border-bottom-left-radius: 0.5em; | ||
box-shadow: 0 0 4px 0 #000000; | |||
} | } | ||
Revision as of 00:57, 26 April 2020
/* CSS placed here will affect users of the Monobook skin */ /* See also: [[MediaWiki:Common.css]] */ div#globalWrapper { background: none; } #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: 0 0 4px 0 #000000; } #p-personal li a{ color: #47B9EA; font-weight: bold; } .portlet a { color: #47B9EA; } .portlet a:visited { color: #006ECB; } 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; }