mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-03-07 02:52:02 +01:00
Start again
This commit is contained in:
50
vendors/select2/docs/_sass/_prettify.scss
vendored
Normal file
50
vendors/select2/docs/_sass/_prettify.scss
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
// Google Code Prettify styles
|
||||
|
||||
.com {
|
||||
color: #999;
|
||||
}
|
||||
.lit {
|
||||
color: #195f91;
|
||||
}
|
||||
.pun, .opn, .clo {
|
||||
color: #93a1a1;
|
||||
}
|
||||
.fun {
|
||||
color: #dc322f;
|
||||
}
|
||||
.str, .atv {
|
||||
color: #C7254E;
|
||||
}
|
||||
.kwd, .prettyprint .tag {
|
||||
color: #2F6F9F;
|
||||
}
|
||||
.typ, .atn, .dec, .var {
|
||||
color: #428BCA;
|
||||
}
|
||||
.pln {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.prettyprint {
|
||||
padding: 9px 14px;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 20px;
|
||||
border: 1px solid #eee;
|
||||
|
||||
&.linenums {
|
||||
-webkit-box-shadow: inset 40px 0 0 #fbfbfb, inset 41px 0 0 #f6f6f6;
|
||||
-moz-box-shadow: inset 40px 0 0 #fbfbfb, inset 41px 0 0 #f6f6f6;
|
||||
box-shadow: inset 40px 0 0 #fbfbfb, inset 41px 0 0 #f6f6f6;
|
||||
}
|
||||
}
|
||||
|
||||
// Specify class=linenums on a pre to get line numbering
|
||||
ol.linenums {
|
||||
margin: 0 0 0 -12px;
|
||||
|
||||
li {
|
||||
padding-left: 12px;
|
||||
color: #bebebe;
|
||||
line-height: 18px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user