fork
This commit is contained in:
167
themes/1c-kod/1c-kod.css
Normal file
167
themes/1c-kod/1c-kod.css
Normal file
@ -0,0 +1,167 @@
|
||||
/*
|
||||
Name: 1C (<28><><EFBFBD>)
|
||||
Description: <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> 1C
|
||||
Version: 1.0
|
||||
Author: Oparin Pavel
|
||||
URL: http://oparin.info
|
||||
*/
|
||||
.crayon-theme-1c-kod {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #fdfdfd !important;
|
||||
}
|
||||
.crayon-theme-1c-kod-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-table .crayon-nums {
|
||||
background: #dfefff !important;
|
||||
color: #5499de !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-striped-line {
|
||||
background: #f7f7f7 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-striped-num {
|
||||
background: #c8e1fa !important;
|
||||
color: #317cc5 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-marked-num {
|
||||
color: #1561ac !important;
|
||||
background: #b3d3f4 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #5999d9 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-marked-line.crayon-striped-line {
|
||||
background: #faf8d1 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-marked-num.crayon-striped-num {
|
||||
background: #9ec5ec !important;
|
||||
color: #105395 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-button {
|
||||
background-color: #DDD;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-button:hover {
|
||||
background-color: #EEE;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-button:active {
|
||||
background-color: #BCBCBC;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-c {
|
||||
color: #008000 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-s {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-p {
|
||||
color: #963200 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-k {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-st {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-r {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-t {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-e {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-cn {
|
||||
color: #ce0000 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-o {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-1c-kod .crayon-pre, .crayon-syntax pre{
|
||||
color: #0000FF !important;
|
||||
}
|
167
themes/1c-zapros/1c-zapros.css
Normal file
167
themes/1c-zapros/1c-zapros.css
Normal file
@ -0,0 +1,167 @@
|
||||
/*
|
||||
Name: 1C (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
|
||||
Description: <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1C
|
||||
Version: 1.0
|
||||
Author: Oparin Pavel
|
||||
URL: http://oparin.info
|
||||
*/
|
||||
.crayon-theme-1c-zapros {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #fdfdfd !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-table .crayon-nums {
|
||||
background: #dfefff !important;
|
||||
color: #5499de !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-striped-line {
|
||||
background: #f7f7f7 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-striped-num {
|
||||
background: #c8e1fa !important;
|
||||
color: #317cc5 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-marked-num {
|
||||
color: #1561ac !important;
|
||||
background: #b3d3f4 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #5999d9 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-marked-line.crayon-striped-line {
|
||||
background: #faf8d1 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-marked-num.crayon-striped-num {
|
||||
background: #9ec5ec !important;
|
||||
color: #105395 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-button {
|
||||
background-color: #DDD;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-button:hover {
|
||||
background-color: #EEE;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-button:active {
|
||||
background-color: #BCBCBC;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-c {
|
||||
color: #008000 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-s {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-p {
|
||||
color: #963200 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-k {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-st {
|
||||
color: #800000 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-r {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-t {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-e {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-v {
|
||||
color: #008080 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-cn {
|
||||
color: #ce0000 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-o {
|
||||
color: #0000FF !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-sy {
|
||||
color: #0000FF !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-1c-zapros .crayon-pre, .crayon-syntax pre{
|
||||
color: #000000 !important;
|
||||
}
|
164
themes/809finest/809finest.css
Normal file
164
themes/809finest/809finest.css
Normal file
@ -0,0 +1,164 @@
|
||||
/*
|
||||
Name: 809finest
|
||||
Description: Version: 1.0
|
||||
Author: Daniel De Jesús
|
||||
URL: http://809finest.com
|
||||
*/
|
||||
.crayon-theme-809finest {
|
||||
border-width: 1px !important;
|
||||
text-shadow: none !important;
|
||||
border-color: #162E53 !important;
|
||||
border-style: solid !important;
|
||||
background: #162E53 !important;
|
||||
}
|
||||
.crayon-theme-809finest-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #162E53 !important;
|
||||
border-style: solid !important;
|
||||
background: #112442 !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-table .crayon-nums {
|
||||
color: #ffffff !important;
|
||||
background: #BB0A1C !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-striped-line {
|
||||
background: #162E53 !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-striped-num {
|
||||
background: #BB0A1C !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-marked-line {
|
||||
border-width: 1px !important;
|
||||
border-color: #162E53 !important;
|
||||
background: #162E53 !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-marked-num {
|
||||
color: #ffffff !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #BB0A1C !important;
|
||||
background: #BB0A1C !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-marked-line.crayon-striped-line {
|
||||
background: #162E53 !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-marked-num.crayon-striped-num {
|
||||
color: #ffffff !important;
|
||||
background: #BB0A1C !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-info {
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #ffffff !important;
|
||||
border-bottom-color: #BB0A1C !important;
|
||||
background: #162E53 !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-toolbar {
|
||||
background: #BB0A1C !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BB0A1C !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-title {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-language {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-809finest a.crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-809finest a.crayon-button:hover {
|
||||
background-color: #dddddd !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-809finest a.crayon-button.crayon-pressed:hover {
|
||||
background-color: #eeeeee !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-809finest a.crayon-button.crayon-pressed {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-809finest a.crayon-button.crayon-pressed:active {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-809finest a.crayon-button:active {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-c {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-s {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-p {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-ta {
|
||||
color: #e91e1e !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-k {
|
||||
color: #006699 !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-st {
|
||||
color: #BB0A1C !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-r {
|
||||
color: #BB0A1C !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-t {
|
||||
color: #BB0A1C !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-m {
|
||||
color: #BB0A1C !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-i {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-e {
|
||||
color: #BB0A1C !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-v {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-cn {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-o {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-sy {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-n {
|
||||
color: #ffffff !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-f {
|
||||
color: #112442 !important;
|
||||
}
|
||||
.crayon-theme-809finest .crayon-pre .crayon-h {
|
||||
color: #BB0A1C !important;
|
||||
}
|
188
themes/ado/ado.css
Normal file
188
themes/ado/ado.css
Normal file
@ -0,0 +1,188 @@
|
||||
/*
|
||||
Name: Ado
|
||||
Description: Classic extended.
|
||||
Version: 1.1
|
||||
Author: Andrea Dell'Orco
|
||||
URL: http://www.adostudio.it/
|
||||
*/
|
||||
.crayon-theme-ado {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #fdfdfd !important;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.crayon-theme-ado-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-table .crayon-nums {
|
||||
background: #333333 !important;
|
||||
color: #DEDEDE !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-color: #202020 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-code *::selection,
|
||||
.crayon-theme-ado .crayon-plain::selection {
|
||||
background: #BBEEDA !important;
|
||||
color: #269B6C !important;
|
||||
}
|
||||
.crayon-theme-ado *::selection {
|
||||
background: transparent !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-striped-line {
|
||||
background: #f7f7f7 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-striped-num {
|
||||
background: #5B5B5B !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-marked-line {
|
||||
background: #C7F1ED !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #9AE7DF !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-marked-num {
|
||||
color: #82DFC4 !important;
|
||||
background: #333333 !important;
|
||||
border-width: 1px !important;
|
||||
border-style: solid !important;
|
||||
border-color: #202020 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-marked-line.crayon-striped-line {
|
||||
background: #B7EEE9 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-marked-num.crayon-striped-num {
|
||||
background: #5B5B5B !important;
|
||||
color: #82DFC4 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-info {
|
||||
background: #E8E8E8 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-color: #888888 !important;
|
||||
color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-button:hover {
|
||||
background-color: #F2F2F2 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-ado .crayon-button.crayon-pressed:hover {
|
||||
background-color: #F2F2F2 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-ado .crayon-button.crayon-pressed {
|
||||
background-color: #BBB !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-ado .crayon-button.crayon-pressed:active {
|
||||
background-color: #BBB !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-ado .crayon-button:active {
|
||||
background-color: #BBB !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-s {
|
||||
color: #008000 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-k {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-st {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-r {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-t {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-e {
|
||||
color: #004ed0 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-cn {
|
||||
color: #ce0000 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-o {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-table {
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
overflow: hidden!important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre .crayon-c {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-ado .crayon-pre {
|
||||
color: #000000 !important;
|
||||
}
|
188
themes/amity/amity.css
Normal file
188
themes/amity/amity.css
Normal file
@ -0,0 +1,188 @@
|
||||
/*
|
||||
Name: Amity
|
||||
Description: Classic extended.
|
||||
Version: 1.1
|
||||
Author: Amit Mevada
|
||||
URL: http://amitmevada.developerearth.com/
|
||||
*/
|
||||
.crayon-theme-amity {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #fdfdfd !important;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.crayon-theme-amity-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-table .crayon-nums {
|
||||
background: #c0c0c0 !important;
|
||||
color: #696969 !important;
|
||||
border-right-width: 2px !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-color: #008080 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-code *::selection {
|
||||
background: #BBEEDA !important;
|
||||
color: #269B6C !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-plain::selection {
|
||||
background: #BBEEDA !important;
|
||||
color: #269B6C !important;
|
||||
}
|
||||
.crayon-theme-amity *::selection {
|
||||
background: transparent !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-striped-line {
|
||||
background: #f7f7f7 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-striped-num {
|
||||
background: #c0c0c0 !important;
|
||||
color: #696969 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-marked-line {
|
||||
background: #C7F1ED !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #9AE7DF !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-marked-num {
|
||||
color: #090909 !important;
|
||||
background: #C7F1ED !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #202020 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-marked-line.crayon-striped-line {
|
||||
background: #B7EEE9 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-marked-num.crayon-striped-num {
|
||||
background: #9AE7DF !important;
|
||||
color: #090909 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-marked-num.crayon-top {
|
||||
}
|
||||
.crayon-theme-amity .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-marked-num.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-amity .crayon-info {
|
||||
background: #E8E8E8 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-color: #888888 !important;
|
||||
color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-button:hover {
|
||||
background-color: #F2F2F2 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-amity .crayon-button.crayon-pressed:hover {
|
||||
background-color: #F2F2F2 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-amity .crayon-button.crayon-pressed {
|
||||
background-color: #BBB !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-amity .crayon-button.crayon-pressed:active {
|
||||
background-color: #BBB !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-amity .crayon-button:active {
|
||||
background-color: #BBB !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-s {
|
||||
color: #008000 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-k {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-st {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-r {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-t {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-e {
|
||||
color: #004ed0 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-cn {
|
||||
color: #ce0000 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-o {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-table {
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
overflow: hidden!important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre .crayon-c {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-amity .crayon-pre {
|
||||
color: #000000 !important;
|
||||
}
|
164
themes/arduino-ide/arduino-ide.css
Normal file
164
themes/arduino-ide/arduino-ide.css
Normal file
@ -0,0 +1,164 @@
|
||||
/*
|
||||
Name: Arduino IDE
|
||||
Description: Version: 1.0
|
||||
Author: Łukasz Więcek
|
||||
Url: http://majsterkowo.pl
|
||||
*/
|
||||
.crayon-theme-arduino-ide {
|
||||
border-width: 1px !important;
|
||||
text-shadow: none !important;
|
||||
background: #fdfdfd !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
background: #f9f9f9 !important;
|
||||
border-style: solid !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-table .crayon-nums {
|
||||
background: #fdfdfd !important;
|
||||
color: #d4d4d4 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-striped-line {
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-striped-num {
|
||||
background: #fafafa !important;
|
||||
color: #d4d4d4 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-marked-line {
|
||||
border-width: 1px !important;
|
||||
border-color: #f9f9f9 !important;
|
||||
background: #f0f0f0 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-marked-num {
|
||||
color: #d4d4d4 !important;
|
||||
background: #f0f0f0 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #f9f9f9 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-marked-line.crayon-striped-line {
|
||||
background: #ececec !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-marked-num.crayon-striped-num {
|
||||
background: #ececec !important;
|
||||
color: #d4d4d4 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-toolbar {
|
||||
background: #eeeeee !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #dddddd !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-title {
|
||||
color: #999999 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide a.crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide a.crayon-button:hover {
|
||||
background-color: #dddddd !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-arduino-ide a.crayon-button.crayon-pressed:hover {
|
||||
background-color: #eeeeee !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-arduino-ide a.crayon-button.crayon-pressed {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-arduino-ide a.crayon-button.crayon-pressed:active {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-arduino-ide a.crayon-button:active {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-c {
|
||||
color: #888888 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-s {
|
||||
color: #006699 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-p {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-ta {
|
||||
color: #e91e1e !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-k {
|
||||
color: #006699 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-st {
|
||||
color: #cc6600 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-r {
|
||||
color: #cc6600 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-t {
|
||||
color: #CC6600 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-m {
|
||||
color: #cc6600 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-i {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-e {
|
||||
color: #cc6600 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-v {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-cn {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-o {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-arduino-ide .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
186
themes/bncplusplus/bncplusplus.css
Normal file
186
themes/bncplusplus/bncplusplus.css
Normal file
@ -0,0 +1,186 @@
|
||||
/*
|
||||
Name: Bncplusplus
|
||||
Description: Based on Tomorrow night
|
||||
Version: 1.1
|
||||
Author: Shipu Ahamed
|
||||
URL: http://shipuahamed.blogspot.com/ http://bncplusplus.tk
|
||||
*/
|
||||
.crayon-theme-bncplusplus {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #0d0d0d !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
border-style: double !important;
|
||||
background: #000000 !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-table .crayon-nums {
|
||||
background: #4b4d4f !important;
|
||||
color: #898989 !important;
|
||||
border-right-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-striped-line {
|
||||
background: #000000 !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-striped-num {
|
||||
background: #3a3c3d !important;
|
||||
color: #979797 !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-marked-line {
|
||||
background: #363333 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #1c1c1c !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-marked-num {
|
||||
color: #9e9e9e !important;
|
||||
background: #434343 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-marked-line.crayon-striped-line {
|
||||
background: #2b2b2b !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-marked-num.crayon-striped-num {
|
||||
background: #383838 !important;
|
||||
color: #9e9e9e !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-toolbar {
|
||||
background: #919191 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #2e2e2e !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-title {
|
||||
color: #2a2a2a !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-language {
|
||||
color: #494949 !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-button {
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-button:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-button.crayon-pressed:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-button.crayon-pressed {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-button.crayon-pressed:active {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-button:active {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-c {
|
||||
color: #438c43 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-s {
|
||||
color: 76bcbc !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-p {
|
||||
color: #90ee90 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-ta {
|
||||
color: #e79663 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-k {
|
||||
color: #92afc1 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-st {
|
||||
color: #92afc1 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-r {
|
||||
color: #92afc1 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-t {
|
||||
color: #c37ee6 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-m {
|
||||
color: #bba7c5 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-i {
|
||||
color: #cdcdcd !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-e {
|
||||
color: #daa520 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-v {
|
||||
color: #dddddd !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-cn {
|
||||
color: #dddddd !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-o {
|
||||
color: #d14242 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-sy {
|
||||
color: #f7adf7 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-bncplusplus .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
font-weight: bold !important;
|
||||
}
|
172
themes/capacitacionti/capacitacionti.css
Normal file
172
themes/capacitacionti/capacitacionti.css
Normal file
@ -0,0 +1,172 @@
|
||||
/*
|
||||
Name: Capacitacionti
|
||||
Description: Terminal en Ubuntu Server.
|
||||
Version: 1.0
|
||||
Author: Henry Taype
|
||||
URL: http://capacitacionti.com/
|
||||
*/
|
||||
.crayon-theme-capacitacionti {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #167378 !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #22BCB4 !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-table .crayon-nums {
|
||||
background: #22BCB4 !important;
|
||||
color: #AEDE3D !important;
|
||||
border-right-color: #22BCB4 !important;
|
||||
border-right-width: 2px !important;
|
||||
border-right-style: solid !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-striped-line {
|
||||
background: #167378 !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-striped-num {
|
||||
background: #22BCB4 !important;
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-marked-line {
|
||||
background: #167378 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #22BCB4 !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-marked-num {
|
||||
color: #AEDE3D !important;
|
||||
background: #22BCB4 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #22BCB4 !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-marked-line.crayon-striped-line {
|
||||
background: #167378 !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-marked-num.crayon-striped-num {
|
||||
background: #22BCB4 !important;
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-toolbar {
|
||||
background: #00595E !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #22BCB4 !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-title {
|
||||
color: #aede3d !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-language {
|
||||
color: #aede3d !important;
|
||||
background-color: #00595E !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-button {
|
||||
background-color: #C5E486 !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-button:hover {
|
||||
background-color: #9FCF2E !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-button.crayon-pressed:hover {
|
||||
background-color: #9FCF2E !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-button.crayon-pressed {
|
||||
background-color: #7FB718 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-button.crayon-pressed:active {
|
||||
background-color: #7FB718 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-button:active {
|
||||
background-color: #7FB718 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-c {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-s {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-p {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-ta {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-k {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-st {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-r {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-t {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-m {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-i {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-e {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-v {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-cn {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-o {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-sy {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-n {
|
||||
color: #AEDE3D !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-f {
|
||||
color: #AEDE3D !important;
|
||||
}
|
||||
.crayon-theme-capacitacionti .crayon-pre .crayon-h {
|
||||
color: #AEDE3D !important;
|
||||
}
|
164
themes/cg-cookie/cg-cookie.css
Normal file
164
themes/cg-cookie/cg-cookie.css
Normal file
@ -0,0 +1,164 @@
|
||||
/*
|
||||
Name: Cg Cookie
|
||||
Description: CG Cookie Code Theme
|
||||
Version: 1.0
|
||||
Author: Jonathan Williamson
|
||||
URL: http://cgcookie.com
|
||||
*/
|
||||
.crayon-theme-cg-cookie {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
text-shadow: none !important;
|
||||
background: #1b1d22 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
background: #22252a !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-table .crayon-nums {
|
||||
background: #1b1d22 !important;
|
||||
color: #898989 !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #8c8d8f !important;
|
||||
border-right-style: dashed !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-striped-line {
|
||||
background: #24272e !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-striped-num {
|
||||
background: #24272e !important;
|
||||
color: #979797 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-marked-line {
|
||||
background: #1b1d22 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-marked-num {
|
||||
color: #9e9e9e !important;
|
||||
background: #363636 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-marked-line.crayon-striped-line {
|
||||
background: #343941 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-marked-num.crayon-striped-num {
|
||||
background: #222222 !important;
|
||||
color: #666666 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-marked-line.crayon-top {
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-marked-num.crayon-top {
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-marked-line.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-marked-num.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-info {
|
||||
background: #333333 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
color: #eeeeee !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-toolbar {
|
||||
background: #999999 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #2e2e2e !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-title {
|
||||
color: #626262 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-language {
|
||||
color: #626262 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-button {
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-button:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-button.crayon-pressed:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-button.crayon-pressed {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-button.crayon-pressed:active {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-button:active {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-c {
|
||||
color: #666666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-s {
|
||||
color: #84c31c !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-ta {
|
||||
color: #d35a5a !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-k {
|
||||
color: #f4bb15 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-st {
|
||||
color: #20b0da !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-r {
|
||||
color: #f4bb15 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-t {
|
||||
color: #f4bb15 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-m {
|
||||
color: #d3a6ea !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-i {
|
||||
color: #d2d2d3 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-e {
|
||||
color: #d2d2d3 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-v {
|
||||
color: #d2d2d3 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-cn {
|
||||
color: #e7a37a !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-o {
|
||||
color: #f4bb15 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-sy {
|
||||
color: #e5891a !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-f {
|
||||
color: #999999 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-cg-cookie .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
171
themes/cisco-router/cisco-router.css
Normal file
171
themes/cisco-router/cisco-router.css
Normal file
@ -0,0 +1,171 @@
|
||||
/*
|
||||
Name: Cisco Router
|
||||
Description: Looks like a terminal.
|
||||
Version: 1.1
|
||||
Author: Aram Kocharyan
|
||||
URL: http://aramk.com/
|
||||
*/
|
||||
.crayon-theme-cisco-router {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #000000 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #000000 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-table .crayon-nums {
|
||||
background: #000100 !important;
|
||||
color: #3ec700 !important;
|
||||
border-right-color: #55a800 !important;
|
||||
border-right-width: 2 !important;
|
||||
border-right-style: solid !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-striped-line {
|
||||
background: #000000 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-striped-num {
|
||||
background: #000000 !important;
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-marked-line {
|
||||
background: #000000 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-marked-num {
|
||||
color: #3ec700 !important;
|
||||
background: #000000 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #286900 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-marked-line.crayon-striped-line {
|
||||
background: #000000 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-marked-num.crayon-striped-num {
|
||||
background: #000000 !important;
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-toolbar {
|
||||
background: #375e00 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #779700 !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-title {
|
||||
color: #87ca00 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-language {
|
||||
color: #266400 !important;
|
||||
background-color: #669900 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-button {
|
||||
background-color: #669900 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-button:hover {
|
||||
background-color: #76b800 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-button.crayon-pressed:hover {
|
||||
background-color: #76b800 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-button.crayon-pressed {
|
||||
background-color: #4e7a00 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-button.crayon-pressed:active {
|
||||
background-color: #4e7a00 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-button:active {
|
||||
background-color: #4e7a00 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-c {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-s {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-p {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-ta {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-k {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-st {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-r {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-t {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-m {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-i {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-e {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-v {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-cn {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-o {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-sy {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-n {
|
||||
color: #3ec700 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-f {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-cisco-router .crayon-pre .crayon-h {
|
||||
color: #3ec700 !important;
|
||||
}
|
164
themes/classic/classic.css
Normal file
164
themes/classic/classic.css
Normal file
@ -0,0 +1,164 @@
|
||||
/*
|
||||
Name: Classic
|
||||
Description: Clean, crisp and colorful.
|
||||
Version: 1.3
|
||||
Author: Aram Kocharyan
|
||||
URL: http://aramk.com/
|
||||
*/
|
||||
.crayon-theme-classic {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #fdfdfd !important;
|
||||
}
|
||||
.crayon-theme-classic-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-table .crayon-nums {
|
||||
background: #dfefff !important;
|
||||
color: #5499de !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-striped-line {
|
||||
background: #f7f7f7 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-striped-num {
|
||||
background: #c8e1fa !important;
|
||||
color: #317cc5 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-marked-num {
|
||||
color: #1561ac !important;
|
||||
background: #b3d3f4 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #5999d9 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-marked-line.crayon-striped-line {
|
||||
background: #faf8d1 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-marked-num.crayon-striped-num {
|
||||
background: #9ec5ec !important;
|
||||
color: #105395 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34;
|
||||
}
|
||||
.crayon-theme-classic .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-button {
|
||||
background-color: #DDD;
|
||||
}
|
||||
.crayon-theme-classic .crayon-button:hover {
|
||||
background-color: #EEE;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-classic .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-classic .crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-classic .crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-classic .crayon-button:active {
|
||||
background-color: #BCBCBC;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-c {
|
||||
color: #ff8000 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-s {
|
||||
color: #008000 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-k {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-st {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-r {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-t {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-e {
|
||||
color: #004ed0 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-cn {
|
||||
color: #ce0000 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-o {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-classic .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
184
themes/coda-special-board/coda-special-board.css
Normal file
184
themes/coda-special-board/coda-special-board.css
Normal file
@ -0,0 +1,184 @@
|
||||
/*
|
||||
Name: Coda Special Board
|
||||
Description: Dark and elegant.
|
||||
Version: 1.4
|
||||
Author: Simone Ottaviano
|
||||
URL: http://www.refuseall.it
|
||||
*/
|
||||
.crayon-theme-coda-special-board {
|
||||
text-shadow: none !important;
|
||||
color: #fff;
|
||||
background: #2d2d2d !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #333 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-code {
|
||||
background: #2d2d2d !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board-inline {
|
||||
background: #333 !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #333 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board span {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-table .crayon-nums {
|
||||
color: #333 !important;
|
||||
background: #e0e0e0 !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #333 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-striped-line {
|
||||
background: #343434 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #171717 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-striped-num {
|
||||
background: #aaa !important;
|
||||
color: #555 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #CCC !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-marked-line {
|
||||
background: #484844 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #222 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-marked-num {
|
||||
color: #555 !important;
|
||||
background: #bbb !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #777 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-marked-line.crayon-striped-line {
|
||||
background: #51514d !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-marked-num.crayon-striped-num {
|
||||
background: #ccc !important;
|
||||
color: #888 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
color: #7e7d34 !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-toolbar {
|
||||
background: #b2b2b2 !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #666 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-language {
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-toolbar .crayon-mixed-highlight {
|
||||
background-position: -24px center;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-button:hover {
|
||||
background-color: #ccc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-button.crayon-pressed:hover {
|
||||
background-color: #ccc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-button.crayon-pressed {
|
||||
background-color: #999 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-button.crayon-pressed:active {
|
||||
background-color: #999 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-button:active {
|
||||
background-color: #999 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-c {
|
||||
color: #797979 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-p {
|
||||
color: #a19ba2 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-s {
|
||||
color: #b2cb79 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-k {
|
||||
color: #fecf84 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-st {
|
||||
color: #fecf84 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-r {
|
||||
color: #fecf84 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-t {
|
||||
color: #fecf84 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-m {
|
||||
color: #d58a45 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-ta {
|
||||
color: #AAA !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-i {
|
||||
color: #d58a45 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-v {
|
||||
color: #dadafe !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-e {
|
||||
color: #b1758c !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-cn {
|
||||
color: #80aac6 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-o {
|
||||
color: #c2be23 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-h {
|
||||
color: #82adc9 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-sy {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-n {
|
||||
color: #726e73 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre .crayon-f {
|
||||
color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-coda-special-board .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
117
themes/coy/coy.css
Normal file
117
themes/coy/coy.css
Normal file
@ -0,0 +1,117 @@
|
||||
/*
|
||||
Name: Coy
|
||||
Description: via Prism.js (Coy theme)
|
||||
Version: 1.0
|
||||
Author: Harrix
|
||||
URL: http://harrix.org
|
||||
*/
|
||||
.crayon-theme-coy {
|
||||
margin-bottom: 25px !important;
|
||||
background-color: #f8f8ff !important;
|
||||
font-size: 100% !important;
|
||||
line-height: 130% !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e9e9ea !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-toolbar {
|
||||
background-color: #eee !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #dedede !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-toolbar .crayon-language {
|
||||
font-size: 80% !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-toolbar .crayon-title {
|
||||
font-size: 80% !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-table .crayon-nums {
|
||||
background-color: #eee !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-table .crayon-nums-content {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 3px !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-table .crayon-num {
|
||||
min-width: 1.2em !important;
|
||||
text-align: right !important;
|
||||
color: #aaa !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #dedede !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 3px !important;
|
||||
color: #445870 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-marked-line {
|
||||
background: #e1e5ed !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-marked-num {
|
||||
color: #1561ac !important;
|
||||
background: #b3d3f4 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #5999d9 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-c {
|
||||
color: #90a1b5 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-s {
|
||||
color: #55A1FB !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-p {
|
||||
color: #1990b8 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-k {
|
||||
color: #ec4444 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-st {
|
||||
color: #3c9cc9 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-r {
|
||||
color: #ec4444 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-t {
|
||||
color: #ec4444 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-i {
|
||||
color: #445870 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-e {
|
||||
color: #4ABF60 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-cn {
|
||||
color: #ec4444 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-o {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-f {
|
||||
color: #90a1b5 !important;
|
||||
}
|
||||
.crayon-theme-coy .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-coy-inline {
|
||||
background: #f6f7f9 !important;
|
||||
}
|
168
themes/dark-terminal/dark-terminal.css
Normal file
168
themes/dark-terminal/dark-terminal.css
Normal file
@ -0,0 +1,168 @@
|
||||
/*
|
||||
Name: Dark Terminal
|
||||
Description: Black-on-white, no highlighting, useful for terminal sessions
|
||||
Version: 1.0
|
||||
Author: Dimiter Naydenov
|
||||
URL: http://blog.naydenov.net/
|
||||
*/
|
||||
.crayon-theme-dark-terminal {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #000000 !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
border-style: solid !important;
|
||||
background: #000103 !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-table .crayon-nums {
|
||||
background: #000000 !important;
|
||||
color: #494949 !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-striped-line {
|
||||
background: #000000 !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-striped-num {
|
||||
background: #000000 !important;
|
||||
color: #494949 !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-marked-line {
|
||||
background: #3b3b3b !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #3a3a47 !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-marked-num {
|
||||
color: #494949 !important;
|
||||
background: #000000 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-marked-line.crayon-striped-line {
|
||||
background: #3b3b3b !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-marked-num.crayon-striped-num {
|
||||
background: #000000 !important;
|
||||
color: #494949 !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-toolbar {
|
||||
background: #8d8c8c !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #2e2e2e !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-title {
|
||||
color: #2a2a2a !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-language {
|
||||
color: #494949 !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-button {
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-button:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-button.crayon-pressed:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-button.crayon-pressed {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-button.crayon-pressed:active {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-button:active {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-c {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-s {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-p {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-ta {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-k {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-st {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-r {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-t {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-m {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-i {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-e {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-v {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-cn {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-o {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-sy {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-n {
|
||||
color: #ffffff !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-f {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre .crayon-h {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-dark-terminal .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
171
themes/eclipse/eclipse.css
Normal file
171
themes/eclipse/eclipse.css
Normal file
@ -0,0 +1,171 @@
|
||||
/*
|
||||
Name: Eclipse
|
||||
Description: Clean, crisp and colorful.
|
||||
Version: 1.0
|
||||
Author: Sunil
|
||||
*/
|
||||
.crayon-theme-eclipse {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #fdfdfd !important;
|
||||
}
|
||||
.crayon-theme-eclipse-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-table .crayon-nums {
|
||||
background: #eee !important;
|
||||
color: #000000 !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #008000 !important;
|
||||
border-right-style: solid !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-striped-line {
|
||||
background: #f7f7f7 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-striped-num {
|
||||
background: #dddd !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-marked-num {
|
||||
color: #000000 !important;
|
||||
background: #eee !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #eee !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-marked-line.crayon-striped-line {
|
||||
background: #faf8d1 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-marked-num.crayon-striped-num {
|
||||
background: #eee !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-button {
|
||||
background-color: #DDD !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-c {
|
||||
color: #097109 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-s {
|
||||
color: #0828fb !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-p {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-ta {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-k {
|
||||
color: #800080 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-st {
|
||||
color: #800080 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-r {
|
||||
color: #800080 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-t {
|
||||
color: #800080 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-i {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-e {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-v {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-cn {
|
||||
color: #0828fb !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-o {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-sy {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-n {
|
||||
color: #000000 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-f {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-eclipse .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
172
themes/epicgeeks/epicgeeks.css
Normal file
172
themes/epicgeeks/epicgeeks.css
Normal file
@ -0,0 +1,172 @@
|
||||
/*
|
||||
Name: Epicgeeks
|
||||
Description: Epicgeeks Theme.
|
||||
Version: 1.2
|
||||
Author: J. Newing (synmuffin)
|
||||
URL: http://epicgeeks.net/
|
||||
*/
|
||||
.crayon-theme-epicgeeks {
|
||||
text-shadow: none !important;
|
||||
background: #ffffe1 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e1e1e1 !important;
|
||||
border-style: solid !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-code {
|
||||
background: #fdfdfd !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #e1e1e1 !important;
|
||||
border-style: solid !important;
|
||||
background: #ffffe1 !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-table .crayon-nums {
|
||||
background: #ffff9f !important;
|
||||
color: #333333 !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #3cc0ff !important;
|
||||
border-right-style: dashed !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-striped-line {
|
||||
background: #ffffd2 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #f0f0f0 !important;
|
||||
border-style: dashed !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-striped-num {
|
||||
background: #ffff7c !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #cccccc !important;
|
||||
border-style: dashed !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-marked-num {
|
||||
color: #1561ac !important;
|
||||
background: #f2f24b !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-marked-line.crayon-striped-line {
|
||||
background: #faf8d1 !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-marked-num.crayon-striped-num {
|
||||
background: #dddd1c !important;
|
||||
color: #105395 !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: dashed !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-toolbar {
|
||||
background: #f9f9f9 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #d2d2d2 !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-button:hover {
|
||||
background-color: #EFEFEF !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EFEFEF !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-button.crayon-pressed {
|
||||
background-color: #DDD !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-button.crayon-pressed:active {
|
||||
background-color: #DDD !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-button:active {
|
||||
background-color: #DDD !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-c {
|
||||
color: #787878 !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-p {
|
||||
color: #a3a3a3 !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-s {
|
||||
color: #90c300 !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-k {
|
||||
color: #ff00aa !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-st {
|
||||
color: #ff00aa !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-r {
|
||||
color: #ff00aa !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-t {
|
||||
color: #ff00aa !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-m {
|
||||
color: #ff00aa !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-i {
|
||||
color: #878787 !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-v {
|
||||
color: #ca00ff !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-e {
|
||||
color: #00d5ff !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-cn {
|
||||
color: #e87b7b !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-o {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-sy {
|
||||
color: #3c3c3c !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-n {
|
||||
color: #b7b7b7 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-epicgeeks .crayon-pre .crayon-f {
|
||||
color: #cfcfcf !important;
|
||||
}
|
BIN
themes/epicgeeks/images/code.gif
Normal file
BIN
themes/epicgeeks/images/code.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 554 B |
BIN
themes/epicgeeks/images/copy.gif
Normal file
BIN
themes/epicgeeks/images/copy.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 547 B |
BIN
themes/epicgeeks/images/list.gif
Normal file
BIN
themes/epicgeeks/images/list.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 460 B |
BIN
themes/epicgeeks/images/pop.gif
Normal file
BIN
themes/epicgeeks/images/pop.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 222 B |
159
themes/familiar/familiar.css
Normal file
159
themes/familiar/familiar.css
Normal file
@ -0,0 +1,159 @@
|
||||
/*
|
||||
Name: Familiar
|
||||
Description: Looks like SyntaxHighlighter.
|
||||
Version: 1.0
|
||||
Author: Aram Kocharyan
|
||||
URL: http://aramk.com/
|
||||
*/
|
||||
.crayon-theme-familiar {
|
||||
border-width: 1px !important;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
.crayon-theme-familiar-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-table .crayon-nums {
|
||||
border-right-width: 3px !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-color: #6ce26c !important;
|
||||
padding-right: 5px !important;
|
||||
color: #afafaf !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-striped-line {
|
||||
background: #f9f9f9 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-striped-num {
|
||||
color: #afafaf !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-line {
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-marked-num {
|
||||
border-width: 1px !important;
|
||||
color: #333333 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-marked-line.crayon-striped-line {
|
||||
background: #faf8d1 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-marked-num.crayon-striped-num {
|
||||
color: #333333 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-marked-line.crayon-top {
|
||||
}
|
||||
.crayon-theme-familiar .crayon-marked-num.crayon-top {
|
||||
}
|
||||
.crayon-theme-familiar .crayon-marked-line.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-familiar .crayon-marked-num.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-familiar .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-toolbar {
|
||||
background: #eee !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #dedede !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-c {
|
||||
color: #ff8000 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-s {
|
||||
color: #008000 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-k {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-st {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-r {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-t {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-e {
|
||||
color: #004ed0 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-cn {
|
||||
color: #ce0000 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-o {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-familiar .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
164
themes/feeldesign/feeldesign.css
Normal file
164
themes/feeldesign/feeldesign.css
Normal file
@ -0,0 +1,164 @@
|
||||
/*
|
||||
Name: Feeldesign
|
||||
Description: FeeldesignStudio
|
||||
Version: 1.1
|
||||
Author: FeeldesignStudio
|
||||
URL: http://www.feeldesignstudio.com
|
||||
*/
|
||||
.crayon-theme-feeldesign {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
text-shadow: none !important;
|
||||
background: #333333 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
background: #27292c !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-table .crayon-nums {
|
||||
background: #222222 !important;
|
||||
color: #898989 !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #555555 !important;
|
||||
border-right-style: solid !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-striped-line {
|
||||
background: #363636 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-striped-num {
|
||||
background: #282828 !important;
|
||||
color: #979797 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-marked-line {
|
||||
background: #444444 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-marked-num {
|
||||
color: #9e9e9e !important;
|
||||
background: #363636 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-marked-line.crayon-striped-line {
|
||||
background: #494949 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-marked-num.crayon-striped-num {
|
||||
background: #222222 !important;
|
||||
color: #666666 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-marked-line.crayon-top {
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-marked-num.crayon-top {
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-marked-line.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-marked-num.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-info {
|
||||
background: #333333 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
color: #eeeeee !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-toolbar {
|
||||
background: #999999 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #2e2e2e !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-title {
|
||||
color: #626262 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-language {
|
||||
color: #626262 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-button {
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-button:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-button.crayon-pressed:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-button.crayon-pressed {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-button.crayon-pressed:active {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-button:active {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-c {
|
||||
color: #666666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-s {
|
||||
color: #ab9b7c !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-ta {
|
||||
color: #d35a5a !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-k {
|
||||
color: #75d1f2 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-st {
|
||||
color: #75d1f2 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-r {
|
||||
color: #a6c147 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-t {
|
||||
color: #75d1f2 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-m {
|
||||
color: #d3a6ea !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-i {
|
||||
color: #ffffbc !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-e {
|
||||
color: #ffa9a9 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-v {
|
||||
color: #ffffbc !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-cn {
|
||||
color: #e7a37a !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-o {
|
||||
color: #c38eba !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-sy {
|
||||
color: #c9d2d1 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-f {
|
||||
color: #999999 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-feeldesign .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
163
themes/flatui-light/flatui-light.css
Normal file
163
themes/flatui-light/flatui-light.css
Normal file
@ -0,0 +1,163 @@
|
||||
/*
|
||||
Name: Flatui Light
|
||||
Description: Based on light flat UI colors
|
||||
Version: 1.0
|
||||
Author: Kaunteya Suryawanshi
|
||||
URL: http://www.greenmercury.com
|
||||
*/
|
||||
.crayon-theme-flatui-light {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-flatui-light-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-table .crayon-nums {
|
||||
background: #dfefff !important;
|
||||
color: #5499de !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-striped-line {
|
||||
background: #f7f7f7 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-striped-num {
|
||||
background: #c8e1fa !important;
|
||||
color: #317cc5 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-marked-line {
|
||||
background: #f5f0f8 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-marked-num {
|
||||
color: #1561ac !important;
|
||||
background: #b3d3f4 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #5999d9 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-marked-line.crayon-striped-line {
|
||||
background: #faf8d1 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-marked-num.crayon-striped-num {
|
||||
background: #9ec5ec !important;
|
||||
color: #105395 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-marked-line.crayon-top {
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-marked-line.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-button {
|
||||
background-color: #DDD !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-c {
|
||||
color: #e08283 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-s {
|
||||
color: #3FC380 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-p {
|
||||
color: #F5AB35 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-ta {
|
||||
color: #3498db !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-k {
|
||||
color: #9b59b6 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-st {
|
||||
color: #9b59b6 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-r {
|
||||
color: #9b59b6 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-t {
|
||||
color: #9b59b6 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-m {
|
||||
color: #9b59b6 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-i {
|
||||
color: #4d3a3a !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-e {
|
||||
color: #59abe3 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-v {
|
||||
color: #59abe3 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-cn {
|
||||
color: #d24d57 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-o {
|
||||
color: #5c97bf !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-flatui-light .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
117
themes/github/github.css
Normal file
117
themes/github/github.css
Normal file
@ -0,0 +1,117 @@
|
||||
/*
|
||||
Name: Github
|
||||
Description: Github like color.
|
||||
Version: 1.0
|
||||
Author: Dai Akatsuka
|
||||
URL: http://firn.jp/
|
||||
*/
|
||||
.crayon-theme-github {
|
||||
margin-bottom: 25px !important;
|
||||
border: 1px solid #dedede !important;
|
||||
background-color: #f8f8ff !important;
|
||||
font-size: 100% !important;
|
||||
line-height: 130% !important;
|
||||
}
|
||||
|
||||
.crayon-theme-github .crayon-toolbar {
|
||||
border-bottom: 1px solid #dedede !important;
|
||||
background-color: #eee !important;
|
||||
}
|
||||
|
||||
.crayon-theme-github .crayon-toolbar .crayon-language,
|
||||
.crayon-theme-github .crayon-toolbar .crayon-title {
|
||||
font-size: 80% !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.crayon-theme-github .crayon-table .crayon-nums {
|
||||
background-color: #eee !important;
|
||||
}
|
||||
|
||||
.crayon-theme-github .crayon-table .crayon-nums-content {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 3px !important;
|
||||
}
|
||||
|
||||
.crayon-theme-github .crayon-table .crayon-num {
|
||||
min-width: 1.2em !important;
|
||||
border-right: 1px solid #dedede !important;
|
||||
text-align: right !important;
|
||||
color: #aaa !important;
|
||||
}
|
||||
|
||||
.crayon-theme-github .crayon-pre {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 3px !important;
|
||||
}
|
||||
|
||||
.crayon-theme-github .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
|
||||
}
|
||||
.crayon-theme-github .crayon-marked-num {
|
||||
color: #1561ac !important;
|
||||
background: #b3d3f4 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #5999d9 !important;
|
||||
}
|
||||
|
||||
.crayon-theme-github .crayon-pre .crayon-c {
|
||||
color: #999 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-s {
|
||||
color: #d14 !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-k {
|
||||
color: teal !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-st {
|
||||
color: #000 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-r {
|
||||
color: #000 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-t {
|
||||
color: #800080 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-e {
|
||||
color: teal !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-cn {
|
||||
color: #099 !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-o {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-github .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
166
themes/idle/idle.css
Normal file
166
themes/idle/idle.css
Normal file
@ -0,0 +1,166 @@
|
||||
/*
|
||||
Name: IDLE
|
||||
Description: Pythonic.
|
||||
Version: 1.0
|
||||
Author: Aram Kocharyan
|
||||
URL: http://aramk.com/
|
||||
*/
|
||||
.crayon-theme-idle {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-idle-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-table .crayon-nums {
|
||||
background: #f0f0f0 !important;
|
||||
color: #b5b5b5 !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-style: solid !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-striped-line {
|
||||
background: #f9f9f9 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-striped-num {
|
||||
background: #e2e2e2 !important;
|
||||
color: #979797 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-marked-num {
|
||||
color: #818181 !important;
|
||||
background: #d1d1d1 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #acacac !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-marked-line.crayon-striped-line {
|
||||
background: #faf8d1 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-marked-num.crayon-striped-num {
|
||||
background: #c0c0c0 !important;
|
||||
color: #626262 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-idle .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-idle .crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-idle .crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-idle .crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-c {
|
||||
color: #a9a9a9 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-s {
|
||||
color: #00ae5d !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-ta {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-k {
|
||||
color: #bf54b6 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-st {
|
||||
color: #ff6b2a !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-r {
|
||||
color: #ff6b2a !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-t {
|
||||
color: #ff6b2a !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-m {
|
||||
color: #ff6b2a !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-e {
|
||||
color: #2a6dca !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-v {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-cn {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-o {
|
||||
color: #ff6b2a !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-sy {
|
||||
color: #0d0000 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-idle .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
191
themes/inlellij-idea/inlellij-idea.css
Normal file
191
themes/inlellij-idea/inlellij-idea.css
Normal file
@ -0,0 +1,191 @@
|
||||
/*
|
||||
Name: Inlellij Idea
|
||||
Description: Classic extended.
|
||||
Version: 1.1
|
||||
Author: kelegorm
|
||||
*/
|
||||
.crayon-theme-inlellij-idea {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #fdfdfd !important;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.crayon-theme-inlellij-idea-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
background: #fafafa !important;
|
||||
border-style: solid !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-table .crayon-nums {
|
||||
background: #ffffff !important;
|
||||
color: #b2b2b2 !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-color: #202020 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-code::selection {
|
||||
background: #BBEEDA !important;
|
||||
color: #269B6C !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-code *::selection {
|
||||
background: #BBEEDA !important;
|
||||
color: #269B6C !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea *::selection {
|
||||
background: transparent !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-striped-line {
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-striped-num {
|
||||
background: #ffffff !important;
|
||||
color: #b2b2b2 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-marked-line {
|
||||
background: #4169e1 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #9AE7DF !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-marked-num {
|
||||
color: #cd5c5c !important;
|
||||
background: #dcdcdc !important;
|
||||
border-width: 0px !important;
|
||||
border-color: #202020 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-marked-line.crayon-striped-line {
|
||||
background: #B7EEE9 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-marked-num.crayon-striped-num {
|
||||
background: #dcdcdc !important;
|
||||
color: #cd5c5c !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-info {
|
||||
background: #E8E8E8 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-color: #888888 !important;
|
||||
color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-button:hover {
|
||||
background-color: #F2F2F2 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-button.crayon-pressed:hover {
|
||||
background-color: #F2F2F2 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-button.crayon-pressed {
|
||||
background-color: #BBB !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-button.crayon-pressed:active {
|
||||
background-color: #BBB !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-button:active {
|
||||
background-color: #BBB !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .c {
|
||||
color: #a9a9a9 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .s {
|
||||
color: #008000 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .k {
|
||||
color: #00008b !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .st {
|
||||
color: #00008b !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .r {
|
||||
color: #00008b !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .t {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .m {
|
||||
color: #00008b !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .i {
|
||||
color: #9932cc !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .v {
|
||||
color: #9932cc !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .e {
|
||||
color: #8f8615 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .cn {
|
||||
color: #9932cc !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .o {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-pre .f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-inlellij-idea .crayon-table {
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
overflow: hidden!important;
|
||||
}
|
165
themes/iris-vfx/iris-vfx.css
Normal file
165
themes/iris-vfx/iris-vfx.css
Normal file
@ -0,0 +1,165 @@
|
||||
/*
|
||||
Name: Iris Vfx
|
||||
Description: Version: 1.3
|
||||
Author: André Berg
|
||||
URL: http://irisvfx.com
|
||||
*/
|
||||
.crayon-theme-iris-vfx {
|
||||
border-width: 0px !important;
|
||||
text-shadow: none !important;
|
||||
background: #fdfdfd !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
background: #f9f9f9 !important;
|
||||
border-style: solid !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-table .crayon-nums {
|
||||
background: #fdfdfd !important;
|
||||
color: #d4d4d4 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-striped-line {
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-striped-num {
|
||||
background: #fdfdfd !important;
|
||||
color: #d4d4d4 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-marked-line {
|
||||
border-width: 1px !important;
|
||||
border-color: #fdfdfd !important;
|
||||
background: #f0f0f0 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-marked-num {
|
||||
color: #d4d4d4 !important;
|
||||
background: #f0f0f0 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #f9f9f9 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-marked-line.crayon-striped-line {
|
||||
background: #f0f0f0 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-marked-num.crayon-striped-num {
|
||||
background: fdfdfd !important;
|
||||
color: #d4d4d4 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-toolbar {
|
||||
background: #eeeeee !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #dddddd !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-title {
|
||||
color: #999999 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx a.crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx a.crayon-button:hover {
|
||||
background-color: #dddddd !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-iris-vfx a.crayon-button.crayon-pressed:hover {
|
||||
background-color: #eeeeee !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-iris-vfx a.crayon-button.crayon-pressed {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-iris-vfx a.crayon-button.crayon-pressed:active {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-iris-vfx a.crayon-button:active {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-c {
|
||||
color: #d3d3d3 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-s {
|
||||
color: #006699 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-p {
|
||||
color: #7766cc !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-ta {
|
||||
color: #d41a1a !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-k {
|
||||
color: #00ccaa !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-st {
|
||||
color: #009494 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-r {
|
||||
color: #009494 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-t {
|
||||
color: #00ccaa !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-m {
|
||||
color: #00ccaa !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-i {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-e {
|
||||
color: #00ccaa !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-v {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-cn {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-o {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-iris-vfx .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
319
themes/kaderu/kaderu.css
Normal file
319
themes/kaderu/kaderu.css
Normal file
@ -0,0 +1,319 @@
|
||||
/*
|
||||
Name: Kaderu
|
||||
Description: Specially for kaderu.ru
|
||||
Version: 1.0
|
||||
Author: Denis Kasatkin
|
||||
URL: http://kaderu.ru/
|
||||
*/
|
||||
.crayon-theme-kaderu {
|
||||
border-width: 1px !important;
|
||||
border-color: #c6c5c5 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #fdfdfd !important;
|
||||
}
|
||||
.crayon-theme-kaderu-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-table .crayon-nums {
|
||||
background: #ffffff !important;
|
||||
color: #00008b !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-striped-line {
|
||||
background: #f8f8f8 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-striped-num {
|
||||
background: #f8f8f8 !important;
|
||||
color: #00008b !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
border-width: 0px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-num {
|
||||
color: #00008b !important;
|
||||
background: #fffee2 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #eaf4ff !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-line.crayon-striped-line {
|
||||
background: #faf8d1 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-num.crayon-striped-num {
|
||||
background: #faf9d7 !important;
|
||||
color: #00008b !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-toolbar {
|
||||
background: #ffffff !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #c6c5c5 !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-button {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-button.crayon-pressed {
|
||||
background-color: #d3d3d3 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-button.crayon-pressed:active {
|
||||
background-color: #ffffff !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-button:active {
|
||||
background-color: #2574a9 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-c {
|
||||
color: #696969 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-s {
|
||||
color: #008000 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-p {
|
||||
color: #b8860b !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-k {
|
||||
color: #800080 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-st {
|
||||
color: #800080 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-r {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-t {
|
||||
color: #800080 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-e {
|
||||
color: #00008b !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-cn {
|
||||
color: #b8860b !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-o {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-c {
|
||||
color: #696969 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-s {
|
||||
color: #008000 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-p {
|
||||
color: #b8860b !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-k {
|
||||
color: #800080 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-st {
|
||||
color: #800080 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-r {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-t {
|
||||
color: #800080 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-e {
|
||||
color: #00008b !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-cn {
|
||||
color: #b8860b !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-o {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-kaderu {
|
||||
border-width: 1px !important;
|
||||
border-color: #c6c5c5 !important;
|
||||
border-style: solid !important;
|
||||
background: #fdfdfd !important;
|
||||
}
|
||||
.crayon-theme-kaderu-inline {
|
||||
background: #fafafa !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-striped-line {
|
||||
background: #f8f8f8 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
border-width: 0px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-line.crayon-striped-line {
|
||||
background: #faf8d1 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-table .crayon-nums {
|
||||
background: #ffffff !important;
|
||||
color: #00008b !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-striped-num {
|
||||
background: #f8f8f8 !important;
|
||||
color: #00008b !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-num {
|
||||
background: #fffee2 !important;
|
||||
color: #00008b !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #eaf4ff !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-marked-num.crayon-striped-num {
|
||||
background: #faf9d7 !important;
|
||||
color: #00008b !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-toolbar {
|
||||
background: #ffffff !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #c6c5c5 !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-button {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-button:active {
|
||||
background-color: #2574a9 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-button.crayon-pressed {
|
||||
background-color: #d3d3d3 !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-button.crayon-pressed:active {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
color: #7e7d34 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kaderu .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
184
themes/kayote/kayote.css
Normal file
184
themes/kayote/kayote.css
Normal file
@ -0,0 +1,184 @@
|
||||
/*
|
||||
Name: Kayote
|
||||
Description: Dark background. Classy text.
|
||||
Version: 1.0
|
||||
Author: Nicholas Coughlin
|
||||
URL: http://www.ncoughlin.com
|
||||
*/
|
||||
.crayon-theme-kayote {
|
||||
text-shadow: none !important;
|
||||
color: #fff;
|
||||
background: #2d2d2d !important;
|
||||
border-style: solid !important;
|
||||
border-width: 4px !important;
|
||||
border-color: #333 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-code {
|
||||
background: #2d2d2d !important;
|
||||
}
|
||||
.crayon-theme-kayote-inline {
|
||||
background: #333 !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #333 !important;
|
||||
}
|
||||
.crayon-theme-kayote span {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-table .crayon-nums {
|
||||
color: #8d8d8d !important;
|
||||
background: #424242 !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #333 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-striped-line {
|
||||
background: #343434 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #171717 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-striped-num {
|
||||
background: #303030 !important;
|
||||
color: #7f7f7f !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #CCC !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-marked-line {
|
||||
background: #516051 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #abffaa !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-marked-num {
|
||||
color: #6c6c6c !important;
|
||||
background: #a3f5a5 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #777 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-marked-line.crayon-striped-line {
|
||||
background: #637564 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-marked-num.crayon-striped-num {
|
||||
background: #83da82 !important;
|
||||
color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
color: #7e7d34 !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-toolbar {
|
||||
background: #b2b2b2 !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #666 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-language {
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-toolbar .crayon-mixed-highlight {
|
||||
background-position: -24px center;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-button:hover {
|
||||
background-color: #ccc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-button.crayon-pressed:hover {
|
||||
background-color: #ccc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-button.crayon-pressed {
|
||||
background-color: #999 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-button.crayon-pressed:active {
|
||||
background-color: #999 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-button:active {
|
||||
background-color: #999 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-c {
|
||||
color: #b2b2b2 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-p {
|
||||
color: #a19ba2 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-s {
|
||||
color: #b2cb79 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-k {
|
||||
color: #c2b298 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-st {
|
||||
color: #c2b298 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-r {
|
||||
color: #c2b298 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-t {
|
||||
color: #c2b298 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-m {
|
||||
color: #d58a45 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-ta {
|
||||
color: #AAA !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-i {
|
||||
color: #d58a45 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-v {
|
||||
color: #92a3ca !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-e {
|
||||
color: #d9d8a6 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-cn {
|
||||
color: #80aac6 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-o {
|
||||
color: #bedcbe !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-h {
|
||||
color: #82adc9 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-sy {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-n {
|
||||
color: #726e73 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre .crayon-f {
|
||||
color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-kayote .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
117
themes/light-abite/light-abite.css
Normal file
117
themes/light-abite/light-abite.css
Normal file
@ -0,0 +1,117 @@
|
||||
/*
|
||||
Name: Light Abite
|
||||
Description: Light color.
|
||||
Version: 1.0
|
||||
Author: Jacques Marais
|
||||
URL: http://jacquesmarais.tk/
|
||||
*/
|
||||
.crayon-theme-light-abite {
|
||||
margin-bottom: 25px !important;
|
||||
background-color: #f8f8ff !important;
|
||||
font-size: 100% !important;
|
||||
line-height: 130% !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #dedede !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-toolbar {
|
||||
background-color: #eee !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #dedede !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-toolbar .crayon-language {
|
||||
font-size: 80% !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-toolbar .crayon-title {
|
||||
font-size: 80% !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-table .crayon-nums {
|
||||
background-color: #eee !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-table .crayon-nums-content {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 3px !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-table .crayon-num {
|
||||
min-width: 1.2em !important;
|
||||
text-align: right !important;
|
||||
color: #aaa !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #dedede !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 3px !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-marked-num {
|
||||
color: #1561ac !important;
|
||||
background: #b3d3f4 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #5999d9 !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-c {
|
||||
color: #999 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-s {
|
||||
color: #1fbbdd !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-p {
|
||||
color: #28c94a !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-k {
|
||||
color: teal !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-st {
|
||||
color: #3c9cc9 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-r {
|
||||
color: #2bafaa !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-t {
|
||||
color: #800080 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-i {
|
||||
color: #66cb76 !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-e {
|
||||
color: teal !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-cn {
|
||||
color: #099 !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-o {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-light-abite .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
167
themes/mirc-dark/mirc-dark.css
Normal file
167
themes/mirc-dark/mirc-dark.css
Normal file
@ -0,0 +1,167 @@
|
||||
/*
|
||||
Name: Mirc Dark
|
||||
Description: Based on Tomorrow-Theme by ChrisKempson
|
||||
Version: 1.1
|
||||
Author: AmFearLiath
|
||||
URL: http://amfearliath.tk
|
||||
*/
|
||||
.crayon-theme-mirc-dark {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #272727 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
border-style: solid !important;
|
||||
background: #000103 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-table .crayon-nums {
|
||||
background: #000000 !important;
|
||||
color: #898989 !important;
|
||||
border-right-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-striped-line {
|
||||
background: #000000 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-striped-num {
|
||||
background: #1d1d1d !important;
|
||||
color: #979797 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-marked-line {
|
||||
background: #3b3b3b !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #3a3a47 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-marked-num {
|
||||
color: #9e9e9e !important;
|
||||
background: #010000 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-marked-line.crayon-striped-line {
|
||||
background: #000000 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-marked-num.crayon-striped-num {
|
||||
background: #3b3b3b !important;
|
||||
color: #9e9e9e !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-toolbar {
|
||||
background: #8d8c8c !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #2e2e2e !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-title {
|
||||
color: #2a2a2a !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-language {
|
||||
color: #494949 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-button {
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-button:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-button.crayon-pressed:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-button.crayon-pressed {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-button.crayon-pressed:active {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-button:active {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-c {
|
||||
color: #ff8c00 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-s {
|
||||
color: #b2af75 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-ta {
|
||||
color: #e79663 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-k {
|
||||
color: #dc2f2f !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-st {
|
||||
color: #0185d7 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-r {
|
||||
color: #92afc1 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-t {
|
||||
color: #bba7c5 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-m {
|
||||
color: #bba7c5 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-i {
|
||||
color: #c7c7c7 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-e {
|
||||
color: #c29734 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-v {
|
||||
color: #abfc04 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-cn {
|
||||
color: #eb5b04 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-o {
|
||||
color: #ffd700 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-sy {
|
||||
color: #c9d2d1 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-n {
|
||||
color: #fffff0 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-mirc-dark .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
174
themes/mm-dark-blue/mm-dark-blue.css
Normal file
174
themes/mm-dark-blue/mm-dark-blue.css
Normal file
@ -0,0 +1,174 @@
|
||||
/*
|
||||
Name: Mm Dark Blue
|
||||
Description: Version: 1.0
|
||||
Author: Max McKinney
|
||||
URL: maxmckinney.com
|
||||
*/
|
||||
.crayon-theme-mm-dark-blue {
|
||||
border-width: 0px !important;
|
||||
text-shadow: none !important;
|
||||
background: #252C3B !important;
|
||||
border-color: #252C3B !important;
|
||||
border-style: solid !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
background: #252C3B !important;
|
||||
border-style: solid !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-table .crayon-nums {
|
||||
background: #333e53 !important;
|
||||
color: #888888 !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue *::selection {
|
||||
background: transparent !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-code *::selection {
|
||||
background: #ddeeff !important;
|
||||
color: #316ba5 !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-striped-line {
|
||||
background: #252C3B !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-striped-num {
|
||||
background: #333e53 !important;
|
||||
color: #888888 !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-marked-line {
|
||||
border-width: 0px !important;
|
||||
border-color: #f6efef !important;
|
||||
background: #353f54 !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-marked-num {
|
||||
color: #888888 !important;
|
||||
background: #262d3f !important;
|
||||
border-width: 0px !important;
|
||||
border-color: #f9f9f9 !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-marked-line.crayon-striped-line {
|
||||
background: #353f54 !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-marked-num.crayon-striped-num {
|
||||
background: #262d3f !important;
|
||||
color: #888888 !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-info {
|
||||
background: #717c94 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #323c51 !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-toolbar {
|
||||
background: #495671 !important;
|
||||
border-bottom-width: 10px !important;
|
||||
border-bottom-color: #323c51 !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-title {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue a.crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue a.crayon-button:hover {
|
||||
background-color: #dddddd !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue a.crayon-button.crayon-pressed:hover {
|
||||
background-color: #eeeeee !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue a.crayon-button.crayon-pressed {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue a.crayon-button.crayon-pressed:active {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue a.crayon-button:active {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-c {
|
||||
color: #aaaaaa !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-s {
|
||||
color: #c2885a !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-p {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-ta {
|
||||
color: #e91e1e !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-k {
|
||||
color: #90C56B !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-st {
|
||||
color: #90C56B !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-r {
|
||||
color: #90C56B !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-t {
|
||||
color: #BF616A !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-m {
|
||||
color: #90C56B !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-i {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-e {
|
||||
color: #90C56B !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-v {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-cn {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-o {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-sy {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-n {
|
||||
color: #ffffff !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-f {
|
||||
color: #dfdfdf !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre .crayon-h {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-mm-dark-blue .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
165
themes/monokai/monokai.css
Normal file
165
themes/monokai/monokai.css
Normal file
@ -0,0 +1,165 @@
|
||||
/*
|
||||
Name: Monokai
|
||||
Description: The monokai Aptana Studio 3 theme.
|
||||
Version: 1.1
|
||||
Author: Bryan Horna
|
||||
URL: http://www.bryanjhv.com
|
||||
*/
|
||||
.crayon-theme-monokai {
|
||||
border-width: 1px !important;
|
||||
border-color: #ffae00 !important;
|
||||
text-shadow: none !important;
|
||||
background: #333333 !important;
|
||||
border-style: solid !important;
|
||||
}
|
||||
.crayon-theme-monokai-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
background: #272822 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-table .crayon-nums {
|
||||
background: #222222 !important;
|
||||
color: #898989 !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #555555 !important;
|
||||
border-right-style: solid !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-striped-line {
|
||||
background: #363636 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-striped-num {
|
||||
background: #282828 !important;
|
||||
color: #979797 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-marked-line {
|
||||
background: #444444 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-marked-num {
|
||||
color: #9e9e9e !important;
|
||||
background: #363636 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-marked-line.crayon-striped-line {
|
||||
background: #494949 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-marked-num.crayon-striped-num {
|
||||
background: #222222 !important;
|
||||
color: #666666 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-marked-line.crayon-top {
|
||||
}
|
||||
.crayon-theme-monokai .crayon-marked-num.crayon-top {
|
||||
}
|
||||
.crayon-theme-monokai .crayon-marked-line.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-monokai .crayon-marked-num.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-monokai .crayon-info {
|
||||
background: #333333 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
color: #eeeeee !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-toolbar {
|
||||
background: #999999 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #2e2e2e !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-title {
|
||||
color: #626262 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-language {
|
||||
color: #626262 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-button {
|
||||
}
|
||||
.crayon-theme-monokai .crayon-button:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-button.crayon-pressed:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-button.crayon-pressed {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-button.crayon-pressed:active {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-button:active {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-c {
|
||||
color: #75715e !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-s {
|
||||
color: #e6db74 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-ta {
|
||||
color: #d35a5a !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-k {
|
||||
color: #75d1f2 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-st {
|
||||
color: #f92672 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-r {
|
||||
color: #f8f8f2 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-t {
|
||||
color: #66d9ef !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-m {
|
||||
color: #f92672 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-i {
|
||||
color: #f8f8f2 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-e {
|
||||
color: #66d9ef !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-v {
|
||||
color: #f8f8f2 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-cn {
|
||||
color: #e7a37a !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-o {
|
||||
color: #f92672 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-sy {
|
||||
color: #f8f8f2 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-f {
|
||||
color: #999999 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-monokai .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
192
themes/neon/neon.css
Normal file
192
themes/neon/neon.css
Normal file
@ -0,0 +1,192 @@
|
||||
/*
|
||||
Name: Neon
|
||||
Description: Dark, elegant and electric.
|
||||
Version: 1.1
|
||||
Author: Di_Skyer
|
||||
URL: http://atlocal.net/
|
||||
*/
|
||||
.crayon-theme-neon {
|
||||
text-shadow: none !important;
|
||||
color: #fff;
|
||||
background: #2d2d2d !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #333 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-code {
|
||||
background: #2d2d2d !important;
|
||||
}
|
||||
.crayon-theme-neon-inline {
|
||||
background: #333 !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #333 !important;
|
||||
}
|
||||
.crayon-theme-neon span {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-table .crayon-nums {
|
||||
color: #333 !important;
|
||||
background: #777777 !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #333 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-line {
|
||||
background: #050505 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-striped-line {
|
||||
background: #000 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #171717 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-striped-num {
|
||||
background: #aaa !important;
|
||||
color: #555 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #CCC !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-marked-line {
|
||||
background: #484844 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #222 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-marked-num {
|
||||
color: #555 !important;
|
||||
background: #bbb !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #777 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-marked-line.crayon-striped-line {
|
||||
background: #51514d !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-marked-num.crayon-striped-num {
|
||||
background: #ccc !important;
|
||||
color: #888 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
color: #7e7d34 !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-toolbar {
|
||||
background: #b2b2b2 !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #666 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-language {
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-toolbar .crayon-mixed-highlight {
|
||||
background-position: -24px center;
|
||||
}
|
||||
.crayon-theme-neon .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-button:hover {
|
||||
background-color: #ccc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-neon .crayon-button.crayon-pressed:hover {
|
||||
background-color: #ccc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-neon .crayon-button.crayon-pressed {
|
||||
background-color: #999 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-neon .crayon-button.crayon-pressed:active {
|
||||
background-color: #999 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-neon .crayon-button:active {
|
||||
background-color: #999 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-c {
|
||||
color: #888 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-s {
|
||||
color: #99CC18 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-k {
|
||||
color: #EEEE33 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-st {
|
||||
color: #EEEE33 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-r {
|
||||
color: #EEEE33 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-t {
|
||||
color: #EEEE33 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-m {
|
||||
color: #EEEE33 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-ta {
|
||||
color: #AAA !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-i {
|
||||
color: #fbefb1 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-v {
|
||||
color: #879ab2 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-e {
|
||||
color: #ED7218 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-cn {
|
||||
color: #FF2020 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-o {
|
||||
color: #ac99ab !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-h {
|
||||
color: #ac99ab !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-sy {
|
||||
color: #A069F8 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-n {
|
||||
color: #726e73 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-f {
|
||||
color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre .crayon-p {
|
||||
color: #a4a4a4 !important;
|
||||
}
|
||||
.crayon-theme-neon .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
157
themes/obsidian-light/obsidian-light.css
Normal file
157
themes/obsidian-light/obsidian-light.css
Normal file
@ -0,0 +1,157 @@
|
||||
/*
|
||||
Name: Obsidian Light
|
||||
Description: Eclipse Obsidian theme inspired by http://eclipsecolorthemes.org/?view=theme&id=21
|
||||
Version: 1.0
|
||||
Author: Wolfgang Magerl
|
||||
URL: http://stonefred.at
|
||||
*/
|
||||
.crayon-theme-obsidian-light {
|
||||
color: #e0e2e4;
|
||||
margin-bottom: 25px !important;
|
||||
background-color: #f8f8ff !important;
|
||||
font-size: 100% !important;
|
||||
line-height: 130% !important;
|
||||
background: #f5f5f5 !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #dcdcdc !important;
|
||||
}
|
||||
.crayon-syntax .crayon-pre {
|
||||
color: #e0e2e4;
|
||||
}
|
||||
.crayon-syntax pre {
|
||||
color: #e0e2e4;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-toolbar {
|
||||
background-color: #eee !important;
|
||||
border-bottom-color: 1px solid #dedede !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-toolbar .crayon-language {
|
||||
font-size: 80% !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-toolbar .crayon-title {
|
||||
font-size: 80% !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-table .crayon-nums {
|
||||
background-color: #eee !important;
|
||||
background: #f5f5f5 !important;
|
||||
color: #7f7f7f !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #7f7f7f !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-table .crayon-nums-content {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 3px !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-table .crayon-num {
|
||||
min-width: 1.2em !important;
|
||||
text-align: right !important;
|
||||
color: #81969a !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #81969a !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 3px !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-marked-line {
|
||||
background: #dcdcdc !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #7f7f7f !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-marked-num {
|
||||
color: #7f7f7f !important;
|
||||
background: #dcdcdc !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #7f7f7f !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-c {
|
||||
color: #7f7f7f !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-s {
|
||||
color: #ff6400 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-p {
|
||||
color: #af0f91 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-ta {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-k {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-st {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-r {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-t {
|
||||
color: #1d881d !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-m {
|
||||
color: #1d881d !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-i {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-e {
|
||||
color: #3f3fff !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-v {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-cn {
|
||||
color: #af0f91 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-o {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-sy {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-n {
|
||||
color: #666666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-f {
|
||||
color: #999999 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-pre .crayon-h {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-striped-num {
|
||||
color: #7f7f7f !important;
|
||||
background: #f5f5f5 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-marked-num.crayon-striped-num {
|
||||
background: #dcdcdc !important;
|
||||
color: #7f7f7f !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-striped-line {
|
||||
background: #f5f5f5 !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light .crayon-marked-line.crayon-striped-line {
|
||||
background: #dcdcdc !important;
|
||||
}
|
||||
.crayon-theme-obsidian-light-inline {
|
||||
background: #dcdcdc !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #dcdcdc !important;
|
||||
}
|
184
themes/obsidian/obsidian.css
Normal file
184
themes/obsidian/obsidian.css
Normal file
@ -0,0 +1,184 @@
|
||||
/*
|
||||
Name: Obsidian
|
||||
Description: JetBrains PhpStorm Obsidian
|
||||
Version: 1
|
||||
Author: Rakcheev Artem
|
||||
URL: http://rakcheev.ru/
|
||||
*/
|
||||
.crayon-theme-obsidian {
|
||||
text-shadow: none !important;
|
||||
color: #fff;
|
||||
background: #283033 !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #283033 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-code {
|
||||
background: #2d2d2d !important;
|
||||
}
|
||||
.crayon-theme-obsidian-inline {
|
||||
background: #283033 !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #283033 !important;
|
||||
}
|
||||
.crayon-theme-obsidian span {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-table .crayon-nums {
|
||||
color: #81969a !important;
|
||||
background: #3f4b4e !important;
|
||||
border-right-style: dotted !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #808080 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-striped-line {
|
||||
background: #283033 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #171717 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-striped-num {
|
||||
background: #3f4b4e !important;
|
||||
color: #81969a !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #CCC !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-marked-line {
|
||||
background: #2f393c !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #2f393c !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-marked-num {
|
||||
color: #81969a !important;
|
||||
background: #2f393c !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #2f393c !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-marked-line.crayon-striped-line {
|
||||
background: #2f393c !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-marked-num.crayon-striped-num {
|
||||
background: #2f393c !important;
|
||||
color: #81969a !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
color: #7e7d34 !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-toolbar {
|
||||
background: #3c3f41 !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-title {
|
||||
color: #bbbbbb !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-language {
|
||||
color: #bbbbbb !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-toolbar .crayon-mixed-highlight {
|
||||
background-position: -24px center;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-button:hover {
|
||||
background-color: #3c3f41 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-button.crayon-pressed:hover {
|
||||
background-color: #505050 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-button.crayon-pressed {
|
||||
background-color: #505050 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-button.crayon-pressed:active {
|
||||
background-color: #505050 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-button:active {
|
||||
background-color: #505050 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-c {
|
||||
color: #66747b !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-p {
|
||||
color: #a19ba2 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-s {
|
||||
color: #ec7600 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-k {
|
||||
color: #93c763 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-st {
|
||||
color: #93c763 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-r {
|
||||
color: #93c763 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-t {
|
||||
color: #93c763 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-m {
|
||||
color: #93c763 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-ta {
|
||||
color: #aaaaaa !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-i {
|
||||
color: #d955c1 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-v {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-e {
|
||||
color: #678cb1 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-cn {
|
||||
color: #ffcd22 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-o {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-h {
|
||||
color: #ac99ab !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-sy {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-n {
|
||||
color: #726e73 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre .crayon-f {
|
||||
color: #d8bfd8 !important;
|
||||
}
|
||||
.crayon-theme-obsidian .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
167
themes/onderka15/onderka15.css
Normal file
167
themes/onderka15/onderka15.css
Normal file
@ -0,0 +1,167 @@
|
||||
/*
|
||||
Name: Onderka15
|
||||
Description: Version: 1.0
|
||||
Author: Stefan Onderka
|
||||
URL: http://www.onderka.com
|
||||
*/
|
||||
.crayon-theme-onderka15 {
|
||||
border-width: 1px !important;
|
||||
text-shadow: none !important;
|
||||
background: #f8f8f8 !important;
|
||||
border-color: #c8c8c8 !important;
|
||||
border-style: solid !important;
|
||||
}
|
||||
.crayon-theme-onderka15-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
background: #f8f8f8 !important;
|
||||
border-style: solid !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-table .crayon-nums {
|
||||
background: #c0c0c0 !important;
|
||||
color: #696969 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-striped-line {
|
||||
background: #f8f8f8 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-striped-num {
|
||||
background: #c0c0c0 !important;
|
||||
color: #696969 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-marked-line {
|
||||
border-width: 1px !important;
|
||||
border-color: #c7c7c7 !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-marked-num {
|
||||
color: #ffffff !important;
|
||||
background: #c0c0c0 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #939393 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-marked-line.crayon-striped-line {
|
||||
background: #f8f8f8 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-marked-num.crayon-striped-num {
|
||||
background: #c0c0c0 !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-info {
|
||||
background: #909090 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #696969 !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #c0c0c0 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-toolbar {
|
||||
background: #eeeeee !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #dddddd !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-title {
|
||||
color: #999999 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 a.crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-onderka15 a.crayon-button:hover {
|
||||
background-color: #dddddd !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-onderka15 a.crayon-button.crayon-pressed:hover {
|
||||
background-color: #eeeeee !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-onderka15 a.crayon-button.crayon-pressed {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-onderka15 a.crayon-button.crayon-pressed:active {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-onderka15 a.crayon-button:active {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-c {
|
||||
color: #32cd32 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-s {
|
||||
color: #1996d4 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-p {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-ta {
|
||||
color: #e91e1e !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-k {
|
||||
color: #006699 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-st {
|
||||
color: #cc6600 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-r {
|
||||
color: #cc6600 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-t {
|
||||
color: #CC6600 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-m {
|
||||
color: #cc6600 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-i {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-e {
|
||||
color: #cc6600 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-v {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-cn {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-o {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-onderka15 .crayon-pre {
|
||||
color: #959595 !important;
|
||||
}
|
164
themes/orange-code/orange-code.css
Normal file
164
themes/orange-code/orange-code.css
Normal file
@ -0,0 +1,164 @@
|
||||
/*
|
||||
Name: Orange Code
|
||||
Description: Orange Code Editor
|
||||
Version: 1.0
|
||||
Author: Murat Akdeniz
|
||||
URL: http://webfikirleri.com/
|
||||
*/
|
||||
.crayon-theme-orange-code {
|
||||
margin-bottom: 25px !important;
|
||||
background-color: #f8f8ff !important;
|
||||
font-size: 100% !important;
|
||||
line-height: 130% !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #dedede !important;
|
||||
background: #fdfdfd !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-toolbar {
|
||||
background-color: #eee !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #ff4500 !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-toolbar .crayon-language {
|
||||
font-size: 80% !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-toolbar .crayon-title {
|
||||
font-size: 80% !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-table .crayon-nums {
|
||||
background-color: #eee !important;
|
||||
background: #fdfdfd !important;
|
||||
border-right-color: #ffffff !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-width: 2px !important;
|
||||
color: #2c2c2c !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-table .crayon-nums-content {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 3px !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-table .crayon-num {
|
||||
min-width: 1.2em !important;
|
||||
text-align: right !important;
|
||||
color: #aaa !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #dedede !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 3px !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-marked-line {
|
||||
background: #fff5e2 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #DFDFDF !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-marked-num {
|
||||
color: #ffffff !important;
|
||||
background: #ff6400 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #c94f00 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-c {
|
||||
color: #999 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-s {
|
||||
color: #d14 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-k {
|
||||
color: teal !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-st {
|
||||
color: #000 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-r {
|
||||
color: #000 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-t {
|
||||
color: #800080 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-e {
|
||||
color: teal !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-cn {
|
||||
color: #099 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-o {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-orange-code-inline {
|
||||
background: #ff8e00 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-striped-line {
|
||||
background: #f6f6f6 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-marked-line.crayon-top {
|
||||
border-top-style: dotted !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: dotted !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-marked-line.crayon-striped-line {
|
||||
background: #fff1d7 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-striped-num {
|
||||
background: #f6f6f6 !important;
|
||||
color: #2c2c2c !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-marked-num.crayon-striped-num {
|
||||
background: #dd5200 !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-marked-num.crayon-top {
|
||||
border-top-style: dotted !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: dotted !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-title {
|
||||
color: #ff4500 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-button:hover {
|
||||
background-color: #ff4500 !important;
|
||||
}
|
||||
.crayon-theme-orange-code .crayon-button:active {
|
||||
background-color: #ff4500 !important;
|
||||
}
|
172
themes/plain-white/plain-white.css
Normal file
172
themes/plain-white/plain-white.css
Normal file
@ -0,0 +1,172 @@
|
||||
/*
|
||||
Name: Plain White
|
||||
Description: Classic white minimal theme
|
||||
Version: 1.0
|
||||
Author: V.H. Belvadi
|
||||
URL: http://vhbelvadi.com
|
||||
*/
|
||||
.crayon-theme-plain-white {
|
||||
border-width: 0px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-plain-white-inline {
|
||||
border-width: 0px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-table .crayon-nums {
|
||||
background: #ffffff !important;
|
||||
color: #ffffff !important;
|
||||
border-right-color: #ffffff !important;
|
||||
border-right-width: 0px !important;
|
||||
border-right-style: solid !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-striped-line {
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-striped-num {
|
||||
background: #ffffff !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-marked-line {
|
||||
background: #ffffff !important;
|
||||
border-width: 0px !important;
|
||||
border-color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-marked-num {
|
||||
color: #ffffff !important;
|
||||
background: #ffffff !important;
|
||||
border-width: 0px !important;
|
||||
border-color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-marked-line.crayon-striped-line {
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-marked-num.crayon-striped-num {
|
||||
background: #ffffff !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-info {
|
||||
background: #ffffff !important;
|
||||
border-bottom-width: 0px !important;
|
||||
border-bottom-color: #ffffff !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-toolbar {
|
||||
background: #ffffff !important;
|
||||
border-bottom-width: 0px !important;
|
||||
border-bottom-color: #ffffff !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-title {
|
||||
color: #000000 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-language {
|
||||
color: #000000 !important;
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-button {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-button:hover {
|
||||
background-color: #cccccc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-button.crayon-pressed:hover {
|
||||
background-color: #e3292b !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-button.crayon-pressed {
|
||||
background-color: #000000 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-button.crayon-pressed:active {
|
||||
background-color: #e3292b !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-button:active {
|
||||
background-color: #aaaaa !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-c {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-s {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-p {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-ta {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-k {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-st {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-r {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-t {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-m {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-i {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-e {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-v {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-cn {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-o {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-sy {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-n {
|
||||
color: #000000 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-f {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-plain-white .crayon-pre .crayon-h {
|
||||
color: #000000 !important;
|
||||
}
|
167
themes/powershell-ise/powershell-ise.css
Normal file
167
themes/powershell-ise/powershell-ise.css
Normal file
@ -0,0 +1,167 @@
|
||||
/*
|
||||
Name: PowerShell ISE
|
||||
Description: PowerShell ISE Light Editor Theme Replica
|
||||
Version: 0.2
|
||||
Author: Devin Lanei
|
||||
Url: http://itfiend.com/
|
||||
*/
|
||||
.crayon-theme-powershell-ise {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-table .crayon-nums {
|
||||
background: #cccccc !important;
|
||||
color: #8ac1f8 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-striped-line {
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-striped-num {
|
||||
background: #ffffff !important;
|
||||
color: #8ac1f8 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-marked-line {
|
||||
background: #d7dfe3 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-marked-num {
|
||||
color: #8ac1f8 !important;
|
||||
background: #ffffff !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-marked-line.crayon-striped-line {
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-marked-num.crayon-striped-num {
|
||||
background: #ffffff !important;
|
||||
color: #8ac1f8 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise a.crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise a.crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-powershell-ise a.crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-powershell-ise a.crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-powershell-ise a.crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-powershell-ise a.crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-c {
|
||||
color: #006400 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-s {
|
||||
color: #8b0000 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-k {
|
||||
color: #3215eb !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-st {
|
||||
color: #00008b !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-r {
|
||||
color: #0000ff !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-t {
|
||||
color: #000080 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-m {
|
||||
color: #3215eb !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-i {
|
||||
color: #8a2be2 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-e {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-v {
|
||||
color: #ff4500 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-cn {
|
||||
color: #000080 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-o {
|
||||
color: #a9a9a9 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-f {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-powershell-ise .crayon-pre {
|
||||
color: #800080 !important;
|
||||
}
|
166
themes/powershell/powershell.css
Normal file
166
themes/powershell/powershell.css
Normal file
@ -0,0 +1,166 @@
|
||||
/*
|
||||
Name: Powershell
|
||||
Description: Version: 1.0
|
||||
Author: Joshua Davis
|
||||
URL: http://jdav.is
|
||||
*/
|
||||
.crayon-theme-powershell {
|
||||
border-width: 1px !important;
|
||||
border-color: #303030 !important;
|
||||
text-shadow: none !important;
|
||||
background: #303030 !important;
|
||||
}
|
||||
.crayon-theme-powershell-inline {
|
||||
border-width: 0px !important;
|
||||
border-color: #000000 !important;
|
||||
background: #012456 !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-table .crayon-nums {
|
||||
background: #012456 !important;
|
||||
color: #fff !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #8c8d8f !important;
|
||||
border-right-style: solid !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-striped-line {
|
||||
background: #012456 !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-striped-num {
|
||||
background: #012456 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-marked-line {
|
||||
background: #012456 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-marked-num {
|
||||
color: #fff !important;
|
||||
background: #012456 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-marked-line.crayon-striped-line {
|
||||
background: #012456 !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-marked-num.crayon-striped-num {
|
||||
background: #012456 !important;
|
||||
color: #fff !important;
|
||||
}/**/
|
||||
.crayon-theme-powershell .crayon-marked-line.crayon-top {
|
||||
}
|
||||
.crayon-theme-powershell .crayon-marked-num.crayon-top {
|
||||
}
|
||||
.crayon-theme-powershell .crayon-marked-line.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-powershell .crayon-marked-num.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-powershell .crayon-info {
|
||||
background: #333 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
color: #fff !important;
|
||||
border-bottom-style: solid !important;
|
||||
}/**/
|
||||
.crayon-theme-powershell .crayon-toolbar {
|
||||
background: #4f4f4f !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #2e2e2e !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-title {
|
||||
color: #fff !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-language {
|
||||
color: #fff !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-button {
|
||||
}
|
||||
.crayon-theme-powershell .crayon-button:hover {
|
||||
background-color: #d3d3d3 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-button.crayon-pressed:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-button.crayon-pressed {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-button.crayon-pressed:active {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-button:active {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-c {
|
||||
color: #57A64A !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-s {
|
||||
color: #D69D85 !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-p {
|
||||
color: #9B9B8B !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-ta {
|
||||
color: #d35a5a !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-k {
|
||||
color: #569CD6 !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-st {
|
||||
color: #20b0da !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-r {
|
||||
color: #f4bb15 !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-t {
|
||||
color: #f4bb15 !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-m {
|
||||
color: #569CD6 !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-i {
|
||||
color: #dcdcdc !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-e {
|
||||
color: #ff8000 !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-v {
|
||||
color: #bdb76b !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-cn {
|
||||
color: #e7a37a !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-o {
|
||||
color: #DADADA !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-sy {
|
||||
color: #D8D8D8 !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-f {
|
||||
color: #999999 !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-powershell .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-powershell {
|
||||
background: #012456 !important;
|
||||
}
|
119
themes/prism-like/prism-like.css
Normal file
119
themes/prism-like/prism-like.css
Normal file
@ -0,0 +1,119 @@
|
||||
/*
|
||||
Name: Prism Like
|
||||
Description: Theme similar to prism.js with rounded corners
|
||||
Version: 1.0
|
||||
Author: Augustin
|
||||
*/
|
||||
.crayon-theme-prism-like {
|
||||
margin-bottom: 25px !important;
|
||||
background-color: #F5F2F0 !important;
|
||||
border-radius: 5px;
|
||||
font-size: 100% !important;
|
||||
line-height: 130% !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #dedede !important;
|
||||
background: #f5f5f5 !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-toolbar {
|
||||
background-color: #eee !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #dedede !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-toolbar .crayon-language {
|
||||
font-size: 80% !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-toolbar .crayon-title {
|
||||
font-size: 80% !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-table .crayon-nums {
|
||||
background-color: #eee !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-table .crayon-nums-content {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 3px !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-table .crayon-num {
|
||||
min-width: 1.2em !important;
|
||||
text-align: right !important;
|
||||
color: #aaa !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #dedede !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 3px !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-marked-num {
|
||||
color: #1561ac !important;
|
||||
background: #b3d3f4 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #5999d9 !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-c {
|
||||
color: #7D8B99 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-s {
|
||||
color: #669900 !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-k {
|
||||
color: #2F9C0A !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-st {
|
||||
color: #1990C5 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-r {
|
||||
color: #1990C5 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-t {
|
||||
color: #1990C5 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-m {
|
||||
color: #1990C5 !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-e {
|
||||
color: black !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-v {
|
||||
color: black !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-cn {
|
||||
color: #990055 !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-o {
|
||||
color: #A67F59 !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-prism-like .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
168
themes/pspad/pspad.css
Normal file
168
themes/pspad/pspad.css
Normal file
@ -0,0 +1,168 @@
|
||||
/*
|
||||
Name: Pspad
|
||||
Description: Version: 1.0
|
||||
Author: Robert Faßl
|
||||
URL: http://www.robertfassl.de
|
||||
*/
|
||||
.crayon-theme-pspad {
|
||||
border-width: 1px !important;
|
||||
text-shadow: none !important;
|
||||
background: #fdfdfd !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
}
|
||||
.crayon-theme-pspad-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
background: #f9f9f9 !important;
|
||||
border-style: solid !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-table .crayon-nums {
|
||||
background: #fdfdfd !important;
|
||||
color: #d4d4d4 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-striped-line {
|
||||
background: #f5f5f5 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-striped-num {
|
||||
background: #fafafa !important;
|
||||
color: #d4d4d4 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-marked-line {
|
||||
border-width: 1px !important;
|
||||
border-color: #f9f9f9 !important;
|
||||
background: #f0f0f0 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-marked-num {
|
||||
color: #d4d4d4 !important;
|
||||
background: #f0f0f0 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #f9f9f9 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-marked-line.crayon-striped-line {
|
||||
background: #ececec !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-marked-num.crayon-striped-num {
|
||||
background: #ececec !important;
|
||||
color: #d4d4d4 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-toolbar {
|
||||
background: #eeeeee !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #dddddd !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-title {
|
||||
color: #999999 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-pspad a.crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-pspad a.crayon-button:hover {
|
||||
background-color: #dddddd !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-pspad a.crayon-button.crayon-pressed:hover {
|
||||
background-color: #eeeeee !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-pspad a.crayon-button.crayon-pressed {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-pspad a.crayon-button.crayon-pressed:active {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-pspad a.crayon-button:active {
|
||||
background-color: #dddddd !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-c {
|
||||
color: #808080 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-s {
|
||||
color: #008000 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-p {
|
||||
color: #ff0000 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-ta {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-k {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-st {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-r {
|
||||
color: #ff0000 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-t {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-m {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-i {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-e {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-v {
|
||||
color: #0000ff !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-cn {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-o {
|
||||
color: #222222 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-f {
|
||||
color: #ff0000 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre .crayon-h {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-pspad .crayon-button {
|
||||
}
|
164
themes/qtcreator/qtcreator.css
Normal file
164
themes/qtcreator/qtcreator.css
Normal file
@ -0,0 +1,164 @@
|
||||
/*
|
||||
Name: Qtcreator
|
||||
Description: Qt Creator IDE Theme
|
||||
Version: 0.1
|
||||
Author: Andrei Shikalev
|
||||
URL: http://шикалёв.рф
|
||||
*/
|
||||
.crayon-theme-qtcreator {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-qtcreator-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-table .crayon-nums {
|
||||
background: #f0f0f0 !important;
|
||||
color: #a0a0a0 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-striped-line {
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-striped-num {
|
||||
background: #f0f0f0 !important;
|
||||
color: #a0a0a0 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-marked-line {
|
||||
background: #e0f0ff !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-marked-num {
|
||||
color: #a0a0a0 !important;
|
||||
background: #f0f0f0 !important;
|
||||
border-width: 0px !important;
|
||||
border-color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-marked-line.crayon-striped-line {
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-marked-num.crayon-striped-num {
|
||||
background: #f0f0f0 !important;
|
||||
color: #a0a0a0 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator a.crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-qtcreator a.crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-qtcreator a.crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-qtcreator a.crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-qtcreator a.crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-qtcreator a.crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-c {
|
||||
color: #008000 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-s {
|
||||
color: #008000 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-p {
|
||||
color: #000080 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-k {
|
||||
color: #808000 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-st {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-r {
|
||||
color: #22eb15 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-t {
|
||||
color: #808000 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-m {
|
||||
color: #808000 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-i {
|
||||
color: #15a6eb !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-e {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-v {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-cn {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-o {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-f {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-qtcreator .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
160
themes/raygun/raygun.css
Normal file
160
themes/raygun/raygun.css
Normal file
@ -0,0 +1,160 @@
|
||||
/*
|
||||
Name: Raygun
|
||||
Description: Raygun code snippets
|
||||
Version: 1.0
|
||||
Author: Samuel Holt
|
||||
URL: http://zingdesign.com/
|
||||
*/
|
||||
.crayon-theme-raygun {
|
||||
border-width: 1px !important;
|
||||
text-shadow: none !important;
|
||||
border-style: solid !important;
|
||||
border-color: #d7e0e9 !important;
|
||||
background: #f0f3f8 !important;
|
||||
}
|
||||
.crayon-theme-raygun-inline {
|
||||
border-width: 1px !important;
|
||||
border-style: solid !important;
|
||||
background: #F0F3F8 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-table .crayon-nums {
|
||||
border-right-width: 1px !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-color: #d7e0e9 !important;
|
||||
padding-right: 5px !important;
|
||||
color: #333333 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-striped-line {
|
||||
background: #F0F3F8 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-striped-num {
|
||||
color: #333333 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-line {
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-marked-num {
|
||||
border-width: 1px !important;
|
||||
color: #333333 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-marked-line.crayon-striped-line {
|
||||
}
|
||||
.crayon-theme-raygun .crayon-marked-num.crayon-striped-num {
|
||||
color: #333333 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-marked-line.crayon-top {
|
||||
}
|
||||
.crayon-theme-raygun .crayon-marked-num.crayon-top {
|
||||
}
|
||||
.crayon-theme-raygun .crayon-marked-line.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-raygun .crayon-marked-num.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-raygun .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-toolbar {
|
||||
background: #eee !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #dedede !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-c {
|
||||
color: #ff8000 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-s {
|
||||
color: #9ACA40 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-k {
|
||||
color: #e6969e !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-st {
|
||||
color: #e6969e !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-r {
|
||||
color: #e6969e !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-t {
|
||||
color: #158fef !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-m {
|
||||
color: #e6969e !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-e {
|
||||
color: #004ed0 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-cn {
|
||||
color: #ce0000 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-o {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-raygun .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
164
themes/secrets-of-rock/secrets-of-rock.css
Normal file
164
themes/secrets-of-rock/secrets-of-rock.css
Normal file
@ -0,0 +1,164 @@
|
||||
/*
|
||||
Name: Secrets Of Rock 1
|
||||
Description: Secrets of Rock CD
|
||||
Version: 1.0
|
||||
Author: Heffa Fuzzel
|
||||
Url: http://www.secretsofrock.net
|
||||
*/
|
||||
.crayon-theme-secrets-of-rock {
|
||||
border-width: 1px !important;
|
||||
border-color: #4fb9b1 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #fdfdfd !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock-inline {
|
||||
border-width: 0px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-table .crayon-nums {
|
||||
background: #4fb9b1 !important;
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-striped-line {
|
||||
background: #f7f7f7 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-striped-num {
|
||||
background: #0f9f97 !important;
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-marked-line {
|
||||
background: #c6e3e0 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #4fb9b1 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-marked-num {
|
||||
color: #00bfff !important;
|
||||
background: #333 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #5999d9 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-marked-line.crayon-striped-line {
|
||||
background: #d9f3f1 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-marked-num.crayon-striped-num {
|
||||
background: #444 !important;
|
||||
color: #afeeee !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-toolbar {
|
||||
background: #fdfdfd !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #4fb9b1 !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-language {
|
||||
color: #4fb9b1 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock a.crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock a.crayon-button:hover {
|
||||
background-color: #c0e3e1 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock a.crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock a.crayon-button.crayon-pressed {
|
||||
background-color: #4fb9b1 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock a.crayon-button.crayon-pressed:active {
|
||||
background-color: #4fb9b1 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock a.crayon-button:active {
|
||||
background-color: #4fb9b1 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-c {
|
||||
color: #2e8b57 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-s {
|
||||
color: #000333 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-ta {
|
||||
color: #00bfff !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-k {
|
||||
color: #2e8b57 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-st {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-r {
|
||||
color: #4fb9b1 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-t {
|
||||
color: #008b8b !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-m {
|
||||
color: #2e8b57 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-i {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-e {
|
||||
color: #008b8b !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-v {
|
||||
color: #2e8b57 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-cn {
|
||||
color: #2f4f4f !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-o {
|
||||
color: #008b8b !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-secrets-of-rock .crayon-pre .crayon-h {
|
||||
color: #008b8b !important;
|
||||
}
|
167
themes/shell-default/shell-default.css
Normal file
167
themes/shell-default/shell-default.css
Normal file
@ -0,0 +1,167 @@
|
||||
/*
|
||||
Name: Shell Default
|
||||
Description: Based on Tomorrow-Theme by ChrisKempson
|
||||
Version: 1.1
|
||||
Author: AmFearLiath
|
||||
URL: http://amfearliath.tk
|
||||
*/
|
||||
.crayon-theme-shell-default {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #272727 !important;
|
||||
}
|
||||
.crayon-theme-shell-default-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
border-style: solid !important;
|
||||
background: #000103 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-table .crayon-nums {
|
||||
background: #000000 !important;
|
||||
color: #898989 !important;
|
||||
border-right-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-striped-line {
|
||||
background: #000000 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-striped-num {
|
||||
background: #1d1d1d !important;
|
||||
color: #979797 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-marked-line {
|
||||
background: #3b3b3b !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #3a3a47 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-marked-num {
|
||||
color: #9e9e9e !important;
|
||||
background: #010000 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-marked-line.crayon-striped-line {
|
||||
background: #000000 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-marked-num.crayon-striped-num {
|
||||
background: #3b3b3b !important;
|
||||
color: #9e9e9e !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-toolbar {
|
||||
background: #8d8c8c !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #2e2e2e !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-title {
|
||||
color: #2a2a2a !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-language {
|
||||
color: #494949 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-button {
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-button:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-button.crayon-pressed:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-button.crayon-pressed {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-button.crayon-pressed:active {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-button:active {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-c {
|
||||
color: #ff8c00 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-s {
|
||||
color: #b2af75 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-ta {
|
||||
color: #e79663 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-k {
|
||||
color: #dc2f2f !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-st {
|
||||
color: #0185d7 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-r {
|
||||
color: #92afc1 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-t {
|
||||
color: #bba7c5 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-m {
|
||||
color: #bba7c5 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-i {
|
||||
color: #c7c7c7 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-e {
|
||||
color: #c29734 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-v {
|
||||
color: #abfc04 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-cn {
|
||||
color: #eb5b04 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-o {
|
||||
color: #ffd700 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-sy {
|
||||
color: #c9d2d1 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-n {
|
||||
color: #fffff0 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-shell-default .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
180
themes/solarized-dark/solarized-dark.css
Normal file
180
themes/solarized-dark/solarized-dark.css
Normal file
@ -0,0 +1,180 @@
|
||||
/*
|
||||
Name: Solarized Dark
|
||||
Description: Clean, crisp and colorful.
|
||||
Version: 1.1
|
||||
Author: Ethan Schoonover
|
||||
URL: http://ethanschoonover.com/
|
||||
Maintainer: Eduan Lavaque
|
||||
Maintainer URL: http://eduantech.com/
|
||||
Notes: I don't provide striped lines because it would break the original purpose of this colorscheme.
|
||||
*/
|
||||
.crayon-theme-solarized-dark {
|
||||
text-shadow: none !important;
|
||||
background: #002b36 !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-code {
|
||||
background: #002b36 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark-inline {
|
||||
background: #002b36 !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-table .crayon-nums {
|
||||
background: #073642 !important;
|
||||
color: #586e75 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-striped-line {
|
||||
background: #002b36 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #CCC !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-striped-num {
|
||||
color: #586e75 !important;
|
||||
background: #073642 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #CCC !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-marked-line {
|
||||
background: #073642 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-marked-num {
|
||||
color: #586e75 !important;
|
||||
background: #002b36 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-marked-line.crayon-striped-line {
|
||||
background: #073642 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-marked-num.crayon-striped-num {
|
||||
background: #002b36 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
border-color: #657b83 !important;
|
||||
border-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
border-color: #657b83 !important;
|
||||
border-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
border-color: #657b83 !important;
|
||||
border-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
border-color: #657b83 !important;
|
||||
border-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
color: #7e7d34 !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-c {
|
||||
color: #586e75 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-s {
|
||||
color: #2aa198 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-k {
|
||||
color: #cb4b16 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-st {
|
||||
color: #859900 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-r {
|
||||
color: #cb4b16 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-t {
|
||||
color: #b58900 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-m {
|
||||
color: #b58900 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-i {
|
||||
color: #839496 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-e {
|
||||
color: #839496 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-v {
|
||||
color: #268bd2 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-cn {
|
||||
color: #2aa198 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-o {
|
||||
color: #859900 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-sy {
|
||||
color: #dc322f !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-h {
|
||||
color: #dc322f !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-p {
|
||||
color: #dc322f !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre .crayon-ta {
|
||||
color: #268bd2 !important;
|
||||
}
|
||||
.crayon-theme-solarized-dark .crayon-pre {
|
||||
color: #2aa198 !important;
|
||||
}
|
177
themes/solarized-light/solarized-light.css
Normal file
177
themes/solarized-light/solarized-light.css
Normal file
@ -0,0 +1,177 @@
|
||||
/*
|
||||
Name: Solarized Light
|
||||
Description: Clean, crisp and colorful.
|
||||
Version: 1.0.0 Beta 2
|
||||
Author: Ethan Schoonover
|
||||
URL: http://ethanschoonover.com/
|
||||
Maintainer: Eduan Lavaque
|
||||
Maintainer URL: http://eduantech.com/
|
||||
Notes: I don't provide striped lines because it would break the original purpose of this colorscheme.
|
||||
*/
|
||||
.crayon-theme-solarized-light {
|
||||
text-shadow: none !important;
|
||||
background: #fdf6e3 !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-code {
|
||||
background: #fdf6e3 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light-inline {
|
||||
background: #fdf6e3 !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-table .crayon-nums {
|
||||
background: #eee8d5 !important;
|
||||
color: #93a1a1 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-striped-line {
|
||||
background: #fdf6e3 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #CCC !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-striped-num {
|
||||
color: #93a1a1 !important;
|
||||
background: #eee8d5 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #CCC !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-marked-line {
|
||||
background: #eee8d5 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-marked-num {
|
||||
color: #93a1a1 !important;
|
||||
background: #fdf6e3 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-marked-line.crayon-striped-line {
|
||||
background: #eee8d5 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-marked-num.crayon-striped-num {
|
||||
background: #fdf6e3 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
border-color: #839496 !important;
|
||||
border-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
border-color: #839496 !important;
|
||||
border-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
border-color: #839496 !important;
|
||||
border-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
border-color: #839496 !important;
|
||||
border-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
color: #7e7d34 !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-c {
|
||||
color: #93a1a1 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-s {
|
||||
color: #2aa198 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-k {
|
||||
color: #cb4b16 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-st {
|
||||
color: #859900 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-r {
|
||||
color: #cb4b16 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-t {
|
||||
color: #b58900 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-m {
|
||||
color: #b58900 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-i {
|
||||
color: #839496 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-e {
|
||||
color: #839496 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-v {
|
||||
color: #268bd2 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-cn {
|
||||
color: #2aa198 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-o {
|
||||
color: #859900 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-sy {
|
||||
color: #dc322f !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-h {
|
||||
color: #dc322f !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-p {
|
||||
color: #dc322f !important;
|
||||
}
|
||||
.crayon-theme-solarized-light .crayon-pre .crayon-ta {
|
||||
color: #268bd2 !important;
|
||||
}
|
176
themes/son-of-obsidian/son-of-obsidian.css
Normal file
176
themes/son-of-obsidian/son-of-obsidian.css
Normal file
@ -0,0 +1,176 @@
|
||||
/*
|
||||
Name: Son Of Obsidian
|
||||
Description: Inspired from http://studiostyl.es/schemes/son-of-obsidian
|
||||
Version: 1.1
|
||||
Original Author: http://studiostyl.es/users/135
|
||||
Author: Phiphou
|
||||
URL: http://blog.phiphou.com
|
||||
Twitter: @__phiphou__
|
||||
*/
|
||||
.crayon-theme-son-of-obsidian {
|
||||
text-shadow: none !important;
|
||||
background: #fafafa !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-code {
|
||||
background: #22282a !important;
|
||||
color: #f1f2f3 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-table .crayon-nums {
|
||||
background: #22282a !important;
|
||||
color: #808080 !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #475459 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-striped-line {
|
||||
background: #22282a !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #ccc !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-striped-num {
|
||||
background: #293134 !important;
|
||||
color: #808080 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #22282a !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-marked-line {
|
||||
background: #40292c !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #996b72 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-marked-num {
|
||||
color: #808080 !important;
|
||||
background: #40292c !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #996b72 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-marked-line.crayon-striped-line {
|
||||
background: #40292c !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-marked-num.crayon-striped-num {
|
||||
background: #663d43 !important;
|
||||
color: #808080 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #996b72 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
color: #7e7d34 !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-toolbar {
|
||||
background: #ddd !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #bbb !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-button:hover {
|
||||
background-color: #eee !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-button.crayon-pressed:hover {
|
||||
background-color: #eee !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-button.crayon-pressed {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #fff;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-button.crayon-pressed:active {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #fff;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-button:active {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #fff;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-c {
|
||||
color: #66747b !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-p {
|
||||
color: #00FF00 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-s {
|
||||
color: #ec7600 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-k {
|
||||
color: #a082bd !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-st {
|
||||
color: #a082bd !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-r {
|
||||
color: #a082bd !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-t {
|
||||
color: #a082bd !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-m {
|
||||
color: #a082bd !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-ta {
|
||||
color: #99daf9 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-i {
|
||||
color: #678cb1 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-v {
|
||||
color: #678cb1 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-e {
|
||||
color: #95c763 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-cn {
|
||||
color: #99daf9 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-o {
|
||||
color: #ffcd22 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-h {
|
||||
color: #ffcd22 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-sy {
|
||||
color: #f1f2f3 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-n {
|
||||
color: #f1f2f3 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre .crayon-f {
|
||||
color: #898989 !important;
|
||||
}
|
||||
.crayon-theme-son-of-obsidian .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
163
themes/ssms2012/ssms2012.css
Normal file
163
themes/ssms2012/ssms2012.css
Normal file
@ -0,0 +1,163 @@
|
||||
/*
|
||||
Name: Ssms2012
|
||||
Description: Similar to SQL Management Studio 2012
|
||||
Version: 1.0
|
||||
Author: Vedran Kesegić
|
||||
URL: http://www.sqlxdetails.com
|
||||
*/
|
||||
.crayon-theme-ssms2012 {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-ssms2012-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-table .crayon-nums {
|
||||
background: #dfefff !important;
|
||||
color: #5499de !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-striped-line {
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-striped-num {
|
||||
background: #c8e1fa !important;
|
||||
color: #317cc5 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-marked-num {
|
||||
color: #1561ac !important;
|
||||
background: #b3d3f4 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #5999d9 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-marked-line.crayon-striped-line {
|
||||
background: #faf8d1 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-marked-num.crayon-striped-num {
|
||||
background: #9ec5ec !important;
|
||||
color: #105395 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-c {
|
||||
color: #008000 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-s {
|
||||
color: #ff0000 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-k {
|
||||
color: #0000ff !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-st {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-r {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-t {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-i {
|
||||
color: #008080 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-e {
|
||||
color: #ff00ff !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-cn {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-o {
|
||||
color: #808080 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-ssms2012 .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
167
themes/sublime-text/sublime-text.css
Normal file
167
themes/sublime-text/sublime-text.css
Normal file
@ -0,0 +1,167 @@
|
||||
/*
|
||||
Name: Sublime Text
|
||||
Description: Clean, crisp and colorful.
|
||||
Version: 1.1
|
||||
Author: khosite
|
||||
URL: http://khosite.com/
|
||||
*/
|
||||
.crayon-theme-sublime-text {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #272822 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
background: #272822 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-table .crayon-nums {
|
||||
background: #272822 !important;
|
||||
color: #868686 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-striped-line {
|
||||
background: #272822 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-striped-num {
|
||||
background: #32322a !important;
|
||||
color: #868686 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-marked-line {
|
||||
background: #272822 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #272822 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-marked-num {
|
||||
color: #868686 !important;
|
||||
background: #272822 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #272822 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-marked-line.crayon-striped-line {
|
||||
background: #272822 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-marked-num.crayon-striped-num {
|
||||
background: #272822 !important;
|
||||
color: #868686 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-info {
|
||||
background: #272822 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #e6db5d !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #e6db5d !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-button {
|
||||
background-color: #DDD !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-c {
|
||||
color: #75715e !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-s {
|
||||
color: #e6db5d !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-ta {
|
||||
color: #f8f8f2 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-k {
|
||||
color: #66d9ef !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-st {
|
||||
color: #66d9ef !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-r {
|
||||
color: #66d9ef !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-t {
|
||||
color: #a6e22d !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-m {
|
||||
color: #66d9ef !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-i {
|
||||
color: #f8f8f2 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-e {
|
||||
color: #f92650 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-v {
|
||||
color: #f8f8f2 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-cn {
|
||||
color: #ae81ff !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-o {
|
||||
color: #f8f8f2 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-sy {
|
||||
color: #f8f8f2 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-sublime-text .crayon-pre {
|
||||
color: #f8f8f2 !important;
|
||||
}
|
171
themes/terminal/terminal.css
Normal file
171
themes/terminal/terminal.css
Normal file
@ -0,0 +1,171 @@
|
||||
/*
|
||||
Name: Terminal
|
||||
Description: Looks like a terminal.
|
||||
Version: 1.1
|
||||
Author: Aram Kocharyan
|
||||
URL: http://aramk.com/
|
||||
*/
|
||||
.crayon-theme-terminal {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #1b3400 !important;
|
||||
}
|
||||
.crayon-theme-terminal-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #1b3400 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-table .crayon-nums {
|
||||
background: #286900 !important;
|
||||
color: #97cf32 !important;
|
||||
border-right-color: #55a800 !important;
|
||||
border-right-width: 2 !important;
|
||||
border-right-style: solid !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-striped-line {
|
||||
background: #1a4100 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-striped-num {
|
||||
background: #478100 !important;
|
||||
color: #97cf32 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-marked-line {
|
||||
background: #2e5a00 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #667f00 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-marked-num {
|
||||
color: #97cf32 !important;
|
||||
background: #2f5f00 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #286900 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-marked-line.crayon-striped-line {
|
||||
background: #4a6500 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-marked-num.crayon-striped-num {
|
||||
background: #567d00 !important;
|
||||
color: #97cf32 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-toolbar {
|
||||
background: #375e00 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #779700 !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-title {
|
||||
color: #87ca00 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-language {
|
||||
color: #266400 !important;
|
||||
background-color: #669900 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-button {
|
||||
background-color: #669900 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-button:hover {
|
||||
background-color: #76b800 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-button.crayon-pressed:hover {
|
||||
background-color: #76b800 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-button.crayon-pressed {
|
||||
background-color: #4e7a00 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-button.crayon-pressed:active {
|
||||
background-color: #4e7a00 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-button:active {
|
||||
background-color: #4e7a00 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-c {
|
||||
color: #ff9b00 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-s {
|
||||
color: #3ec700 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-p {
|
||||
color: #caaf00 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-ta {
|
||||
color: #ffdd00 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-k {
|
||||
color: #95e100 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-st {
|
||||
color: #95e100 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-r {
|
||||
color: #95e100 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-t {
|
||||
color: #95e100 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-m {
|
||||
color: #95e100 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-i {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-e {
|
||||
color: #e7ff5e !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-v {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-cn {
|
||||
color: #e7ffb9 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-o {
|
||||
color: #95e100 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-sy {
|
||||
color: #c9c9c9 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-n {
|
||||
color: #d4ff8e !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-f {
|
||||
color: #639f00 !important;
|
||||
}
|
||||
.crayon-theme-terminal .crayon-pre .crayon-h {
|
||||
color: #ffffff !important;
|
||||
}
|
167
themes/tomorrow-night/tomorrow-night.css
Normal file
167
themes/tomorrow-night/tomorrow-night.css
Normal file
@ -0,0 +1,167 @@
|
||||
/*
|
||||
Name: Tomorrow Night
|
||||
Description: Based on https://github.com/ChrisKempson/Tomorrow-Theme/
|
||||
Version: 1.1
|
||||
Author: Aram Kocharyan
|
||||
URL: http://aramk.com/
|
||||
*/
|
||||
.crayon-theme-tomorrow-night {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #27292c !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
border-style: solid !important;
|
||||
background: #27292c !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-table .crayon-nums {
|
||||
background: #4b4d4f !important;
|
||||
color: #898989 !important;
|
||||
border-right-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-striped-line {
|
||||
background: #202326 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-striped-num {
|
||||
background: #3a3c3d !important;
|
||||
color: #979797 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-marked-line {
|
||||
background: #303030 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #3a3a47 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-marked-num {
|
||||
color: #9e9e9e !important;
|
||||
background: #434343 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-marked-line.crayon-striped-line {
|
||||
background: #2b2b2b !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-marked-num.crayon-striped-num {
|
||||
background: #383838 !important;
|
||||
color: #9e9e9e !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-toolbar {
|
||||
background: #919191 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #2e2e2e !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-title {
|
||||
color: #2a2a2a !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-language {
|
||||
color: #494949 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-button {
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-button:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-button.crayon-pressed:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-button.crayon-pressed {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-button.crayon-pressed:active {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-button:active {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-c {
|
||||
color: #a7a8a2 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-s {
|
||||
color: #b2af75 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-ta {
|
||||
color: #e79663 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-k {
|
||||
color: #92afc1 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-st {
|
||||
color: #92afc1 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-r {
|
||||
color: #92afc1 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-t {
|
||||
color: #bba7c5 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-m {
|
||||
color: #bba7c5 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-i {
|
||||
color: #c7c7c7 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-e {
|
||||
color: #e8ce91 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-v {
|
||||
color: #d87c7b !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-cn {
|
||||
color: #e7a37a !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-o {
|
||||
color: #99c9c4 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-sy {
|
||||
color: #c9d2d1 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-night .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
165
themes/tomorrow/tomorrow.css
Normal file
165
themes/tomorrow/tomorrow.css
Normal file
@ -0,0 +1,165 @@
|
||||
/*
|
||||
Name: Tomorrow
|
||||
Description: Based on https://github.com/ChrisKempson/Tomorrow-Theme/
|
||||
Version: 1.0
|
||||
Author: Aram Kocharyan
|
||||
URL: http://aramk.com/
|
||||
*/
|
||||
.crayon-theme-tomorrow {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-tomorrow-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-table .crayon-nums {
|
||||
background: #f0f0f0 !important;
|
||||
color: #b5b5b5 !important;
|
||||
border-right-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-striped-line {
|
||||
background: #f9f9f9 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-striped-num {
|
||||
background: #e2e2e2 !important;
|
||||
color: #979797 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-marked-line {
|
||||
background: #fffee2 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-marked-num {
|
||||
color: #818181 !important;
|
||||
background: #d1d1d1 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #acacac !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-marked-line.crayon-striped-line {
|
||||
background: #faf8d1 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-marked-num.crayon-striped-num {
|
||||
background: #c0c0c0 !important;
|
||||
color: #626262 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-c {
|
||||
color: #a7a19e !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-s {
|
||||
color: #839a31 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-ta {
|
||||
color: #fa9844 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-k {
|
||||
color: #6687b7 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-st {
|
||||
color: #6687b7 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-r {
|
||||
color: #6687b7 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-t {
|
||||
color: #9d72b2 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-m {
|
||||
color: #9d72b2 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-e {
|
||||
color: #e3ae3a !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-v {
|
||||
color: #d73c3b !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-cn {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-o {
|
||||
color: #48a9ae !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-sy {
|
||||
color: #0d0000 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-tomorrow .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
162
themes/turnwall/turnwall.css
Normal file
162
themes/turnwall/turnwall.css
Normal file
@ -0,0 +1,162 @@
|
||||
/*
|
||||
Name: Turnwall
|
||||
Description: Looks like SyntaxHighlighter.
|
||||
Version: 1.0
|
||||
Author: Alex Turnwall
|
||||
URL: http://www.turnwall.com/
|
||||
*/
|
||||
.crayon-theme-turnwall {
|
||||
border-width: 1px !important;
|
||||
text-shadow: none !important;
|
||||
border-style: solid !important;
|
||||
border-color: #f0f0f0 !important;
|
||||
background: #f4f4f4 !important;
|
||||
}
|
||||
.crayon-theme-turnwall-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-table .crayon-nums {
|
||||
border-right-width: 1px !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-color: #c8dac8 !important;
|
||||
padding-right: 5px !important;
|
||||
color: #afafaf !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-striped-line {
|
||||
background: #f9f9f9 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-striped-num {
|
||||
color: #afafaf !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-line {
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-marked-line {
|
||||
background: #e9e9d5 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #e9e579 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-marked-num {
|
||||
border-width: 1px !important;
|
||||
color: #333333 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-marked-line.crayon-striped-line {
|
||||
background: #faf8d1 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-marked-num.crayon-striped-num {
|
||||
color: #333333 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-marked-line.crayon-top {
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-marked-num.crayon-top {
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-marked-line.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-marked-num.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-toolbar {
|
||||
background: #eee !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #dedede !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-c {
|
||||
color: #ff8000 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-s {
|
||||
color: #008000 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-k {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-st {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-r {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-t {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-i {
|
||||
color: #000 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-e {
|
||||
color: #004ed0 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-cn {
|
||||
color: #ce0000 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-o {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-turnwall .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
184
themes/twilight/twilight.css
Normal file
184
themes/twilight/twilight.css
Normal file
@ -0,0 +1,184 @@
|
||||
/*
|
||||
Name: Twilight
|
||||
Description: Dark and elegant.
|
||||
Version: 1.4
|
||||
Author: Aram Kocharyan
|
||||
URL: http://aramk.com/
|
||||
*/
|
||||
.crayon-theme-twilight {
|
||||
text-shadow: none !important;
|
||||
color: #fff;
|
||||
background: #2d2d2d !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #333 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-code {
|
||||
background: #2d2d2d !important;
|
||||
}
|
||||
.crayon-theme-twilight-inline {
|
||||
background: #333 !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #333 !important;
|
||||
}
|
||||
.crayon-theme-twilight span {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-table .crayon-nums {
|
||||
color: #333 !important;
|
||||
background: #909090 !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #333 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-striped-line {
|
||||
background: #343434 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #171717 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-striped-num {
|
||||
background: #aaa !important;
|
||||
color: #555 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #CCC !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-marked-line {
|
||||
background: #484844 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #222 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-marked-num {
|
||||
color: #555 !important;
|
||||
background: #bbb !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #777 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-marked-line.crayon-striped-line {
|
||||
background: #51514d !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-marked-num.crayon-striped-num {
|
||||
background: #ccc !important;
|
||||
color: #888 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
color: #7e7d34 !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-toolbar {
|
||||
background: #b2b2b2 !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #666 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-language {
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-toolbar .crayon-mixed-highlight {
|
||||
background-position: -24px center;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-button:hover {
|
||||
background-color: #ccc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-button.crayon-pressed:hover {
|
||||
background-color: #ccc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-button.crayon-pressed {
|
||||
background-color: #999 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-button.crayon-pressed:active {
|
||||
background-color: #999 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-button:active {
|
||||
background-color: #999 !important;
|
||||
color: #ccc;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-c {
|
||||
color: #7f7b80 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-p {
|
||||
color: #a19ba2 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-s {
|
||||
color: #a0ab83 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-k {
|
||||
color: #d8b584 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-st {
|
||||
color: #d8b584 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-r {
|
||||
color: #d8b584 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-t {
|
||||
color: #d8b584 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-m {
|
||||
color: #d8b584 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-ta {
|
||||
color: #AAA !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-i {
|
||||
color: #fbefb1 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-v {
|
||||
color: #879ab2 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-e {
|
||||
color: #ad8258 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-cn {
|
||||
color: #db7e64 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-o {
|
||||
color: #ac99ab !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-h {
|
||||
color: #ac99ab !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-sy {
|
||||
color: #ac99ab !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-n {
|
||||
color: #726e73 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre .crayon-f {
|
||||
color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-twilight .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
167
themes/visual-assist/visual-assist.css
Normal file
167
themes/visual-assist/visual-assist.css
Normal file
@ -0,0 +1,167 @@
|
||||
/*
|
||||
Name: Visual Assist
|
||||
Description:
|
||||
Version: 1.0
|
||||
Author: Brady Reuter
|
||||
URL:
|
||||
*/
|
||||
.crayon-theme-visual-assist {
|
||||
border-width: 1px !important;
|
||||
border-color: #303030 !important;
|
||||
text-shadow: none !important;
|
||||
background: #303030 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #000000 !important;
|
||||
background: #303030 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-table .crayon-nums {
|
||||
background: #303030 !important;
|
||||
color: #c2c2c2 !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #8c8d8f !important;
|
||||
border-right-style: solid !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-striped-line {
|
||||
background: #353535 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-striped-num {
|
||||
background: #353535 !important;
|
||||
color: #c2c2c2 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-marked-line {
|
||||
background: #323232 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-marked-num {
|
||||
color: #ffffff !important;
|
||||
background: #363636 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #595959 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-marked-line.crayon-striped-line {
|
||||
background: #343941 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-marked-num.crayon-striped-num {
|
||||
background: #222222 !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-marked-line.crayon-top {
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-marked-num.crayon-top {
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-marked-line.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-marked-num.crayon-bottom {
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-info {
|
||||
background: #333333 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
color: #eeeeee !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-toolbar {
|
||||
background: #2a2a2a !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #2e2e2e !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-title {
|
||||
color: #d3d3d3 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-language {
|
||||
color: #d3d3d3 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-button {
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-button:hover {
|
||||
background-color: #d3d3d3 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-button.crayon-pressed:hover {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-button.crayon-pressed {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-button.crayon-pressed:active {
|
||||
background-color: #626262 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-button:active {
|
||||
background-color: #bcbcbc !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-c {
|
||||
color: #57A64A !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-s {
|
||||
color: #D69D85 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-p {
|
||||
color: #9B9B8B !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-ta {
|
||||
color: #d35a5a !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-k {
|
||||
color: #569CD6 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-st {
|
||||
color: #20b0da !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-r {
|
||||
color: #f4bb15 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-t {
|
||||
color: #f4bb15 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-m {
|
||||
color: #569CD6 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-i {
|
||||
color: #dcdcdc !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-e {
|
||||
color: #ff8000 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-v {
|
||||
color: #bdb76b !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-cn {
|
||||
color: #e7a37a !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-o {
|
||||
color: #DADADA !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-sy {
|
||||
color: #D8D8D8 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-f {
|
||||
color: #999999 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-visual-assist .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-visual-assist {
|
||||
background: #323232 !important;
|
||||
}
|
167
themes/vs2012-black/vs2012-black.css
Normal file
167
themes/vs2012-black/vs2012-black.css
Normal file
@ -0,0 +1,167 @@
|
||||
/*
|
||||
Name: Vs2012 Black
|
||||
Description: Visual Studio 2012 Black Theme
|
||||
Version: 1.1
|
||||
Author: Nikolay Zahariev
|
||||
URL: http://nikolayzahariev.com/
|
||||
*/
|
||||
.crayon-theme-vs2012-black {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #363232 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #1b5b89 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-table .crayon-nums {
|
||||
background: #363232 !important;
|
||||
color: #1ba2c6 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-striped-line {
|
||||
background: #363232 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-striped-num {
|
||||
background: #363232 !important;
|
||||
color: #1ba2c6 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-marked-line {
|
||||
background: #1b5b89 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #433636 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-marked-num {
|
||||
color: #1ba2c6 !important;
|
||||
background: #363232 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #363232 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-marked-line.crayon-striped-line {
|
||||
background: #363232 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-marked-num.crayon-striped-num {
|
||||
background: #363232 !important;
|
||||
color: #1ba2c6 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black a.crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black a.crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-vs2012-black a.crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-vs2012-black a.crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-vs2012-black a.crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-vs2012-black a.crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-c {
|
||||
color: #458b45 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-s {
|
||||
color: #b78686 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-p {
|
||||
color: #7f7c79 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-k {
|
||||
color: #94ccfd !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-st {
|
||||
color: #94ccfd !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-r {
|
||||
color: #94ccfd !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-t {
|
||||
color: #94ccfd !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-m {
|
||||
color: #94ccfd !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-i {
|
||||
color: #6bdacc !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-e {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-v {
|
||||
color: #e3e8ea !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-cn {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-o {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-sy {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-f {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-vs2012-black .crayon-pre {
|
||||
color: #ffffff !important;
|
||||
}
|
164
themes/vs2012/vs2012.css
Normal file
164
themes/vs2012/vs2012.css
Normal file
@ -0,0 +1,164 @@
|
||||
/*
|
||||
Name: VS2012
|
||||
Description: Visual Studio 2012 Light Theme
|
||||
Version: 0.1
|
||||
Author: Nikolay Zahariev
|
||||
Url: http://nikolayzahariev.com/
|
||||
*/
|
||||
.crayon-theme-vs2012 {
|
||||
border-width: 1px !important;
|
||||
border-color: #999 !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-vs2012-inline {
|
||||
border-width: 1px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-table .crayon-nums {
|
||||
background: #ffffff !important;
|
||||
color: #8ac1f8 !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-striped-line {
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-striped-num {
|
||||
background: #ffffff !important;
|
||||
color: #8ac1f8 !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-marked-line {
|
||||
background: #d7dfe3 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-marked-num {
|
||||
color: #8ac1f8 !important;
|
||||
background: #ffffff !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-marked-line.crayon-striped-line {
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-marked-num.crayon-striped-num {
|
||||
background: #ffffff !important;
|
||||
color: #8ac1f8 !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #7e7d34 !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-toolbar {
|
||||
background: #DDD !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #BBB !important;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-title {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-language {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-vs2012 a.crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-vs2012 a.crayon-button:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-vs2012 a.crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-vs2012 a.crayon-button.crayon-pressed {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-vs2012 a.crayon-button.crayon-pressed:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-vs2012 a.crayon-button:active {
|
||||
background-color: #BCBCBC !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-c {
|
||||
color: #008000 !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-s {
|
||||
color: #6e1717 !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-p {
|
||||
color: #b85c00 !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-k {
|
||||
color: #3215eb !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-st {
|
||||
color: #3215eb !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-r {
|
||||
color: #3215eb !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-t {
|
||||
color: #3215eb !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-m {
|
||||
color: #3215eb !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-i {
|
||||
color: #15a6eb !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-e {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-v {
|
||||
color: #002D7A !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-cn {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-o {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-f {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-vs2012 .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
165
themes/x3info/x3info.css
Normal file
165
themes/x3info/x3info.css
Normal file
@ -0,0 +1,165 @@
|
||||
/*
|
||||
Name: X3info
|
||||
Description: X3info.com
|
||||
Version: 1.0
|
||||
Author: Jafran Ahmed
|
||||
URL: http://x3info.com
|
||||
*/
|
||||
.crayon-theme-x3info {
|
||||
border-width: 1px !important;
|
||||
border-color: #35907e !important;
|
||||
border-style: solid !important;
|
||||
text-shadow: none !important;
|
||||
background: #f0f0f0 !important;
|
||||
}
|
||||
.crayon-theme-x3info-inline {
|
||||
border-width: 0px !important;
|
||||
border-color: #ddd !important;
|
||||
border-style: solid !important;
|
||||
background: #f0f0f0 !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-table .crayon-nums {
|
||||
background: #35907e !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-striped-line {
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-striped-num {
|
||||
background: #35907e !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-marked-line {
|
||||
background: #acb1b0 !important;
|
||||
border-width: 1px !important;
|
||||
border-color: #4fb9b1 !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-marked-num {
|
||||
color: #fdfeff !important;
|
||||
background: #333333 !important;
|
||||
border-width: 0px !important;
|
||||
border-color: #5999d9 !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-marked-line.crayon-striped-line {
|
||||
background: #cacfce !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-marked-num.crayon-striped-num {
|
||||
background: #666666 !important;
|
||||
color: #afeeee !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-marked-line.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-marked-num.crayon-top {
|
||||
border-top-style: solid !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-marked-line.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-marked-num.crayon-bottom {
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-info {
|
||||
background: #faf9d7 !important;
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-color: #b1af5e !important;
|
||||
border-bottom-style: solid !important;
|
||||
color: #65642c !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-toolbar {
|
||||
border-bottom-width: 0px !important;
|
||||
border-bottom-color: #f0f0f0 !important;
|
||||
background: #35907e !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-toolbar > div {
|
||||
float: left !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-toolbar .crayon-tools {
|
||||
float: right !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-title {
|
||||
color: #fbfbfb !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-language {
|
||||
color: #4fb9b1 !important;
|
||||
}
|
||||
.crayon-theme-x3info a.crayon-button {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.crayon-theme-x3info a.crayon-button:hover {
|
||||
background-color: #c0e3e1 !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-x3info a.crayon-button.crayon-pressed:hover {
|
||||
background-color: #EEE !important;
|
||||
color: #666;
|
||||
}
|
||||
.crayon-theme-x3info a.crayon-button.crayon-pressed {
|
||||
background-color: #4fb9b1 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-x3info a.crayon-button.crayon-pressed:active {
|
||||
background-color: #4fb9b1 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-x3info a.crayon-button:active {
|
||||
background-color: #4fb9b1 !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-c {
|
||||
color: #c7562b !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-s {
|
||||
color: #9c29b5 !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-p {
|
||||
color: #cb7824 !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-ta {
|
||||
color: #46b6db !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-k {
|
||||
color: #173e36 !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-st {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-r {
|
||||
color: #4fb9b1 !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-t {
|
||||
color: #387a6d !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-m {
|
||||
color: #35907e !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-i {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-e {
|
||||
color: #008b8b !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-v {
|
||||
color: #4ab28d !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-cn {
|
||||
color: #2f4f4f !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-o {
|
||||
color: #008b8b !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-pre .crayon-h {
|
||||
color: #3bbece !important;
|
||||
}
|
||||
.crayon-theme-x3info .crayon-button {
|
||||
}
|
120
themes/xcode/xcode.css
Normal file
120
themes/xcode/xcode.css
Normal file
@ -0,0 +1,120 @@
|
||||
/*
|
||||
Name: Xcode
|
||||
Description: Default Xcode theme
|
||||
Version: 1.0
|
||||
Author: Yaroslav Erohin
|
||||
URL: http://ysoftware.ru/blog
|
||||
*/
|
||||
.crayon-theme-xcode {
|
||||
margin-bottom: 25px !important;
|
||||
background-color: #f8f8ff !important;
|
||||
font-size: 100% !important;
|
||||
line-height: 130% !important;
|
||||
border-style: solid !important;
|
||||
border-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-toolbar {
|
||||
background-color: #eee !important;
|
||||
border-bottom-style: solid !important;
|
||||
border-bottom-width: 1px !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-toolbar .crayon-language {
|
||||
font-size: 80% !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-toolbar .crayon-title {
|
||||
font-size: 80% !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-table .crayon-nums {
|
||||
background-color: #eee !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-table .crayon-nums-content {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 3px !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-table .crayon-num {
|
||||
min-width: 1.2em !important;
|
||||
text-align: right !important;
|
||||
color: #aaa !important;
|
||||
border-right-style: solid !important;
|
||||
border-right-width: 1px !important;
|
||||
border-right-color: #dedede !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 3px !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-marked-line {
|
||||
background: #A4CDFF !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-marked-num {
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-c {
|
||||
color: #007400 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-s {
|
||||
color: #C41A16 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-p {
|
||||
color: #643820 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-ta {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-k {
|
||||
color: #AA0D91 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-st {
|
||||
color: #AA0D91 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-r {
|
||||
color: #AA0D91 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-t {
|
||||
color: #5C2699 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-m {
|
||||
color: #800080 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-i {
|
||||
color: #AA0D91 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-e {
|
||||
color: #2E0D6E !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-v {
|
||||
color: #5C2699 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-cn {
|
||||
color: #2E0D6E !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-o {
|
||||
color: #2E0D6E !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-sy {
|
||||
color: #333 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-n {
|
||||
color: #666 !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-f {
|
||||
color: #999 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-pre .crayon-h {
|
||||
color: #006fe0 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-striped-num {
|
||||
}
|
||||
.crayon-theme-xcode .crayon-button {
|
||||
}
|
||||
.crayon-theme-xcode .crayon-marked-line.crayon-striped-line {
|
||||
background: #A4CDFF !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-striped-line {
|
||||
background: #f6f6f6 !important;
|
||||
}
|
||||
.crayon-theme-xcode .crayon-marked-num.crayon-bottom {
|
||||
}
|
Reference in New Issue
Block a user