To register a new account on this wiki, contact us
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Ranjithsiji (talk | contribs) No edit summary |
Ranjithsiji (talk | contribs) No edit summary |
||
| Line 21: | Line 21: | ||
background: tomato; | background: tomato; | ||
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: center; | text-align: center; | ||
} | } | ||
Revision as of 16:58, 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: 0;
margin: 0;
list-style: none;
}
.home-flex-container .flex-item {
background: tomato;
padding: 5px;
width: 250px;
margin-top: 10px;
color: white;
font-weight: bold;
font-size: 1em;
text-align: center;
}
.home-flex-container .flex-item li{
line-height:2.2;
}