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
Line 25: | Line 25: | ||
@media screen and (min-width: 551px){ | @media screen and (min-width: 551px){ | ||
#p-cactions { | body.skin--responsive #p-cactions { | ||
left:13.5em; | left:13.5em; | ||
top:2.3em; | top:2.3em; | ||
Line 38: | Line 38: | ||
@media screen and (min-width: 551px){ | @media screen and (min-width: 551px){ | ||
#p-cactions li.selected { | body.skin--responsive #p-cactions li.selected { | ||
box-shadow: 0 -2px 8px -4px #000000; | box-shadow: 0 -2px 8px -4px #000000; | ||
border-top: #CC0000 3px solid; | border-top: #CC0000 3px solid; | ||
Line 44: | Line 44: | ||
} | } | ||
#p-cactions li.selected a{ | body.skin--responsive #p-cactions li.selected a{ | ||
border:none; | border:none; | ||
background:#FFFFFF; | background:#FFFFFF; | ||
Line 50: | Line 50: | ||
} | } | ||
#p-cactions li { | body.skin--responsive #p-cactions li { | ||
border: none; | border: none; | ||
border-bottom: none; | border-bottom: none; | ||
Line 57: | Line 57: | ||
} | } | ||
#p-cactions li:hover{ | body.skin--responsive #p-cactions li:hover{ | ||
border-top:2px #CC0000 solid; | border-top:2px #CC0000 solid; | ||
box-shadow: 0 -2px 8px -4px #000000; | box-shadow: 0 -2px 8px -4px #000000; | ||
} | } | ||
#p-cactions li a{ | body.skin--responsive #p-cactions li a{ | ||
position:relative; | position:relative; | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
#p-cactions li a, #p-cactions li a:hover{ | body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li a:hover{ | ||
color:#EDEDED; | color:#EDEDED; | ||
background:none; | background:none; | ||
Line 80: | Line 80: | ||
**********************************************/ | **********************************************/ | ||
#p-personal . | body.skin--responsive #p-personal body.skin--responsive .pbody ul a{ | ||
color:#47B9EA; | color:#47B9EA; | ||
} | } | ||
#p-personal . | body.skin--responsive #p-personal body.skin--responsive .pbody ul { | ||
height:unset; | height:unset; | ||
background: #444444; | background: #444444; | ||
Line 114: | Line 114: | ||
} | } | ||
#sidebar . | #sidebar body.skin--responsive .pbody { | ||
box-shadow: 0 0 8px -4px #000000; | box-shadow: 0 0 8px -4px #000000; | ||
margin: 0.5em 0.2em; | margin: 0.5em 0.2em; | ||
} | } | ||
#sidebar . | #sidebar body.skin--responsive .pbody a{ | ||
color:#47B9EA; | color:#47B9EA; | ||
} | } | ||
@media screen and (min-width: 551px){ | @media screen and (min-width: 551px){ | ||
. | body.skin--responsive .pbody { | ||
background-color: #444444; | background-color: #444444; | ||
padding: .5em; | padding: .5em; |
Revision as of 04:17, 24 December 2021
/* CSS placed here will affect users of the Monobook skin */ body{ background:#EAEAEA; } .mw-body{ background:#FFFFFF; border:none; padding:2em; box-shadow:0 0 8px -4px #000000; } @media screen and (min-width: 551px){ .mw-body{ margin:3.8em 0 0 13.7em; } } @media screen and (min-width: 551px){ div#column-content { margin: 0 0 0.6em -14.2em; } } @media screen and (min-width: 551px){ body.skin--responsive #p-cactions { left:13.5em; top:2.3em; } } /********************************************** ** ** ACTION TABS ** **********************************************/ @media screen and (min-width: 551px){ body.skin--responsive #p-cactions li.selected { box-shadow: 0 -2px 8px -4px #000000; border-top: #CC0000 3px solid; } } body.skin--responsive #p-cactions li.selected a{ border:none; background:#FFFFFF; color:#181818; } body.skin--responsive #p-cactions li { border: none; border-bottom: none; background: #282828; transition:.1s ease-in-out; } body.skin--responsive #p-cactions li:hover{ border-top:2px #CC0000 solid; box-shadow: 0 -2px 8px -4px #000000; } body.skin--responsive #p-cactions li a{ position:relative; font-weight:bold; } body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li a:hover{ color:#EDEDED; background:none; border:none; box-shadow:none; } /********************************************** ** ** PERSONAL LINKS ** **********************************************/ body.skin--responsive #p-personal body.skin--responsive .pbody ul a{ color:#47B9EA; } body.skin--responsive #p-personal body.skin--responsive .pbody ul { height:unset; background: #444444; border-bottom: 2px solid #CC0000; border-left: none; border-bottom-left-radius: 0; box-shadow: 0 0 8px 0 #000000; padding: .25em 1em; } @media screen and (min-width: 551px){ li#pt-userpage, li#pt-anonuserpage { background-position: center left; } } /********************************************** ** ** LEFT NAVIGATION ** **********************************************/ @media screen and (min-width: 551px){ .portlet { border: 0; margin: 0 0.5em; width: 12.6em; } } #sidebar body.skin--responsive .pbody { box-shadow: 0 0 8px -4px #000000; margin: 0.5em 0.2em; } #sidebar body.skin--responsive .pbody a{ color:#47B9EA; } @media screen and (min-width: 551px){ body.skin--responsive .pbody { background-color: #444444; padding: .5em; } } /********************************************** ** ** ARTICLES ** **********************************************/ h1#firstHeading { display: inline-block; clear: both; border-bottom: none; margin: .5em 0; text-transform: uppercase; } h1#firstHeading::after { margin-top: 0.1em; content: ''; background: #CC0000; width: 100%; height: 0.1em; display: block; } div#footer { background-color: #181818; border: none; color: #C0C0C0; box-shadow: 0 0 4px -1px #000000; } div#footer ul a{ color:#47B9EA; }