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


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


.gscript {
.gcommand {
   background-color: #CCFFFF;
   background-color: #CCFFFF;
}
}

Revision as of 13:52, 3 May 2018

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

.gscript {
  background-color: #FFD9CC;
}

.gcommand {
  background-color: #CCFFFF;
}