Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 20d01735

Von Werner Hahn vor fast 5 Jahren hinzugefügt

  • ID 20d0173546f1a0a64128885951a7fa3939090a87
  • Vorgänger f022da86
  • Nachfolger 0bc1d8da

Andres Farbschema

Unterschiede anzeigen:

css/less/variables_color_2.less
67 67

  
68 68
// --------------
69 69
// Brand colors
70
@brand-standard:            hsl( 128, 83%, 34%) ; // Standard color
70
@brand-standard:            hsl( 128, 60%, 44%) ; // Standard color
71
//@brand-standard:            hsl( 6, 79%, 40%) ; // Standard color
72
//@brand-standard:            hsl(211, 12%, 0%); // Standard color
71 73

  
72 74
@brand-strong:              @brand-standard ; // Strong brand color (for text)
73 75
@brand-strong-dimmed:       lighten( @brand-strong , 10% ) ;
......
80 82
@brand-lighter:             lighten( @brand-strong , 40% ) ;
81 83
@brand-verylight:           lighten( @brand-strong , 50% ) ;
82 84
@brand-superlight:          lighten( @brand-strong , 60% ) ;
85
@brand-superverylight:      lighten( @brand-strong , 70% ) ;
83 86

  
84 87

  
85 88
@brand-table-text-color:    @brand-darkest ; //
......
125 128
// --------------------------------------
126 129
// SCAFFOLDING
127 130
// --------------------------------------
128
@body-bg:               @brand-verylight; // general
129
@content-bg:            @brand-superlight; // background first tabs
131
@body-bg:               @gray-light; // general
132
@content-bg:            @gray-light; // background first tabs
130 133
@heading-bg:            @brand-lighter ; // controlpanels & other stuff
131 134

  
132 135
// Tabs
133
@tabs-bg:               @brand-verylight; // background tabs panel (data/content)
134
@tabs-bg-hover:         @brand-superlight; // background tabs panel (data/content)
136
@tabs-bg:               @gray-light; // background tabs panel (data/content)
137
@tabs-bg-hover:         @gray-light; // background tabs panel (data/content)
135 138
@tabs-bg-hover-active:  @tabs-bg; // background tabs panel (data/content)
136 139
@tabs-text-hover:       @brand-strong; // background tabs panel (data/content)
137 140

  

Auch abrufbar als: Unified diff