adjusted for dhcp ci

This commit is contained in:
Jan Koppe 2024-10-31 08:52:46 +01:00
parent 748ba51910
commit 6d4c3c1f6c
Signed by: thunfisch
GPG Key ID: BE935B0735A2129B
10 changed files with 53 additions and 37 deletions

View File

@ -2,7 +2,7 @@
@import "_base";
.slide {
background-color: $color-bg;
//background-color: $color-bg;
}
.speaker-box {
@ -24,24 +24,25 @@
}
.speaker {
background-color: $color-ci-green;
background-color: $color-fg-accent;
// border-width: 5px;
// border-style: solid;
// border-color: $color-ci-green;
// box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
box-shadow: 8px 6px 0px $color-bg;
//box-shadow: 8px 6px 0px $color-bg;
box-shadow: 10px 10px 0px 0px rgba($colod-fg, 0.2);
// vertical-align: middle;
white-space: normal;
// padding: 10px 15px;
padding: 5px 15px;
padding: 25px 20px 0px 20px;
font-family: 'Lato';
font-family: "uroob";
font-weight: 700;
font-size: 60px;
font-size: 80px;
}
.speaker .title {

View File

@ -19,21 +19,21 @@
}
.talk {
background-color: $color-ci-green;
background-color: $color-fg-accent;
// border-width: 5px;
// border-style: solid;
// border-color: $color-ci-green;
// box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
box-shadow: 10px 10px 0px 0px rgba($colod-fg, 0.2);
// vertical-align: middle;
white-space: normal;
// padding: 10px 15px;
padding: 5px 10px;
padding: 20px 15px 10px 15px;
font-family: 'Lato';
font-family: "uroob";
font-weight: 400;
}
@ -46,7 +46,7 @@
overflow: hidden;
text-overflow: ellipsis;
font-size: 25px;
font-size: 43px;
// color: $color-ci-green;
@ -69,9 +69,9 @@
overflow: hidden;
text-overflow: ellipsis;
font-size: 23px;
font-style: italic;
padding-top: 5px;
font-size: 26.5px;
//font-style: italic;
}
img {

View File

@ -7,7 +7,7 @@
body {
color: $colod-fg;
background: rgb(25,25,25);
background: #e2c991; //rgb(25,25,25);
margin: 0px;
padding: 0px;
}

View File

@ -16,7 +16,7 @@
top: 240px;
left: 1144px;
font-family: 'Source Code Pro';
font-family: "uroob";
font-weight: 600;
font-size: 60px;
font-size: 80px;
}

View File

@ -2,12 +2,10 @@
@import "_base";
@import "_music";
.slide {
background-color: $color-bg;
}
.header {
position: absolute;
top: 0;
@ -15,7 +13,6 @@
z-index: 10;
}
.room-location {
position: absolute;
top: 260px;
@ -23,12 +20,12 @@
z-index: 20;
font-family: 'Source Code Pro';
font-weight: 700;
font-family: "uroob";
//font-weight: 700;
font-size: 40px;
text-align: end;
color: white;
color: $color-fg-accent;
// box-align: center;
// -moz-box-align: center;
@ -54,14 +51,13 @@
.schedule .title {
// position: static;
font-family: 'Source Code Pro';
font-family: "uroob";
font-weight: 700;
font-size: 60px;
//text-align: bottom;
}
.events {
position: absolute;
top: 340px;
@ -92,7 +88,7 @@
// top: 0;
left: 0px;
font-family: 'Source Code Pro';
font-family: "uroob";
font-weight: 400;
font-size: 50px;
@ -104,7 +100,7 @@
position: absolute;
left: 200px;
font-family: 'Lato';
font-family: "uroob";
font-weight: 400;
font-size: 50px;
@ -114,12 +110,11 @@
}
.this-room {
font-style: italic;
color: white;
//font-style: italic;
font-weight: bold;
color: $color-fg-accent;
}
.event-info {
position: relative;
// left: 550px;
@ -135,7 +130,7 @@
// word-break: break-all;
// overflow-wrap: break-word;
font-family: 'Lato';
font-family: "uroob";
font-weight: 400;
font-size: 50px;
@ -162,11 +157,10 @@
overflow: hidden;
text-overflow: ellipsis;
font-style: italic;
//font-style: italic;
font-size: 40px;
}
.footer {
position: absolute;
left: 65px;
@ -184,7 +178,7 @@
margin-bottom: 10px;
font-family: 'Source Code Pro';
font-family: "uroob";
font-weight: 600;
font-size: 22px;

View File

@ -1,8 +1,12 @@
$full-width: 1920px;
$full-height: 1080px;
$colod-fg: rgb(255,255,255);
$color-bg: rgb(30, 30, 30);
$colod-fg: #3d2c13; //rgb(255, 255, 255);
$color-bg: #e2c991; //rgb(30, 30, 30);
$color-fg-alt1: #bd4145;
$color-fg-alt2: #157785;
$color-fg-accent: #e37242;
$color-fg-disrupt: #ff69c5;
// Old CI
$color-ci-gray: rgb(101, 103, 103);

View File

@ -3,3 +3,5 @@
@import "source-code-pro";
@import "lato";
@import "uroob";

View File

@ -0,0 +1,9 @@
/* uroob */
@font-face {
font-family: "uroob";
src:
url("./fonts/uroob-webfont.woff2") format("woff2"),
url("./fonts/uroob-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}

BIN
static/fonts/uroob-webfont.woff (Stored with Git LFS) Normal file

Binary file not shown.

BIN
static/fonts/uroob-webfont.woff2 (Stored with Git LFS) Normal file

Binary file not shown.