generator-minxing
Version:
generator for creating minxing web app.
93 lines (74 loc) • 1.6 kB
CSS
.pln {
color: #f92672
}
@media screen {
.str {
color: #e6db74
}
.kwd {
color: #a6e22e;
}
.com {
color: #666
}
.typ {
color: #13B6BF
}
.lit {
color: #066
}
.pun,.opn,.clo {
color: #fff;
}
.tag {
color: #008
}
.atn {
color: #606
}
.atv {
color: #080
}
.dec,.var {
color: #606
}
.fun {
color: red
}
}
pre.prettyprint {
padding: 2px;
}
pre.prettyprint ol.linenums {
margin-top: 0;
margin-bottom: 0
}
pre.prettyprint li.L0,pre.prettyprint li.L1,pre.prettyprint li.L2,pre.prettyprint li.L3,pre.prettyprint li.L5,pre.prettyprint li.L6,pre.prettyprint li.L7,pre.prettyprint li.L8 {
list-style-type: none
}
pre.prettyprint li.L1,pre.prettyprint li.L3,pre.prettyprint li.L5,pre.prettyprint li.L7,pre.prettyprint li.L9 {
background: #eee
}
pre.prettyprint{
widows: 100%;
color: #f8f8f2;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
white-space: pre-wrap;
word-wrap: break-word;
background: #272822;
}