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