MediaWiki:Monobook.css: Difference between revisions

From Icaruspedia, the high flying Kid Icarus Wiki
Jump to navigation Jump to search
No edit summary
(remove Alex95 colouring)
 
(44 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 */


/* Backgrounds */
body {
body {
       background: url(http://www.kidicaruswiki.org/images/9/9d/ExampleBG.png) repeat;
       background: url(//cdn.wikimg.net/en/kidicaruswiki/images/9/9d/ExampleBG.png) repeat;
}
}
.skybg {
.skybg {
   background-color: #006400;
   background-color: #006400;
   background-image: url(/images/9/9d/ExampleBG.png);
   background-image: url(//cdn.wikimg.net/en/kidicaruswiki/images/9/9d/ExampleBG.png);
}
 
/* Galleries, TOC, Categories, etc. */
 
#toc {
    background: #91dff6;
    border-radius: 20px;
    border: 2px outset #12b1c4;
}
 
.catlinks {
border: 1px solid #000000;
background-color: #FFFFFF;
 
}
 
div.thumbinner {
border: 1px solid #000000;
padding: 3px !important;
background-color: #FFFFFF;
font-size: 94%;
text-align: center;
overflow: hidden;
}
table.gallery {
border: 1px solid #12b1c4;
margin: 2px;
padding: 2px;
background-color: #91dff6;
}
 
table.gallery tr {
vertical-align: top;
}
 
table.gallery td {
vertical-align: top;
background-color: white;
border: solid 2px #12b1c4;
}
}


/* Page content */
/* Page content */
#content {
#content {
     background:#FFFFFF;
     background:#91dff6;
     color:#000000;
     color:#000000;
     border:2px solid #000000;
     border:2px solid #000000;
Line 37: Line 77:
#p-cactions li.selected a{
#p-cactions li.selected a{
background-color:#FFFFFF;
background-color:#FFFFFF;
border-bottom:1px solid #000000;
border-bottom:1px solid #12b1c4;
}
}
#p-cactions li a {
#p-cactions li a {
Line 62: Line 102:
#p-cactions li:hover {opacity: 0.8;}
#p-cactions li:hover {opacity: 0.8;}
#p-cactions li {
#p-cactions li {
     border: 2px outset #000000;
     border: 2px outset #12b1c4;
     border-bottom: 1px solid #000000;
     border-bottom: 1px solid #12b1c4
     background: #FFFFFF;
     background: #FFFFFF;
     -webkit-border-radius: 10px 10px / 10px 10px;
     -webkit-border-radius: 10px 10px / 10px 10px;
Line 77: Line 117:


a#NavToggle1 {color: white !important;}
a#NavToggle1 {color: white !important;}
/* Footer */
#footer {
    border:2px solid #000000;
    color:#000000;
    background:#FFFFFF;
    border-right:0px !important;
    border-left:0px !important;
}
   
   
/* Sidebar */
/* Sidebar */
Line 103: Line 134:
}
}


div#footer, div#footer a {
/* Footer */
div#footer {
background: white;
border: 2px solid #000000;
color: black;
border-image: initial;
}
 
div#footer {
     background: #FFFFFF;
     background: #FFFFFF;
     border: 2px solid #000000;
     border: 2px solid #000000;
     color: #12b1c4;
     color: #000000;
}
}


/* Colored usernames for admins in the recent changes. inactive admins have been removed.


DoctorFantastic */
/* Colored usernames for admins in the recent changes. inactive admins have been removed. */
table.diff a[title="User:DoctorFantastic"], ul#pagehistory li a[title="User:DoctorFantastic"], ul.special li a[title="User:DoctorFantastic"], /*
/* ToastUltimatum */
table.diff a[title="User:ToastUltimatum"], ul#pagehistory li a[title="User:ToastUltimatum"], ul.special li a[title="User:ToastUltimatum"]  
{ color: #FFFF00 }


Maxite */
/* Colored usernames for bureaucrats in the recent changes. inactive admins have been removed. */
table.diff a[title="User:Maxite"], ul#pagehistory li a[title="User:Maxite"], ul.special li a[title="User:Maxite"], /*


SiegfreidZ */
/* Maxite */
table.diff a[title="User:SiegfreidZ"], ul#pagehistory li a[title="User:SiegfreidZ"], ul.special li a[title="User:SiegfreidZ"], /*
table.diff a[title="User:Maxite"], ul#pagehistory li a[title="User:Maxite"], ul.special li a[title="User:Maxite"],


Starphoria */
/* Prod */
table.diff a[title="User:Starphoria"], ul#pagehistory li a[title="User:Starphoria"], ul.special li a[title="User:Starphoria"], /*
table.diff a[title="User:Prod"], ul#pagehistory li a[title="User:Prod"], ul.special li a[title="User:Prod"],


The Forgotten Beast */
/* RicketyTrigger */
table.diff a[title="User:The Forgotten Beast"], ul#pagehistory li a[title="User:The Forgotten Beast"], ul.special li a[title="User:The Forgotten Beast"] { color: #5716a2 }
table.diff a[title="User:RicketyTrigger"], ul#pagehistory li a[title="User:RicketyTrigger"], ul.special li a[title="User:RicketyTrigger"]
{ color: #12b1c4 }  


* Gotten from http://mutecity.org/wiki/MediaWiki:Common.css on 2/18/2012  */
/* Gotten from http://mutecity.org/wiki/MediaWiki:Common.css on 2/18/2012  */

Latest revision as of 02:25, 9 January 2024

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

/* Backgrounds */
body {
       background: url(//cdn.wikimg.net/en/kidicaruswiki/images/9/9d/ExampleBG.png) repeat;
}
.skybg {
   background-color: #006400;
   background-image: url(//cdn.wikimg.net/en/kidicaruswiki/images/9/9d/ExampleBG.png);
}

/* Galleries, TOC, Categories, etc. */

#toc {
    background: #91dff6;
    border-radius: 20px;
    border: 2px outset #12b1c4;
}

.catlinks {
	border: 1px solid #000000;
	background-color: #FFFFFF;

}

div.thumbinner {
	border: 1px solid #000000;
	padding: 3px !important;
	background-color: #FFFFFF;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
table.gallery {
	border: 1px solid #12b1c4;
	margin: 2px;
	padding: 2px;
	background-color: #91dff6;
}

table.gallery tr {
	vertical-align: top;
}

table.gallery td {
	vertical-align: top;
	background-color: white;
	border: solid 2px #12b1c4;
}

/* Page content */
#content {
     background:#91dff6;
     color:#000000;
     border:2px solid #000000;
     border-right:0px !important;
     -moz-box-shadow:0 0 5px #000000;
     -webkit-box-shadow:0 0 5px #000000;
     -o-box-shadow:0 0 5px #000000;
     -ms-box-shadow:0 0 5px #000000;
     box-shadow:0 0 5px #000000;
	margin: 2.8em 0 0 12.2em;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	khtml-border-top-left-radius: 1em;
	khtml-border-bottom-left-radius: 1em;
	-icab-border-top-left-radius: 1em;
	-icab-border-bottom-left-radius: 1em;
}
}
 
/* Page tabs */
#p-cactions li.selected a{
	background-color:#FFFFFF;
	border-bottom:1px solid #12b1c4;
}
#p-cactions li a {
	background-color:transparent;
	color:#000000;
}
#p-cactions li.selected a:hover {background-color:#FFFFFF;}
#p-cactions li a:hover {
	background-color:transparent;
	color:#000000;
	text-decoration:underline;
}
#p-cactions li.selected {border-color:#000000;}
#p-cactions li {
	background:#FFFFFF; repeat scroll 0 0 transparent;
	border-style: solid solid none;
	border-width: 2px 2px 0;
	border-color: #000000;
}
#ca-edit a { font-weight: bold !important; }

/*Tabs*/
#p-cactions .pBody:hover {opacity: 1;}
#p-cactions li:hover {opacity: 0.8;}
#p-cactions li {
    border: 2px outset #12b1c4;
    border-bottom: 1px solid #12b1c4
    background: #FFFFFF;
    -webkit-border-radius: 10px 10px / 10px 10px;
    -moz-border-radius: 10px 10px;
    border-radius: 10px 10px;
}
#p-cactions li a {
    border: none;
    -webkit-border-radius: 10px 10px / 10px 10px;
    -moz-border-radius: 10px 10px;
    border-radius: 10px 10px;
}

a#NavToggle1 {color: white !important;}
 
/* Sidebar */
.generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody {
	border:2px solid #000000;
        border-left:0px !important;
}

pBody {
    background: transparent;
    border: 2px outset #000000;
    padding-left: 8px;
    margin: 2px 5px 0 5px;
    -webkit-border-radius: 15px 15px / 15px 15px;
    -moz-border-radius: 15px 15px;
    border-radius: 15px 15px;
}

/* Footer */
div#footer {
background: white;
border: 2px solid #000000;
color: black;
border-image: initial;
}

div#footer {
    background: #FFFFFF;
    border: 2px solid #000000;
    color: #000000;
}


/* Colored usernames for admins in the recent changes. inactive admins have been removed. */
/* ToastUltimatum */
table.diff a[title="User:ToastUltimatum"], ul#pagehistory li a[title="User:ToastUltimatum"], ul.special li a[title="User:ToastUltimatum"] 
{ color: #FFFF00 }

/* Colored usernames for bureaucrats in the recent changes. inactive admins have been removed. */

/* Maxite */
table.diff a[title="User:Maxite"], ul#pagehistory li a[title="User:Maxite"], ul.special li a[title="User:Maxite"],

/* Prod */
table.diff a[title="User:Prod"], ul#pagehistory li a[title="User:Prod"], ul.special li a[title="User:Prod"],

/* RicketyTrigger */
table.diff a[title="User:RicketyTrigger"], ul#pagehistory li a[title="User:RicketyTrigger"], ul.special li a[title="User:RicketyTrigger"]
{ color: #12b1c4 } 

/* Gotten from http://mutecity.org/wiki/MediaWiki:Common.css on 2/18/2012  */