Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 29498fea

Von Cem Aydin vor mehr als 3 Jahren hinzugefügt

  • ID 29498fea0108e11fcfcdf4435b092b56dfc8c76e
  • Vorgänger 16da593f
  • Nachfolger 2daecdf1

Neues Design Anpassung: #388 Sichtbarkeit der Links verbessert

- Farbspezifikation für Links hinzugefügt
- Links entsprechend angepasst, Schrift fett und unterstrichen
- CSS für Menüs entsprechend angepasst
- less/css neu kompiliert

Unterschiede anzeigen:

css/less/variables_color_style.less
15 15
// - BASE COLORS
16 16
//   - Grey Shades
17 17
//   - BASE COLORS
18
// - COLOR SPECIFICATIONS FOR LINKS
19
// - COLOR SPECIFICATIONS FOR MESSAGES
18 20
// - MAIN PROPERTIES (STANDARD TEXT COLORS)
19 21
// - SCAFFOLDING (PAGE)
20 22
// - FRAME HEADER
......
224 226

  
225 227

  
226 228

  
229
// --------------------------------------
230
// COLOR SPECIFICATIONS FOR LINKS
231
// --------------------------------------
232
// should have a high contrast on background
233
@links-color:           #2962ce;
234

  
235

  
227 236

  
228 237
// --------------------------------------
229
// COLOR SPECICATIONS FOR MESSAGES
238
// COLOR SPECIFICATIONS FOR MESSAGES
230 239
// --------------------------------------
231 240
// strong is for text and borders
232 241
// light  is for background-colors
......
265 274
@base-text-color:          @gray-dark ; //
266 275
@base-text-color-accent:   @base-standard ; //
267 276

  
268
@base-link-color:          @base-dark ; //
269
@base-link-color-hover:    @base-darker ; //
277
@base-link-color:          @links-color; //
278
@base-link-color-hover:    @links-color; //
270 279

  
271 280
@base-table-text-color:    @base-superdark ; //
272 281

  

Auch abrufbar als: Unified diff