Difference between revisions of "MediaWiki:Common.css"
From Neocron Wiki
(Div needed...) |
|||
Line 9: | Line 9: | ||
padding: 3px; | padding: 3px; | ||
text-align: center; | text-align: center; | ||
+ | } | ||
+ | |||
+ | #filetoc { | ||
+ | border: 1px solid #00446A; | ||
+ | background-color: #606060; | ||
} | } |
Revision as of 17:41, 28 August 2017
/* Experimental or new stuff by Bram - to be merged in to the base CSS */
div.thumbinner
{
background-color: #606060;
border: 1px solid #00446A;
font-size: 94%;
overflow: hidden;
padding: 3px;
text-align: center;
}
#filetoc {
border: 1px solid #00446A;
background-color: #606060;
}