Better breakpoint for the right column + fixing links inside paragraphs #23

Merged
krasimir merged 5 commits from css-improvements into master 2015-10-21 10:54:40 +03:00
1 changed files with 85 additions and 78 deletions

View File

@ -459,9 +459,8 @@ nav .selected {
/* News */
h4 {
margin: 1em 0 0 0;
margin: 1em 0 0.4em 0;
padding: 0;
height: 70px;
}
p.info + p {
@ -600,6 +599,10 @@ footer .content li a {
display: inline-block;
padding: 0 2.2em 1em 0;
}
.sponsors-frontpage p a {
display: inline;
padding: 0;
}
/* Plugins */
.gmp_map_opts {
@ -727,13 +730,15 @@ a.button:hover { opacity: 0.8; }
padding: 0.6em 0.4em;
text-align: center;
vertical-align: middle;
box-shadow: 0px 1px 2px #999;
}
.schedule-legend td {
padding: 0.4em;
}
.schedule a {
border-bottom: dotted 1px #000;
border-bottom: dotted 1px #999;
color: #000;
font-weight: bold;
}
.schedule a:hover {
border-bottom: none;
@ -747,98 +752,100 @@ a.button:hover { opacity: 0.8; }
.schedule-empty {
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: #F0A388;
}
.schedule-11 {
background: #F0A388;
}
/* 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: #DAEBBB;
color: #000;
}
.schedule-civic a {
color: #000;
}
.schedule-13 {
background: #DAEBBB;
color: #000;
}
.schedule-13 a {
color: #000;
}
/* Social track 2015 */
.schedule-social {
background: #a6b4de;
}
.schedule-14 {
background: #decf72;
}
.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;
background: #;
}
/* Advanced technical track 2015 */
.schedule-advanced-technical {
background: #750023;
color: #FFF;
background: #DF9959;
color: #000;
}
.schedule-advanced-technical a {
color: #FFF;
color: #000;
}
/* Advanced technical track 2015 */
.schedule-15 {
background: #750023;
color: #FFF;
background: #DF9959;
color: #000;
}
.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;
}
.schedule-misc {
background: #ede6b6;
}
/* Misc track 2015 */
.schedule-misc {
background: #fff;
}
.schedule-16 {
background: #ede6b6;
background: #fff;
}
.schedule-open-art {
background: #88cbf0;
}
/* OpenArt track 2015*/
.schedule-11 {
background: #88cbf0;
/* Workshop 2015 */
.schedule-workshop {
background: #E2E0E9;
}
.schedule-en::after {
@ -861,9 +868,9 @@ a.button:hover { opacity: 0.8; }
float: left;
padding: 0.3em;
background: #FFF;
-moz-box-shadow: 0px 0px 1px 1px #999;
-moz-box-shadow: 0px 0px 1px 1px #999;
-webkit-box-shadow: 0px 0px 1px 1px #999;
box-shadow: 0px 0px 1px 1px #999;
box-shadow: 0px 0px 1px 1px #999;
margin: 0 1em 2em 0;
}