Einrückung gefixed
This commit is contained in:
parent
a88ae44344
commit
a0875bdf64
1 changed files with 109 additions and 109 deletions
|
@ -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 {
|
|
||||||
background:#fff;
|
|
||||||
top: 42px !important;
|
|
||||||
|
|
||||||
h1 {
|
h2 {
|
||||||
color:#000;
|
color:#c00;
|
||||||
position: static;
|
border-bottom-color:#ccc;
|
||||||
top: inherit;
|
}
|
||||||
padding-top: 126px !important;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
h3 {
|
||||||
color:#c00;
|
color:#888;
|
||||||
border-bottom-color:#ccc;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
pre {
|
||||||
color:#888;
|
border-color:#ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
code {
|
||||||
border-color:#ccc;
|
color:#888;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
blockquote {
|
||||||
color:#888;
|
font-size:2em;
|
||||||
}
|
font-style:italic;
|
||||||
|
padding:1em 2em;
|
||||||
|
color:#000;
|
||||||
|
border-left:5px solid #ccc;
|
||||||
|
|
||||||
blockquote {
|
p {
|
||||||
font-size:2em;
|
margin:0;
|
||||||
font-style:italic;
|
}
|
||||||
padding:1em 2em;
|
|
||||||
color:#000;
|
|
||||||
border-left:5px solid #ccc;
|
|
||||||
|
|
||||||
p {
|
cite {
|
||||||
margin:0;
|
font-size:.5em;
|
||||||
}
|
font-style:normal;
|
||||||
|
font-weight:bold;
|
||||||
|
color:#888;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
cite {
|
::-moz-selection{ background:#c00; color:#fff; }
|
||||||
font-size:.5em;
|
::selection { background:#c00; color:#fff; }
|
||||||
font-style:normal;
|
|
||||||
font-weight:bold;
|
|
||||||
color:#888;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
::-moz-selection{ background:#c00; color:#fff; }
|
a {
|
||||||
::selection { background:#c00; color:#fff; }
|
&, &:hover, &:focus, &:active, &:visited {
|
||||||
|
color:#c00;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
&:hover, &:focus {
|
||||||
&, &:hover, &:focus, &:active, &:visited {
|
text-decoration:underline;
|
||||||
color:#c00;
|
}
|
||||||
text-decoration:none;
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover, &:focus {
|
> .slide {
|
||||||
text-decoration:underline;
|
.deck-before, .deck-previous {
|
||||||
}
|
opacity:0.4;
|
||||||
}
|
|
||||||
}
|
&:not(.deck-child-current) {
|
||||||
|
.deck-before, .deck-previous {
|
||||||
> .slide {
|
opacity:1;
|
||||||
.deck-before, .deck-previous {
|
}
|
||||||
opacity:0.4;
|
}
|
||||||
|
}
|
||||||
&:not(.deck-child-current) {
|
|
||||||
.deck-before, .deck-previous {
|
.deck-child-current {
|
||||||
opacity:1;
|
opacity:1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
.deck-prev-link, .deck-next-link {
|
||||||
.deck-child-current {
|
background:#ccc;
|
||||||
opacity:1;
|
font-family:serif; // sans-serif arrows x-browser fail
|
||||||
}
|
|
||||||
}
|
&, &:hover, &:focus, &:active, &:visited {
|
||||||
|
color:#fff;
|
||||||
.deck-prev-link, .deck-next-link {
|
}
|
||||||
background:#ccc;
|
|
||||||
font-family:serif; // sans-serif arrows x-browser fail
|
&:hover, &:focus {
|
||||||
|
background:#c00;
|
||||||
&, &:hover, &:focus, &:active, &:visited {
|
text-decoration:none;
|
||||||
color:#fff;
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover, &:focus {
|
.deck-status {
|
||||||
background:#c00;
|
font-size:0.6666em;
|
||||||
text-decoration:none;
|
}
|
||||||
}
|
|
||||||
}
|
&.deck-menu {
|
||||||
|
.slide {
|
||||||
.deck-status {
|
background:#eee;
|
||||||
font-size:0.6666em;
|
}
|
||||||
}
|
|
||||||
|
.deck-current, .no-touch & .slide:hover {
|
||||||
&.deck-menu {
|
background:#ddf;
|
||||||
.slide {
|
}
|
||||||
background:#eee;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.deck-current, .no-touch & .slide:hover {
|
|
||||||
background:#ddf;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue