mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
105ba14343
2. Separated Solarized color pack into a partial. 3. Changed up sass partial load order to support simple color and style overrides.
202 lines
9.9 KiB
SCSS
202 lines
9.9 KiB
SCSS
.highlight, html .gist .gist-file .gist-syntax .gist-highlight {
|
|
.line-numbers {
|
|
text-align: right;
|
|
font-size: .8em;
|
|
line-height: 1.45em;
|
|
background: $base02 !important;
|
|
border-right: 1px solid darken($base03, 2) !important;
|
|
@include box-shadow(lighten($base02, 2) -1px 0 inset);
|
|
text-shadow: darken($base02, 10) 0 -1px;
|
|
span { color: $base01 !important; }
|
|
padding: .8em !important;
|
|
}
|
|
}
|
|
html .gist .gist-file {
|
|
margin-bottom: 1.5em;
|
|
position: relative;
|
|
border: none;
|
|
padding-top: image-height("code_bg.png") !important;
|
|
.gist-syntax {
|
|
border-bottom: 1px solid darken($base03, 2) !important;
|
|
.gist-highlight{
|
|
background: $base03 !important;
|
|
pre {
|
|
@extend .pre-code;
|
|
}
|
|
}
|
|
}
|
|
.gist-meta {
|
|
padding: .6em 0.8em;
|
|
border: 1px solid lighten($base02, 2) !important;
|
|
color: $base01;
|
|
font-size: .7em !important;
|
|
background: $base02;
|
|
@extend .sans;
|
|
line-height: 1.5em;
|
|
a {
|
|
color: mix($base1, $base01) !important;
|
|
@include hover-link;
|
|
&:hover { color: $base1 !important; }
|
|
}
|
|
a[href*='#file'] {
|
|
position: absolute; top: 0; left:0; right:-10px;
|
|
color: #474747 !important;
|
|
@extend .code-title;
|
|
&:hover { color: $link-color !important; }
|
|
}
|
|
a[href*=raw]{
|
|
@extend .download-source;
|
|
top: .4em;
|
|
}
|
|
}
|
|
}
|
|
pre {
|
|
background: #fff;
|
|
border: 1px solid #ddd;
|
|
@include border-radius(.4em);
|
|
@extend .mono;
|
|
line-height: 1.45em;
|
|
font-size: .8em;
|
|
margin-bottom: 1.5em;
|
|
padding: .4em .8em;
|
|
color: #555;
|
|
}
|
|
|
|
p code {
|
|
@extend .mono;
|
|
display: inline-block;
|
|
white-space: no-wrap;
|
|
background: #fff;
|
|
font-size: .9em;
|
|
color: #555;
|
|
border: 1px solid #ddd;
|
|
@include border-radius(.4em);
|
|
padding: 0 .3em;
|
|
}
|
|
|
|
.pre-code {
|
|
@include selection(adjust-color($base03, $lightness: 23%, $saturation: -65%), $text-shadow: $base03 0 1px);
|
|
overflow: scroll;
|
|
overflow-y: hidden;
|
|
display: block;
|
|
padding: .8em !important;
|
|
overflow-x: auto;
|
|
line-height: 1.45em;
|
|
background: $base03 !important;
|
|
color: $base1 !important;
|
|
span { color: $base1 !important; }
|
|
span { font-style: normal !important; font-weight: normal !important; }
|
|
|
|
.c { color: $base01 !important; font-style: italic !important; } /* Comment */
|
|
.cm { color: $base01 !important; font-style: italic !important; } /* Comment.Multiline */
|
|
.cp { color: $base01 !important; font-style: italic !important; } /* Comment.Preproc */
|
|
.c1 { color: $base01 !important; font-style: italic !important; } /* Comment.Single */
|
|
.cs { color: $base01 !important; font-weight: bold !important; font-style: italic !important; } /* Comment.Special */
|
|
.err { color: $red !important; background: none !important; } /* Error */
|
|
.k { color: $orange !important; } /* Keyword */
|
|
.o { color: $base1 !important; font-weight: bold !important; } /* Operator */
|
|
.p { color: $base1 !important; } /* Operator */
|
|
.ow { color: $cyan !important; font-weight: bold !important; } /* Operator.Word */
|
|
.gd { color: $base1 !important; background-color: mix($red, $base03, 25%) !important; display: inline-block; } /* Generic.Deleted */
|
|
.gd .x { color: $base1 !important; background-color: mix($red, $base03, 35%) !important; display: inline-block; } /* Generic.Deleted.Specific */
|
|
.ge { color: $base1 !important; font-style: italic !important; } /* Generic.Emph */
|
|
//.gr { color: #aa0000 } /* Generic.Error */
|
|
.gh { color: $base01 !important; } /* Generic.Heading */
|
|
.gi { color: $base1 !important; background-color: mix($green, $base03, 20%) !important; display: inline-block; } /* Generic.Inserted */
|
|
.gi .x { color: $base1 !important; background-color: mix($green, $base03, 40%) !important; display: inline-block; } /* Generic.Inserted.Specific */
|
|
//.go { color: #888888 } /* Generic.Output */
|
|
//.gp { color: #555555 } /* Generic.Prompt */
|
|
.gs { color: $base1 !important; font-weight: bold !important; } /* Generic.Strong */
|
|
.gu { color: $violet !important; } /* Generic.Subheading */
|
|
//.gt { color: #aa0000 } /* Generic.Traceback */
|
|
.kc { color: $green !important; font-weight: bold !important; } /* Keyword.Constant */
|
|
.kd { color: $blue !important; } /* Keyword.Declaration */
|
|
.kp { color: $orange !important; font-weight: bold !important; } /* Keyword.Pseudo */
|
|
.kr { color: $magenta !important; font-weight: bold !important; } /* Keyword.Reserved */
|
|
.kt { color: $cyan !important; } /* Keyword.Type */
|
|
.n { color: $blue !important; }
|
|
.na { color: $blue !important; } /* Name.Attribute */
|
|
.nb { color: $green !important; } /* Name.Builtin */
|
|
//.nc { color: #445588; font-weight: bold } /* Name.Class */
|
|
.no { color: $yellow !important; } /* Name.Constant */
|
|
//.ni { color: #800080 } /* Name.Entity */
|
|
.ne { color: $blue !important; font-weight: bold !important; } /* Name.Exception */
|
|
.nf { color: $blue !important; font-weight: bold !important; } /* Name.Function */
|
|
.nn { color: $yellow !important; } /* Name.Namespace */
|
|
.nt { color: $blue !important; font-weight: bold !important; } /* Name.Tag */
|
|
.nx { color: $yellow !Important; }
|
|
//.bp { color: #999999 } /* Name.Builtin.Pseudo */
|
|
//.vc { color: #008080 } /* Name.Variable.Class */
|
|
.vg { color: $blue !important; } /* Name.Variable.Global */
|
|
.vi { color: $blue !important; } /* Name.Variable.Instance */
|
|
.nv { color: $blue !important; } /* Name.Variable */
|
|
//.w { color: #bbbbbb } /* Text.Whitespace */
|
|
.mf { color: $cyan !important; } /* Literal.Number.Float */
|
|
.m { color: $cyan !important; } /* Literal.Number */
|
|
.mh { color: $cyan !important; } /* Literal.Number.Hex */
|
|
.mi { color: $cyan !important; } /* Literal.Number.Integer */
|
|
//.mo { color: #009999 } /* Literal.Number.Oct */
|
|
.s { color: $cyan !important; } /* Literal.String */
|
|
//.sb { color: #d14 } /* Literal.String.Backtick */
|
|
//.sc { color: #d14 } /* Literal.String.Char */
|
|
.sd { color: $cyan !important; } /* Literal.String.Doc */
|
|
.s2 { color: $cyan !important; } /* Literal.String.Double */
|
|
.se { color: $red !important; } /* Literal.String.Escape */
|
|
//.sh { color: #d14 } /* Literal.String.Heredoc */
|
|
.si { color: $blue !important; } /* Literal.String.Interpol */
|
|
//.sx { color: #d14 } /* Literal.String.Other */
|
|
.sr { color: $cyan !important; } /* Literal.String.Regex */
|
|
.s1 { color: $cyan !important; } /* Literal.String.Single */
|
|
//.ss { color: #990073 } /* Literal.String.Symbol */
|
|
//.il { color: #009999 } /* Literal.Number.Integer.Long */
|
|
div { .gd, .gd .x, .gi, .gi .x { display: block; }}
|
|
}
|
|
|
|
.highlight, .gist-highlight {
|
|
pre { background: none; @include border-radius(none); border: none; padding: 0; margin-bottom: 0; }
|
|
margin-bottom: 1.5em;
|
|
background: $base03;
|
|
overflow-y: hidden;
|
|
overflow-x: auto;
|
|
}
|
|
.highlight code { @extend .pre-code; background: #000;}
|
|
figure {
|
|
margin-bottom: 1.5em;
|
|
figcaption {
|
|
position: relative;
|
|
@extend .code-title;
|
|
a { @extend .download-source; }
|
|
}
|
|
.highlight { margin-bottom: 0; border-bottom: 1px solid darken($base03, 2) !important; }
|
|
}
|
|
h3.filename { @extend .code-title; }
|
|
.code-title {
|
|
text-align: center;
|
|
font-size: 13px;
|
|
line-height: 2em;
|
|
text-shadow: #cbcccc 0 1px 0;
|
|
color: #474747;
|
|
font-style: normal;
|
|
margin-bottom: 0;
|
|
|
|
@include border-top-radius(5px);
|
|
font-family: "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", Lucida, sans-serif;
|
|
background: #aaaaaa image-url("code_bg.png") top repeat-x;
|
|
border: 1px solid #565656;
|
|
border-top-color: #cbcbcb;
|
|
border-left-color: #a5a5a5;
|
|
border-right-color: #a5a5a5;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.download-source {
|
|
position: absolute; right: .8em;
|
|
@include hover-link;
|
|
color: #666 !important;
|
|
z-index: 1;
|
|
font-size: 13px;
|
|
text-shadow: #cbcccc 0 1px 0;
|
|
padding-left: 3em;
|
|
}
|
|
|