Skip to content

Instantly share code, notes, and snippets.

@DarkSector
Created August 20, 2015 18:14
Show Gist options
  • Save DarkSector/49e4e0e5e962c5342432 to your computer and use it in GitHub Desktop.
Save DarkSector/49e4e0e5e962c5342432 to your computer and use it in GitHub Desktop.
body {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
font-size: 15px;
line-height: 22px;
margin: 0;
padding: 0; }
p, h1, h2, h3, h4, h5, h6 {
margin: 0 0 15px 0; }
h1 {
margin-top: 40px; }
#tree, #headings {
position: absolute;
top: 30px;
left: 0;
bottom: 0;
width: 290px;
padding: 10px 0;
overflow: auto; }
#sidebar_wrapper {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 0;
overflow: hidden; }
#sidebar_switch {
position: absolute;
top: 0;
left: 0;
width: 290px;
height: 29px;
border-bottom: 1px solid; }
#sidebar_switch span {
display: block;
float: left;
width: 50%;
text-align: center;
line-height: 29px;
cursor: pointer; }
#sidebar_switch .selected {
font-weight: bold; }
.slidey #sidebar_wrapper {
-webkit-transition: width 250ms linear;
-moz-transition: width 250ms linear;
-ms-transition: width 250ms linear;
-o-transition: width 250ms linear;
transition: width 250ms linear; }
.sidebar #sidebar_wrapper {
width: 290px; }
#tree .nodename {
text-indent: 12px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAg0lEQVQYlWNIS0tbAcSK////Z8CHGTIzM7+mp6d/ASouwqswKyvrO1DRfyg+CcRaxCgE4Z9A3AjEbIQUgjHQOQvwKgS6+ffChQt3AiUDcCqsra29d/v27R6ghCVWN2ZnZ/9YuXLlRqBAPBALYvVMR0fHmQcPHrQBOUZ4gwfqFj5CAQ4Al6wLIYDwo9QAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: left center;
cursor: pointer; }
#tree .open > .nodename {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAlElEQVQYlWNIS0tbCsT/8eCN////Z2B49OhRfHZ29jdsioDiP27evJkNVggkONeuXbscm8Jly5atA8rzwRSCsG5DQ8MtZEU1NTUPgOLGUHm4QgaQFVlZWT9BijIzM39fuHChDCaHohBkBdCq9SCF8+bN2wHkC+FSCMLGkyZNOvb9+3dbNHEMhSDsDsRMxCjEiolWCADeUBHgU/IGQQAAAABJRU5ErkJggg==);
background-position: left 7px; }
#tree .dir, #tree .file {
position: relative;
min-height: 20px;
line-height: 20px;
padding-left: 12px; }
#tree .dir > .children, #tree .file > .children {
display: none; }
#tree .dir.open > .children, #tree .file.open > .children {
display: block; }
#tree .file {
padding-left: 24px;
display: block;
text-decoration: none; }
#tree > .dir {
padding-left: 0; }
#headings .heading a {
text-decoration: none;
padding-left: 10px;
display: block; }
#headings .h1 {
padding-left: 0;
margin-top: 10px;
font-size: 1.3em; }
#headings .h2 {
padding-left: 10px;
margin-top: 8px;
font-size: 1.1em; }
#headings .h3 {
padding-left: 20px;
margin-top: 5px;
font-size: 1em; }
#headings .h4 {
padding-left: 30px;
margin-top: 3px;
font-size: 0.9em; }
#headings .h5 {
padding-left: 40px;
margin-top: 1px;
font-size: 0.8em; }
#headings .h6 {
padding-left: 50px;
font-size: 0.75em; }
#sidebar-toggle {
position: fixed;
top: 0;
left: 0;
width: 5px;
bottom: 0;
z-index: 2;
cursor: pointer; }
#sidebar-toggle:hover {
width: 10px; }
.slidey #sidebar-toggle, .slidey #container {
-webkit-transition: all 250ms linear;
-moz-transition: all 250ms linear;
-ms-transition: all 250ms linear;
-o-transition: all 250ms linear;
transition: all 250ms linear; }
.sidebar #sidebar-toggle {
left: 290px; }
#container {
position: fixed;
left: 5px;
right: 0;
top: 0;
bottom: 0;
overflow: auto; }
.sidebar #container {
left: 295px; }
.no-sidebar #sidebar_wrapper, .no-sidebar #sidebar-toggle {
display: none; }
.no-sidebar #container {
left: 0; }
#page {
padding-top: 40px; }
table td {
border: 0;
outline: 0; }
.docs.markdown {
padding: 10px 50px; }
td.docs {
max-width: 450px;
min-width: 450px;
min-height: 5px;
padding: 10px 25px 1px 50px;
overflow-x: hidden;
vertical-align: top;
text-align: left; }
.docs pre {
margin: 15px 0 15px;
padding: 5px;
padding-left: 10px;
border: 1px solid;
font-size: 12px;
overflow: auto; }
.docs pre.code_stats {
font-size: 60%; }
.docs p tt, .docs p code, .docs li tt, .docs li code {
border: 1px solid;
font-size: 12px;
padding: 0 0.2em; }
.dox {
border-top: 1px solid;
padding-top: 10px;
padding-bottom: 10px; }
.dox .details {
padding: 10px;
border: 1px solid;
margin-bottom: 10px; }
.dox .dox_tag_title {
font-weight: bold; }
.dox .dox_tag_detail {
margin-left: 10px; }
.dox .dox_tag_detail span {
margin-right: 5px; }
.dox .dox_type {
font-style: italic; }
.dox .dox_tag_name {
font-weight: bold; }
.pilwrap {
position: relative;
padding-top: 1px; }
.pilwrap .pilcrow {
font: 12px Arial;
text-decoration: none;
color: #454545;
position: absolute;
top: 3px;
left: -20px;
padding: 1px 2px;
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-ms-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear; }
.pilwrap:hover .pilcrow {
opacity: 1; }
td.code {
padding: 8px 15px 8px 25px;
width: 100%;
vertical-align: top;
border-left: 1px solid; }
.background {
border-left: 1px solid;
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 525px; }
pre, tt, code {
font-size: 12px;
line-height: 18px;
font-family: Menlo, Monaco, Consolas, "Lucida Console", monospace;
margin: 0;
padding: 0;
white-space: pre-wrap; }
.line-num {
display: inline-block;
width: 50px;
text-align: right;
opacity: 0.3;
margin-left: -20px;
text-decoration: none; }
/* All the stuff that can depend on colour scheme goes below here: */
body {
background: #1a1a16;
color: #e3e3e3; }
a {
color: #bbbbbb; }
a:visited {
color: #bbbbbb; }
#sidebar_wrapper {
background: #242420; }
#sidebar_switch {
background: #2a2a27;
border-bottom-color: #393936; }
#sidebar_switch span {
color: #e5e5e5; }
#sidebar_switch span:hover {
background: #242420; }
#sidebar_switch .selected {
background: #1e1e1a;
color: #eeeeee; }
#tree .file {
color: #eeeeee; }
#headings .heading a {
color: #eeeeee; }
#sidebar-toggle {
background: #2f2f2b; }
#sidebar-toggle:hover {
background: #393936; }
.docs.markdown {
background: #1a1a16; }
.docs pre {
border-color: #393936; }
.docs p tt, .docs p code, .docs li tt, .docs li code {
border-color: #393936;
background: #242420; }
.highlight {
background: #242420;
color: auto; }
.dox {
border-top-color: #31312e; }
.dox .details {
background: #242420;
border-color: #393936; }
.pilwrap .pilcrow {
color: #d8d8d8; }
td.code, .background {
border-left-color: #393936; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment