2015-09-19 04:13:55 +08:00
|
|
|
.{unquote($theme-name)} {
|
2015-12-23 05:30:05 +08:00
|
|
|
/* Inline code */
|
|
|
|
:not(pre) > .hljs {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
padding: 0.1em 0.3em;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2015-12-29 20:08:25 +08:00
|
|
|
pre {
|
|
|
|
position: relative;
|
|
|
|
}
|
2016-01-01 07:32:12 +08:00
|
|
|
pre > .buttons {
|
2015-12-29 20:08:25 +08:00
|
|
|
position: absolute;
|
|
|
|
right: 5px;
|
|
|
|
top: 5px;
|
|
|
|
|
|
|
|
color: $sidebar-fg;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
:hover {
|
|
|
|
color: $sidebar-active;
|
|
|
|
}
|
2016-01-01 07:32:12 +08:00
|
|
|
|
|
|
|
i {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
pre > .result {
|
|
|
|
margin-top: 10px;
|
2015-12-29 20:08:25 +08:00
|
|
|
}
|
|
|
|
|
2015-09-19 04:13:55 +08:00
|
|
|
color: $fg
|
|
|
|
background-color: $bg
|
|
|
|
|
2016-01-01 17:46:45 +08:00
|
|
|
.content .header:link, .content .header:visited {
|
|
|
|
color: $fg;
|
|
|
|
pointer: cursor;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-19 04:13:55 +08:00
|
|
|
.sidebar {
|
|
|
|
background-color: $sidebar-bg
|
|
|
|
color: $sidebar-fg
|
|
|
|
}
|
|
|
|
|
|
|
|
.chapter li {
|
|
|
|
color: $sidebar-non-existant
|
|
|
|
|
|
|
|
a { color: $sidebar-fg }
|
|
|
|
|
|
|
|
.active,
|
2015-12-30 22:59:18 +08:00
|
|
|
a:hover, {
|
2015-09-19 04:13:55 +08:00
|
|
|
/* Animate color change */
|
|
|
|
color: $sidebar-active
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.chapter .spacer {
|
|
|
|
background-color: $sidebar-spacer
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-bar,
|
2015-12-30 23:48:46 +08:00
|
|
|
.menu-bar:visited,
|
2015-09-19 04:13:55 +08:00
|
|
|
.nav-chapters,
|
2015-12-30 23:48:46 +08:00
|
|
|
.nav-chapters:visited,
|
|
|
|
.mobile-nav-chapters,
|
|
|
|
.mobile-nav-chapters:visited {
|
2015-09-19 04:13:55 +08:00
|
|
|
color: $icons
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-bar i:hover,
|
|
|
|
.nav-chapters:hover,
|
|
|
|
.mobile-nav-chapters i:hover {
|
|
|
|
color: $icons-hover
|
|
|
|
}
|
|
|
|
|
2015-09-24 06:18:13 +08:00
|
|
|
.mobile-nav-chapters i:hover {
|
|
|
|
color: $sidebar-fg
|
|
|
|
}
|
|
|
|
|
2015-09-19 04:13:55 +08:00
|
|
|
.mobile-nav-chapters {
|
|
|
|
background-color: $sidebar-bg
|
|
|
|
}
|
|
|
|
|
2015-12-30 22:59:18 +08:00
|
|
|
.content a:link, a:visited {
|
2015-09-19 04:13:55 +08:00
|
|
|
color: $links
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-popup {
|
|
|
|
background: $theme-popup-bg
|
|
|
|
border: 1px solid $theme-popup-border
|
|
|
|
|
|
|
|
.theme:hover { background-color: $theme-hover }
|
|
|
|
}
|
|
|
|
}
|