MediaWiki:Common.css: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


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

Revision as of 10:37, 7 August 2018

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

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

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

.gcomment {
  background-color: #F5F5F5;
}