Einrückung gefixed

This commit is contained in:
Tim Schumacher 2012-10-10 22:44:53 +02:00
parent a88ae44344
commit a0875bdf64

View file

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