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
 
(36 intermediate revisions by 3 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.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;
}


body { background: #2E2E33 url('http://seiwanetwork.org/bg-dark.jpg') repeat;
@media (prefers-color-scheme: dark){
font: x-small sans-serif; }
body.skin--responsive #p-cactions li.selected a {
background: #282828;
color: #FFFFFF;
}
}


/*** Bold 'edit this page' link to encourage newcomers ***/
body.skin--responsive #p-cactions li {
    border: none;
    border-bottom: none;
    background: #282828;
    transition:.1s ease-in-out;
}


#ca-edit a {  
@media (prefers-color-scheme: dark){
    font-weight: bold !important;  
body.skin--responsive #p-cactions li {
background: #505050;
}
}
}


#p-cactions ul li, #p-cactions ul li a {
body.skin--responsive #p-cactions li:hover{
  -moz-border-radius-topleft: 1em;
border-top:2px #CC0000 solid;
  -moz-border-radius-topright: 1em;
box-shadow: 0 -2px 8px -4px #000000;
}
}
#content {
 
  -moz-border-radius-topleft: 1em;
body.skin--responsive #p-cactions li a{
  -moz-border-radius-bottomleft: 1em;
position:relative;
  -moz-border-radius-topright: 1em;
font-weight:bold;
  -moz-border-radius-bottomright: 1em;
  border: 4px ridge silver;  
}
}
div.pBody {
 
  -moz-border-radius-topright: 1em;
body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li a:hover{
  -moz-border-radius-bottomright: 1em;
color:#EDEDED;
  border: 4px ridge silver;  
background:none;
border:none;
box-shadow:none;
}
}
div.pBody {
 
background-color: #000000;
/**********************************************
border:3px solid #333333;
**
** PERSONAL LINKS
**
**********************************************/
 
body.skin--responsive #p-personal .pBody ul a{
color:#47B9EA;
}
}


#p-personal a {
body.skin--responsive #p-personal .pBody ul {
color: #DE032D !important;
height:unset;
background-color: transparent;
    background: #444444;
        font-weight: bold;
    border-bottom: 2px solid #CC0000;
    border-left: none;
    border-bottom-left-radius: 0;
    box-shadow: 0 0 8px 0 #000000;
    padding: .25em 1em;
}
}


.portlet a {
@media screen and (min-width: 551px){
color: #DE032D;
li#pt-userpage, li#pt-anonuserpage {
background: none;
    background-position: center left;
}
}
}


div#footer {
 
background-color: #000000;
/**********************************************
border: 2px solid #333333;  
**
color: #DE032D;
** LEFT NAVIGATION
**
**********************************************/
@media screen and (min-width: 551px){
body.skin--responsive .portlet {
    border: 0;
    margin: 0 0.5em;
}
}
}


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


/* Page tabs */
body.skin--responsive #sidebar .pBody a{
#p-cactions li a {
color:#47B9EA;
background-color:#000000;
border:1px solid #333333;
color:#DE032D;
}
}
#p-cactions li.selected a:hover {background-color:#FFFFFF;}
 
#p-cactions li a:hover {
@media screen and (min-width: 551px){
background-color:transparent;
body.skin--responsive .pBody {
color:#000000;
    background-color: #444444;
text-decoration:underline;
    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;
}
}

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;
}