New schedule colors #22

Merged
krasimir merged 1 commits from color-blind-safe-schedule-color-schema into master 2015-10-18 13:55:24 +03:00
1 changed files with 307 additions and 291 deletions

View File

@ -748,14 +748,45 @@ a.button:hover { opacity: 0.8; }
background: #FFF;
}
.schedule-social {
background: #EDD7A7;
background: #decf72;
}
.schedule-technical {
background: #A4D183;
background: #953c4f;
color: #FFF;
}
.schedule-technical a {
color: #FFF;
}
.schedule-workshop {
background: #E2E0E9;
}
.schedule-civic {
background: #6548a3;
color: #FFF;
}
.schedule-civic a {
color: #FFF;
}
.schedule-advanced-technical {
background: #750023;
color: #FFF;
}
.schedule-advanced-technical a {
color: #FFF;
}
.schedule-open-biz {
background: #9a9d29;
color: #FFF;
}
.schedule-open-biz a {
color: #FFF;
}
.schedule-misc {
background: #ede6b6;
}
.schedule-open-art {
background: #88cbf0;
}
.schedule-en::after {
content: " ";
background: url('../img/en_US.png');
@ -772,21 +803,6 @@ a.button:hover { opacity: 0.8; }
display: block;
margin: 0.3em auto 0.3em auto;
}
.schedule-civic {
background: #E8AAAB;
}
.schedule-advanced-technical {
background: #91C4DF;
}
.schedule-open-biz {
background: #DECDCB;
}
.schedule-misc {
background: #B0E9EC;
}
.schedule-open-art {
background: #ED9134;
}
.schedule-avatar {
float: left;
padding: 0.3em;