Difference between revisions of "MediaWiki:Common.css"
From Girlfriend Kari Wiki
Line 18: | Line 18: | ||
border-radius: 7px; | border-radius: 7px; | ||
padding: 5px; | padding: 5px; | ||
+ | margin-bottom: 5px; | ||
} | } | ||
Revision as of 03:16, 15 February 2015
/* CSS placed here will be applied to all skins */
.mw-editsection { display:none!important; }
.title {
text-align: center;
padding: 3px;
font-size: 120%;
font-weight: bold;
}
#welcome .title {
background-color: #FFCCFF;
}
.default {
border: 1px solid #FF99FF;
border-radius: 7px;
padding: 5px;
margin-bottom: 5px;
}
#gettingstarted .title {
}