Difference between revisions of "MediaWiki:Common.css"
From Girlfriend Kari Wiki
Line 30: | Line 30: | ||
#gettingstarted .default { | #gettingstarted .default { | ||
− | border-color: # | + | border-color: #66CCFF; |
} | } |
Revision as of 03:18, 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;
border-radius: 7px;
padding: 5px;
margin-bottom: 10px;
}
#welcome .default {
border-color: #FF99FF;
}
#gettingstarted .title {
background-color: #99CCFF
}
#gettingstarted .default {
border-color: #66CCFF;
}