Difference between revisions of "MediaWiki:Common.css"

From Neocron Wiki
Jump to: navigation, search
(Missing thumbinner style)
Line 1: Line 1:
 
/* Experimental or new stuff by Bram - to be merged in to the base CSS */
 
/* Experimental or new stuff by Bram - to be merged in to the base CSS */
 +
 +
.thumbinner
 +
{
 +
    background-color: #606060;
 +
    border: 1px solid #00446A;
 +
    font-size: 94%;
 +
    overflow: hidden;
 +
    padding: 3px;
 +
    text-align: center;
 +
}

Revision as of 17:39, 28 August 2017

/* Experimental or new stuff by Bram - to be merged in to the base CSS */

.thumbinner
{
    background-color: #606060;
    border: 1px solid #00446A;	
    font-size: 94%;
    overflow: hidden;
    padding: 3px;
    text-align: center;
}