Difference between revisions of "MediaWiki:Common.css"

From Airsoft Information
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
/* https://meta.wikimedia.org/wiki/Help:Cascading_style_sheets#Major_style_blocks */
 +
 +
.column-content {
 +
  color: #8fbc8f;
 +
}
 +
 +
.content {
 +
  color:  #bdb76b;
 +
}

Revision as of 23:21, 12 November 2020

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

/* https://meta.wikimedia.org/wiki/Help:Cascading_style_sheets#Major_style_blocks */

.column-content {
  color: #8fbc8f;
}

.content {
  color:  #bdb76b;
}