Difference between revisions of "MediaWiki:Common.css"

From Speedclear Wiki
Jump to navigation Jump to search
m
Line 11: Line 11:
 
.mainpagetableheader {
 
.mainpagetableheader {
 
     background: #ACD;
 
     background: #ACD;
 +
    border: 1px solid #7BC;
 +
    padding: 5px;
 +
    margin: 3px;
 +
    font-weight: bold;
 +
    text-align: center;
 +
    font-size: 120%;
 
}
 
}

Revision as of 07:26, 16 September 2016

/* CSS placed here will be applied to all skins */

.externalimage-holder {
    position: relative;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}

.mainpagetableheader {
    background: #ACD;
    border: 1px solid #7BC; 
    padding: 5px;
    margin: 3px; 
    font-weight: bold; 
    text-align: center; 
    font-size: 120%;
}