adjusted for dhcp ci
This commit is contained in:
		
							parent
							
								
									748ba51910
								
							
						
					
					
						commit
						6d4c3c1f6c
					
				| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
@import "_base";
 | 
					@import "_base";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.slide {
 | 
					.slide {
 | 
				
			||||||
    background-color: $color-bg;
 | 
					    //background-color: $color-bg;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.speaker-box {
 | 
					.speaker-box {
 | 
				
			||||||
| 
						 | 
					@ -24,24 +24,25 @@
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.speaker {
 | 
					.speaker {
 | 
				
			||||||
    background-color: $color-ci-green;
 | 
					    background-color: $color-fg-accent;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // border-width: 5px;
 | 
					    // border-width: 5px;
 | 
				
			||||||
    // border-style: solid;
 | 
					    // border-style: solid;
 | 
				
			||||||
    // border-color: $color-ci-green;
 | 
					    // border-color: $color-ci-green;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
 | 
					    // 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;
 | 
					    // vertical-align: middle;
 | 
				
			||||||
    white-space: normal;
 | 
					    white-space: normal;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // padding: 10px 15px;
 | 
					    // padding: 10px 15px;
 | 
				
			||||||
    padding: 5px 15px;
 | 
					    padding: 25px 20px 0px 20px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    font-family: 'Lato';
 | 
					    font-family: "uroob";
 | 
				
			||||||
    font-weight: 700;
 | 
					    font-weight: 700;
 | 
				
			||||||
    font-size: 60px;
 | 
					    font-size: 80px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.speaker .title {
 | 
					.speaker .title {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -19,21 +19,21 @@
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.talk {
 | 
					.talk {
 | 
				
			||||||
    background-color: $color-ci-green;
 | 
					    background-color: $color-fg-accent;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // border-width: 5px;
 | 
					    // border-width: 5px;
 | 
				
			||||||
    // border-style: solid;
 | 
					    // border-style: solid;
 | 
				
			||||||
    // border-color: $color-ci-green;
 | 
					    // 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;
 | 
					    // vertical-align: middle;
 | 
				
			||||||
    white-space: normal;
 | 
					    white-space: normal;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // padding: 10px 15px;
 | 
					    // padding: 10px 15px;
 | 
				
			||||||
    padding: 5px 10px;
 | 
					    padding: 20px 15px 10px 15px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    font-family: 'Lato';
 | 
					    font-family: "uroob";
 | 
				
			||||||
    font-weight: 400;
 | 
					    font-weight: 400;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -46,7 +46,7 @@
 | 
				
			||||||
    overflow: hidden;
 | 
					    overflow: hidden;
 | 
				
			||||||
    text-overflow: ellipsis;
 | 
					    text-overflow: ellipsis;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    font-size: 25px;
 | 
					    font-size: 43px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // color: $color-ci-green;
 | 
					    // color: $color-ci-green;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -69,9 +69,9 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    overflow: hidden;
 | 
					    overflow: hidden;
 | 
				
			||||||
    text-overflow: ellipsis;
 | 
					    text-overflow: ellipsis;
 | 
				
			||||||
 | 
					    padding-top: 5px;
 | 
				
			||||||
    font-size: 23px;
 | 
					    font-size: 26.5px;
 | 
				
			||||||
    font-style: italic;
 | 
					    //font-style: italic;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
img {
 | 
					img {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7,7 +7,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
body {
 | 
					body {
 | 
				
			||||||
    color: $colod-fg;
 | 
					    color: $colod-fg;
 | 
				
			||||||
    background: rgb(25,25,25);
 | 
					    background: #e2c991; //rgb(25,25,25);
 | 
				
			||||||
    margin: 0px;
 | 
					    margin: 0px;
 | 
				
			||||||
    padding: 0px;
 | 
					    padding: 0px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -16,7 +16,7 @@
 | 
				
			||||||
    top: 240px;
 | 
					    top: 240px;
 | 
				
			||||||
    left: 1144px;
 | 
					    left: 1144px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    font-family: 'Source Code Pro';
 | 
					    font-family: "uroob";
 | 
				
			||||||
    font-weight: 600;
 | 
					    font-weight: 600;
 | 
				
			||||||
    font-size: 60px;
 | 
					    font-size: 80px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,12 +2,10 @@
 | 
				
			||||||
@import "_base";
 | 
					@import "_base";
 | 
				
			||||||
@import "_music";
 | 
					@import "_music";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
.slide {
 | 
					.slide {
 | 
				
			||||||
    background-color: $color-bg;
 | 
					    background-color: $color-bg;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
.header {
 | 
					.header {
 | 
				
			||||||
    position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
    top: 0;
 | 
					    top: 0;
 | 
				
			||||||
| 
						 | 
					@ -15,7 +13,6 @@
 | 
				
			||||||
    z-index: 10;
 | 
					    z-index: 10;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
.room-location {
 | 
					.room-location {
 | 
				
			||||||
    position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
    top: 260px;
 | 
					    top: 260px;
 | 
				
			||||||
| 
						 | 
					@ -23,12 +20,12 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    z-index: 20;
 | 
					    z-index: 20;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    font-family: 'Source Code Pro';
 | 
					    font-family: "uroob";
 | 
				
			||||||
    font-weight: 700;
 | 
					    //font-weight: 700;
 | 
				
			||||||
    font-size: 40px;
 | 
					    font-size: 40px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    text-align: end;
 | 
					    text-align: end;
 | 
				
			||||||
    color: white;
 | 
					    color: $color-fg-accent;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // box-align: center;
 | 
					    // box-align: center;
 | 
				
			||||||
    // -moz-box-align: center;
 | 
					    // -moz-box-align: center;
 | 
				
			||||||
| 
						 | 
					@ -54,14 +51,13 @@
 | 
				
			||||||
.schedule .title {
 | 
					.schedule .title {
 | 
				
			||||||
    // position: static;
 | 
					    // position: static;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    font-family: 'Source Code Pro';
 | 
					    font-family: "uroob";
 | 
				
			||||||
    font-weight: 700;
 | 
					    font-weight: 700;
 | 
				
			||||||
    font-size: 60px;
 | 
					    font-size: 60px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    //text-align: bottom;
 | 
					    //text-align: bottom;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
.events {
 | 
					.events {
 | 
				
			||||||
    position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
    top: 340px;
 | 
					    top: 340px;
 | 
				
			||||||
| 
						 | 
					@ -92,7 +88,7 @@
 | 
				
			||||||
    // top: 0;
 | 
					    // top: 0;
 | 
				
			||||||
    left: 0px;
 | 
					    left: 0px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    font-family: 'Source Code Pro';
 | 
					    font-family: "uroob";
 | 
				
			||||||
    font-weight: 400;
 | 
					    font-weight: 400;
 | 
				
			||||||
    font-size: 50px;
 | 
					    font-size: 50px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -104,7 +100,7 @@
 | 
				
			||||||
    position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
    left: 200px;
 | 
					    left: 200px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    font-family: 'Lato';
 | 
					    font-family: "uroob";
 | 
				
			||||||
    font-weight: 400;
 | 
					    font-weight: 400;
 | 
				
			||||||
    font-size: 50px;
 | 
					    font-size: 50px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -114,12 +110,11 @@
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.this-room {
 | 
					.this-room {
 | 
				
			||||||
    font-style: italic;
 | 
					    //font-style: italic;
 | 
				
			||||||
    color: white;
 | 
					    font-weight: bold;
 | 
				
			||||||
 | 
					    color: $color-fg-accent;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.event-info {
 | 
					.event-info {
 | 
				
			||||||
    position: relative;
 | 
					    position: relative;
 | 
				
			||||||
    // left: 550px;
 | 
					    // left: 550px;
 | 
				
			||||||
| 
						 | 
					@ -135,7 +130,7 @@
 | 
				
			||||||
    // word-break: break-all;
 | 
					    // word-break: break-all;
 | 
				
			||||||
    // overflow-wrap: break-word;
 | 
					    // overflow-wrap: break-word;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    font-family: 'Lato';
 | 
					    font-family: "uroob";
 | 
				
			||||||
    font-weight: 400;
 | 
					    font-weight: 400;
 | 
				
			||||||
    font-size: 50px;
 | 
					    font-size: 50px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -162,11 +157,10 @@
 | 
				
			||||||
    overflow: hidden;
 | 
					    overflow: hidden;
 | 
				
			||||||
    text-overflow: ellipsis;
 | 
					    text-overflow: ellipsis;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    font-style: italic;
 | 
					    //font-style: italic;
 | 
				
			||||||
    font-size: 40px;
 | 
					    font-size: 40px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
.footer {
 | 
					.footer {
 | 
				
			||||||
    position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
    left: 65px;
 | 
					    left: 65px;
 | 
				
			||||||
| 
						 | 
					@ -184,7 +178,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    margin-bottom: 10px;
 | 
					    margin-bottom: 10px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    font-family: 'Source Code Pro';
 | 
					    font-family: "uroob";
 | 
				
			||||||
    font-weight: 600;
 | 
					    font-weight: 600;
 | 
				
			||||||
    font-size: 22px;
 | 
					    font-size: 22px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,8 +1,12 @@
 | 
				
			||||||
$full-width: 1920px;
 | 
					$full-width: 1920px;
 | 
				
			||||||
$full-height: 1080px;
 | 
					$full-height: 1080px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$colod-fg: rgb(255,255,255);
 | 
					$colod-fg: #3d2c13; //rgb(255, 255, 255);
 | 
				
			||||||
$color-bg: rgb(30, 30, 30);
 | 
					$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
 | 
					// Old CI
 | 
				
			||||||
$color-ci-gray: rgb(101, 103, 103);
 | 
					$color-ci-gray: rgb(101, 103, 103);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,3 +3,5 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@import "source-code-pro";
 | 
					@import "source-code-pro";
 | 
				
			||||||
@import "lato";
 | 
					@import "lato";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@import "uroob";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue