MediaWiki:Common.css: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
   padding:1em;  
   padding:1em;  
   font-size:14px;
   font-size:14px;
  font-family: sans-serif;
}
}
.gscript {
.gscript {

Latest revision as of 10:42, 7 August 2018

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

.gscript2 {
  background-color: #FFF9E5;
  padding:1em; 
  font-size:14px;
  font-family: sans-serif;
}
.gscript {
  background-color: #FFF9E5;
}

.gcommand {
  background-color: #F9FFE%;
}

.gcomment {
  background-color: #F5F5F5;
}