diff --git a/git/.gitignore b/git/.gitignore new file mode 100644 index 0000000..9ba470d --- /dev/null +++ b/git/.gitignore @@ -0,0 +1 @@ +.sass-cache \ No newline at end of file diff --git a/git/themes/style/config.rb b/git/themes/style/config.rb new file mode 100644 index 0000000..148088b --- /dev/null +++ b/git/themes/style/config.rb @@ -0,0 +1,24 @@ +# Require any additional compass plugins here. + +# Set this to the root of your project when deployed: +http_path = "/" +css_dir = "stylesheets" +sass_dir = "sass" +images_dir = "images" +javascripts_dir = "javascripts" + +# You can select your preferred output style here (can be overridden via the command line): +# output_style = :expanded or :nested or :compact or :compressed + +# To enable relative paths to assets via compass helper functions. Uncomment: +# relative_assets = true + +# To disable debugging comments that display the original location of your selectors. Uncomment: +# line_comments = false + + +# If you prefer the indented syntax, you might want to regenerate this +# project again passing --syntax sass, or you can uncomment this: +# preferred_syntax = :sass +# and then run: +# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass diff --git a/git/themes/style/neon.css b/git/themes/style/neon.css deleted file mode 100644 index aaaeb93..0000000 --- a/git/themes/style/neon.css +++ /dev/null @@ -1,123 +0,0 @@ -.deck-container { - font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; - font-size: 1.75em; - color: #aaa; - background: #000; -} -.deck-container .slide { - background: #000; -} -.deck-container .slide h1 { - color: #0af; - font-weight: normal; - font-weight: 100; - text-shadow: 0 0 50px #0af, 0 0 3px #fff; -} -.deck-container .slide h2 { - color: #af0; - border-bottom-color: #ccc; - font-weight: normal; - font-weight: 100; - text-shadow: 0 0 15px #af0, 0 0 2px #fff; - border-bottom: 1px solid #333; -} -.deck-container .slide h3 { - color: #fff; - font-weight: normal; - font-weight: 100; - text-shadow: 0 0 10px #fff, 0 0 2px #fff; -} -.deck-container .slide pre { - border-color: #333; -} -.deck-container .slide pre code { - color: #fff; -} -.deck-container .slide code { - color: #f0a; -} -.deck-container .slide blockquote { - font-size: 2em; - padding: 1em 2em; - color: #fff; - border-left: 5px solid #fff; -} -.deck-container .slide blockquote p { - margin: 0; -} -.deck-container .slide blockquote cite { - font-size: .5em; - font-style: normal; - font-weight: normal; - font-weight: 100; - color: #aaa; - text-shadow: 0 0 15px #fff, 0 0 2px #fff; -} -.deck-container .slide ::-moz-selection { - background: #a0f; -} -.deck-container .slide ::selection { - background: #a0f; -} -.deck-container .slide a, .deck-container .slide a:hover, .deck-container .slide a:focus, .deck-container .slide a:active, .deck-container .slide a:visited { - color: #f0a; - text-decoration: none; -} -.deck-container .slide a:hover, .deck-container .slide a:focus { - text-decoration: underline; -} -.deck-container .deck-prev-link, .deck-container .deck-next-link { - background: #f0a; - text-shadow: 0 0 3px #fff; -} -.deck-container .deck-prev-link, .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-prev-link:active, .deck-container .deck-prev-link:visited, .deck-container .deck-next-link, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus, .deck-container .deck-next-link:active, .deck-container .deck-next-link:visited { - color: #fff; -} -.deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus { - text-decoration: none; -} -.boxshadow .deck-container .deck-prev-link:hover, .boxshadow .deck-container .deck-prev-link:focus, .boxshadow .deck-container .deck-next-link:hover, .boxshadow .deck-container .deck-next-link:focus { - -webkit-box-shadow: 0 0 20px #f0a, 0 0 5px #fff; - -moz-box-shadow: 0 0 20px #f0a, 0 0 5px #fff; - box-shadow: 0 0 20px #f0a, 0 0 5px #fff; -} -.deck-container > .slide .deck-before, .deck-container > .slide .deck-previous { - opacity: 0.4; -} -.deck-container > .slide .deck-before:not(.deck-child-current) .deck-before, .deck-container > .slide .deck-before:not(.deck-child-current) .deck-previous, .deck-container > .slide .deck-previous:not(.deck-child-current) .deck-before, .deck-container > .slide .deck-previous:not(.deck-child-current) .deck-previous { - opacity: 1; -} -.deck-container > .slide .deck-child-current { - opacity: 1; -} -.deck-container .deck-status { - font-size: 0.6666em; -} -.deck-container .goto-form { - background: #000; - border: 1px solid #f0a; -} -.deck-container .goto-form label { - color: #fff; -} -.deck-container.deck-menu .slide { - background: #333; -} -.deck-container.deck-menu .deck-current { - background: #444; -} -.boxshadow .deck-container.deck-menu .deck-current { - background: #000; - -webkit-box-shadow: 0 0 20px #f0a, 0 0 5px #fff; - -moz-box-shadow: 0 0 20px #f0a, 0 0 5px #fff; - box-shadow: 0 0 20px #f0a, 0 0 5px #fff; -} -.no-touch .deck-container.deck-menu .slide:hover { - background: #444; -} -.no-touch.boxshadow .deck-container.deck-menu .slide:hover { - background: #000; - -webkit-box-shadow: 0 0 20px #f0a, 0 0 5px #fff; - -moz-box-shadow: 0 0 20px #f0a, 0 0 5px #fff; - box-shadow: 0 0 20px #f0a, 0 0 5px #fff; -} diff --git a/git/themes/style/neon.scss b/git/themes/style/neon.scss deleted file mode 100644 index d44babf..0000000 --- a/git/themes/style/neon.scss +++ /dev/null @@ -1,155 +0,0 @@ -.deck-container { - font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; - font-size:1.75em; - color:#aaa; - background:#000; - - .slide { - background:#000; - - h1 { - color:#0af; - font-weight:normal; - font-weight:100; - text-shadow:0 0 50px #0af, 0 0 3px #fff; - } - - h2 { - color:#af0; - border-bottom-color:#ccc; - font-weight:normal; - font-weight:100; - text-shadow:0 0 15px #af0, 0 0 2px #fff; - border-bottom:1px solid #333; - } - - h3 { - color:#fff; - font-weight:normal; - font-weight:100; - text-shadow:0 0 10px #fff, 0 0 2px #fff; - } - - pre { - border-color:#333; - - code { - color:#fff; - } - } - - code { - color:#f0a; - } - - blockquote { - font-size:2em; - padding:1em 2em; - color:#fff; - border-left:5px solid #fff; - - p { - margin:0; - } - - cite { - font-size:.5em; - font-style:normal; - font-weight:normal; - font-weight:100; - color:#aaa; - text-shadow:0 0 15px #fff, 0 0 2px #fff; - } - } - - ::-moz-selection{ background:#a0f; } - ::selection { background:#a0f; } - - a { - &, &:hover, &:focus, &:active, &:visited { - color:#f0a; - text-decoration:none; - } - - &:hover, &:focus { - text-decoration:underline; - } - } - } - - .deck-prev-link, .deck-next-link { - background:#f0a; - text-shadow:0 0 3px #fff; - - &, &:hover, &:focus, &:active, &:visited { - color:#fff; - } - - &:hover, &:focus { - text-decoration:none; - - .boxshadow & { - -webkit-box-shadow:0 0 20px #f0a, 0 0 5px #fff; - -moz-box-shadow:0 0 20px #f0a, 0 0 5px #fff; - box-shadow:0 0 20px #f0a, 0 0 5px #fff; - } - } - } - - > .slide { - .deck-before, .deck-previous { - opacity:0.4; - - &:not(.deck-child-current) { - .deck-before, .deck-previous { - opacity:1; - } - } - } - - .deck-child-current { - opacity:1; - } - } - - .deck-status { - font-size:0.6666em; - } - - .goto-form { - background:#000; - border:1px solid #f0a; - - label { - color:#fff; - } - } - - &.deck-menu { - .slide { - background:#333; - } - - .deck-current { - background:#444; - - .boxshadow & { - background:#000; - -webkit-box-shadow:0 0 20px #f0a, 0 0 5px #fff; - -moz-box-shadow:0 0 20px #f0a, 0 0 5px #fff; - box-shadow:0 0 20px #f0a, 0 0 5px #fff; - } - } - - .no-touch & .slide:hover { - background:#444; - } - - .no-touch.boxshadow & .slide:hover { - background:#000; - -webkit-box-shadow:0 0 20px #f0a, 0 0 5px #fff; - -moz-box-shadow:0 0 20px #f0a, 0 0 5px #fff; - box-shadow:0 0 20px #f0a, 0 0 5px #fff; - } - } -} diff --git a/git/themes/style/mytheme.scss b/git/themes/style/sass/screen.scss similarity index 100% rename from git/themes/style/mytheme.scss rename to git/themes/style/sass/screen.scss diff --git a/git/themes/style/mytheme.css b/git/themes/style/stylesheets/screen.css similarity index 72% rename from git/themes/style/mytheme.css rename to git/themes/style/stylesheets/screen.css index 64f76ac..a7b13b5 100644 --- a/git/themes/style/mytheme.css +++ b/git/themes/style/stylesheets/screen.css @@ -1,27 +1,44 @@ +/* line 1, ../sass/screen.scss */ .deck-container { font-family: "Helvetica Neue", sans-serif; font-size: 1.75em; background: #fff; } +/* line 6, ../sass/screen.scss */ +.deck-container header { + width: 100%; + min-height: 32px; + background: #333; + overflow: hidden; + position: relative; + z-index: 4; +} +/* line 15, ../sass/screen.scss */ .deck-container .slide { background: #fff; } +/* line 18, ../sass/screen.scss */ .deck-container .slide h1 { color: #000; } +/* line 22, ../sass/screen.scss */ .deck-container .slide h2 { color: #c00; border-bottom-color: #ccc; } +/* line 27, ../sass/screen.scss */ .deck-container .slide h3 { color: #888; } +/* line 31, ../sass/screen.scss */ .deck-container .slide pre { border-color: #ccc; } +/* line 35, ../sass/screen.scss */ .deck-container .slide code { color: #888; } +/* line 39, ../sass/screen.scss */ .deck-container .slide blockquote { font-size: 2em; font-style: italic; @@ -29,56 +46,71 @@ color: #000; border-left: 5px solid #ccc; } +/* line 46, ../sass/screen.scss */ .deck-container .slide blockquote p { margin: 0; } +/* line 50, ../sass/screen.scss */ .deck-container .slide blockquote cite { font-size: .5em; font-style: normal; font-weight: bold; color: #888; } +/* line 58, ../sass/screen.scss */ .deck-container .slide ::-moz-selection { background: #c00; color: #fff; } +/* line 59, ../sass/screen.scss */ .deck-container .slide ::selection { background: #c00; color: #fff; } +/* line 62, ../sass/screen.scss */ .deck-container .slide a, .deck-container .slide a:hover, .deck-container .slide a:focus, .deck-container .slide a:active, .deck-container .slide a:visited { color: #c00; text-decoration: none; } +/* line 67, ../sass/screen.scss */ .deck-container .slide a:hover, .deck-container .slide a:focus { text-decoration: underline; } +/* line 74, ../sass/screen.scss */ .deck-container > .slide .deck-before, .deck-container > .slide .deck-previous { opacity: 0.4; } +/* line 78, ../sass/screen.scss */ .deck-container > .slide .deck-before:not(.deck-child-current) .deck-before, .deck-container > .slide .deck-before:not(.deck-child-current) .deck-previous, .deck-container > .slide .deck-previous:not(.deck-child-current) .deck-before, .deck-container > .slide .deck-previous:not(.deck-child-current) .deck-previous { opacity: 1; } +/* line 84, ../sass/screen.scss */ .deck-container > .slide .deck-child-current { opacity: 1; } +/* line 89, ../sass/screen.scss */ .deck-container .deck-prev-link, .deck-container .deck-next-link { background: #ccc; font-family: serif; } +/* line 93, ../sass/screen.scss */ .deck-container .deck-prev-link, .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-prev-link:active, .deck-container .deck-prev-link:visited, .deck-container .deck-next-link, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus, .deck-container .deck-next-link:active, .deck-container .deck-next-link:visited { color: #fff; } +/* line 97, ../sass/screen.scss */ .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus { background: #c00; text-decoration: none; } +/* line 103, ../sass/screen.scss */ .deck-container .deck-status { font-size: 0.6666em; } +/* line 108, ../sass/screen.scss */ .deck-container.deck-menu .slide { background: #eee; } +/* line 112, ../sass/screen.scss */ .deck-container.deck-menu .deck-current, .no-touch .deck-container.deck-menu .slide:hover { background: #ddf; } diff --git a/git/themes/style/swiss.css b/git/themes/style/swiss.css deleted file mode 100644 index 64f76ac..0000000 --- a/git/themes/style/swiss.css +++ /dev/null @@ -1,84 +0,0 @@ -.deck-container { - font-family: "Helvetica Neue", sans-serif; - font-size: 1.75em; - background: #fff; -} -.deck-container .slide { - background: #fff; -} -.deck-container .slide h1 { - color: #000; -} -.deck-container .slide h2 { - color: #c00; - border-bottom-color: #ccc; -} -.deck-container .slide h3 { - color: #888; -} -.deck-container .slide pre { - border-color: #ccc; -} -.deck-container .slide code { - color: #888; -} -.deck-container .slide blockquote { - font-size: 2em; - font-style: italic; - padding: 1em 2em; - color: #000; - border-left: 5px solid #ccc; -} -.deck-container .slide blockquote p { - margin: 0; -} -.deck-container .slide blockquote cite { - font-size: .5em; - font-style: normal; - font-weight: bold; - color: #888; -} -.deck-container .slide ::-moz-selection { - background: #c00; - color: #fff; -} -.deck-container .slide ::selection { - background: #c00; - color: #fff; -} -.deck-container .slide a, .deck-container .slide a:hover, .deck-container .slide a:focus, .deck-container .slide a:active, .deck-container .slide a:visited { - color: #c00; - text-decoration: none; -} -.deck-container .slide a:hover, .deck-container .slide a:focus { - text-decoration: underline; -} -.deck-container > .slide .deck-before, .deck-container > .slide .deck-previous { - opacity: 0.4; -} -.deck-container > .slide .deck-before:not(.deck-child-current) .deck-before, .deck-container > .slide .deck-before:not(.deck-child-current) .deck-previous, .deck-container > .slide .deck-previous:not(.deck-child-current) .deck-before, .deck-container > .slide .deck-previous:not(.deck-child-current) .deck-previous { - opacity: 1; -} -.deck-container > .slide .deck-child-current { - opacity: 1; -} -.deck-container .deck-prev-link, .deck-container .deck-next-link { - background: #ccc; - font-family: serif; -} -.deck-container .deck-prev-link, .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-prev-link:active, .deck-container .deck-prev-link:visited, .deck-container .deck-next-link, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus, .deck-container .deck-next-link:active, .deck-container .deck-next-link:visited { - color: #fff; -} -.deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus { - background: #c00; - text-decoration: none; -} -.deck-container .deck-status { - font-size: 0.6666em; -} -.deck-container.deck-menu .slide { - background: #eee; -} -.deck-container.deck-menu .deck-current, .no-touch .deck-container.deck-menu .slide:hover { - background: #ddf; -} diff --git a/git/themes/style/swiss.scss b/git/themes/style/swiss.scss deleted file mode 100644 index f9b0e76..0000000 --- a/git/themes/style/swiss.scss +++ /dev/null @@ -1,107 +0,0 @@ -.deck-container { - font-family: "Helvetica Neue", sans-serif; - font-size:1.75em; - background:#fff; - - .slide { - background:#fff; - - h1 { - color:#000; - } - - h2 { - color:#c00; - border-bottom-color:#ccc; - } - - h3 { - color:#888; - } - - pre { - border-color:#ccc; - } - - code { - color:#888; - } - - blockquote { - font-size:2em; - font-style:italic; - padding:1em 2em; - color:#000; - border-left:5px solid #ccc; - - p { - margin:0; - } - - cite { - font-size:.5em; - font-style:normal; - font-weight:bold; - color:#888; - } - } - - ::-moz-selection{ background:#c00; color:#fff; } - ::selection { background:#c00; color:#fff; } - - a { - &, &:hover, &:focus, &:active, &:visited { - color:#c00; - text-decoration:none; - } - - &: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; - } - } -} diff --git a/git/themes/style/web-2.0.css b/git/themes/style/web-2.0.css deleted file mode 100644 index a30bd6f..0000000 --- a/git/themes/style/web-2.0.css +++ /dev/null @@ -1,214 +0,0 @@ -@charset "UTF-8"; -.deck-container { - font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; - font-size: 1.75em; - background: #f4fafe; - /* Old browsers */ - background: -moz-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%); - /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4fafe), color-stop(100%, #ccf0f0)); - /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%); - /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%); - /* Opera11.10+ */ - background: -ms-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%); - /* IE10+ */ - background: linear-gradient(top, #f4fafe 0%, #ccf0f0 100%); - /* W3C */ - background-attachment: fixed; -} -.deck-container > .slide { - text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); -} -.deck-container > .slide .deck-before, .deck-container > .slide .deck-previous { - opacity: 0.4; -} -.deck-container > .slide .deck-before:not(.deck-child-current) .deck-before, .deck-container > .slide .deck-before:not(.deck-child-current) .deck-previous, .deck-container > .slide .deck-previous:not(.deck-child-current) .deck-before, .deck-container > .slide .deck-previous:not(.deck-child-current) .deck-previous { - opacity: 1; -} -.deck-container > .slide .deck-child-current { - opacity: 1; -} -.deck-container .slide h1, .deck-container .slide h2, .deck-container .slide h3, .deck-container .slide h4, .deck-container .slide h5, .deck-container .slide h6 { - font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; -} -.deck-container .slide h1 { - color: #08455f; -} -.deck-container .slide h2 { - color: #0b7495; - border-bottom: 0; -} -.cssreflections .deck-container .slide h2 { - line-height: 1; - -webkit-box-reflect: below -0.556em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.3, transparent), color-stop(0.7, rgba(255, 255, 255, 0.1)), to(transparent)); - -moz-box-reflect: below -0.556em -moz-linear-gradient(top, transparent 0%, transparent 30%, rgba(255, 255, 255, 0.3) 100%); -} -.deck-container .slide h3 { - color: #000; -} -.deck-container .slide pre { - border-color: #cde; - background: #fff; - position: relative; - z-index: auto; - /* http://nicolasgallagher.com/css-drop-shadows-without-images/ */ -} -.borderradius .deck-container .slide pre { - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; -} -.csstransforms.boxshadow .deck-container .slide pre > :first-child:before { - content: ""; - position: absolute; - z-index: -1; - background: #fff; - top: 0; - bottom: 0; - left: 0; - right: 0; -} -.csstransforms.boxshadow .deck-container .slide pre:before, .csstransforms.boxshadow .deck-container .slide pre:after { - content: ""; - position: absolute; - z-index: -2; - bottom: 15px; - width: 50%; - height: 20%; - max-width: 300px; - -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); - -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); - box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); -} -.csstransforms.boxshadow .deck-container .slide pre:before { - left: 10px; - -webkit-transform: rotate(-3deg); - -moz-transform: rotate(-3deg); - -ms-transform: rotate(-3deg); - -o-transform: rotate(-3deg); - transform: rotate(-3deg); -} -.csstransforms.boxshadow .deck-container .slide pre:after { - right: 10px; - -webkit-transform: rotate(3deg); - -moz-transform: rotate(3deg); - -ms-transform: rotate(3deg); - -o-transform: rotate(3deg); - transform: rotate(3deg); -} -.deck-container .slide code { - color: #789; -} -.deck-container .slide blockquote { - font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; - font-size: 2em; - padding: 1em 2em .5em 2em; - color: #000; - background: #fff; - position: relative; - border: 1px solid #cde; - z-index: auto; -} -.borderradius .deck-container .slide blockquote { - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; -} -.boxshadow .deck-container .slide blockquote > :first-child:before { - content: ""; - position: absolute; - z-index: -1; - background: #fff; - top: 0; - bottom: 0; - left: 0; - right: 0; -} -.boxshadow .deck-container .slide blockquote:after { - content: ""; - position: absolute; - z-index: -2; - top: 10px; - bottom: 10px; - left: 0; - right: 50%; - -moz-border-radius: 10px/100px; - border-radius: 10px/100px; - -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); - -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); - box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); -} -.deck-container .slide blockquote p { - margin: 0; -} -.deck-container .slide blockquote cite { - font-size: .5em; - font-style: normal; - font-weight: bold; - color: #888; -} -.deck-container .slide blockquote:before { - content: "“"; - position: absolute; - top: 0; - left: 0; - font-size: 5em; - line-height: 1; - color: #ccf0f0; - z-index: 1; -} -.deck-container .slide ::-moz-selection { - background: #08455f; - color: #fff; -} -.deck-container .slide ::selection { - background: #08455f; - color: #fff; -} -.deck-container .slide a, .deck-container .slide a:hover, .deck-container .slide a:focus, .deck-container .slide a:active, .deck-container .slide a:visited { - color: #599; - text-decoration: none; -} -.deck-container .slide a:hover, .deck-container .slide a:focus { - text-decoration: underline; -} -.deck-container .deck-prev-link, .deck-container .deck-next-link { - background: #fff; - opacity: 0.5; -} -.deck-container .deck-prev-link, .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-prev-link:active, .deck-container .deck-prev-link:visited, .deck-container .deck-next-link, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus, .deck-container .deck-next-link:active, .deck-container .deck-next-link:visited { - color: #599; -} -.deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus { - opacity: 1; - text-decoration: none; -} -.deck-container .deck-status { - font-size: 0.6666em; -} -.deck-container.deck-menu .slide { - background: transparent; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; -} -.rgba .deck-container.deck-menu .slide { - background: rgba(0, 0, 0, 0.1); -} -.deck-container.deck-menu .slide.deck-current, .rgba .deck-container.deck-menu .slide.deck-current, .no-touch .deck-container.deck-menu .slide:hover { - background: #fff; -} -.deck-container .goto-form { - background: #fff; - border: 1px solid #cde; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; -} -.boxshadow .deck-container .goto-form { - -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -} diff --git a/git/themes/style/web-2.0.scss b/git/themes/style/web-2.0.scss deleted file mode 100644 index 2b36fae..0000000 --- a/git/themes/style/web-2.0.scss +++ /dev/null @@ -1,250 +0,0 @@ -@mixin border-radius($r) { - -webkit-border-radius:$r; - -moz-border-radius:$r; - border-radius:$r; -} - -@mixin rotate($deg) { - -webkit-transform:rotate($deg); - -moz-transform:rotate($deg); - -ms-transform:rotate($deg); - -o-transform:rotate($deg); - transform:rotate($deg); -} - -@mixin box-shadow($x, $y, $blur, $color) { - -webkit-box-shadow:$x $y $blur $color; - -moz-box-shadow:$x $y $blur $color; - box-shadow:$x $y $blur $color; -} - - -.deck-container { - font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; - font-size:1.75em; - background: rgb(244,250,254); /* Old browsers */ - background: -moz-linear-gradient(top, rgba(244,250,254,1) 0%, rgba(204,240,240,1) 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,250,254,1)), color-stop(100%,rgba(204,240,240,1))); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* Opera11.10+ */ - background: -ms-linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* IE10+ */ - background: linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* W3C */ - background-attachment: fixed; - - > .slide { - text-shadow:1px 1px 1px rgba(255,255,255,.5); - - .deck-before, .deck-previous { - opacity:0.4; - - &:not(.deck-child-current) { - .deck-before, .deck-previous { - opacity:1; - } - } - } - - .deck-child-current { - opacity:1; - } - } - - .slide { - h1, h2, h3, h4, h5, h6 { - font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; - } - - h1 { - color:#08455f; - } - - h2 { - color:#0b7495; - border-bottom:0; - - .cssreflections & { - line-height:1; - -webkit-box-reflect:below -0.5555em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.3, transparent), color-stop(0.7, rgba(255,255,255,.1)), to(transparent)); - -moz-box-reflect:below -0.5555em -moz-linear-gradient(top, transparent 0%, transparent 30%, rgba(255,255,255,.3) 100%); - } - } - - h3 { - color:#000; - } - - pre { - border-color:#cde; - background:#fff; - position:relative; - z-index:auto; - - .borderradius & { - @include border-radius(5px); - } - - /* http://nicolasgallagher.com/css-drop-shadows-without-images/ */ - .csstransforms.boxshadow & { - > :first-child:before { - content:""; - position:absolute; - z-index:-1; - background:#fff; - top:0; - bottom:0; - left:0; - right:0; - } - - &:before, &:after { - content:""; - position:absolute; - z-index:-2; - bottom:15px; - width:50%; - height:20%; - max-width:300px; - @include box-shadow(0, 15px, 10px, rgba(0, 0, 0, 0.7)); - } - - &:before { - left:10px; - @include rotate(-3deg); - } - - &:after { - right:10px; - @include rotate(3deg); - } - } - } - - code { - color:#789; - } - - blockquote { - font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; - font-size:2em; - padding:1em 2em .5em 2em; - color:#000; - background:#fff; - position:relative; - border:1px solid #cde; - z-index:auto; - - .borderradius & { - @include border-radius(5px); - } - - .boxshadow & { - > :first-child:before { - content:""; - position:absolute; - z-index:-1; - background:#fff; - top:0; - bottom:0; - left:0; - right:0; - } - - &:after { - content:""; - position:absolute; - z-index:-2; - top: 10px; - bottom: 10px; - left: 0; - right: 50%; - -moz-border-radius: 10px / 100px; - border-radius: 10px / 100px; - @include box-shadow(0, 0, 15px, rgba(0,0,0,0.6)); - } - } - - p { - margin:0; - } - - cite { - font-size:.5em; - font-style:normal; - font-weight:bold; - color:#888; - } - - &:before { - content:"“"; - position:absolute; - top:0; - left:0; - font-size:5em; - line-height:1; - color:#ccf0f0; - z-index:1; - } - } - - ::-moz-selection{ background:#08455f; color:#fff; } - ::selection { background:#08455f; color:#fff; } - - a { - &, &:hover, &:focus, &:active, &:visited { - color:#599; - text-decoration:none; - } - - &:hover, &:focus { - text-decoration:underline; - } - } - } - - .deck-prev-link, .deck-next-link { - background:#fff; - opacity:0.5; - - &, &:hover, &:focus, &:active, &:visited { - color:#599; - } - - &:hover, &:focus { - opacity:1; - text-decoration:none; - } - } - - .deck-status { - font-size:0.6666em; - } - - &.deck-menu { - .slide { - background:transparent; - @include border-radius(5px); - - .rgba & { - background:rgba(0,0,0,.1); - } - - &.deck-current, .rgba &.deck-current, .no-touch &:hover { - background:#fff; - } - } - } - - .goto-form { - background:#fff; - border:1px solid #cde; - @include border-radius(5px); - - .boxshadow & { - -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - } - } -} - -