engelsystem/resources/assets/themes/theme8.less

58 lines
1013 B
Plaintext
Raw Normal View History

// cccamp19 blue (2019)
@import "cyborg_variables.less";
2019-07-11 20:09:49 +02:00
// Variables
// --------------------------------------------------
//== changed Colors
2019-07-11 20:09:49 +02:00
@gray-dark: #282828; // #333
@gray-light: #888; // #999
@gray-lighter: #ADAFAE; // #eee
@brand-primary: #0076ba;
@import "cyborg_styles.less";
2019-07-11 20:09:49 +02:00
// Specials for cccamp19 design
.navbar-brand {
2020-05-13 18:26:32 +02:00
.icon-icon_angel {
background-color: @brand-primary;
2019-07-11 20:09:49 +02:00
}
2020-05-13 18:26:32 +02:00
2019-07-11 20:09:49 +02:00
strong {
font-weight: lighter;
2020-05-13 18:26:32 +02:00
color: @brand-primary;
text-shadow:
0 0 10px @brand-primary,
0 0 20px @brand-primary,
0 0 30px @brand-primary,
0 0 40px @brand-primary,
0 0 70px @brand-primary,
0 0 80px @brand-primary;
2019-07-11 20:09:49 +02:00
}
}
h1 {
font-weight: lighter;
color: @brand-primary;
text-shadow: 0 0 10px @brand-primary;
2020-05-13 18:26:32 +02:00
.icon-icon_angel {
background-color: @brand-primary;
}
}
.panel-title {
2020-05-13 18:26:32 +02:00
color: #fff;
2019-07-11 20:09:49 +02:00
}
.input-group-addon {
color: #000;
.icon-icon_angel {
background-color: #000;
}
2020-05-13 18:26:32 +02:00
}