Changing the schedule's color schema

This commit is contained in:
Krasimir Tsonev 2015-10-21 07:10:18 +03:00
parent a21d3cddb9
commit 3d060cc8ec
1 changed files with 75 additions and 72 deletions

View File

@ -459,8 +459,8 @@ nav .selected {
/* News */ /* News */
h4 { h4 {
margin: 1em 0 0.4em 0; margin: 1em 0 0.4em 0;
padding: 0; padding: 0;
} }
p.info + p { p.info + p {
@ -730,6 +730,7 @@ a.button:hover { opacity: 0.8; }
padding: 0.6em 0.4em; padding: 0.6em 0.4em;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
box-shadow: 0px 1px 2px #999;
} }
.schedule-legend td { .schedule-legend td {
padding: 0.4em; padding: 0.4em;
@ -750,98 +751,100 @@ a.button:hover { opacity: 0.8; }
.schedule-empty { .schedule-empty {
background: #FFF; background: #FFF;
} }
.schedule-social {
background: #decf72; /* Color definitions */
/* Open-biz track 2015 */
.schedule-open-biz {
background: #75d3b3;
color: #000;
}
.schedule-open-biz a {
color: #000;
}
.schedule-10 {
background: #75d3b3;
color: #000;
}
.schedule-10 a {
color: #000;
}
/* OpenArt track 2015*/
.schedule-open-art {
background: #88cbf0;
}
.schedule-11 {
background: #88cbf0;
}
/* Technical track 2015 */
.schedule-technical {
background: #e9d765;
color: #000;
}
.schedule-technical a {
color: #000;
}
.schedule-12 {
background: #e9d765;
color: #000;
}
.schedule-12 a {
color: #000;
}
/* Civic hacking track 2015 */
.schedule-civic {
background: #a7de49;
color: #000;
}
.schedule-civic a {
color: #000;
}
.schedule-13 {
background: #a7de49;
color: #000;
}
.schedule-13 a {
color: #000;
} }
/* Social track 2015 */ /* Social track 2015 */
.schedule-social {
background: #a6b4de;
}
.schedule-14 { .schedule-14 {
background: #decf72; background: #;
}
.schedule-technical {
background: #953c4f;
color: #FFF;
}
.schedule-technical a {
color: #FFF;
}
/* Technical track 2015 */
.schedule-12 {
background: #953c4f;
color: #FFF;
}
.schedule-12 a {
color: #FFF;
}
.schedule-workshop {
background: #E2E0E9;
}
.schedule-civic {
background: #6548a3;
color: #FFF;
}
.schedule-civic a {
color: #FFF;
}
/* Civic hacking track 2015 */
.schedule-13 {
background: #6548a3;
color: #FFF;
}
.schedule-13 a {
color: #FFF;
} }
/* Advanced technical track 2015 */
.schedule-advanced-technical { .schedule-advanced-technical {
background: #750023; background: #b3b3b3;
color: #FFF; color: #000;
} }
.schedule-advanced-technical a { .schedule-advanced-technical a {
color: #FFF; color: #000;
} }
/* Advanced technical track 2015 */
.schedule-15 { .schedule-15 {
background: #750023; background: #b3b3b3;
color: #FFF; color: #000;
} }
.schedule-15 a { .schedule-15 a {
color: #FFF; color: #000;
}
.schedule-open-biz {
background: #9a9d29;
color: #FFF;
}
.schedule-open-biz a {
color: #FFF;
}
/* Open-biz track 2015 */
.schedule-10 {
background: #9a9d29;
color: #FFF;
}
.schedule-10 a {
color: #FFF;
} }
/* Misc track 2015 */
.schedule-misc { .schedule-misc {
background: #ede6b6; background: #ede6b6;
} }
/* Misc track 2015 */
.schedule-16 { .schedule-16 {
background: #ede6b6; background: #ede6b6;
} }
.schedule-open-art { /* Workshop 2015 */
background: #88cbf0; .schedule-workshop {
} background: #E2E0E9;
/* OpenArt track 2015*/
.schedule-11 {
background: #88cbf0;
} }
.schedule-en::after { .schedule-en::after {