MediaWiki:Common.css: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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;
  font-family: sans-serif;
}
.gscript {
.gscript {
   background-color: #FFF9E5;
   background-color: #FFF9E5;

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