MediaWiki

Common.css: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
Line 13: Line 13:
.keywords {
.keywords {
   display: none;
   display: none;
}
.toc {
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  width: 20%;
  float: left;
}
}



Revision as of 16:50, 31 October 2023

/* CSS placed here will be applied to all skins */

/* Hide titles */ 
.title { display: none; }
#tagline { display: none; }

/* Link Color */
a {color: #0645ad;}

/* Hover Color */
a:hover, a:focus {color: #032356;}

.keywords {
   display: none;
}

.toc {
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  width: 20%;
  float: left;
}

.mw-search { display: none; }

.mw-ui-button {
color: grey;
}