1 /* ------------------------------------------------------------------------------------------
3 * ------------------------------------------------------------------------------------------ */
8 body, p, a, div, th, td {
9 font-family: "Source Sans Pro", sans-serif;
14 @media (min-width: 1200px) {
15 body.container-fluid {
25 font-family: "Source Code Pro", monospace;
41 font-family: "Source Sans Pro Semibold", sans-serif;
50 font-family: "Source Sans Pro", sans-serif;
59 border-top: 1px solid #ebebeb;
64 font-family: "Source Sans Pro", sans-serif;
74 padding: 14px 0 30px 0;
78 font-family: "Source Sans Pro Bold", sans-serif;
85 font-family: "Source Sans Pro", sans-serif;
93 font-family: "Source Sans Pro", sans-serif;
101 font-family: "Source Sans Pro", sans-serif;
109 border-collapse: collapse;
115 background-color: #f5f5f5;
117 font-family: "Source Sans Pro", sans-serif;
120 border: #e0e0e0 1px solid;
125 padding: 10px 8px 0 8px;
126 border: #e0e0e0 1px solid;
129 #generator .content {
131 border-top: 1px solid #ebebeb;
137 background-color: grey;
146 /* ------------------------------------------------------------------------------------------
148 * ------------------------------------------------------------------------------------------ */
151 border-top: 1px solid #ebebeb;
156 font-family: "Source Sans Pro", sans-serif;
160 padding-bottom: 14px;
166 font-family: "Source Sans Pro Bold", sans-serif;
173 /* ------------------------------------------------------------------------------------------
175 * ------------------------------------------------------------------------------------------ */
177 font-family: "Source Sans Pro", sans-serif;
180 display: inline-block;
184 text-transform: uppercase;
185 background-color: #3387CC;
190 background-color: green;
194 background-color: #e5c500;
198 background-color: #4070ec;
202 background-color: #ed0039;
205 /* ------------------------------------------------------------------------------------------
207 * ------------------------------------------------------------------------------------------ */
211 padding: 0 20px 20px 20px;
218 background-color: #f5f5f5;
228 border-left: transparent 4px solid;
229 border-right: transparent 4px solid;
230 font-family: "Source Sans Pro", sans-serif;
235 .sidenav > li.nav-header {
240 .sidenav > li.nav-header > a {
242 border: 1px solid #e5e5e5;
244 font-family: "Source Sans Pro", sans-serif;
247 background-color: #ffffff;
250 .sidenav > li.active > a {
253 background-color: #0088cc;
257 .sidenav > li.has-modifications a {
258 border-right: #60d060 4px solid;
261 .sidenav > li.is-new a {
262 border-left: #e5e5e5 4px solid;
265 /* ------------------------------------------------------------------------------------------
267 * ------------------------------------------------------------------------------------------ */
272 padding: 16px 20px 10px 20px;
273 background-color: #F5F5F5;
277 .sidenav-search .search {
290 background-color: #fff;
293 /* ------------------------------------------------------------------------------------------
295 * ------------------------------------------------------------------------------------------ */
299 text-decoration: none;
309 background-color: #60d060;
313 background-color: #f05050;
314 text-decoration: line-through;
318 background-color: #60d060;
322 background-color: #f05050;
323 text-decoration: line-through;
328 background-color: #60d060;
333 background-color: #f05050;
334 text-decoration: line-through;
338 background-color: #60d060;
342 background-color: #f05050;
343 text-decoration: line-through;
346 /* ------------------------------------------------------------------------------------------
348 * ------------------------------------------------------------------------------------------ */
367 .container1 > div, .container2 > div, .container3 > div {
370 background-color: #0088cc;
374 -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
375 animation: bouncedelay 1.2s infinite ease-in-out;
376 /* Prevent first frame from flickering when animation starts */
377 -webkit-animation-fill-mode: both;
378 animation-fill-mode: both;
381 .spinner .spinner-container {
388 -webkit-transform: rotateZ(45deg);
389 transform: rotateZ(45deg);
393 -webkit-transform: rotateZ(90deg);
394 transform: rotateZ(90deg);
397 .circle1 { top: 0; left: 0; }
398 .circle2 { top: 0; right: 0; }
399 .circle3 { right: 0; bottom: 0; }
400 .circle4 { left: 0; bottom: 0; }
402 .container2 .circle1 {
403 -webkit-animation-delay: -1.1s;
404 animation-delay: -1.1s;
407 .container3 .circle1 {
408 -webkit-animation-delay: -1.0s;
409 animation-delay: -1.0s;
412 .container1 .circle2 {
413 -webkit-animation-delay: -0.9s;
414 animation-delay: -0.9s;
417 .container2 .circle2 {
418 -webkit-animation-delay: -0.8s;
419 animation-delay: -0.8s;
422 .container3 .circle2 {
423 -webkit-animation-delay: -0.7s;
424 animation-delay: -0.7s;
427 .container1 .circle3 {
428 -webkit-animation-delay: -0.6s;
429 animation-delay: -0.6s;
432 .container2 .circle3 {
433 -webkit-animation-delay: -0.5s;
434 animation-delay: -0.5s;
437 .container3 .circle3 {
438 -webkit-animation-delay: -0.4s;
439 animation-delay: -0.4s;
442 .container1 .circle4 {
443 -webkit-animation-delay: -0.3s;
444 animation-delay: -0.3s;
447 .container2 .circle4 {
448 -webkit-animation-delay: -0.2s;
449 animation-delay: -0.2s;
452 .container3 .circle4 {
453 -webkit-animation-delay: -0.1s;
454 animation-delay: -0.1s;
457 @-webkit-keyframes bouncedelay {
458 0%, 80%, 100% { -webkit-transform: scale(0.0) }
459 40% { -webkit-transform: scale(1.0) }
462 @keyframes bouncedelay {
464 transform: scale(0.0);
465 -webkit-transform: scale(0.0);
467 transform: scale(1.0);
468 -webkit-transform: scale(1.0);
472 /* ------------------------------------------------------------------------------------------
474 * ------------------------------------------------------------------------------------------ */
482 text-decoration: underline;
485 /* ------------------------------------------------------------------------------------------
487 * ------------------------------------------------------------------------------------------ */
504 text-decoration: none;
509 content: " [" attr(href) "] ";
517 background-color: #ffffff;
520 border: #808080 1px solid;
523 margin: 10px 0 20px 0;
526 } /* /@media print */