mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-10 06:41:59 -05:00
115 lines
1.4 KiB
CSS
115 lines
1.4 KiB
CSS
|
ol.ltLighter {
|
||
|
font-family: Menlo, Consolas, "Vera Mono", monospace;
|
||
|
font-size: 10px;
|
||
|
overflow: auto;
|
||
|
white-space: pre-wrap;
|
||
|
word-wrap: break-word;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter {
|
||
|
white-space: -moz-pre-wrap;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter {
|
||
|
white-space: -pre-wrap;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter {
|
||
|
white-space: -o-pre-wrap;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter {
|
||
|
color: #939393;
|
||
|
list-style: decimal-leading-zero;
|
||
|
background-color: #f4f4f4;
|
||
|
margin-left: 0;
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter li {
|
||
|
border-left: 1px solid #939393;
|
||
|
padding: 0 3px 0 10px;
|
||
|
background-color: #fff;
|
||
|
padding-left: 15px;
|
||
|
padding-right: 5px;
|
||
|
margin-left: 40px;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .ltfirst {
|
||
|
padding-top: 5px;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .ltlast {
|
||
|
padding-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .alt {
|
||
|
background-color: #edf5fc;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter span {
|
||
|
color: black;
|
||
|
font-size: 11px;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .de1 {
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .de2 {
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .kw1 {
|
||
|
color: #1b609a;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .kw2 {
|
||
|
color: #9a6f1b;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .kw3 {
|
||
|
color: #784e0c;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .co1 {
|
||
|
color: #888888;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .co2 {
|
||
|
color: #888888;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .st0 {
|
||
|
color: #489a1b;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .st1 {
|
||
|
color: #70483d;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .st2 {
|
||
|
color: #70483d;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .nu0 {
|
||
|
color: #70483d;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .me0 {
|
||
|
color: #666666;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .br0 {
|
||
|
color: #444444;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .sy0 {
|
||
|
color: #444444;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .es0 {
|
||
|
color: #444444;
|
||
|
}
|
||
|
|
||
|
ol.ltLighter .re0 {
|
||
|
color: #784e0c;
|
||
|
}
|