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
m
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */


/* See also: [[MediaWiki:Common.css]] */
body{
/*
background:#EAEAEA;
body  
{
  background: #AEAEAE;
}
}


div.pBody
body.skin--responsive .mw-body{
{
background:#FFFFFF;
  background:#444444;
border:none;
padding:2em;
box-shadow:0 0 8px -4px #000000;
}
}


div#content {
@media (prefers-color-scheme: dark){
  -moz-border-radius-topleft: 1em;
body.skin--responsive .mw-body {
  -moz-border-radius-bottomleft: 1em;
background: #282828;
  border: 4px solid #444444;  
color: #DEDEDE;
  background:#D9D9D9;
}
}
}


div.pBody {
@media screen and (min-width: 551px){
  -moz-border-radius-topright: 1em;
body.skin--responsive .mw-body{
  -moz-border-radius-bottomright: 1em;
margin:3.8em 0 0 13.7em;
  border: 4px ridge #C0C0C0;
}
}
}


#p-personal .pBody ul {
@media screen and (min-width: 551px){
background: #444444;
div#column-content {
        float: right;
    margin: 0 0 0.6em -14.2em;
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{
@media screen and (min-width: 551px){
        color: #47B9EA;
body.skin--responsive #p-cactions {
        font-weight: bold;
left:13.5em;
top:2.3em;
}
}
}


.portlet a {
/**********************************************
color: #47B9EA;
**
background: none;
** 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;
}
}
 
@media (prefers-color-scheme: dark){
body.skin--responsive #p-cactions li.selected {
background: #282828;
color: #FFFFFF;
}
}
 
body.skin--responsive #p-cactions li.selected a{
border:none;
background:#FFFFFF;
color:#181818;
}
 
@media (prefers-color-scheme: dark){
body.skin--responsive #p-cactions li.selected a {
background: #282828;
color: #FFFFFF;
}
}
}


.portlet a:visited {
body.skin--responsive #p-cactions li {
color: #006ECB;
    border: none;
background: none;
    border-bottom: none;
    background: #282828;
    transition:.1s ease-in-out;
}
}


div#footer {
@media (prefers-color-scheme: dark){
background-color: #444444;
body.skin--responsive #p-cactions li {
border: 2px solid #282828;  
background: #505050;
color: #C0C0C0;
}
}
}


div#footer a
body.skin--responsive #p-cactions li:hover{
{
border-top:2px #CC0000 solid;
  color:#47B9EA;
box-shadow: 0 -2px 8px -4px #000000;
}
}


div#footer a:visited
body.skin--responsive #p-cactions li a{
{
position:relative;
  color:#006ECB;
font-weight:bold;
}
}
*/
 
/* Page Tabs */
body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li a:hover{
/*
color:#EDEDED;
#p-cactions li a{
background:none;
border: 2px solid #CC0000;
border:none;
border-bottom: none;
box-shadow:none;
        background: #505050;
}
        box-shadow: 0px 0px 4px 2px #000000;
 
        position: static;
/**********************************************
        color: #47B9EA;
**
        font-weight: bold;
** PERSONAL LINKS
**
**********************************************/
 
body.skin--responsive #p-personal .pBody ul a{
color:#47B9EA;
}
 
body.skin--responsive #p-personal .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){
body.skin--responsive .portlet {
    border: 0;
    margin: 0 0.5em;
}
}
 
body.skin--responsive #sidebar .pBody {
    box-shadow: 0 0 8px -4px #000000;
    margin: 0.5em 0.2em;
}
 
body.skin--responsive #sidebar .pBody a{
color:#47B9EA;
}
 
@media screen and (min-width: 551px){
body.skin--responsive .pBody {
    background-color: #444444;
    padding: .5em;
}
body.skin--responsive #p-logo a, body.skin--responsive #p-logo a:hover{
background-size: contain;
}
}
 
 
 
/**********************************************
**
** FOOTER
**
**********************************************/
 
div#footer {
    background-color: #181818;
    border: none;
    color: #C0C0C0;
    box-shadow: 0 0 4px -1px #000000;
}
}


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

Latest revision as of 20:38, 24 November 2022

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

body{
	background:#EAEAEA;
}

body.skin--responsive .mw-body{
	background:#FFFFFF;
	border:none;
	padding:2em;
	box-shadow:0 0 8px -4px #000000;
}

@media (prefers-color-scheme: dark){
	body.skin--responsive .mw-body {
		background: #282828;
		color: #DEDEDE;
	}
}

@media screen and (min-width: 551px){
	body.skin--responsive .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;
	}
}

@media (prefers-color-scheme: dark){
	body.skin--responsive #p-cactions li.selected {
		background: #282828;
		color: #FFFFFF;
	}
}

body.skin--responsive #p-cactions li.selected a{
	border:none;
	background:#FFFFFF;
	color:#181818;
}

@media (prefers-color-scheme: dark){
	body.skin--responsive #p-cactions li.selected a {
		background: #282828;
		color: #FFFFFF;
	}
}

body.skin--responsive #p-cactions li {
    border: none;
    border-bottom: none;
    background: #282828;
    transition:.1s ease-in-out;
}

@media (prefers-color-scheme: dark){
	body.skin--responsive #p-cactions li {
		background: #505050;
	}
}

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 .pBody ul a{
	color:#47B9EA;
}

body.skin--responsive #p-personal .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){
	body.skin--responsive .portlet {
	    border: 0;
	    margin: 0 0.5em;
	}
}

body.skin--responsive #sidebar .pBody {
    box-shadow: 0 0 8px -4px #000000;
    margin: 0.5em 0.2em;
}

body.skin--responsive #sidebar .pBody a{
	color:#47B9EA;
}

@media screen and (min-width: 551px){
	body.skin--responsive .pBody {
	    background-color: #444444;
	    padding: .5em;
	}
	
	body.skin--responsive #p-logo a, body.skin--responsive #p-logo a:hover{
		background-size: contain;
	}
}



/**********************************************
**
**		FOOTER
**
**********************************************/

div#footer {
    background-color: #181818;
    border: none;
    color: #C0C0C0;
    box-shadow: 0 0 4px -1px #000000;
}

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