14 lines
326 B
Text
14 lines
326 B
Text
// Variables for common colors and other properties
|
|
|
|
@import 'mediawiki.skin.variables.less';
|
|
|
|
@background: #212121; // don't change this; matches headbg images
|
|
@content-background: #282828;
|
|
@content-border: #363636;
|
|
@orange-border: #363636;
|
|
|
|
@top-area-height: 2.8em;
|
|
|
|
// mobile objects
|
|
@top-position: 5px;
|
|
@block-size: 35px;
|