Note: Currently new registrations are closed, if you want an account Contact us

MediaWiki:Common.css

From FSCI Wiki
Revision as of 16:57, 28 February 2020 by Ranjithsiji (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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: 200px;
  height: 150px;
  margin-top: 10px;
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}

.home-flex-container .flex-item li{
  line-height:2.2;
}