aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorEric Bidelman2012-04-09 19:23:37 -0700
committerEric Bidelman2012-04-09 19:23:37 -0700
commitca26979ec3e0f76c6623e9b488bfb976cd976566 (patch)
tree22457c09490ade1254fe414fd4bfa2832bc87738 /theme
parent5f5d79dc7395392057028380e876a2883722ee38 (diff)
downloadio-slides-remote-ca26979ec3e0f76c6623e9b488bfb976cd976566.tar.gz
Contact info config hooked up
Diffstat (limited to 'theme')
-rw-r--r--theme/css/default.css191
-rw-r--r--theme/sass/default.scss24
2 files changed, 121 insertions, 94 deletions
diff --git a/theme/css/default.css b/theme/css/default.css
index 276c29e..39b7f53 100644
--- a/theme/css/default.css
+++ b/theme/css/default.css
@@ -490,23 +490,25 @@ b {
490 490
491/* line 229, ../sass/default.scss */ 491/* line 229, ../sass/default.scss */
492a { 492a {
493 color: #0066cc; 493 color: #2a7cdf;
494} 494 text-decoration: none;
495/* line 232, ../sass/default.scss */ 495 padding-bottom: 2px;
496a:visited { 496 border-bottom: 1px solid rgba(42, 124, 223, 0.5);
497 color: rgba(0, 102, 204, 0.75); 497 /* &:visited {
498} 498 color: rgba(0, 102, 204, 0.75);
499/* line 236, ../sass/default.scss */ 499 }*/
500}
501/* line 239, ../sass/default.scss */
500a:hover { 502a:hover {
501 color: black; 503 color: black !important;
502} 504}
503 505
504/* line 241, ../sass/default.scss */ 506/* line 244, ../sass/default.scss */
505h1, h2, h3 { 507h1, h2, h3 {
506 font-weight: 600; 508 font-weight: 600;
507} 509}
508 510
509/* line 245, ../sass/default.scss */ 511/* line 248, ../sass/default.scss */
510h2 { 512h2 {
511 font-size: 45px; 513 font-size: 45px;
512 line-height: 45px; 514 line-height: 45px;
@@ -514,7 +516,7 @@ h2 {
514 color: #515151; 516 color: #515151;
515} 517}
516 518
517/* line 252, ../sass/default.scss */ 519/* line 255, ../sass/default.scss */
518h3 { 520h3 {
519 font-size: 30px; 521 font-size: 30px;
520 letter-spacing: -1px; 522 letter-spacing: -1px;
@@ -523,38 +525,38 @@ h3 {
523 color: #797979; 525 color: #797979;
524} 526}
525 527
526/* line 260, ../sass/default.scss */ 528/* line 263, ../sass/default.scss */
527ul { 529ul {
528 margin-left: 1.2em; 530 margin-left: 1.2em;
529 margin-bottom: 1em; 531 margin-bottom: 1em;
530} 532}
531/* line 264, ../sass/default.scss */ 533/* line 267, ../sass/default.scss */
532ul li { 534ul li {
533 margin-bottom: 0.5em; 535 margin-bottom: 0.5em;
534} 536}
535/* line 267, ../sass/default.scss */ 537/* line 270, ../sass/default.scss */
536ul li ul { 538ul li ul {
537 margin-left: 2em; 539 margin-left: 2em;
538 margin-bottom: 0; 540 margin-bottom: 0;
539} 541}
540/* line 271, ../sass/default.scss */ 542/* line 274, ../sass/default.scss */
541ul li ul li:before { 543ul li ul li:before {
542 content: '-'; 544 content: '-';
543 font-weight: 600; 545 font-weight: 600;
544} 546}
545/* line 278, ../sass/default.scss */ 547/* line 281, ../sass/default.scss */
546ul > li:before { 548ul > li:before {
547 content: '·'; 549 content: '·';
548 margin-left: -1em; 550 margin-left: -1em;
549 position: absolute; 551 position: absolute;
550 font-weight: 600; 552 font-weight: 600;
551} 553}
552/* line 286, ../sass/default.scss */ 554/* line 289, ../sass/default.scss */
553ul ul { 555ul ul {
554 margin-top: .5em; 556 margin-top: .5em;
555} 557}
556 558
557/* line 291, ../sass/default.scss */ 559/* line 294, ../sass/default.scss */
558pre { 560pre {
559 font-family: 'Inconsolata', 'Courier New', monospace; 561 font-family: 'Inconsolata', 'Courier New', monospace;
560 font-size: 20px; 562 font-size: 20px;
@@ -572,7 +574,7 @@ pre {
572 box-sizing: border-box; 574 box-sizing: border-box;
573 /*overflow: hidden;*/ 575 /*overflow: hidden;*/
574} 576}
575/* line 305, ../sass/default.scss */ 577/* line 308, ../sass/default.scss */
576pre:after { 578pre:after {
577 content: attr(data-lang); 579 content: attr(data-lang);
578 background-color: #a9a9a9; 580 background-color: #a9a9a9;
@@ -585,14 +587,14 @@ pre:after {
585 text-transform: uppercase; 587 text-transform: uppercase;
586} 588}
587 589
588/* line 318, ../sass/default.scss */ 590/* line 321, ../sass/default.scss */
589code { 591code {
590 font-size: 95%; 592 font-size: 95%;
591 font-family: 'Inconsolata', 'Courier New', monospace; 593 font-family: 'Inconsolata', 'Courier New', monospace;
592 color: black; 594 color: black;
593} 595}
594 596
595/* line 324, ../sass/default.scss */ 597/* line 327, ../sass/default.scss */
596iframe { 598iframe {
597 width: 100%; 599 width: 100%;
598 height: 620px; 600 height: 620px;
@@ -601,17 +603,17 @@ iframe {
601 margin: -1px; 603 margin: -1px;
602} 604}
603 605
604/* line 332, ../sass/default.scss */ 606/* line 335, ../sass/default.scss */
605dt { 607dt {
606 font-weight: bold; 608 font-weight: bold;
607} 609}
608 610
609/* line 336, ../sass/default.scss */ 611/* line 339, ../sass/default.scss */
610h3 + iframe { 612h3 + iframe {
611 height: 540px; 613 height: 540px;
612} 614}
613 615
614/* line 340, ../sass/default.scss */ 616/* line 343, ../sass/default.scss */
615button { 617button {
616 display: inline-block; 618 display: inline-block;
617 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #f9f9f9), color-stop(70%, #e3e3e3)); 619 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #f9f9f9), color-stop(70%, #e3e3e3));
@@ -640,12 +642,12 @@ button {
640 font-size: 10pt; 642 font-size: 10pt;
641} 643}
642 644
643/* line 355, ../sass/default.scss */ 645/* line 358, ../sass/default.scss */
644button:hover { 646button:hover {
645 border-color: black; 647 border-color: black;
646} 648}
647 649
648/* line 359, ../sass/default.scss */ 650/* line 362, ../sass/default.scss */
649button:active { 651button:active {
650 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #e3e3e3), color-stop(70%, #f9f9f9)); 652 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #e3e3e3), color-stop(70%, #f9f9f9));
651 background: -webkit-linear-gradient(#e3e3e3 40%, #f9f9f9 70%); 653 background: -webkit-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
@@ -655,62 +657,62 @@ button:active {
655 background: linear-gradient(#e3e3e3 40%, #f9f9f9 70%); 657 background: linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
656} 658}
657 659
658/* line 363, ../sass/default.scss */ 660/* line 366, ../sass/default.scss */
659.blue { 661.blue {
660 color: #0066cc; 662 color: #0066cc;
661} 663}
662 664
663/* line 366, ../sass/default.scss */ 665/* line 369, ../sass/default.scss */
664.yellow { 666.yellow {
665 color: #ffd319; 667 color: #ffd319;
666} 668}
667 669
668/* line 369, ../sass/default.scss */ 670/* line 372, ../sass/default.scss */
669.green { 671.green {
670 color: #008a35; 672 color: #008a35;
671} 673}
672 674
673/* line 372, ../sass/default.scss */ 675/* line 375, ../sass/default.scss */
674.red { 676.red {
675 color: red; 677 color: red;
676} 678}
677 679
678/* line 375, ../sass/default.scss */ 680/* line 378, ../sass/default.scss */
679.black { 681.black {
680 color: black; 682 color: black;
681} 683}
682 684
683/* line 378, ../sass/default.scss */ 685/* line 381, ../sass/default.scss */
684.white { 686.white {
685 color: white; 687 color: white;
686} 688}
687 689
688/* line 381, ../sass/default.scss */ 690/* line 384, ../sass/default.scss */
689.dark { 691.dark {
690 background-color: rgba(0, 0, 0, 0.2); 692 background-color: rgba(0, 0, 0, 0.2);
691 color: white; 693 color: white;
692} 694}