mediawiki-skins-Insurgency/resources/variables.less
Isarra 2b24cbab0e Separate desktop and common styles, clean things up a bit
Part of the move toward responsiveness.

* Use mixins and variables!
* Vectorise existing icons
* Delete a rule or two that don't apply to the source anymore
* Consolidate similar colours into the same ones using variables

Change-Id: I2f0eb2b79cba01d8fa3a06298711e8af4d5508ba
2018-03-24 18:10:23 +00:00

22 lines
534 B
Text

// Variables for common colours and things
// Note that this does not affect screen-desktop.css and IEFixes files; update those separately.
@import 'mediawiki.mixins';
@background: #f9f9f9; // don't change this; matches headbg images
@content-background: #fff;
@content-border: #aaa;
@orange-border: #fabd23;
@text-color: #000;
@text-grey: #707070;
@link: #002bb8;
@link-visited: #5a3696;
@link-new: #c20;
// To hide objects, but keep them accessible for screen-readers
.hidden() {
position: absolute;
top: -9999px;
left: 0;
}