CSS: Add Icinga theme (WIP)

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-18 15:25:14 +02:00
parent 3b135c6b6f
commit cf8548a29d
2 changed files with 19 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class StyleSheet
protected static $lessFiles = array(
'../application/fonts/fontello-ifont/css/ifont-embedded.css',
'css/vendor/tipsy.css',
'css/icinga/themes/icinga.less',
'css/icinga/mixins.less',
'css/icinga/defaults.less',
'css/icinga/animation.less',

View File

@ -0,0 +1,18 @@
// Gray colors
@gray: #9E9E9E;
@gray-light: #EEEEEE;
@gray-lighter: #F7F7F7;
// Icinga colors
@icinga-blue: #0095BF;
// Background color for <body>
@body-bg-color: #fff;
// Text color on <body>
@text-color: #535353;
// Text color on <a>
@link-color: @text-color;
@font-family: Calibri, Helvetica, sans-serif;