| Left: | ||
| Right: | 
| LEFT | RIGHT | 
|---|---|
| 1 @font-face | 1 @font-face | 
| 2 { | 2 { | 
| 3 font-family: "Source Sans Pro"; | 3 font-family: "Source Sans Pro"; | 
| 4 src: url(/fonts/SourceSansPro-Light.woff); | 4 src: url(/fonts/SourceSansPro-Light.woff); | 
| 5 /* local("Ø") forces using no local font called Source Sans Pro */ | 5 /* local("Ø") forces using no local font called Source Sans Pro */ | 
| 6 src: local("Ø"), url(/fonts/SourceSansPro-Light.woff) format("woff"); | 6 src: local("Ø"), url(/fonts/SourceSansPro-Light.woff) format("woff"); | 
| 7 font-weight: 300; | 7 font-weight: 300; | 
| 8 font-style: normal; | 8 font-style: normal; | 
| 9 } | 9 } | 
| 10 | 10 | 
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 45 a:link, | 45 a:link, | 
| 46 a:visited | 46 a:visited | 
| 47 { | 47 { | 
| 48 color: #5a84b3; | 48 color: #5a84b3; | 
| 49 text-decoration: underline; | 49 text-decoration: underline; | 
| 50 } | 50 } | 
| 51 | 51 | 
| 52 a:hover | 52 a:hover | 
| 53 { | 53 { | 
| 54 text-decoration: none; | 54 text-decoration: none; | 
| 55 } | |
| 56 | |
| 57 fieldset | |
| 58 { | |
| 59 border: 0px; | |
| 60 padding: 0px; | |
| 61 } | |
| 62 | |
| 63 li fieldset | |
| 64 { | |
| 65 padding-top: 10px; | |
| 55 } | 66 } | 
| 56 | 67 | 
| 57 header h1 | 68 header h1 | 
| 58 { | 69 { | 
| 59 box-sizing: border-box; | 70 box-sizing: border-box; | 
| 60 border: dashed 1px #898989; | 71 border: dashed 1px #898989; | 
| 61 border-left: none; | 72 border-left: none; | 
| 62 border-right: none; | 73 border-right: none; | 
| 63 padding: 18px; | 74 padding: 18px; | 
| 64 margin: 68px auto 0px auto; | 75 margin: 68px auto 0px auto; | 
| (...skipping 23 matching lines...) Expand all Loading... | |
| 88 margin: 0px auto; | 99 margin: 0px auto; | 
| 89 margin-bottom: 20px; | 100 margin-bottom: 20px; | 
| 90 } | 101 } | 
| 91 | 102 | 
| 92 #content | 103 #content | 
| 93 { | 104 { | 
| 94 margin: 0px auto; | 105 margin: 0px auto; | 
| 95 max-width: 960px; | 106 max-width: 960px; | 
| 96 } | 107 } | 
| 97 | 108 | 
| 98 section | 109 section, | 
| 110 .notification | |
| 99 { | 111 { | 
| 100 padding: 20px 100px; | 112 padding: 20px 100px; | 
| 101 margin-bottom: 30px; | 113 margin-bottom: 30px; | 
| 102 } | 114 } | 
| 103 | 115 | 
| 104 section.clear | 116 .notification | 
| 105 { | 117 { | 
| 
 
juliandoucette
2016/07/28 23:05:42
- why section.clear and not .clear?
- it seems lik
 
saroyanm
2016/08/24 11:48:42
The implementation currently is changed, I think t
 
 | |
| 106 margin: 0px; | 118 margin: 0px; | 
| 107 text-align: center; | 119 text-align: center; | 
| 108 } | 120 } | 
| 109 | 121 | 
| 110 section.highlighted | 122 section.highlighted | 
| 111 { | 123 { | 
| 112 background-image: url(/img/background-blue.png); | 124 background-image: url(/img/background-blue.png); | 
| 113 color: #FFFFFF; | 125 color: #FFFFFF; | 
| 114 } | 126 } | 
| 115 | 127 | 
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 172 text-align: center; | 184 text-align: center; | 
| 173 } | 185 } | 
| 174 | 186 | 
| 175 section .error-label | 187 section .error-label | 
| 176 { | 188 { | 
| 177 display: none; | 189 display: none; | 
| 178 color: #ffafaf; | 190 color: #ffafaf; | 
| 179 margin: 0px 12px; | 191 margin: 0px 12px; | 
| 180 } | 192 } | 
| 181 | 193 | 
| 182 button, section.clear a | 194 button, | 
| 195 .notification a | |
| 183 { | 196 { | 
| 184 min-width: 138px; | 197 min-width: 138px; | 
| 185 border: 0px; | 198 border: 0px; | 
| 186 color: #ffffff; | 199 color: #ffffff; | 
| 187 cursor: pointer; | 200 cursor: pointer; | 
| 188 } | 201 } | 
| 189 | 202 | 
| 190 section.highlighted form button | 203 .highlighted form button | 
| 191 { | 204 { | 
| 192 height: 42px; | 205 height: 42px; | 
| 193 background-color: #37506d; | 206 background-color: #37506d; | 
| 194 } | 207 } | 
| 195 | 208 | 
| 196 form.error button | 209 form.error button | 
| 197 { | 210 { | 
| 198 border: solid 2px #ffafaf; | 211 border: solid 2px #ffafaf; | 
| 199 } | 212 } | 
| 200 | 213 | 
| 201 form.error .error-label | 214 form.error .error-label | 
| 202 { | 215 { | 
| 203 display: inline-block; | 216 display: inline-block; | 
| 204 } | 217 } | 
| 205 | 218 | 
| 206 section.clear a | 219 .notification a | 
| 207 { | 220 { | 
| 208 display: inline-block; | 221 display: inline-block; | 
| 209 padding: 14px 0px; | 222 padding: 14px 0px; | 
| 210 margin: 0px 10px; | 223 margin: 0px 10px; | 
| 211 background-color: #5cb85c; | 224 background-color: #5cb85c; | 
| 212 vertical-align: middle; | 225 vertical-align: middle; | 
| 213 font-size: 14px; | 226 font-size: 14px; | 
| 214 text-decoration: none; | 227 text-decoration: none; | 
| 215 align-items: flex-start; | 228 } | 
| 
 
juliandoucette
2016/07/28 23:05:42
This is not supported < IE11
 
saroyanm
2016/08/24 11:48:42
Hmm not sure why this was here in first place:/ I
 
 | |
| 216 } | 229 | 
| 217 | 230 .notification a:hover | 
| 218 section.clear a:hover | |
| 219 { | 231 { | 
| 220 background-color: #47a447; | 232 background-color: #47a447; | 
| 221 } | 233 } | 
| 222 | 234 | 
| 223 form input[type="checkbox"] | 235 form input[type="checkbox"] | 
| 224 { | 236 { | 
| 225 margin: 0px; | 237 margin: 0px; | 
| 226 -webkit-margin-end: 10px; | 238 -webkit-margin-end: 10px; | 
| 227 -moz-margin-end: 10px; | 239 -moz-margin-end: 10px; | 
| 228 } | 240 } | 
| 229 | 241 | 
| 230 .disclaimer | 242 .disclaimer | 
| 231 { | 243 { | 
| 232 margin: 14px 0px; | 244 margin: 14px 0px; | 
| 233 font-size: 14px; | 245 font-size: 14px; | 
| 234 color: #a9bdd5; | 246 color: #a9bdd5; | 
| 235 } | 247 } | 
| 236 | 248 | 
| 237 .hidden | 249 .hidden | 
| 238 { | 250 { | 
| 239 display: none; | 251 display: none; | 
| 240 } | 252 } | 
| 241 | 253 | 
| 242 footer | 254 footer | 
| 243 { | 255 { | 
| 244 margin: 0 auto 30px; | 256 margin: 0 auto 30px; | 
| 245 max-width: 960px; | 257 max-width: 960px; | 
| 246 text-align: center; | 258 text-align: center; | 
| 247 } | 259 } | 
| LEFT | RIGHT |