diff options
Diffstat (limited to 'configs/conferences/gpn18/main.less')
-rw-r--r-- | configs/conferences/gpn18/main.less | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/configs/conferences/gpn18/main.less b/configs/conferences/gpn18/main.less deleted file mode 100644 index e6ab5fd..0000000 --- a/configs/conferences/gpn18/main.less +++ /dev/null @@ -1,54 +0,0 @@ -@import "../../../assets/css/_structure.less"; - -@yellow: rgb(255, 203, 3); -@darkred: rgb(56, 8, 0); -@lightred: rgb(79, 13, 0); - -@link-color: @yellow; -@panel-primary-border: @yellow; - -@panel-default-heading-bg: @darkred; -@panel-default-text: @yellow; -@panel-bg: @lightred; -@panel-default-border: @yellow; - -@text-color: @yellow; - -h1 { color: @yellow; } - -body.overview .panel-body { - min-height: 10px; -} - -.overview .panel-title { - font-weight: bold; -} - -nav .navbar-brand .icon { - background-image: url(mate-rot.png); - background-size: contain; -} - -.gpn18 { - background-image: url(mate-rot.png); - background-repeat: no-repeat; - background-size: 320px 240px; - - position: fixed; - left: 10px; - bottom: 40px; - - width: 320px; - height: 240px; - - opacity: 0.4; - z-index: -100; - - @media (max-width: @screen-sm-min) { - display: none; - } -} - -body { - background: url(background.png) no-repeat right top; -} |