MediaWiki:Common.css: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .gcommand { background-color: #FFFFCC; } .gscript { background-color: #CCFFFF; }")
 
No edit summary
Line 2: Line 2:


.gcommand {
.gcommand {
   background-color: #FFFFCC;
   background-color: #FFD9CC;
}
}



Revision as of 13:51, 3 May 2018

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

.gcommand {
  background-color: #FFD9CC;
}

.gscript {
  background-color: #CCFFFF;
}