Difference between revisions of "MediaWiki:Common.css"
From Girlfriend Kari Wiki
Line 14: | Line 14: | ||
} | } | ||
− | + | .default { | |
border: 1px solid #FF99FF; | border: 1px solid #FF99FF; | ||
border-radius: 7px; | border-radius: 7px; | ||
padding: 5px; | padding: 5px; | ||
+ | } | ||
+ | |||
+ | #gettingstarted .title { | ||
+ | |||
} | } |
Revision as of 03:15, 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;
}
#gettingstarted .title {
}