aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/glt19/main.less
diff options
context:
space:
mode:
authorderchris2019-04-21 17:24:41 +0200
committerderchris2019-04-21 17:24:41 +0200
commit6b33f07201378745071e8653b5f317e9c718037f (patch)
tree55110bd4ab62019c2966d314af103323a44d7279 /configs/conferences/glt19/main.less
parent34291fa240ea12d2b04ba5741d61b062a67d081f (diff)
add glt19
Diffstat (limited to 'configs/conferences/glt19/main.less')
-rw-r--r--configs/conferences/glt19/main.less45
1 files changed, 45 insertions, 0 deletions
diff --git a/configs/conferences/glt19/main.less b/configs/conferences/glt19/main.less
new file mode 100644
index 0000000..15b4b84
--- /dev/null
+++ b/configs/conferences/glt19/main.less
@@ -0,0 +1,45 @@
+@import "../../../assets/css/_structure.less";
+
+@orange: rgb(250, 170, 0);
+@light: rgba(123,145,153,0.1);
+@medium: #7b9199;
+@dark: #2d3841;
+
+@link-color: @orange;
+@panel-primary-border: @orange;
+
+@panel-default-heading-bg: @light;
+@panel-default-text: @medium;
+
+@text-color: @dark;
+
+h1 { color: @medium; }
+
+.overview .panel-title {
+ font-weight: bold;
+}
+
+nav .navbar-brand .icon {
+ background-image: url(steirertux.png);
+ background-size: contain;
+}
+
+.glt19 {
+ background-image: url(steirertux.png);
+ background-repeat: no-repeat;
+ background-size: 194px 240px;
+
+ position: fixed;
+ left: 10px;
+ bottom: 40px;
+
+ width: 194px;
+ height: 240px;
+
+ opacity: 0.4;
+ z-index: -100;
+
+ @media (max-width: @screen-sm-min) {
+ display: none;
+ }
+}