added site files
This commit is contained in:
parent
a6f70a6c78
commit
329148c253
253 changed files with 30486 additions and 0 deletions
113
EnlighterJS/Source/Themes/Git.css
Normal file
113
EnlighterJS/Source/Themes/Git.css
Normal file
|
@ -0,0 +1,113 @@
|
|||
/*
|
||||
---
|
||||
description: GitHub inspired theme.
|
||||
|
||||
license: MIT-style
|
||||
|
||||
authors:
|
||||
- Andi Dittrich
|
||||
- Jose Prado
|
||||
|
||||
styles:
|
||||
base:
|
||||
font-family: Courier, monospace
|
||||
font-size: 12px
|
||||
color: '#000000'
|
||||
line:
|
||||
font-family: Courier, monospace
|
||||
font-size: 10px
|
||||
line-height: 16px
|
||||
color: '#939393'
|
||||
raw:
|
||||
font-family: Courier, monospace
|
||||
font-size: 12px
|
||||
line-height: 20px
|
||||
color: '#000000'
|
||||
background-color: '#ffffff'
|
||||
hover:
|
||||
background-color: '#ffffcc'
|
||||
specialline:
|
||||
background-color: '#fffff2'
|
||||
...
|
||||
*/
|
||||
|
||||
/* borders on top&botton */
|
||||
.gitEnlighterJS, .gitEnlighterJSWrapper pre{
|
||||
border: 1px solid #eee;
|
||||
font-family: Courier, monospace;
|
||||
}
|
||||
|
||||
/* no line borders */
|
||||
ol.gitEnlighterJS li, ul.gitEnlighterJS li{
|
||||
border: none;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
/* hover color */
|
||||
ol.gitEnlighterJS.hoverEnabled li:hover, ul.gitEnlighterJS.hoverEnabled li:hover{
|
||||
background-color: #ffffcc;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* special line highlight color */
|
||||
ol.gitEnlighterJS li.specialline, ul.gitEnlighterJS li.specialline {
|
||||
background-color: #fffff2;
|
||||
}
|
||||
|
||||
/* non leading zero */
|
||||
ol.gitEnlighterJS {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
/** Symbol styles */
|
||||
.gitEnlighterJS .de1 { color: #CF6A4C; }
|
||||
.gitEnlighterJS .de2 { color: #CF6A4C; }
|
||||
.gitEnlighterJS .kw1 { color: #000; font-weight: bold; }
|
||||
.gitEnlighterJS .kw2 { color: #0086b3; }
|
||||
.gitEnlighterJS .kw3 { color: #445588; font-weight: bold; }
|
||||
.gitEnlighterJS .kw4 { color: #990073; }
|
||||
.gitEnlighterJS .co1 { color: #999988; font-style: italic; }
|
||||
.gitEnlighterJS .co2 { color: #999988; font-style: italic; }
|
||||
.gitEnlighterJS .st0 { color: #dd1144; }
|
||||
.gitEnlighterJS .st1 { color: #dd1144; }
|
||||
.gitEnlighterJS .st2 { color: #dd1144; }
|
||||
.gitEnlighterJS .nu0 { color: #009999; }
|
||||
.gitEnlighterJS .me0 { color: #0086b3; }
|
||||
.gitEnlighterJS .me1 { color: #0086b3; }
|
||||
.gitEnlighterJS .br0 { color: #777; }
|
||||
.gitEnlighterJS .sy0 { color: #777; }
|
||||
.gitEnlighterJS .es0 { color: #777; }
|
||||
.gitEnlighterJS .re0 { color: #009926; }
|
||||
|
||||
/* Raw Code Pane */
|
||||
.gitEnlighterJSWrapper pre{
|
||||
background-color: #ffffff;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
line-height: 20px;
|
||||
}
|
||||
.gitEnlighterJSWrapper .EnlighterJSToolbar > a{
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
/* Tab Styles */
|
||||
.gitEnlighterJSTabPane .controls{
|
||||
background-color: #f2f2f2;
|
||||
border: 1px solid #eee;
|
||||
border-bottom-width: 0px;
|
||||
}
|
||||
.gitEnlighterJSTabPane .controls ul{
|
||||
margin: 0px 0px 0px 35px;
|
||||
}
|
||||
.gitEnlighterJSTabPane .controls li{
|
||||
border-radius: 0px;
|
||||
}
|
||||
.gitEnlighterJSTabPane .controls li.selected{
|
||||
background-color: #e0e0e0;
|
||||
}
|
||||
.gitEnlighterJSTabPane .pane{
|
||||
padding: 0px;
|
||||
}
|
||||
.gitEnlighterJSTabPane .gitEnlighterJS{
|
||||
border-top-color: #e0e0e0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue