diff --git a/git/themes/style/sass/screen.scss b/git/themes/style/sass/screen.scss index fcd9e18..a51eaf8 100644 --- a/git/themes/style/sass/screen.scss +++ b/git/themes/style/sass/screen.scss @@ -1,125 +1,125 @@ .deck-container { - font-family: "Helvetica Neue", sans-serif; - font-size:1.75em; - background:#fff; + font-family: "Helvetica Neue", sans-serif; + font-size:1.75em; + background:#fff; - padding: 0; + padding: 0; - header { - width: 100%; - min-height: 32px; - background: #333; - overflow: hidden; - position: relative; - z-index: 4; - color: white; - padding: 1em; + header { + width: 100%; + min-height: 32px; + background: #333; + overflow: hidden; + position: relative; + z-index: 4; + color: white; + padding: 1em; + } + + .slide { + background:#fff; + top: 42px !important; + + h1 { + color:#000; + position: static; + top: inherit; + padding-top: 126px !important; + text-align: right; } - - .slide { - background:#fff; - top: 42px !important; - h1 { - color:#000; - position: static; - top: inherit; - padding-top: 126px !important; - text-align: right; - } + h2 { + color:#c00; + border-bottom-color:#ccc; + } - h2 { - color:#c00; - border-bottom-color:#ccc; - } + h3 { + color:#888; + } - h3 { - color:#888; - } + pre { + border-color:#ccc; + } - pre { - border-color:#ccc; - } + code { + color:#888; + } - code { - color:#888; - } + blockquote { + font-size:2em; + font-style:italic; + padding:1em 2em; + color:#000; + border-left:5px solid #ccc; - blockquote { - font-size:2em; - font-style:italic; - padding:1em 2em; - color:#000; - border-left:5px solid #ccc; + p { + margin:0; + } - p { - margin:0; - } + cite { + font-size:.5em; + font-style:normal; + font-weight:bold; + color:#888; + } + } - cite { - font-size:.5em; - font-style:normal; - font-weight:bold; - color:#888; - } - } + ::-moz-selection{ background:#c00; color:#fff; } + ::selection { background:#c00; color:#fff; } - ::-moz-selection{ background:#c00; color:#fff; } - ::selection { background:#c00; color:#fff; } + a { + &, &:hover, &:focus, &:active, &:visited { + color:#c00; + text-decoration:none; + } - a { - &, &:hover, &:focus, &:active, &:visited { - color:#c00; - text-decoration:none; - } + &:hover, &:focus { + text-decoration:underline; + } + } + } - &:hover, &:focus { - text-decoration:underline; - } - } - } - - > .slide { - .deck-before, .deck-previous { - opacity:0.4; - - &:not(.deck-child-current) { - .deck-before, .deck-previous { - opacity:1; - } - } - } - - .deck-child-current { - opacity:1; - } - } - - .deck-prev-link, .deck-next-link { - background:#ccc; - font-family:serif; // sans-serif arrows x-browser fail - - &, &:hover, &:focus, &:active, &:visited { - color:#fff; - } - - &:hover, &:focus { - background:#c00; - text-decoration:none; - } - } - - .deck-status { - font-size:0.6666em; - } - - &.deck-menu { - .slide { - background:#eee; - } - - .deck-current, .no-touch & .slide:hover { - background:#ddf; - } - } + > .slide { + .deck-before, .deck-previous { + opacity:0.4; + + &:not(.deck-child-current) { + .deck-before, .deck-previous { + opacity:1; + } + } + } + + .deck-child-current { + opacity:1; + } + } + + .deck-prev-link, .deck-next-link { + background:#ccc; + font-family:serif; // sans-serif arrows x-browser fail + + &, &:hover, &:focus, &:active, &:visited { + color:#fff; + } + + &:hover, &:focus { + background:#c00; + text-decoration:none; + } + } + + .deck-status { + font-size:0.6666em; + } + + &.deck-menu { + .slide { + background:#eee; + } + + .deck-current, .no-touch & .slide:hover { + background:#ddf; + } + } }