MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 22: | Line 22: | ||
.mainpage_boxcontents hr { | .mainpage_boxcontents hr { | ||
border: 0; | |||
height: 1px; | height: 1px; | ||
color: #eee; | color: #eee; | ||
} | } | ||
Revision as of 21:13, 25 May 2015
/* CSS placed here will be applied to all skins */
.firstHeading {
/* display: none; */
}
.mainpage_box {
dispaly: inline;
border: 1px solid #ddd;
margin: 0.2em 10px 10px;
}
.mainpage_boxtitle {
font-size: 1.5em;
padding: 0.4em;
background: #f8f8f8;
}
.mainpage_boxcontents {
padding: 0.2em 0.4em;
}
.mainpage_boxcontents hr {
border: 0;
height: 1px;
color: #eee;
}
.mainpage_hubbox {
width: 25%;
padding: 0;
border: 1px solid #ddd;
}
.mainpage_hubtitle {
text-align: center;
padding: 0.4em;
background-color: #f8f8f8;
font-size: 1.15em;
}
.mainpage_hubbox img {
border-radius: 50%;
}