MediaWiki

Common.css: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
Line 29: Line 29:
   padding: 10px;
   padding: 10px;
   font-weight: bold;
   font-weight: bold;
   margin: 5px;
   margin: 50px;
   line-height: 50px;
   line-height: 50px;
}
}
Line 39: Line 39:
  width: 79%;
  width: 79%;
  padding-top: 10px;
  padding-top: 10px;
margin:30px;
}
}



Revision as of 10:11, 2 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: 14em;
  float: right;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-top: 0px;
  padding-left: 20px;
}

.categoryBox {
  background: #f3f3f3; 
  border: 1px solid #c2c2c2; 
  padding: 10px;
  font-weight: bold;
  margin: 50px;
  line-height: 50px;
}

/* 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;
}

.hide {
  display: none;
}

.mw-search { display: none; }

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