168 lines
4.5 KiB
CSS
168 lines
4.5 KiB
CSS
|
/*
|
|||
|
Name: 1C (<EFBFBD><EFBFBD><EFBFBD>)
|
|||
|
Description: <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><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;
|
|||
|
}
|