add per-track-id classes

This commit is contained in:
Vasil Kolev 2015-10-18 14:03:04 +03:00
parent 907b4d6cd7
commit bdc1b00258
1 changed files with 54 additions and 0 deletions

View File

@ -750,6 +750,12 @@ a.button:hover { opacity: 0.8; }
.schedule-social { .schedule-social {
background: #decf72; background: #decf72;
} }
/* Social track 2015 */
.schedule-14 {
background: #decf72;
}
.schedule-technical { .schedule-technical {
background: #953c4f; background: #953c4f;
color: #FFF; color: #FFF;
@ -757,9 +763,20 @@ a.button:hover { opacity: 0.8; }
.schedule-technical a { .schedule-technical a {
color: #FFF; color: #FFF;
} }
/* Technical track 2015 */
.schedule-12 {
background: #953c4f;
color: #FFF;
}
.schedule-12 a {
color: #FFF;
}
.schedule-workshop { .schedule-workshop {
background: #E2E0E9; background: #E2E0E9;
} }
.schedule-civic { .schedule-civic {
background: #6548a3; background: #6548a3;
color: #FFF; color: #FFF;
@ -767,6 +784,15 @@ a.button:hover { opacity: 0.8; }
.schedule-civic a { .schedule-civic a {
color: #FFF; color: #FFF;
} }
/* Civic hacking track 2015 */
.schedule-13 {
background: #6548a3;
color: #FFF;
}
.schedule-13 a {
color: #FFF;
}
.schedule-advanced-technical { .schedule-advanced-technical {
background: #750023; background: #750023;
color: #FFF; color: #FFF;
@ -774,6 +800,15 @@ a.button:hover { opacity: 0.8; }
.schedule-advanced-technical a { .schedule-advanced-technical a {
color: #FFF; color: #FFF;
} }
/* Advanced technical track 2015 */
.schedule-15 {
background: #750023;
color: #FFF;
}
.schedule-15 a {
color: #FFF;
}
.schedule-open-biz { .schedule-open-biz {
background: #9a9d29; background: #9a9d29;
color: #FFF; color: #FFF;
@ -781,12 +816,31 @@ a.button:hover { opacity: 0.8; }
.schedule-open-biz a { .schedule-open-biz a {
color: #FFF; color: #FFF;
} }
/* Open-biz track 2015 */
.schedule-10 {
background: #9a9d29;
color: #FFF;
}
.schedule-10 a {
color: #FFF;
}
.schedule-misc { .schedule-misc {
background: #ede6b6; background: #ede6b6;
} }
/* Misc track 2015 */
.schedule-16 {
background: #ede6b6;
}
.schedule-open-art { .schedule-open-art {
background: #88cbf0; background: #88cbf0;
} }
/* OpenArt track 2015*/
.schedule-11 {
background: #88cbf0;
}
.schedule-en::after { .schedule-en::after {
content: " "; content: " ";
background: url('../img/en_US.png'); background: url('../img/en_US.png');