Anonymous

MediaWiki:Monobook.css: Difference between revisions

From Icaruspedia, the high flying Kid Icarus Wiki
no edit summary
No edit summary
No edit summary
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(http://www.kidicaruswiki.org/images/9/9d/ExampleBG.png) repeat;
Line 7: Line 8:
   background-color: #006400;
   background-color: #006400;
   background-image: url(/images/9/9d/ExampleBG.png);
   background-image: url(/images/9/9d/ExampleBG.png);
}
/* Galleries, TOC, Categories, etc. */
.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;
}
}


2,165

edits