Difference between revisions of "MediaWiki:Common.css"
From Girlfriend Kari Wiki
m |
m |
||
Line 6: | Line 6: | ||
text-align: center; | text-align: center; | ||
background-color: #FF99FF; | background-color: #FF99FF; | ||
+ | } | ||
+ | |||
+ | #welcome { | ||
+ | border: 1px solid #FF00FF; | ||
+ | border-radius: 7px; | ||
} | } |
Revision as of 03:00, 15 February 2015
/* CSS placed here will be applied to all skins */
.mw-editsection { display:none!important; }
#welcome .title {
text-align: center;
background-color: #FF99FF;
}
#welcome {
border: 1px solid #FF00FF;
border-radius: 7px;
}