Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit c30e84b

Browse files
authored
Merge pull request #37 from barcelonapm/schedule
Add schedule and remove CFP
2 parents c5de78a + 61ec881 commit c30e84b

File tree

2 files changed

+328
-25
lines changed

2 files changed

+328
-25
lines changed

2017/assets/css/custom.css

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,72 @@ span.fit iframe {
7878
.features li.cancelled::before {
7979
color: #8d1c0c;
8080
}
81+
82+
#schedule {
83+
margin-bottom: 10em;
84+
}
85+
86+
#schedule thead {
87+
border: 0;
88+
font-size: 2em;
89+
}
90+
91+
#schedule tr {
92+
background-color: inherit;
93+
border: 0;
94+
}
95+
96+
#schedule .title {
97+
font-size: 1.2em;
98+
color: #fff;
99+
font-weight: bold;
100+
text-transform: uppercase;
101+
margin-bottom: 1em;
102+
}
103+
104+
#schedule td {
105+
border-top: 1px solid rgba(0, 0, 0, 0.315)
106+
}
107+
108+
#schedule td.room {
109+
padding: 2em;
110+
text-align: left;
111+
}
112+
113+
#schedule td.room-1 {
114+
background-color: rgba(0, 0, 0, 0.21);
115+
border-bottom: 2px solid rgba(0, 0, 0, 0.125);
116+
}
117+
118+
#schedule td.room-2 {
119+
background-color: rgba(0, 0, 0, 0.15);
120+
border-bottom: 2px solid rgba(0, 0, 0, 0.125);
121+
}
122+
123+
#schedule td.room-venue {
124+
background-color: #2e3842;
125+
border-bottom: 2px solid rgba(0, 0, 0, 0.125);
126+
}
127+
128+
#schedule td.time {
129+
vertical-align: top;
130+
padding-top: 0;
131+
}
132+
133+
#schedule tr.slot-10 { height: 3em; }
134+
#schedule tr.slot-20 { height: 6em; }
135+
#schedule tr.slot-30 { height: 9em; }
136+
#schedule tr.slot-50 { height: 15em; }
137+
#schedule tr.slot-90 { height: 20em; }
138+
139+
@media screen and (max-width: 736px) {
140+
#schedule thead {
141+
display: none;
142+
}
143+
144+
#schedule td.room {
145+
display: inline-block;
146+
width: 100%;
147+
148+
}
149+
}

0 commit comments

Comments
 (0)