From 63abd8c466479ff0f9c31e5ef762fa0dc2661b79 Mon Sep 17 00:00:00 2001 From: Krasimir Tsonev Date: Sun, 18 Oct 2015 10:41:13 +0300 Subject: [PATCH 1/4] Better breakpoint for the right column + fixing links inside paragraphs --- css/styles.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/css/styles.css b/css/styles.css index 7de0ea7..e40aac7 100644 --- a/css/styles.css +++ b/css/styles.css @@ -429,7 +429,7 @@ nav .selected { .grid .col-right { width: 30%; float: left; - margin-bottom: 2em; + margin-bottom: 2em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; @@ -438,7 +438,7 @@ nav .selected { width: 100%; } -@media all and (max-width: 600px) { +@media all and (max-width: 660px) { .grid .col2, .grid .col3, .grid .col4, .grid .col-left, .grid .col-right { width: 100%; float: none; @@ -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 { From 3d060cc8ecabf0e2145d15c344b84e2418e7e0a8 Mon Sep 17 00:00:00 2001 From: Krasimir Tsonev Date: Wed, 21 Oct 2015 07:10:18 +0300 Subject: [PATCH 2/4] Changing the schedule's color schema --- css/styles.css | 147 +++++++++++++++++++++++++------------------------ 1 file changed, 75 insertions(+), 72 deletions(-) diff --git a/css/styles.css b/css/styles.css index 8bc854d..322b87d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -459,8 +459,8 @@ nav .selected { /* News */ h4 { - margin: 1em 0 0.4em 0; - padding: 0; + margin: 1em 0 0.4em 0; + padding: 0; } p.info + p { @@ -730,6 +730,7 @@ 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; @@ -750,98 +751,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: #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 */ +.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: #b3b3b3; + color: #000; } .schedule-advanced-technical a { - color: #FFF; + color: #000; } -/* Advanced technical track 2015 */ .schedule-15 { - background: #750023; - color: #FFF; + background: #b3b3b3; + color: #000; } .schedule-15 a { - color: #FFF; -} - -.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; + color: #000; } +/* Misc track 2015 */ .schedule-misc { background: #ede6b6; } -/* Misc track 2015 */ .schedule-16 { background: #ede6b6; } -.schedule-open-art { - background: #88cbf0; -} -/* OpenArt track 2015*/ -.schedule-11 { - background: #88cbf0; +/* Workshop 2015 */ +.schedule-workshop { + background: #E2E0E9; } .schedule-en::after { From 305b2247955b48ba09f6ea27b80bbafe16004666 Mon Sep 17 00:00:00 2001 From: Krasimir Tsonev Date: Wed, 21 Oct 2015 07:15:04 +0300 Subject: [PATCH 3/4] Bolding the links + softing the links' underline --- css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 322b87d..421426d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -736,8 +736,9 @@ a.button:hover { opacity: 0.8; } 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; From 96d2e1efed29eb66f59bf3fddaec18b855eb8237 Mon Sep 17 00:00:00 2001 From: Krasimir Tsonev Date: Wed, 21 Oct 2015 10:40:14 +0300 Subject: [PATCH 4/4] Better color blind safe colors --- css/styles.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/css/styles.css b/css/styles.css index 421426d..d8ffe3d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -773,10 +773,10 @@ a.button:hover { opacity: 0.8; } /* OpenArt track 2015*/ .schedule-open-art { - background: #88cbf0; + background: #F0A388; } .schedule-11 { - background: #88cbf0; + background: #F0A388; } /* Technical track 2015 */ @@ -797,14 +797,14 @@ a.button:hover { opacity: 0.8; } /* Civic hacking track 2015 */ .schedule-civic { - background: #a7de49; + background: #DAEBBB; color: #000; } .schedule-civic a { color: #000; } .schedule-13 { - background: #a7de49; + background: #DAEBBB; color: #000; } .schedule-13 a { @@ -821,14 +821,14 @@ a.button:hover { opacity: 0.8; } /* Advanced technical track 2015 */ .schedule-advanced-technical { - background: #b3b3b3; + background: #DF9959; color: #000; } .schedule-advanced-technical a { color: #000; } .schedule-15 { - background: #b3b3b3; + background: #DF9959; color: #000; } .schedule-15 a { @@ -837,10 +837,10 @@ a.button:hover { opacity: 0.8; } /* Misc track 2015 */ .schedule-misc { - background: #ede6b6; + background: #fff; } .schedule-16 { - background: #ede6b6; + background: #fff; } /* Workshop 2015 */ @@ -868,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; }