2020-04-24 17:53:59 +02:00
|
|
|
// cccamp19 blue (2019)
|
2021-04-10 23:19:23 +02:00
|
|
|
@import "cyborg_variables.less";
|
2019-07-11 20:09:49 +02:00
|
|
|
|
|
|
|
// Variables
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2021-04-10 23:19:23 +02:00
|
|
|
//== 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;
|
2020-12-07 21:02:43 +01:00
|
|
|
|
2021-04-10 23:19:23 +02:00
|
|
|
@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;
|
2019-07-14 13:09:08 +02:00
|
|
|
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
|
|
|
|
2019-07-14 13:09:08 +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
|
|
|
}
|
2019-07-21 18:53:51 +02:00
|
|
|
|
|
|
|
.input-group-addon {
|
|
|
|
color: #000;
|
|
|
|
|
|
|
|
.icon-icon_angel {
|
|
|
|
background-color: #000;
|
|
|
|
}
|
2020-05-13 18:26:32 +02:00
|
|
|
}
|