mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-17 00:58:09 +00:00
removing ununsed css
This commit is contained in:
parent
e6e7550095
commit
971fc5bf40
18 changed files with 5 additions and 78282 deletions
960
grunt/vendor/static/styles/darkstrap.css
vendored
960
grunt/vendor/static/styles/darkstrap.css
vendored
|
@ -1,960 +0,0 @@
|
|||
/*
|
||||
* Darkstrap v0.9.2
|
||||
* By danneu (http://github.com/danneu/darkstrap)
|
||||
* Based off Twitter Bootstrap v2.2.2
|
||||
*/
|
||||
|
||||
tr.warning,
|
||||
tr.success,
|
||||
tr.error,
|
||||
tr.info {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #c6c6c6;
|
||||
background-color: #2f2f2f;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #1ab2ff;
|
||||
}
|
||||
|
||||
textarea,
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="datetime"],
|
||||
input[type="datetime-local"],
|
||||
input[type="date"],
|
||||
input[type="month"],
|
||||
input[type="time"],
|
||||
input[type="week"],
|
||||
input[type="number"],
|
||||
input[type="email"],
|
||||
input[type="url"],
|
||||
input[type="search"],
|
||||
input[type="tel"],
|
||||
input[type="color"],
|
||||
.uneditable-input {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
select {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
|
||||
.uneditable-input,
|
||||
.uneditable-textarea {
|
||||
background-color: #c9c9c9;
|
||||
}
|
||||
|
||||
input:-moz-placeholder,
|
||||
textarea:-moz-placeholder {
|
||||
color: #666666;
|
||||
}
|
||||
input:-ms-input-placeholder,
|
||||
textarea:-ms-input-placeholder {
|
||||
color: #666666;
|
||||
}
|
||||
input::-webkit-input-placeholder,
|
||||
textarea::-webkit-input-placeholder {
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.control-group.warning .input-prepend .add-on,
|
||||
.control-group.warning .input-append .add-on {
|
||||
background-color: #faa732;
|
||||
}
|
||||
|
||||
.control-group.error .input-prepend .add-on,
|
||||
.control-group.error .input-append .add-on {
|
||||
background-color: #fc5b5e;
|
||||
}
|
||||
|
||||
.control-group.success .input-prepend .add-on,
|
||||
.control-group.success .input-append .add-on {
|
||||
background-color: #5bb75b;
|
||||
}
|
||||
|
||||
.control-group.info .input-prepend .add-on,
|
||||
.control-group.info .input-append .add-on {
|
||||
background-color: #3a87ad;
|
||||
}
|
||||
|
||||
.form-actions {
|
||||
background-color: #444444;
|
||||
}
|
||||
.help-block,
|
||||
.help-inline {
|
||||
color: #ececec;
|
||||
}
|
||||
|
||||
.table th,
|
||||
.table td {
|
||||
border-top: 1px solid #666666;
|
||||
}
|
||||
.table tbody + tbody {
|
||||
border-top: 2px solid #666666;
|
||||
}
|
||||
.table .table {
|
||||
background-color: #2f2f2f;
|
||||
}
|
||||
|
||||
.table-bordered {
|
||||
border: 1px solid #666666;
|
||||
}
|
||||
.table-bordered th,
|
||||
.table-bordered td {
|
||||
border-left: 1px solid #666666;
|
||||
}
|
||||
.table-striped tbody > tr:nth-child(odd) > td,
|
||||
.table-striped tbody > tr:nth-child(odd) > th {
|
||||
background-color: #444444;
|
||||
}
|
||||
|
||||
.table-hover tbody tr:hover td,
|
||||
.table-hover tbody tr:hover th {
|
||||
background-color: #666666;
|
||||
}
|
||||
|
||||
|
||||
.table tbody tr.success td {
|
||||
background-color: #5bb75b;
|
||||
}
|
||||
.table tbody tr.error td {
|
||||
background-color: #fc5b5e;
|
||||
}
|
||||
.table tbody tr.warning td {
|
||||
background-color: #faa732;
|
||||
}
|
||||
.table tbody tr.info td {
|
||||
background-color: #3a87ad;
|
||||
}
|
||||
|
||||
.table-hover tbody tr.success:hover td {
|
||||
background-color: #4cad4c;
|
||||
}
|
||||
.table-hover tbody tr.error:hover td {
|
||||
background-color: #fc4245;
|
||||
}
|
||||
.table-hover tbody tr.warning:hover td {
|
||||
background-color: #f99c19;
|
||||
}
|
||||
.table-hover tbody tr.info:hover td {
|
||||
background-color: #34789a;
|
||||
}
|
||||
|
||||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
background-image: url("../img/glyphicons-halflings.png");
|
||||
}
|
||||
|
||||
.icon-white,
|
||||
.nav-pills > .active > a > [class^="icon-"],
|
||||
.nav-pills > .active > a > [class*=" icon-"],
|
||||
.nav-list > .active > a > [class^="icon-"],
|
||||
.nav-list > .active > a > [class*=" icon-"],
|
||||
.navbar-inverse .nav > .active > a > [class^="icon-"],
|
||||
.navbar-inverse .nav > .active > a > [class*=" icon-"],
|
||||
.dropdown-menu > li > a:hover > [class^="icon-"],
|
||||
.dropdown-menu > li > a:hover > [class*=" icon-"],
|
||||
.dropdown-menu > .active > a > [class^="icon-"],
|
||||
.dropdown-menu > .active > a > [class*=" icon-"],
|
||||
.dropdown-submenu:hover > a > [class^="icon-"],
|
||||
.dropdown-submenu:hover > a > [class*=" icon-"] {
|
||||
background-image: url("../img/glyphicons-halflings-white.png");
|
||||
}
|
||||
|
||||
|
||||
.btn-link:hover {
|
||||
color: #1ab2ff;
|
||||
}
|
||||
|
||||
.alert {
|
||||
background-color: #faa732;
|
||||
border: 1px solid #fa7d23;
|
||||
}
|
||||
|
||||
|
||||
.alert-success {
|
||||
background-color: #5bb75b;
|
||||
border-color: #5cad4c;
|
||||
}
|
||||
|
||||
|
||||
.alert-danger,
|
||||
.alert-error {
|
||||
background-color: #fc5b5e;
|
||||
border-color: #fc4c6d;
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
background-color: #3a87ad;
|
||||
border-color: #318292;
|
||||
}
|
||||
|
||||
.nav-tabs > .active > a,
|
||||
.nav-tabs > .active > a:hover {
|
||||
background-color: #2f2f2f;
|
||||
}
|
||||
|
||||
.nav .dropdown-toggle:hover .caret {
|
||||
border-top-color: #1ab2ff;
|
||||
border-bottom-color: #1ab2ff;
|
||||
}
|
||||
|
||||
.navbar-inner {
|
||||
background-color: #363636;
|
||||
background-image: -moz-linear-gradient(top, #444444, #222222);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
|
||||
background-image: -webkit-linear-gradient(top, #444444, #222222);
|
||||
background-image: -o-linear-gradient(top, #444444, #222222);
|
||||
background-image: linear-gradient(to bottom, #444444, #222222);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
|
||||
border: 1px solid #030303;
|
||||
}
|
||||
.navbar .brand {
|
||||
color: #c6c6c6;
|
||||
text-shadow: 0 1px 0 #444444;
|
||||
}
|
||||
.navbar-text {
|
||||
color: #c6c6c6;
|
||||
}
|
||||
|
||||
.navbar-link {
|
||||
color: #c6c6c6;
|
||||
}
|
||||
.navbar-link:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.navbar .divider-vertical {
|
||||
border-left: 1px solid #222222;
|
||||
border-right: 1px solid #444444;
|
||||
}
|
||||
|
||||
|
||||
.navbar .nav > li > a {
|
||||
color: #c6c6c6;
|
||||
text-shadow: 0 1px 0 #444444;
|
||||
}
|
||||
|
||||
.navbar .nav > li > a:focus,
|
||||
.navbar .nav > li > a:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.navbar .nav > .active > a,
|
||||
.navbar .nav > .active > a:hover,
|
||||
.navbar .nav > .active > a:focus {
|
||||
color: white;
|
||||
background-color: #151515;
|
||||
}
|
||||
|
||||
.navbar .btn-navbar {
|
||||
background-color: #292929;
|
||||
background-image: -moz-linear-gradient(top, #373737, #151515);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#151515));
|
||||
background-image: -webkit-linear-gradient(top, #373737, #151515);
|
||||
background-image: -o-linear-gradient(top, #373737, #151515);
|
||||
background-image: linear-gradient(to bottom, #373737, #151515);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF373737', endColorstr='#FF151515', GradientType=0);
|
||||
border-color: #151515 #151515 black;
|
||||
*background-color: #151515;
|
||||
}
|
||||
.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
|
||||
background-color: #151515;
|
||||
*background-color: #090909;
|
||||
}
|
||||
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
|
||||
background-color: black \9;
|
||||
}
|
||||
|
||||
.navbar .nav li.dropdown > a:hover .caret {
|
||||
border-top-color: white;
|
||||
border-bottom-color: white;
|
||||
}
|
||||
|
||||
.navbar .nav li.dropdown.open > .dropdown-toggle,
|
||||
.navbar .nav li.dropdown.active > .dropdown-toggle,
|
||||
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
|
||||
background-color: #151515;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.navbar .nav li.dropdown > .dropdown-toggle .caret {
|
||||
border-top-color: #c6c6c6;
|
||||
border-bottom-color: #c6c6c6;
|
||||
}
|
||||
|
||||
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
|
||||
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
|
||||
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
|
||||
border-top-color: white;
|
||||
border-bottom-color: white;
|
||||
}
|
||||
|
||||
.well {
|
||||
-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
background: #202020;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.darkwell, .breadcrumb, code, pre, select,
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="datetime"],
|
||||
input[type="datetime-local"],
|
||||
input[type="date"],
|
||||
input[type="month"],
|
||||
input[type="time"],
|
||||
input[type="week"],
|
||||
input[type="number"],
|
||||
input[type="email"],
|
||||
input[type="url"],
|
||||
input[type="search"],
|
||||
input[type="tel"],
|
||||
input[type="color"],
|
||||
.uneditable-input, textarea, .hero-unit, .progress {
|
||||
-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
background: #202020;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
border: 0;
|
||||
}
|
||||
.breadcrumb li {
|
||||
text-shadow: 0 1px 0 black;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||
box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||
border-bottom: 1px solid #121212;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
h6 {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left-color: #111;
|
||||
}
|
||||
blockquote.pull-right {
|
||||
border-right-color: #111;
|
||||
}
|
||||
|
||||
hr {
|
||||
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||
box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||
border-bottom: 1px solid #121212;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
code {
|
||||
border: none;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
pre {
|
||||
border: none;
|
||||
color: #c6c6c6;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
legend {
|
||||
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||
box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||
border-bottom: 1px solid #121212;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
select,
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="datetime"],
|
||||
input[type="datetime-local"],
|
||||
input[type="date"],
|
||||
input[type="month"],
|
||||
input[type="time"],
|
||||
input[type="week"],
|
||||
input[type="number"],
|
||||
input[type="email"],
|
||||
input[type="url"],
|
||||
input[type="search"],
|
||||
input[type="tel"],
|
||||
input[type="color"],
|
||||
.uneditable-input {
|
||||
color: white;
|
||||
height: 21px;
|
||||
}
|
||||
select:-moz-placeholder,
|
||||
input[type="text"]:-moz-placeholder,
|
||||
input[type="password"]:-moz-placeholder,
|
||||
input[type="datetime"]:-moz-placeholder,
|
||||
input[type="datetime-local"]:-moz-placeholder,
|
||||
input[type="date"]:-moz-placeholder,
|
||||
input[type="month"]:-moz-placeholder,
|
||||
input[type="time"]:-moz-placeholder,
|
||||
input[type="week"]:-moz-placeholder,
|
||||
input[type="number"]:-moz-placeholder,
|
||||
input[type="email"]:-moz-placeholder,
|
||||
input[type="url"]:-moz-placeholder,
|
||||
input[type="search"]:-moz-placeholder,
|
||||
input[type="tel"]:-moz-placeholder,
|
||||
input[type="color"]:-moz-placeholder,
|
||||
.uneditable-input:-moz-placeholder {
|
||||
color: #666666;
|
||||
}
|
||||
select:-ms-input-placeholder,
|
||||
input[type="text"]:-ms-input-placeholder,
|
||||
input[type="password"]:-ms-input-placeholder,
|
||||
input[type="datetime"]:-ms-input-placeholder,
|
||||
input[type="datetime-local"]:-ms-input-placeholder,
|
||||
input[type="date"]:-ms-input-placeholder,
|
||||
input[type="month"]:-ms-input-placeholder,
|
||||
input[type="time"]:-ms-input-placeholder,
|
||||
input[type="week"]:-ms-input-placeholder,
|
||||
input[type="number"]:-ms-input-placeholder,
|
||||
input[type="email"]:-ms-input-placeholder,
|
||||
input[type="url"]:-ms-input-placeholder,
|
||||
input[type="search"]:-ms-input-placeholder,
|
||||
input[type="tel"]:-ms-input-placeholder,
|
||||
input[type="color"]:-ms-input-placeholder,
|
||||
.uneditable-input:-ms-input-placeholder {
|
||||
color: #666666;
|
||||
}
|
||||
select::-webkit-input-placeholder,
|
||||
input[type="text"]::-webkit-input-placeholder,
|
||||
input[type="password"]::-webkit-input-placeholder,
|
||||
input[type="datetime"]::-webkit-input-placeholder,
|
||||
input[type="datetime-local"]::-webkit-input-placeholder,
|
||||
input[type="date"]::-webkit-input-placeholder,
|
||||
input[type="month"]::-webkit-input-placeholder,
|
||||
input[type="time"]::-webkit-input-placeholder,
|
||||
input[type="week"]::-webkit-input-placeholder,
|
||||
input[type="number"]::-webkit-input-placeholder,
|
||||
input[type="email"]::-webkit-input-placeholder,
|
||||
input[type="url"]::-webkit-input-placeholder,
|
||||
input[type="search"]::-webkit-input-placeholder,
|
||||
input[type="tel"]::-webkit-input-placeholder,
|
||||
input[type="color"]::-webkit-input-placeholder,
|
||||
.uneditable-input::-webkit-input-placeholder {
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
textarea {
|
||||
color: white;
|
||||
}
|
||||
textarea:-moz-placeholder {
|
||||
color: #666666;
|
||||
}
|
||||
textarea:-ms-input-placeholder {
|
||||
color: #666666;
|
||||
}
|
||||
textarea::-webkit-input-placeholder {
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
select {
|
||||
height: 29px;
|
||||
}
|
||||
|
||||
.input-prepend .add-on,
|
||||
.input-append .add-on {
|
||||
background: #444;
|
||||
color: #c6c6c6;
|
||||
border-color: #111;
|
||||
text-shadow: 0 1px 0 black;
|
||||
}
|
||||
|
||||
.form-actions {
|
||||
border-top-color: #222;
|
||||
}
|
||||
|
||||
.well .form-actions {
|
||||
border-top-color: #000;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
margin-left: -17px;
|
||||
margin-right: -17px;
|
||||
margin-bottom: -17px;
|
||||
}
|
||||
|
||||
.help-inline,
|
||||
.help-block {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
|
||||
color: #faa732;
|
||||
border-color: #faa732;
|
||||
-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
background: #202020;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.control-group.warning input:focus,
|
||||
.control-group.warning select:focus,
|
||||
.control-group.warning textarea:focus {
|
||||
border-color: #faa732;
|
||||
-webkit-box-shadow: 0 0 6px #faa732;
|
||||
-moz-box-shadow: 0 0 6px #faa732;
|
||||
box-shadow: 0 0 6px #faa732;
|
||||
}
|
||||
.control-group.warning .control-label,
|
||||
.control-group.warning .help-block,
|
||||
.control-group.warning .help-inline {
|
||||
color: #faa732;
|
||||
}
|
||||
.control-group.success input, .control-group.success select, .control-group.success textarea {
|
||||
color: #5bb75b;
|
||||
border-color: #5bb75b;
|
||||
-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
background: #202020;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.control-group.success input:focus,
|
||||
.control-group.success select:focus,
|
||||
.control-group.success textarea:focus {
|
||||
border-color: #5bb75b;
|
||||
-webkit-box-shadow: 0 0 6px #5bb75b;
|
||||
-moz-box-shadow: 0 0 6px #5bb75b;
|
||||
box-shadow: 0 0 6px #5bb75b;
|
||||
}
|
||||
.control-group.success .control-label,
|
||||
.control-group.success .help-block,
|
||||
.control-group.success .help-inline {
|
||||
color: #5bb75b;
|
||||
}
|
||||
.control-group.error input, .control-group.error select, .control-group.error textarea {
|
||||
color: #fc5b5e;
|
||||
border-color: #fc5b5e;
|
||||
-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
background: #202020;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.control-group.error input:focus,
|
||||
.control-group.error select:focus,
|
||||
.control-group.error textarea:focus {
|
||||
border-color: #fc5b5e;
|
||||
-webkit-box-shadow: 0 0 6px #fc5b5e;
|
||||
-moz-box-shadow: 0 0 6px #fc5b5e;
|
||||
box-shadow: 0 0 6px #fc5b5e;
|
||||
}
|
||||
.control-group.error .control-label,
|
||||
.control-group.error .help-block,
|
||||
.control-group.error .help-inline {
|
||||
color: #fc5b5e;
|
||||
}
|
||||
.control-group.info input, .control-group.info select, .control-group.info textarea {
|
||||
color: #3a87ad;
|
||||
border-color: #3a87ad;
|
||||
-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
background: #202020;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.control-group.info input:focus,
|
||||
.control-group.info select:focus,
|
||||
.control-group.info textarea:focus {
|
||||
border-color: #3a87ad;
|
||||
-webkit-box-shadow: 0 0 6px #3a87ad;
|
||||
-moz-box-shadow: 0 0 6px #3a87ad;
|
||||
box-shadow: 0 0 6px #3a87ad;
|
||||
}
|
||||
.control-group.info .control-label,
|
||||
.control-group.info .help-block,
|
||||
.control-group.info .help-inline {
|
||||
color: #3a87ad;
|
||||
}
|
||||
|
||||
input:focus:invalid,
|
||||
textarea:focus:invalid,
|
||||
select:focus:invalid {
|
||||
border-color: #fc5b5e;
|
||||
}
|
||||
|
||||
input:focus:invalid:focus,
|
||||
textarea:focus:invalid:focus,
|
||||
select:focus:invalid:focus {
|
||||
border-color: #fc5b5e;
|
||||
box-shadow: 0 0 6px #fc5b5e;
|
||||
}
|
||||
|
||||
.btn-link {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.img-polaroid {
|
||||
background-color: #111;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.nav-tabs .open .dropdown-toggle,
|
||||
.nav-pills .open .dropdown-toggle,
|
||||
.nav > .open.active > a:hover {
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
border-color: transparent transparent #666666 transparent;
|
||||
}
|
||||
|
||||
.nav > .dropdown.active > a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.nav-tabs .active .dropdown-toggle .caret,
|
||||
.nav-pills .active .dropdown-toggle .caret {
|
||||
border-top-color: #fff;
|
||||
}
|
||||
|
||||
.nav-tabs {
|
||||
border-bottom: 1px solid #666666;
|
||||
}
|
||||
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
|
||||
background-color: #2f2f2f;
|
||||
color: #fff;
|
||||
border-color: #666666 #666666 transparent #666666;
|
||||
}
|
||||
.nav-tabs > li > a:hover {
|
||||
border-color: #2f2f2f #2f2f2f #666666 #2f2f2f;
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
color: #00aaff;
|
||||
}
|
||||
.nav-tabs.nav-stacked > li > a, .nav-tabs.nav-stacked > li > a:hover {
|
||||
border-color: #666;
|
||||
}
|
||||
|
||||
.well > .nav-tabs > .active > a, .well > .nav-tabs > .active > a:hover {
|
||||
background-color: #202020;
|
||||
}
|
||||
|
||||
.nav-pills > li > a:hover {
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
color: #00aaff;
|
||||
}
|
||||
|
||||
.nav-list > li > a,
|
||||
.nav-list .nav-header {
|
||||
text-shadow: 0 1px 0 black;
|
||||
}
|
||||
|
||||
.nav-list > li > a:hover {
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
color: #00aaff;
|
||||
}
|
||||
|
||||
.nav-list .active > a:hover {
|
||||
background-color: #0088cc;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.tabs-below .nav-tabs {
|
||||
border-top: 1px solid #666666;
|
||||
}
|
||||
|
||||
.tabs-left .nav-tabs {
|
||||
border-right: 1px solid #666666;
|
||||
}
|
||||
|
||||
.tabs-right .nav-tabs {
|
||||
border-left: 1px solid #666666;
|
||||
}
|
||||
|
||||
.tabs-below .nav-tabs > li > a:hover {
|
||||
border-top: 1px solid #666666;
|
||||
}
|
||||
|
||||
.tabs-left .nav-tabs > li > a:hover {
|
||||
border-color: transparent #666666 transparent transparent;
|
||||
}
|
||||
|
||||
.tabs-right .nav-tabs > li > a:hover {
|
||||
border-color: transparent transparent transparent #666666;
|
||||
}
|
||||
|
||||
.tabs-below .nav-tabs .active > a,
|
||||
.tabs-below .nav-tabs .active > a:hover {
|
||||
border-color: transparent #666666 #666666 #666666;
|
||||
}
|
||||
|
||||
.tabs-left .nav-tabs .active > a,
|
||||
.tabs-left .nav-tabs .active > a:hover {
|
||||
border-color: #666666 transparent #666666 #666666;
|
||||
}
|
||||
|
||||
.tabs-right .nav-tabs .active > a,
|
||||
.tabs-right .nav-tabs .active > a:hover {
|
||||
border-color: #666666 #666666 #666666 transparent;
|
||||
}
|
||||
|
||||
.nav-list > li > a,
|
||||
.nav-list .nav-header {
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.nav-tabs > li > a:hover {
|
||||
border-color: transparent transparent #666666 transparent;
|
||||
}
|
||||
|
||||
.nav > .disabled > a:hover {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.nav-list .divider {
|
||||
background-color: transparent;
|
||||
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||
box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||
border-bottom: 1px solid #121212;
|
||||
}
|
||||
|
||||
.navbar .brand {
|
||||
text-shadow: 0 1px 0 black;
|
||||
}
|
||||
|
||||
.navbar .divider-vertical {
|
||||
border: transparent;
|
||||
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0;
|
||||
-moz-box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0;
|
||||
box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0;
|
||||
border-right: 1px solid #121212;
|
||||
}
|
||||
|
||||
.navbar-inverse .brand {
|
||||
color: #555;
|
||||
text-shadow: 0 1px 0 white;
|
||||
}
|
||||
.navbar-inverse .brand:hover {
|
||||
color: #555;
|
||||
}
|
||||
.navbar-inverse .navbar-inner {
|
||||
background: #fafafa;
|
||||
border: 1px solid #030303;
|
||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
|
||||
background: -moz-linear-gradient(top, white 0%, #999999 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #999999));
|
||||
background: -webkit-linear-gradient(top, white 0%, #999999 100%);
|
||||
background: -o-linear-gradient(top, white 0%, #999999 100%);
|
||||
background: -ms-linear-gradient(top, white 0%, #999999 100%);
|
||||
background: linear-gradient(to bottom, #ffffff 0%, #999999 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999',GradientType=0 );
|
||||
}
|
||||
.navbar-inverse .nav > li > a {
|
||||
color: #555;
|
||||
}
|
||||
.navbar-inverse .nav > li > a:hover {
|
||||
color: #333;
|
||||
}
|
||||
.navbar-inverse .nav > .active > a,
|
||||
.navbar-inverse .nav > .active > a:hover {
|
||||
background-color: #e5e5e5;
|
||||
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
|
||||
color: #555555;
|
||||
}
|
||||
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
|
||||
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
|
||||
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
|
||||
background-color: #e5e5e5;
|
||||
color: #555;
|
||||
}
|
||||
.navbar-inverse .nav li.dropdown > a:hover .caret {
|
||||
border-top-color: #555;
|
||||
color: #555;
|
||||
}
|
||||
.navbar-inverse .nav > li > a:focus,
|
||||
.navbar-inverse .nav > li > a:hover {
|
||||
background-color: transparent;
|
||||
color: #333;
|
||||
}
|
||||
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
|
||||
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
|
||||
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
|
||||
background-color: #e5e5e5;
|
||||
color: #555;
|
||||
}
|
||||
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
|
||||
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
|
||||
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
|
||||
border-bottom-color: #555;
|
||||
border-top-color: #555;
|
||||
color: #555;
|
||||
}
|
||||
.navbar-inverse .navbar-search .search-query {
|
||||
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.6) inset;
|
||||
background-color: white;
|
||||
color: #333;
|
||||
}
|
||||
.navbar-inverse .navbar-search input.search-query:focus {
|
||||
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.6) inset, 0 0 8px rgba(82, 168, 236, 0.6);
|
||||
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.6) inset, 0 0 8px rgba(82, 168, 236, 0.9);
|
||||
padding: 4px 14px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
|
||||
border-bottom-color: #555;
|
||||
border-top-color: #555;
|
||||
}
|
||||
.navbar-inverse .nav li.dropdown > a:hover .caret {
|
||||
border-bottom-color: #333;
|
||||
border-top-color: #333;
|
||||
}
|
||||
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.pagination ul > li > a,
|
||||
.pagination ul > li > span {
|
||||
background: transparent;
|
||||
border-color: #666;
|
||||
}
|
||||
|
||||
.pagination ul > li > a:hover,
|
||||
.pagination ul > .active > a,
|
||||
.pagination ul > .active > span {
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.pager li > a, .pager li > span {
|
||||
background-color: transparent;
|
||||
border-color: #666;
|
||||
}
|
||||
|
||||
.pager li > a:hover {
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.pager .disabled > a,
|
||||
.pager .disabled > a:hover,
|
||||
.pager .disabled > span {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.label,
|
||||
.badge {
|
||||
text-shadow: 1px 1px 0 black;
|
||||
box-shadow: 1px 1px 0 black;
|
||||
}
|
||||
|
||||
.label-inverse,
|
||||
.badge-inverse {
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
.hero-unit {
|
||||
background: #111;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
border-color: #666;
|
||||
box-shadow: 0 1px 3px black;
|
||||
}
|
||||
.thumbnail .caption {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.alert {
|
||||
color: white;
|
||||
border-color: #a86404;
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
|
||||
color: #c17305;
|
||||
}
|
||||
|
||||
.alert-error {
|
||||
border-color: #d40408;
|
||||
}
|
||||
.alert-error h1, .alert-error h2, .alert-error h3, .alert-error h4, .alert-error h5, .alert-error h6 {
|
||||
color: #ed0409;
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
border-color: #2d662d;
|
||||
}
|
||||
.alert-success h1, .alert-success h2, .alert-success h3, .alert-success h4, .alert-success h5, .alert-success h6 {
|
||||
color: #347834;
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
border-color: #1a3c4e;
|
||||
}
|
||||
.alert-info h1, .alert-info h2, .alert-info h3, .alert-info h4, .alert-info h5, .alert-info h6 {
|
||||
color: #204B61;
|
||||
}
|
||||
|
||||
select::-webkit-scrollbar {
|
||||
-webkit-appearance: none;
|
||||
width: 11px;
|
||||
}
|
||||
select::-webkit-scrollbar-thumb {
|
||||
border-radius: 8px;
|
||||
border: 2px solid #202020;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.modal {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
border-bottom: 1px solid #222222;
|
||||
}
|
||||
|
||||
.modal-body p {
|
||||
color: #c6c6c6;
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
background-color: #373737;
|
||||
border-top: 1px solid #222222;
|
||||
-moz-box-shadow: 0 1px 0 #333333 inset;
|
||||
-webkit-box-shadow: 0 1px 0 #333333 inset;
|
||||
-o-box-shadow: 0 1px 0 #333333 inset;
|
||||
box-shadow: 0 1px 0 #333333 inset;
|
||||
}
|
||||
|
||||
.popover {
|
||||
background: #444;
|
||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.popover-title {
|
||||
background: #373737;
|
||||
border-bottom-color: #222;
|
||||
}
|
||||
|
||||
.popover.top .arrow:after {
|
||||
border-top-color: #444;
|
||||
}
|
||||
|
||||
.popover.right .arrow:after {
|
||||
border-right-color: #444;
|
||||
}
|
||||
|
||||
.popover.bottom .arrow:after {
|
||||
border-bottom-color: #444;
|
||||
}
|
||||
|
||||
.popover.left .arrow:after {
|
||||
border-left-color: #444;
|
||||
}
|
132
grunt/vendor/static/styles/prettify-tomorrow.css
vendored
132
grunt/vendor/static/styles/prettify-tomorrow.css
vendored
|
@ -1,132 +0,0 @@
|
|||
/* Tomorrow Theme */
|
||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||||
/* Pretty printing styles. Used with prettify.js. */
|
||||
/* SPAN elements with the classes below are added by prettyprint. */
|
||||
/* plain text */
|
||||
.pln {
|
||||
color: #4d4d4c; }
|
||||
|
||||
@media screen {
|
||||
/* string content */
|
||||
.str {
|
||||
color: #718c00; }
|
||||
|
||||
/* a keyword */
|
||||
.kwd {
|
||||
color: #8959a8; }
|
||||
|
||||
/* a comment */
|
||||
.com {
|
||||
color: #8e908c; }
|
||||
|
||||
/* a type name */
|
||||
.typ {
|
||||
color: #4271ae; }
|
||||
|
||||
/* a literal value */
|
||||
.lit {
|
||||
color: #f5871f; }
|
||||
|
||||
/* punctuation */
|
||||
.pun {
|
||||
color: #4d4d4c; }
|
||||
|
||||
/* lisp open bracket */
|
||||
.opn {
|
||||
color: #4d4d4c; }
|
||||
|
||||
/* lisp close bracket */
|
||||
.clo {
|
||||
color: #4d4d4c; }
|
||||
|
||||
/* a markup tag name */
|
||||
.tag {
|
||||
color: #c82829; }
|
||||
|
||||
/* a markup attribute name */
|
||||
.atn {
|
||||
color: #f5871f; }
|
||||
|
||||
/* a markup attribute value */
|
||||
.atv {
|
||||
color: #3e999f; }
|
||||
|
||||
/* a declaration */
|
||||
.dec {
|
||||
color: #f5871f; }
|
||||
|
||||
/* a variable name */
|
||||
.var {
|
||||
color: #c82829; }
|
||||
|
||||
/* a function name */
|
||||
.fun {
|
||||
color: #4271ae; } }
|
||||
/* Use higher contrast and text-weight for printable form. */
|
||||
@media print, projection {
|
||||
.str {
|
||||
color: #060; }
|
||||
|
||||
.kwd {
|
||||
color: #006;
|
||||
font-weight: bold; }
|
||||
|
||||
.com {
|
||||
color: #600;
|
||||
font-style: italic; }
|
||||
|
||||
.typ {
|
||||
color: #404;
|
||||
font-weight: bold; }
|
||||
|
||||
.lit {
|
||||
color: #044; }
|
||||
|
||||
.pun, .opn, .clo {
|
||||
color: #440; }
|
||||
|
||||
.tag {
|
||||
color: #006;
|
||||
font-weight: bold; }
|
||||
|
||||
.atn {
|
||||
color: #404; }
|
||||
|
||||
.atv {
|
||||
color: #060; } }
|
||||
/* Style */
|
||||
/*
|
||||
pre.prettyprint {
|
||||
background: white;
|
||||
font-family: Menlo, Monaco, Consolas, monospace;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
border: 1px solid #ccc;
|
||||
padding: 10px; }
|
||||
*/
|
||||
|
||||
/* Specify class=linenums on a pre to get line numbering */
|
||||
ol.linenums {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0; }
|
||||
|
||||
/* IE indents via margin-left */
|
||||
li.L0,
|
||||
li.L1,
|
||||
li.L2,
|
||||
li.L3,
|
||||
li.L4,
|
||||
li.L5,
|
||||
li.L6,
|
||||
li.L7,
|
||||
li.L8,
|
||||
li.L9 {
|
||||
/* */ }
|
||||
|
||||
/* Alternate shading for lines */
|
||||
li.L1,
|
||||
li.L3,
|
||||
li.L5,
|
||||
li.L7,
|
||||
li.L9 {
|
||||
/* */ }
|
6367
grunt/vendor/static/styles/site.amelia.css
vendored
6367
grunt/vendor/static/styles/site.amelia.css
vendored
File diff suppressed because it is too large
Load diff
5699
grunt/vendor/static/styles/site.cerulean.css
vendored
5699
grunt/vendor/static/styles/site.cerulean.css
vendored
File diff suppressed because it is too large
Load diff
5942
grunt/vendor/static/styles/site.cosmo.css
vendored
5942
grunt/vendor/static/styles/site.cosmo.css
vendored
File diff suppressed because it is too large
Load diff
6149
grunt/vendor/static/styles/site.cyborg.css
vendored
6149
grunt/vendor/static/styles/site.cyborg.css
vendored
File diff suppressed because it is too large
Load diff
5638
grunt/vendor/static/styles/site.darkstrap.css
vendored
5638
grunt/vendor/static/styles/site.darkstrap.css
vendored
File diff suppressed because it is too large
Load diff
5991
grunt/vendor/static/styles/site.flatly.css
vendored
5991
grunt/vendor/static/styles/site.flatly.css
vendored
File diff suppressed because it is too large
Load diff
5743
grunt/vendor/static/styles/site.journal.css
vendored
5743
grunt/vendor/static/styles/site.journal.css
vendored
File diff suppressed because it is too large
Load diff
5431
grunt/vendor/static/styles/site.readable.css
vendored
5431
grunt/vendor/static/styles/site.readable.css
vendored
File diff suppressed because it is too large
Load diff
5756
grunt/vendor/static/styles/site.simplex.css
vendored
5756
grunt/vendor/static/styles/site.simplex.css
vendored
File diff suppressed because it is too large
Load diff
6202
grunt/vendor/static/styles/site.slate.css
vendored
6202
grunt/vendor/static/styles/site.slate.css
vendored
File diff suppressed because it is too large
Load diff
5
grunt/vendor/static/styles/site.spacelab.css
vendored
5
grunt/vendor/static/styles/site.spacelab.css
vendored
|
@ -650,6 +650,11 @@ h3 {
|
|||
}
|
||||
h4 {
|
||||
font-size: 18.75px;
|
||||
background-color: rgba(100, 100, 100, 0.4);
|
||||
padding: 5px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
h5 {
|
||||
font-size: 15px;
|
||||
|
|
5936
grunt/vendor/static/styles/site.spruce.css
vendored
5936
grunt/vendor/static/styles/site.spruce.css
vendored
File diff suppressed because it is too large
Load diff
6104
grunt/vendor/static/styles/site.superhero.css
vendored
6104
grunt/vendor/static/styles/site.superhero.css
vendored
File diff suppressed because it is too large
Load diff
5543
grunt/vendor/static/styles/site.united.css
vendored
5543
grunt/vendor/static/styles/site.united.css
vendored
File diff suppressed because it is too large
Load diff
345
grunt/vendor/static/styles/sunlight.dark.css
vendored
345
grunt/vendor/static/styles/sunlight.dark.css
vendored
|
@ -1,345 +0,0 @@
|
|||
/* global styles */
|
||||
.sunlight-container {
|
||||
clear: both !important;
|
||||
position: relative !important;
|
||||
margin: 10px 0 !important;
|
||||
}
|
||||
.sunlight-code-container {
|
||||
clear: both !important;
|
||||
position: relative !important;
|
||||
border: none;
|
||||
border-color: #626262 !important;
|
||||
background-color: #262626 !important;
|
||||
}
|
||||
.sunlight-highlighted, .sunlight-container, .sunlight-container textarea {
|
||||
font-family: Consolas, Inconsolata, Monaco, "Courier New" !important;
|
||||
font-size: 12px !important;
|
||||
line-height: 15px !important;
|
||||
}
|
||||
.sunlight-highlighted, .sunlight-container textarea {
|
||||
color: #FFFFFF !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
.sunlight-container textarea {
|
||||
padding-left: 0 !important;
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
.sunlight-code-container > .sunlight-highlighted {
|
||||
white-space: pre;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden; /* ie requires this wtf? */
|
||||
}
|
||||
.sunlight-highlighted {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
}
|
||||
.sunlight-highlighted * {
|
||||
background: transparent;
|
||||
}
|
||||
.sunlight-line-number-margin {
|
||||
float: left !important;
|
||||
margin-right: 5px !important;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
padding: 0 !important;
|
||||
padding-right: 4px !important;
|
||||
padding-left: 4px !important;
|
||||
border-right: 1px solid #9A9A9A !important;
|
||||
background-color: #3E3E3E !important;
|
||||
color: #9A9A9A !important;
|
||||
text-align: right !important;
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
}
|
||||
.sunlight-highlighted a, .sunlight-line-number-margin a {
|
||||
border: none !important;
|
||||
text-decoration: none !important;
|
||||
font-style: normal !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
.sunlight-line-number-margin a {
|
||||
color: inherit !important;
|
||||
}
|
||||
.sunlight-line-highlight-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 0;
|
||||
}
|
||||
.sunlight-line-highlight-overlay div {
|
||||
height: 15px;
|
||||
width: 100%;
|
||||
}
|
||||
.sunlight-line-highlight-overlay .sunlight-line-highlight-active {
|
||||
background-color: #4B4B4B;
|
||||
}
|
||||
|
||||
/* menu */
|
||||
.sunlight-menu {
|
||||
background-color: #FFFFCC;
|
||||
color: #000000;
|
||||
}
|
||||
.sunlight-menu ul {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
list-style-type: none !important;
|
||||
}
|
||||
.sunlight-menu li {
|
||||
float: right !important;
|
||||
margin-left: 5px !important;
|
||||
}
|
||||
.sunlight-menu a, .sunlight-menu img {
|
||||
color: #000099 !important;
|
||||
text-decoration: none !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.sunlight-string,
|
||||
.sunlight-char,
|
||||
.sunlight-heredoc,
|
||||
.sunlight-heredocDeclaration,
|
||||
.sunlight-nowdoc,
|
||||
.sunlight-longString,
|
||||
.sunlight-rawString,
|
||||
.sunlight-binaryString,
|
||||
.sunlight-verbatimString,
|
||||
.sunlight-rawLongString,
|
||||
.sunlight-binaryLongString,
|
||||
.sunlight-diff .sunlight-added {
|
||||
color: #55EB54 !important;
|
||||
}
|
||||
.sunlight-operator,
|
||||
.sunlight-punctuation,
|
||||
.sunlight-delimiter {
|
||||
color: #B1EDEC !important;
|
||||
}
|
||||
.sunlight-ident,
|
||||
.sunlight-diff .sunlight-unchanged {
|
||||
color: #E0E0E0 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.sunlight-comment,
|
||||
.sunlight-xmlDocCommentContent,
|
||||
.sunlight-nginx .sunlight-ssiCommand,
|
||||
.sunlight-sln .sunlight-formatDeclaration,
|
||||
.sunlight-diff .sunlight-mergeHeader,
|
||||
.sunlight-diff .sunlight-noNewLine {
|
||||
color: #787D31 !important;
|
||||
}
|
||||
.sunlight-number,
|
||||
.sunlight-cdata,
|
||||
.sunlight-guid,
|
||||
.sunlight-diff .sunlight-modified {
|
||||
color: #F7BA7E !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.sunlight-named-ident,
|
||||
.sunlight-xml .sunlight-attribute,
|
||||
.sunlight-constant,
|
||||
.sunlight-javascript .sunlight-globalVariable,
|
||||
.sunlight-globalObject,
|
||||
.sunlight-css .sunlight-id,
|
||||
.sunlight-python .sunlight-attribute,
|
||||
.sunlight-nginx .sunlight-context,
|
||||
.sunlight-httpd .sunlight-context,
|
||||
.sunlight-lisp .sunlight-declarationSpecifier,
|
||||
.sunlight-erlang .sunlight-userDefinedFunction,
|
||||
.sunlight-diff .sunlight-removed {
|
||||
color: #FBBDEE !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.sunlight-keyword,
|
||||
.sunlight-languageConstruct,
|
||||
.sunlight-specialOperator,
|
||||
.sunlight-xml .sunlight-tagName,
|
||||
.sunlight-xml .sunlight-operator,
|
||||
.sunlight-bash .sunlight-command,
|
||||
.sunlight-erlang .sunlight-moduleAttribute {
|
||||
color: #A3CCF7 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.sunlight-shortOpenTag,
|
||||
.sunlight-openTag,
|
||||
.sunlight-closeTag,
|
||||
.sunlight-xmlOpenTag,
|
||||
.sunlight-xmlCloseTag,
|
||||
.sunlight-aspOpenTag,
|
||||
.sunlight-aspCloseTag,
|
||||
.sunlight-label,
|
||||
.sunlight-css .sunlight-importantFlag {
|
||||
background-color: #7373C1 !important;
|
||||
}
|
||||
.sunlight-content {
|
||||
color: #FFFFFF !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.sunlight-function,
|
||||
.sunlight-globalFunction,
|
||||
.sunlight-objective-c .sunlight-messageDestination,
|
||||
.sunlight-ruby .sunlight-specialFunction,
|
||||
.sunlight-6502asm .sunlight-illegalOpcode,
|
||||
.sunlight-powershell .sunlight-switch,
|
||||
.sunlight-lisp .sunlight-macro,
|
||||
.sunlight-lisp .sunlight-specialForm,
|
||||
.sunlight-lisp .sunlight-type,
|
||||
.sunlight-sln .sunlight-sectionName,
|
||||
.sunlight-diff .sunlight-header {
|
||||
color: #C8BBF1 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.sunlight-variable,
|
||||
.sunlight-environmentVariable,
|
||||
.sunlight-specialVariable,
|
||||
.sunlight-objective-c .sunlight-messageArgumentName,
|
||||
.sunlight-lisp .sunlight-globalVariable,
|
||||
.sunlight-ruby .sunlight-globalVariable,
|
||||
.sunlight-ruby .sunlight-instanceVariable {
|
||||
color: #F5E5B0 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.sunlight-regexLiteral,
|
||||
.sunlight-lisp .sunlight-operator,
|
||||
.sunlight-6502asm .sunlight-pseudoOp,
|
||||
.sunlight-erlang .sunlight-macro,
|
||||
.sunlight-diff .sunlight-rangeInfo {
|
||||
color: #E0F16A !important;
|
||||
}
|
||||
.sunlight-specialVariable {
|
||||
font-style: italic !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.sunlight-csharp .sunlight-pragma,
|
||||
.sunlight-preprocessorDirective,
|
||||
.sunlight-vb .sunlight-compilerDirective {
|
||||
color: #666363 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.sunlight-xmlDocCommentMeta,
|
||||
.sunlight-java .sunlight-annotation,
|
||||
.sunlight-scala .sunlight-annotation,
|
||||
.sunlight-docComment {
|
||||
color: #666363 !important;
|
||||
}
|
||||
.sunlight-quotedIdent,
|
||||
.sunlight-ruby .sunlight-subshellCommand,
|
||||
.sunlight-lisp .sunlight-keywordArgument,
|
||||
.sunlight-haskell .sunlight-infixOperator,
|
||||
.sunlight-erlang .sunlight-quotedAtom {
|
||||
color: #F8CA16 !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* html/xml */
|
||||
.sunlight-xml .sunlight-tagName,
|
||||
.sunlight-xml .sunlight-operator,
|
||||
.sunlight-xml .sunlight-attribute {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
.sunlight-doctype {
|
||||
color: #DEB9B2 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.sunlight-xml .sunlight-entity {
|
||||
background-color: #E6E585 !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
/* javascript */
|
||||
.sunlight-javascript .sunlight-reservedWord {
|
||||
font-style: italic !important;
|
||||
}
|
||||
|
||||
/* css */
|
||||
.sunlight-css .sunlight-element {
|
||||
color: #E9EE97 !important;
|
||||
}
|
||||
.sunlight-css .sunlight-microsoftFilterPrefix {
|
||||
color: #C9FF9F !important;
|
||||
}
|
||||
.sunlight-css .sunlight-rule {
|
||||
color: #0099FF !important;
|
||||
}
|
||||
.sunlight-css .sunlight-class {
|
||||
color: #E78282 !important;
|
||||
}
|
||||
.sunlight-css .sunlight-pseudoClass, .sunlight-css .sunlight-pseudoElement {
|
||||
color: #73D693 !important;
|
||||
}
|
||||
|
||||
/* bash */
|
||||
.sunlight-bash .sunlight-hashBang {
|
||||
color: #FFFF00 !important;
|
||||
}
|
||||
|
||||
.sunlight-bash .sunlight-verbatimCommand {
|
||||
color: #BBA4EE !important;
|
||||
}
|
||||
.sunlight-bash .sunlight-variable,
|
||||
.sunlight-bash .sunlight-specialVariable {
|
||||
color: #ED8585 !important;
|
||||
}
|
||||
|
||||
/* python */
|
||||
.sunlight-python .sunlight-specialMethod {
|
||||
font-weight: bold !important;
|
||||
color: #B0A3C2;
|
||||
}
|
||||
|
||||
/* ruby */
|
||||
.sunlight-ruby .sunlight-symbol {
|
||||
font-weight: bold !important;
|
||||
color: #90EEA2 !important;
|
||||
}
|
||||
|
||||
/* brainfuck */
|
||||
.sunlight-brainfuck {
|
||||
font-weight: bold !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
.sunlight-brainfuck .sunlight-increment {
|
||||
background-color: #FF9900 !important;
|
||||
}
|
||||
.sunlight-brainfuck .sunlight-decrement {
|
||||
background-color: #FF99FF !important;
|
||||
}
|
||||
.sunlight-brainfuck .sunlight-incrementPointer {
|
||||
background-color: #FFFF99 !important;
|
||||
}
|
||||
.sunlight-brainfuck .sunlight-decrementPointer {
|
||||
background-color: #66CCFF !important;
|
||||
}
|
||||
.sunlight-brainfuck .sunlight-read {
|
||||
background-color: #FFFFFF !important;
|
||||
}
|
||||
.sunlight-brainfuck .sunlight-write {
|
||||
background-color: #99FF99 !important;
|
||||
}
|
||||
.sunlight-brainfuck .sunlight-openLoop, .sunlight-brainfuck .sunlight-closeLoop {
|
||||
background-color: #FFFFFF !important;
|
||||
}
|
||||
|
||||
/* 6502 asm */
|
||||
.sunlight-6502asm .sunlight-label {
|
||||
background: none !important;
|
||||
color: #FFFFFF !important;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
/* lisp */
|
||||
.sunlight-lisp .sunlight-macro {
|
||||
font-style: italic !important;
|
||||
}
|
||||
|
||||
/* erlang */
|
||||
.sunlight-erlang .sunlight-atom {
|
||||
color: #FFFFFF !important;
|
||||
font-weight: bold !important;
|
||||
}
|
344
grunt/vendor/static/styles/sunlight.default.css
vendored
344
grunt/vendor/static/styles/sunlight.default.css
vendored
|
@ -1,344 +0,0 @@
|
|||
/* global styles */
|
||||
.sunlight-container {
|
||||
clear: both !important;
|
||||
position: relative !important;
|
||||
margin: 10px 0 !important;
|
||||
}
|
||||
.sunlight-code-container {
|
||||
clear: both !important;
|
||||
position: relative !important;
|
||||
border: none;
|
||||
border-color: #969696 !important;
|
||||
background-color: #FFFFFF !important;
|
||||
}
|
||||
.sunlight-highlighted, .sunlight-container, .sunlight-container textarea {
|
||||
font-family: Consolas, Inconsolata, Monaco, "Courier New" !important;
|
||||
font-size: 12px !important;
|
||||
line-height: 15px !important;
|
||||
}
|
||||
.sunlight-highlighted, .sunlight-container textarea {
|
||||
color: #000000 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
.sunlight-container textarea {
|
||||
padding-left: 0 !important;
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
.sunlight-code-container > .sunlight-highlighted {
|
||||
white-space: pre;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden; /* ie requires this wtf? */
|
||||
}
|
||||
.sunlight-highlighted {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
}
|
||||
.sunlight-highlighted * {
|
||||
background: transparent;
|
||||
}
|
||||
.sunlight-line-number-margin {
|
||||
float: left !important;
|
||||
margin-right: 5px !important;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
padding: 0 !important;
|
||||
padding-right: 4px !important;
|
||||
padding-left: 4px !important;
|
||||
border-right: 1px solid #CCCCCC !important;
|
||||
background-color: #EEEEEE !important;
|
||||
color: #848484 !important;
|
||||
text-align: right !important;
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
}
|
||||
.sunlight-highlighted a, .sunlight-line-number-margin a {
|
||||
border: none !important;
|
||||
text-decoration: none !important;
|
||||
font-weight: normal !important;
|
||||
font-style: normal !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
.sunlight-line-number-margin a {
|
||||
color: inherit !important;
|
||||
}
|
||||
.sunlight-line-highlight-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 0;
|
||||
}
|
||||
.sunlight-line-highlight-overlay div {
|
||||
height: 15px;
|
||||
width: 100%;
|
||||
}
|
||||
.sunlight-line-highlight-overlay .sunlight-line-highlight-active {
|
||||
background-color: #E7FCFA;
|
||||
}
|
||||
|
||||
/* menu */
|
||||
.sunlight-menu {
|
||||
background-color: #FFFFCC;
|
||||
color: #000000;
|
||||
}
|
||||
.sunlight-menu ul {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
list-style-type: none !important;
|
||||
}
|
||||
.sunlight-menu li {
|
||||
float: right !important;
|
||||
margin-left: 5px !important;
|
||||
}
|
||||
.sunlight-menu a, .sunlight-menu img {
|
||||
color: #000099 !important;
|
||||
text-decoration: none !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.sunlight-string,
|
||||
.sunlight-char,
|
||||
.sunlight-heredoc,
|
||||
.sunlight-heredocDeclaration,
|
||||
.sunlight-nowdoc,
|
||||
.sunlight-longString,
|
||||
.sunlight-rawString,
|
||||
.sunlight-binaryString,
|
||||
.sunlight-rawLongString,
|
||||
.sunlight-binaryLongString,
|
||||
.sunlight-verbatimString,
|
||||
.sunlight-diff .sunlight-removed {
|
||||
color: #990000 !important;
|
||||
}
|
||||
|
||||
.sunlight-ident,
|
||||
.sunlight-operator,
|
||||
.sunlight-punctuation,
|
||||
.sunlight-delimiter,
|
||||
.sunlight-diff .sunlight-unchanged {
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
.sunlight-comment,
|
||||
.sunlight-xmlDocCommentContent,
|
||||
.sunlight-nginx .sunlight-ssiCommand,
|
||||
.sunlight-sln .sunlight-formatDeclaration,
|
||||
.sunlight-diff .sunlight-added {
|
||||
color: #009900 !important;
|
||||
}
|
||||
.sunlight-number,
|
||||
.sunlight-guid,
|
||||
.sunlight-cdata {
|
||||
color: #CC6600 !important;
|
||||
}
|
||||
|
||||
.sunlight-named-ident,
|
||||
.sunlight-constant,
|
||||
.sunlight-javascript .sunlight-globalVariable,
|
||||
.sunlight-globalObject,
|
||||
.sunlight-python .sunlight-attribute,
|
||||
.sunlight-nginx .sunlight-context,
|
||||
.sunlight-httpd .sunlight-context,
|
||||
.sunlight-haskell .sunlight-class,
|
||||
.sunlight-haskell .sunlight-type,
|
||||
.sunlight-lisp .sunlight-declarationSpecifier,
|
||||
.sunlight-erlang .sunlight-userDefinedFunction,
|
||||
.sunlight-diff .sunlight-header {
|
||||
color: #2B91AF !important;
|
||||
}
|
||||
.sunlight-keyword,
|
||||
.sunlight-languageConstruct,
|
||||
.sunlight-css
|
||||
.sunlight-element,
|
||||
.sunlight-bash .sunlight-command,
|
||||
.sunlight-specialOperator,
|
||||
.sunlight-erlang .sunlight-moduleAttribute,
|
||||
.sunlight-xml .sunlight-tagName,
|
||||
.sunlight-xml .sunlight-operator,
|
||||
.sunlight-diff .sunlight-modified {
|
||||
color: #0000FF !important;
|
||||
}
|
||||
.sunlight-shortOpenTag,
|
||||
.sunlight-openTag,
|
||||
.sunlight-closeTag,
|
||||
.sunlight-xmlOpenTag,
|
||||
.sunlight-xmlCloseTag,
|
||||
.sunlight-aspOpenTag,
|
||||
.sunlight-aspCloseTag,
|
||||
.sunlight-label,
|
||||
.sunlight-css .sunlight-importantFlag {
|
||||
background-color: #FFFF99 !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
.sunlight-function,
|
||||
.sunlight-globalFunction,
|
||||
.sunlight-ruby .sunlight-specialFunction,
|
||||
.sunlight-objective-c .sunlight-messageDestination,
|
||||
.sunlight-6502asm .sunlight-illegalOpcode,
|
||||
.sunlight-powershell .sunlight-switch,
|
||||
.sunlight-lisp .sunlight-macro,
|
||||
.sunlight-lisp .sunlight-specialForm,
|
||||
.sunlight-lisp .sunlight-type,
|
||||
.sunlight-sln .sunlight-sectionName,
|
||||
.sunlight-diff .sunlight-rangeInfo {
|
||||
color: #B069AF !important;
|
||||
}
|
||||
|
||||
.sunlight-variable,
|
||||
.sunlight-specialVariable,
|
||||
.sunlight-environmentVariable,
|
||||
.sunlight-objective-c .sunlight-messageArgumentName,
|
||||
.sunlight-lisp .sunlight-globalVariable,
|
||||
.sunlight-ruby .sunlight-globalVariable,
|
||||
.sunlight-ruby .sunlight-instanceVariable,
|
||||
.sunlight-sln .sunlight-operator {
|
||||
color: #325484 !important;
|
||||
}
|
||||
.sunlight-regexLiteral,
|
||||
.sunlight-lisp .sunlight-operator,
|
||||
.sunlight-6502asm .sunlight-pseudoOp,
|
||||
.sunlight-erlang .sunlight-macro {
|
||||
color: #FF00B2 !important;
|
||||
}
|
||||
.sunlight-specialVariable {
|
||||
font-style: italic !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.sunlight-csharp .sunlight-pragma,
|
||||
.sunlight-preprocessorDirective,
|
||||
.sunlight-vb .sunlight-compilerDirective,
|
||||
.sunlight-diff .sunlight-mergeHeader,
|
||||
.sunlight-diff .sunlight-noNewLine {
|
||||
color: #999999 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.sunlight-xmlDocCommentMeta,
|
||||
.sunlight-java .sunlight-annotation,
|
||||
.sunlight-scala .sunlight-annotation,
|
||||
.sunlight-docComment {
|
||||
color: #808080 !important;
|
||||
}
|
||||
.sunlight-quotedIdent,
|
||||
.sunlight-ruby .sunlight-subshellCommand,
|
||||
.sunlight-lisp .sunlight-keywordArgument,
|
||||
.sunlight-haskell .sunlight-infixOperator,
|
||||
.sunlight-erlang .sunlight-quotedAtom {
|
||||
color: #999900 !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* xml */
|
||||
.sunlight-xml .sunlight-string {
|
||||
color: #990099 !important;
|
||||
}
|
||||
.sunlight-xml .sunlight-attribute {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.sunlight-xml .sunlight-entity {
|
||||
background-color: #EEEEEE !important;
|
||||
color: #000000 !important;
|
||||
border: 1px solid #000000 !important;
|
||||
}
|
||||
.sunlight-xml .sunlight-doctype {
|
||||
color: #2B91AF !important;
|
||||
}
|
||||
|
||||
/* javascript */
|
||||
.sunlight-javascript .sunlight-reservedWord {
|
||||
font-style: italic !important;
|
||||
}
|
||||
|
||||
/* css */
|
||||
.sunlight-css .sunlight-microsoftFilterPrefix {
|
||||
color: #FF00FF !important;
|
||||
}
|
||||
.sunlight-css .sunlight-rule {
|
||||
color: #0099FF !important;
|
||||
}
|
||||
.sunlight-css .sunlight-keyword {
|
||||
color: #4E65B8 !important;
|
||||
}
|
||||
.sunlight-css .sunlight-class {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.sunlight-css .sunlight-id {
|
||||
color: #8A8E13 !important;
|
||||
}
|
||||
.sunlight-css .sunlight-pseudoClass,
|
||||
.sunlight-css .sunlight-pseudoElement {
|
||||
color: #368B87 !important;
|
||||
}
|
||||
|
||||
/* bash */
|
||||
.sunlight-bash .sunlight-hashBang {
|
||||
color: #3D97F5 !important;
|
||||
}
|
||||
.sunlight-bash .sunlight-verbatimCommand {
|
||||
color: #999900 !important;
|
||||
}
|
||||
.sunlight-bash .sunlight-variable,
|
||||
.sunlight-bash .sunlight-specialVariable {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
|
||||
/* python */
|
||||
.sunlight-python .sunlight-specialMethod {
|
||||
font-weight: bold !important;
|
||||
color: #A07DD3;
|
||||
}
|
||||
|
||||
/* ruby */
|
||||
.sunlight-ruby .sunlight-symbol {
|
||||
font-weight: bold !important;
|
||||
color: #ED7272 !important;
|
||||
}
|
||||
|
||||
/* brainfuck */
|
||||
.sunlight-brainfuck {
|
||||
font-weight: bold !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
.sunlight-brainfuck .sunlight-increment {
|
||||
background-color: #FF9900 !important;
|
||||
}
|
||||
.sunlight-brainfuck .sunlight-decrement {
|
||||
background-color: #FF99FF !important;
|
||||
}
|
||||
.sunlight-brainfuck .sunlight-incrementPointer {
|
||||
background-color: #FFFF99 !important;
|
||||
}
|
||||
.sunlight-brainfuck .sunlight-decrementPointer {
|
||||
background-color: #66CCFF !important;
|
||||
}
|
||||
.sunlight-brainfuck .sunlight-read {
|
||||
background-color: #FFFFFF !important;
|
||||
}
|
||||
.sunlight-brainfuck .sunlight-write {
|
||||
background-color: #99FF99 !important;
|
||||
}
|
||||
.sunlight-brainfuck .sunlight-openLoop, .sunlight-brainfuck .sunlight-closeLoop {
|
||||
background-color: #FFFFFF !important;
|
||||
}
|
||||
|
||||
/* 6502 asm */
|
||||
.sunlight-6502asm .sunlight-label {
|
||||
font-weight: bold !important;
|
||||
color: #000000 !important;
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
/* lisp */
|
||||
.sunlight-lisp .sunlight-macro {
|
||||
font-style: italic !important;
|
||||
}
|
||||
|
||||
/* erlang */
|
||||
.sunlight-erlang .sunlight-atom {
|
||||
font-weight: bold !important;
|
||||
}
|
Loading…
Reference in a new issue