Merge upstream changes
This commit is contained in:
parent
bd2800ff9b
commit
15e3df00f0
|
@ -134,6 +134,12 @@ body {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.version {
|
||||||
|
position: absolute;
|
||||||
|
top: 4px;
|
||||||
|
right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Our main event box */
|
/* Our main event box */
|
||||||
.event {
|
.event {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -228,6 +234,21 @@ body {
|
||||||
z-position: -3;
|
z-position: -3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wholeblock {
|
||||||
|
position: absolute;
|
||||||
|
width: 25%;
|
||||||
|
background-color: yellow;
|
||||||
|
opacity: 0.4;
|
||||||
|
z-position: -3;
|
||||||
|
}
|
||||||
|
.in-calendar.onlyday1 .wholeblock,
|
||||||
|
.in-calendar.onlyday2 .wholeblock,
|
||||||
|
.in-calendar.onlyday3 .wholeblock,
|
||||||
|
.in-calendar.onlyday4 .wholeblock
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.grid.over {
|
.grid.over {
|
||||||
background-color: lime;
|
background-color: lime;
|
||||||
}
|
}
|
||||||
|
@ -256,11 +277,25 @@ hr.guide {
|
||||||
|
|
||||||
.ende, .pause {
|
.ende, .pause {
|
||||||
background-color: pink;
|
background-color: pink;
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-position: -1;
|
z-position: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.size-large .pause {
|
||||||
|
font-size: 9em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.size-medium .pause {
|
||||||
|
font-size: 7em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.size-small .pause {
|
||||||
|
font-size: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
/* togglable view selectors */
|
/* togglable view selectors */
|
||||||
.absolute .vhalf { background: red; }
|
.absolute .vhalf { background: red; }
|
||||||
.still-left .vleft { background: red; }
|
.still-left .vleft { background: red; }
|
||||||
|
@ -295,10 +330,10 @@ hr.guide {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Events in list that have a date set, will be marked */
|
/* Events in list that have a date set, will be marked */
|
||||||
.in-list .event.day_1,
|
.fullnarp.in-list .event.day_1,
|
||||||
.in-list .event.day_2,
|
.fullnarp.in-list .event.day_2,
|
||||||
.in-list .event.day_3,
|
.fullnarp.in-list .event.day_3,
|
||||||
.in-list .event.day_4 {
|
.fullnarp.in-list .event.day_4 {
|
||||||
background-color: green;
|
background-color: green;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
@ -378,6 +413,18 @@ hr.guide {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Events in calendar where speakers are unavailable, will be marked */
|
||||||
|
.in-calendar .conflict {
|
||||||
|
background-image:
|
||||||
|
repeating-linear-gradient(
|
||||||
|
45deg,
|
||||||
|
black,
|
||||||
|
black 20px,
|
||||||
|
yellow 20px,
|
||||||
|
yellow 40px /* determines size */
|
||||||
|
) !important;
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
/* FAQ */
|
/* FAQ */
|
||||||
dt {
|
dt {
|
||||||
|
@ -396,6 +443,15 @@ dl {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#qrcode {
|
||||||
|
display: inline-block;
|
||||||
|
float: right;
|
||||||
|
|
||||||
|
margin: 0 0.8em 0.8em 0;
|
||||||
|
width: 14em;
|
||||||
|
height: 14em;
|
||||||
|
}
|
||||||
|
|
||||||
*[draggable=true] {
|
*[draggable=true] {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
}
|
}
|
||||||
|
@ -605,6 +661,7 @@ dl {
|
||||||
.size-large .duration_7200 { height: 395px !important; }
|
.size-large .duration_7200 { height: 395px !important; }
|
||||||
.size-large .duration_8100 { height: 445px !important; }
|
.size-large .duration_8100 { height: 445px !important; }
|
||||||
.size-large .duration_inf { height: 1600px !important; }
|
.size-large .duration_inf { height: 1600px !important; }
|
||||||
|
.size-large .wholeblock { height: 700px; }
|
||||||
.size-large .wholeday { height: 3550px; }
|
.size-large .wholeday { height: 3550px; }
|
||||||
.in-calendar.size-large .event { font-size: 0.8em; }
|
.in-calendar.size-large .event { font-size: 0.8em; }
|
||||||
|
|
||||||
|
@ -616,6 +673,7 @@ dl {
|
||||||
.size-medium .duration_7200 { height: 237px !important; }
|
.size-medium .duration_7200 { height: 237px !important; }
|
||||||
.size-medium .duration_8100 { height: 267px !important; }
|
.size-medium .duration_8100 { height: 267px !important; }
|
||||||
.size-medium .duration_inf { height: 960px !important; }
|
.size-medium .duration_inf { height: 960px !important; }
|
||||||
|
.size-medium .wholeblock { height: 420px; }
|
||||||
.size-medium .wholeday { height: 2150px; }
|
.size-medium .wholeday { height: 2150px; }
|
||||||
.in-calendar.size-medium .event { font-size: 0.6em; }
|
.in-calendar.size-medium .event { font-size: 0.6em; }
|
||||||
|
|
||||||
|
@ -627,6 +685,7 @@ dl {
|
||||||
.size-small .duration_7200 { height: 158px !important; }
|
.size-small .duration_7200 { height: 158px !important; }
|
||||||
.size-small .duration_8100 { height: 178px !important; }
|
.size-small .duration_8100 { height: 178px !important; }
|
||||||
.size-small .duration_inf { height: 640px !important; }
|
.size-small .duration_inf { height: 640px !important; }
|
||||||
|
.size-small .wholeblock { height: 280px; }
|
||||||
.size-small .wholeday { height: 1450px; }
|
.size-small .wholeday { height: 1450px; }
|
||||||
.in-calendar.size-small .event { font-size: 0.4em; }
|
.in-calendar.size-small .event { font-size: 0.4em; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue