MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
height: 1.5em; | height: 1.5em; | ||
margin: .2em 0 .1em 0; | margin: .2em 0 .1em 0; | ||
padding: .5em | padding: .5em; | ||
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
/* List without bullets */ | /* List without bullets */ | ||
.icannwiki-list-style-none { | ul.icannwiki-list-style-none { | ||
list-style-type: none; | list-style-type: none; | ||
} | } |
Revision as of 22:23, 5 April 2024
/* CSS placed here will be applied to all skins */
/* Legacy code moved to MediaWiki:Common.css/Legacy
/* Box at the top of the main page layout */
.icannwiki-top-box {
background-color: #61a376;
border-radius: 2px;
width: 100%;
margin-bottom: 20px;
}
/* Header for featured article, news, about us, and so on */
.icannwiki-section-header {
background: #61A376;
font-family: sans-serif;
font-weight: bold;
text-align: left;
color: #F2EFEA;
height: 1.5em;
margin: .2em 0 .1em 0;
padding: .5em;
border-radius: 5px;
}
/* List without bullets */
ul.icannwiki-list-style-none {
list-style-type: none;
}
/* Separator */
.icannwiki-clearfix {
clear: both;
}
/* Main page content box: left */
.icannwiki-half-width-left {
width: 49.5%;
float: left;
}
/* Main page content box: right */
.icannwiki-half-width-right {
width: 49.5%;
float: right;
}
/* Font with darker shade of white */
.icannwiki-text-white {
color: #F2EFEA;
}
/* Larger font */
.icannwiki-font-large {
font-size: 150%;
}