From 33deed6a541efee46be92b41d4929173d3763709 Mon Sep 17 00:00:00 2001
From: thomic
Date: Fri, 7 May 2021 21:51:45 +0200
Subject: fix styles dotp21
---
configs/conferences/dotp21/config.php | 2 +-
configs/conferences/dotp21/main.less | 20 ++++++++++++--------
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/configs/conferences/dotp21/config.php b/configs/conferences/dotp21/config.php
index 5dead14..390c766 100755
--- a/configs/conferences/dotp21/config.php
+++ b/configs/conferences/dotp21/config.php
@@ -33,7 +33,7 @@ $CONFIG['CONFERENCE'] = array(
* Dieser im Seiten-Header, im
-Tag, in der About-Seite und ggf. ab weiteren Stellen als
* Anzeigetext benutzt
*/
- 'TITLE' => 'DotP 2021',
+ 'TITLE' => 'Day of the Podcast 2021',
/**
* Veranstalter
diff --git a/configs/conferences/dotp21/main.less b/configs/conferences/dotp21/main.less
index 12e24f8..54ea6f7 100644
--- a/configs/conferences/dotp21/main.less
+++ b/configs/conferences/dotp21/main.less
@@ -1,12 +1,12 @@
@import "../../../assets/css/_structure.less";
@brand-primary: #ff42ff;
-@navbar-height: 70px;
+@navbar-height: 100px;
@highlight: #ff42a0;
@background: #3d3d3d;
@text-color: #ffffff;
@link-color: #cf42ff;
-@panel-bg: #5d5d5d;
+@panel-bg: #3d3d3d;
@well-bg: @panel-bg;
@panel-primary-border: #ffffff;
@panel-default-heading-bg: #333333;
@@ -15,11 +15,15 @@
@nav-link-hover-bg: #000000;
@navbar-default-bg: #333333;
+body {
+ background: #000000;
+}
+
nav .navbar-brand .icon {
- background-image: url("dotp.png");
- background-size: contain;
- background-position: center;
- background-repeat: no-repeat;
- height: 60px;
- width: 92px;
+ background-image: url("dotp.png");
+ background-size: contain;
+ background-position: center;
+ background-repeat: no-repeat;
+ height: 60px;
+ width: 92px;
}
--
cgit v1.2.3