Note: Currently new registrations are closed, if you want an account Contact us
Difference between revisions of "MediaWiki:Common.css"
Ranjithsiji (talk | contribs) |
Ranjithsiji (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
flex-flow: row wrap; | flex-flow: row wrap; | ||
justify-content: space-around; | justify-content: space-around; | ||
padding: | padding: 12px 0px; | ||
margin: 0; | margin: 0; | ||
list-style: none; | list-style: none; | ||
background:#f1fcff; | |||
box-shadow:2px 2px 4px #ccc; | |||
border-radius:4px; | |||
} | } | ||
.home-flex-container .flex-item { | .home-flex-container .flex-item { | ||
padding: 5px; | padding: 5px; | ||
width: | width: 250px; | ||
margin-top: 10px; | margin-top: 10px; | ||
color: white; | color: white; | ||
font-weight: bold; | font-weight: bold; | ||
font-size: | font-size: 1em; | ||
text-align: | text-align: left; | ||
} | |||
.home-flex-container .flex-item li{ | |||
line-height:2.2; | |||
} | } | ||
div.sqBox {font-size:1.6em;margin:0.5em 0;text-align:center;font-weight:bold;width:30%;float:left;} |
Latest revision as of 21:54, 28 February 2020
/* CSS placed here will be applied to all skins */
/*Total Website Font control*/
html, body {font-size:1.05em !important;}
/* To remove Main page title */
.page-Main_Page .firstHeading {
display: none !important;
}
.home-flex-container {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
padding: 12px 0px;
margin: 0;
list-style: none;
background:#f1fcff;
box-shadow:2px 2px 4px #ccc;
border-radius:4px;
}
.home-flex-container .flex-item {
padding: 5px;
width: 250px;
margin-top: 10px;
color: white;
font-weight: bold;
font-size: 1em;
text-align: left;
}
.home-flex-container .flex-item li{
line-height:2.2;
}
div.sqBox {font-size:1.6em;margin:0.5em 0;text-align:center;font-weight:bold;width:30%;float:left;}