MediaWiki

Common.css: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
Line 28: Line 28:
  border-bottom: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  overflow: hidden;
  width: 78%;
  width: 79%;
  padding-top: 10px;
  padding-top: 10px;
padding-bottom: 200px;
}
}



Revision as of 17:19, 1 November 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;
}

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

/* This class is used because the hr tag doesn't work well with categories */
.line {
 border-bottom: 1px solid #dddddd;
 overflow: hidden;
 width: 79%;
 padding-top: 10px;
 padding-bottom: 200px;
}

.hide {
  display: none;
}

.mw-search { display: none; }

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