Mercurial > hg > agora-ahsan
annotate static/css/agora.css @ 209:951a7f06b09b draft
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
author | Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com> |
---|---|
date | Tue, 27 Aug 2013 06:00:18 +0500 |
parents | 5abda22e4637 |
children | 172fef440a90 |
rev | line source |
---|---|
143
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
1 .inline-block{display:inline-block;zoom:1;*display:inline;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
2 .wrap{width:960px;margin:0 auto;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
3 .center-align{text-align:center;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
4 .right-float{float:right;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
5 .button{line-height:20px;display:inline-block;zoom:1;*display:inline;background-color:#1b749d;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#22a2ca), to(#1b749d));background-image:-moz-linear-gradient(top, #22a2ca, #1b749d);background-image:-ms-linear-gradient(top, #22a2ca, #1b749d);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #22a2ca), color-stop(100%, #1b749d));background-image:-webkit-linear-gradient(top, #22a2ca, #1b749d);background-image:-o-linear-gradient(top, #22a2ca, #1b749d);background-image:linear-gradient(top, #22a2ca, #1b749d);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22a2ca', endColorstr='#1b749d', GradientType=0);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:10px;color:#ffffff;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 0;border:1px solid #1b749d;}.button:hover{color:#ffffff;text-decoration:none;background-color:#1b749d;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#1b749d), to(#1b749d));background-image:-moz-linear-gradient(top, #1b749d, #1b749d);background-image:-ms-linear-gradient(top, #1b749d, #1b749d);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b749d), color-stop(100%, #1b749d));background-image:-webkit-linear-gradient(top, #1b749d, #1b749d);background-image:-o-linear-gradient(top, #1b749d, #1b749d);background-image:linear-gradient(top, #1b749d, #1b749d);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b749d', endColorstr='#1b749d', GradientType=0);} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
6 .button.large{font-size:1.5em;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
7 button.button{cursor:pointer;outline:0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
8 .pill{display:block;background:#f0f0f0;border:1px solid #c3c3c3;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#555555;padding:8px 20px;font-weight:bold;line-height:1;text-shadow:0 1px 0 #ffffff;-webkit-box-shadow:inset 0 0 3px 0px #ffffff;-moz-box-shadow:inset 0 0 3px 0px #ffffff;box-shadow:inset 0 0 3px 0px #ffffff;margin-bottom:10px;text-align:center;}.pill:hover{color:#ffffff;text-decoration:none;background:#22a2ca;border-color:#22a2ca;text-shadow:0 1px 0 #1b749d;-webkit-box-shadow:inset 0 0 2px 0 #60cae1;-moz-box-shadow:inset 0 0 2px 0 #60cae1;box-shadow:inset 0 0 2px 0 #60cae1;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
9 .hidden{display:none;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
10 .disable-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
11 *{margin:0;padding:0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
12 a{color:#22a2ca;text-decoration:none;}a:hover{color:#1b749d;text-decoration:underline;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
13 img{border:0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
14 body{font-family:"Helvetica Neue","Helvetica LT Std",Helvetica,Arial,sans-serif;font-size:13px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
15 #header{background-color:#f0f0f0;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f0f0f0));background-image:-moz-linear-gradient(top, #fbfbfb, #f0f0f0);background-image:-ms-linear-gradient(top, #fbfbfb, #f0f0f0);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f0f0f0));background-image:-webkit-linear-gradient(top, #fbfbfb, #f0f0f0);background-image:-o-linear-gradient(top, #fbfbfb, #f0f0f0);background-image:linear-gradient(top, #fbfbfb, #f0f0f0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f0f0f0', GradientType=0);height:100px;line-height:100px;-webkit-box-shadow:0 5px 27px 0 rgba(77, 77, 77, 0.3);-moz-box-shadow:0 5px 27px 0 rgba(77, 77, 77, 0.3);box-shadow:0 5px 27px 0 rgba(77, 77, 77, 0.3);position:relative;z-index:100;}#header .logo{display:inline-block;padding-top:15px;padding-left:15px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
16 #header .nav{float:right;list-style-type:none;text-transform:lowercase;}#header .nav li{float:left;}#header .nav li a{background-image:url('../img/header_icons.png');background-repeat:no-repeat;display:block;margin:20px 7px;padding:0 10px;height:47px;color:#555555;font-size:1.1em;}#header .nav li a:hover{text-decoration:none;color:#333333;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
17 #header .nav li:last-child a{margin-right:0;padding-right:0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
18 #header .nav #code-icon{background-position:-62px 0px;}#header .nav #code-icon:hover{background-position:-62px -60px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
19 #header .nav #discuss-icon{background-position:-125px 0px;}#header .nav #discuss-icon:hover{background-position:-125px -60px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
20 #header .nav #help-icon{background-position:-209px 0px;}#header .nav #help-icon:hover{background-position:-209px -60px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
21 #header .nav #about-icon{background-position:12px 0px;}#header .nav #about-icon:hover{background-position:12px -60px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
22 #header .nav .login{background-position-x:-267px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
23 #billboard{background-color:#22a2ca;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#1b749d), to(#22a2ca));background-image:-moz-linear-gradient(top, #1b749d, #22a2ca);background-image:-ms-linear-gradient(top, #1b749d, #22a2ca);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b749d), color-stop(100%, #22a2ca));background-image:-webkit-linear-gradient(top, #1b749d, #22a2ca);background-image:-o-linear-gradient(top, #1b749d, #22a2ca);background-image:linear-gradient(top, #1b749d, #22a2ca);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b749d', endColorstr='#22a2ca', GradientType=0);}#billboard .grid{padding:30px 0;background-image:url('../img/grid.png');background-repeat:repeat;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
24 #billboard h1{color:#ffffff;font-weight:normal;text-shadow:rgba(0, 0, 0, 0.7) 1px 1px 0;font-size:2.1em;padding:0 100px;}#billboard h1 a{color:#ffffff;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
25 #login-box{margin:0 auto;margin-top:10px;width:300px;height:70px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 0 7px rgba(0, 0, 0, 0.3);box-shadow:0 0 7px rgba(0, 0, 0, 0.3);background-color:#fbfbfb;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#fbfbfb));background-image:-moz-linear-gradient(top, #ffffff, #fbfbfb);background-image:-ms-linear-gradient(top, #ffffff, #fbfbfb);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));background-image:-webkit-linear-gradient(top, #ffffff, #fbfbfb);background-image:-o-linear-gradient(top, #ffffff, #fbfbfb);background-image:linear-gradient(top, #ffffff, #fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfb', GradientType=0);} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
26 #billboard-below{height:20px;margin-bottom:10px;background-color:#ffffff;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));background-image:-moz-linear-gradient(top, #f0f0f0, #ffffff);background-image:-ms-linear-gradient(top, #f0f0f0, #ffffff);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(top, #f0f0f0, #ffffff);background-image:-o-linear-gradient(top, #f0f0f0, #ffffff);background-image:linear-gradient(top, #f0f0f0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0);} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
27 #header-below{border-top:1px solid #e6e6e6;height:30px;position:relative;z-index:101;background:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
28 #breadcrumbs{border-bottom:1px solid #e6e6e6;margin-bottom:10px;padding-bottom:5px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
29 #info-box{margin-top:20px;clear:both;}#info-box h2{font-weight:normal;font-size:1.9em;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
30 #content{width:960px;margin:0 auto;padding-bottom:30px;color:#333333;} |
151
c7be7def8b57
Bundles! (basic functionality)
dellsystem <ilostwaldo@gmail.com>
parents:
146
diff
changeset
|
31 #footer{clear:both;width:960px;margin:0 auto;text-align:center;padding-top:30px;padding-bottom:10px;} |
143
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
32 h1,h2,h3,h4,h5,h6{padding:10px 0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
33 h1{font-size:2.1em;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
34 h2{font-size:1.7em;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
35 p{padding-bottom:5px;} |
181 | 36 .snippetform input[type=text],.snippetform textarea{display:block;width:698px;padding:5px;margin:10px 0;outline:none;border:1px solid #aaaaaa;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:20px;}.snippetform input[type=text]:focus,.snippetform textarea:focus{border-color:#60cae1;} |
143
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
37 .snippetform #id_description{height:100px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
38 #sidebar{margin-top:10px;width:208px;border:1px solid #e6e6e6;padding:10px;background:#fbfbfb;display:inline-block;zoom:1;*display:inline;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
39 #non-sidebar{display:inline-block;zoom:1;*display:inline;width:710px;padding-right:20px;vertical-align:top;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
40 .hint{border:1px solid #60cae1;background:#c3e9f5;padding:10px;margin-bottom:10px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
41 hr{border:0;border-top:1px solid #aaaaaa;margin:5px 0;} |
145
ee999b9f33f5
Add horizontal scrollbar to snippet history box
dellsystem <ilostwaldo@gmail.com>
parents:
143
diff
changeset
|
42 #snippet-history{overflow-x:auto;}#snippet-history ul{white-space:nowrap;padding:0;list-style-type:none;} |
ee999b9f33f5
Add horizontal scrollbar to snippet history box
dellsystem <ilostwaldo@gmail.com>
parents:
143
diff
changeset
|
43 #snippet-history >ul{margin-left:0;} |
163 | 44 #diff{margin-top:10px;display:none;border:1px solid #e6e6e6;padding:10px;background:#fbfbfb;}#diff .code{white-space:pre-wrap;word-wrap:break-word;} |
143
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
45 #diff .gi{background:#DFD;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
46 #diff .gu{color:#aaaaaa;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
47 #diff .gd{background:#FDD;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
48 table.default{width:100%;border:1px solid #e6e6e6;}table.default thead th{padding:5px 0;border-bottom:1px solid #e6e6e6;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
49 ul{padding:5px 0;margin-left:20px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
50 #login-popup{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.3);z-index:200;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
51 #login-form{-webkit-box-shadow:0 0 5px 1px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 0 5px 1px rgba(0, 0, 0, 0.3);box-shadow:0 0 5px 1px rgba(0, 0, 0, 0.3);width:600px;height:320px;position:absolute;top:50%;left:50%;margin-left:-300px;margin-top:-180px;background:#ffffff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:20px 30px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
52 .errors{padding-top:5px;padding-left:5px;background:#ffccaa;margin-bottom:10px;border:1px solid #ff7f2a;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
53 form .form-line label{float:left;text-align:right;padding-right:20px;padding-top:10px;font-weight:bold;width:180px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
54 form .form-input{margin-left:200px;padding:5px 0;}form .form-input input[type=text]{width:400px;height:20px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
55 form .form-input textarea{width:400px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
56 form .form-input p{padding-top:10px;padding-bottom:0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
57 form .errors{clear:both;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
58 dl dt{float:left;clear:left;font-weight:bold;padding-right:5px;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
59 dl dd{margin-left:200px;} |
163 | 60 #bundle-filebrowser{overflow-x:auto;background:#fbfbfb;border:1px solid #e6e6e6;padding:10px;padding-bottom:0;width:208px;float:left;}#bundle-filebrowser ul{list-style-type:none;margin-left:0;} |
61 #bundle-filebrowser li{margin-left:5px;}#bundle-filebrowser li.selected{font-weight:bold;} | |
185 | 62 #bundle-file{padding:0 20px;margin-left:230px;}#bundle-file h2{padding-top:0;}#bundle-file h2 small{color:#aaaaaa;font-size:0.7em;} |
163 | 63 .bundle-folder{background-image:url('../img/folder.png');background-repeat:no-repeat;margin-left:0;padding-left:18px;} |
181 | 64 .form-field{margin-bottom:10px;} |
185 | 65 .bundle-description{white-space:pre-wrap;border:1px solid #60cae1;background:#c3e9f5;padding:10px;margin-bottom:10px;} |
143
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
66 .row{clear:both;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
67 .span3{width:300px;display:inline-block;zoom:1;*display:inline;vertical-align:top;padding-right:30px;}.span3:last-child{padding-right:0px !important;} |
159 | 68 .snippet{width:670px;font-family:monospace;position:relative;}.snippet .code-lines{position:relative;left:40px;padding:10px;border:1px solid #e6e6e6;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}.snippet .code-lines .line{white-space:pre-wrap;word-wrap:break-word;} |
143
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
69 .snippet .line-counters{position:absolute;top:0;font-weight:bold;}.snippet .line-counters p{width:30px;text-align:right;position:absolute;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
70 .snippet.vibrant{}.snippet.vibrant .code-lines{color:#ffffff;background:#1b1b1b;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
71 .snippet.vibrant .c{color:#3A6EF2;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
72 .snippet.vibrant .err{color:#A61717;background-color:#E3D2D2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
73 .snippet.vibrant .k{color:#ffffff;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
74 .snippet.vibrant .o{color:#ffffff;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
75 .snippet.vibrant .cm{color:#3A6EF2;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
76 .snippet.vibrant .cp{color:#3A6EF2;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
77 .snippet.vibrant .c1{color:#3A6EF2;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
78 .snippet.vibrant .cs{color:#3A6EF2;font-weight:bold;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
79 .snippet.vibrant .gd{color:#000000;background-color:#FFDDDD;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
80 .snippet.vibrant .gd .x{background-color:#FFAAAA;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
81 .snippet.vibrant .ge{font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
82 .snippet.vibrant .gr{color:#AA0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
83 .snippet.vibrant .gh{color:#999999;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
84 .snippet.vibrant .gi{color:#000000;background-color:#DDFFDD;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
85 .snippet.vibrant .gi .x{background-color:#AAFFAA;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
86 .snippet.vibrant .go{color:#888;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
87 .snippet.vibrant .gp{color:#555;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
88 .snippet.vibrant .gs{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
89 .snippet.vibrant .gu{font-weight:#AAA;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
90 .snippet.vibrant .gt{color:#AA0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
91 .snippet.vibrant .kc{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
92 .snippet.vibrant .kd{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
93 .snippet.vibrant .kp{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
94 .snippet.vibrant .kr{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
95 .snippet.vibrant .kt{color:#445588;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
96 .snippet.vibrant .m{color:#009999;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
97 .snippet.vibrant .s{color:#66FF00;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
98 .snippet.vibrant .na{color:#99CC99;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
99 .snippet.vibrant .nb{color:#00AA00;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
100 .snippet.vibrant .nc{color:#ffffff;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
101 .snippet.vibrant .no{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
102 .snippet.vibrant .ni{color:#339999;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
103 .snippet.vibrant .ne{color:#FF0000;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
104 .snippet.vibrant .nf{color:#FFCC00;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
105 .snippet.vibrant .nn{color:#AAA;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
106 .snippet.vibrant .nt{color:#FF6600;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
107 .snippet.vibrant .nv{color:#BBB;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
108 .snippet.vibrant .ow{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
109 .snippet.vibrant .w{color:#BBB;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
110 .snippet.vibrant .mf{color:#CCFF33;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
111 .snippet.vibrant .mh{color:#ccff33;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
112 .snippet.vibrant .mi{color:#ccff33;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
113 .snippet.vibrant .mo{color:#ccff33;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
114 .snippet.vibrant .sb{background:#CCCC33;color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
115 .snippet.vibrant .sc{color:#66ff00;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
116 .snippet.vibrant .sd{color:#66ff00;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
117 .snippet.vibrant .s2{color:#66ff00;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
118 .snippet.vibrant .se{color:#66ff00;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
119 .snippet.vibrant .sh{color:#66ff00;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
120 .snippet.vibrant .si{color:#d55555 5;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
121 .snippet.vibrant .sx{color:#66ff00;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
122 .snippet.vibrant .sr{color:#009926;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
123 .snippet.vibrant .s1{color:#66ff00;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
124 .snippet.vibrant .ss{color:#339999;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
125 .snippet.vibrant .bp{color:#60cae1;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
126 .snippet.vibrant .vc{color:#008080;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
127 .snippet.vibrant .vg{color:#008080;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
128 .snippet.vibrant .vi{color:#008080;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
129 .snippet.vibrant .il{color:#009999;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
130 .snippet.autumn{}.snippet.autumn .hll{background-color:#ffffcc;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
131 .snippet.autumn .c{color:#aaaaaa;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
132 .snippet.autumn .err{color:#F00000;background-color:#f0a0a0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
133 .snippet.autumn .k{color:#0000aa;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
134 .snippet.autumn .cm{color:#aaaaaa;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
135 .snippet.autumn .cp{color:#4c8317;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
136 .snippet.autumn .c1{color:#aaaaaa;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
137 .snippet.autumn .cs{color:#0000aa;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
138 .snippet.autumn .gd{color:#aa0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
139 .snippet.autumn .ge{font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
140 .snippet.autumn .gr{color:#aa0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
141 .snippet.autumn .gh{color:#000080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
142 .snippet.autumn .gi{color:#00aa00;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
143 .snippet.autumn .go{color:#888888;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
144 .snippet.autumn .gp{color:#555555;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
145 .snippet.autumn .gs{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
146 .snippet.autumn .gu{color:#800080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
147 .snippet.autumn .gt{color:#aa0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
148 .snippet.autumn .kc{color:#0000aa;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
149 .snippet.autumn .kd{color:#0000aa;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
150 .snippet.autumn .kn{color:#0000aa;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
151 .snippet.autumn .kp{color:#0000aa;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
152 .snippet.autumn .kr{color:#0000aa;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
153 .snippet.autumn .kt{color:#00aaaa;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
154 .snippet.autumn .m{color:#009999;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
155 .snippet.autumn .s{color:#aa5500;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
156 .snippet.autumn .na{color:#1e90ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
157 .snippet.autumn .nb{color:#00aaaa;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
158 .snippet.autumn .nc{color:#00aa00;text-decoration:underline;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
159 .snippet.autumn .no{color:#aa0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
160 .snippet.autumn .nd{color:#888888;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
161 .snippet.autumn .ni{color:#800000;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
162 .snippet.autumn .nf{color:#00aa00;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
163 .snippet.autumn .nn{color:#00aaaa;text-decoration:underline;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
164 .snippet.autumn .nt{color:#1e90ff;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
165 .snippet.autumn .nv{color:#aa0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
166 .snippet.autumn .ow{color:#0000aa;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
167 .snippet.autumn .w{color:#bbbbbb;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
168 .snippet.autumn .mf{color:#009999;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
169 .snippet.autumn .mh{color:#009999;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
170 .snippet.autumn .mi{color:#009999;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
171 .snippet.autumn .mo{color:#009999;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
172 .snippet.autumn .sb{color:#aa5500;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
173 .snippet.autumn .sc{color:#aa5500;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
174 .snippet.autumn .sd{color:#aa5500;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
175 .snippet.autumn .s2{color:#aa5500;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
176 .snippet.autumn .se{color:#aa5500;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
177 .snippet.autumn .sh{color:#aa5500;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
178 .snippet.autumn .si{color:#aa5500;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
179 .snippet.autumn .sx{color:#aa5500;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
180 .snippet.autumn .sr{color:#009999;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
181 .snippet.autumn .s1{color:#aa5500;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
182 .snippet.autumn .ss{color:#0000aa;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
183 .snippet.autumn .bp{color:#00aaaa;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
184 .snippet.autumn .vc{color:#aa0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
185 .snippet.autumn .vg{color:#aa0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
186 .snippet.autumn .vi{color:#aa0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
187 .snippet.autumn .il{color:#009999;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
188 .snippet.borland{}.snippet.borland .hll{background-color:#ffffcc;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
189 .snippet.borland .c{color:#008800;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
190 .snippet.borland .err{color:#a61717;background-color:#e3d2d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
191 .snippet.borland .k{color:#000080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
192 .snippet.borland .cm{color:#008800;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
193 .snippet.borland .cp{color:#008080;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
194 .snippet.borland .c1{color:#008800;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
195 .snippet.borland .cs{color:#008800;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
196 .snippet.borland .gd{color:#000000;background-color:#ffdddd;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
197 .snippet.borland .ge{font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
198 .snippet.borland .gr{color:#aa0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
199 .snippet.borland .gh{color:#999999;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
200 .snippet.borland .gi{color:#000000;background-color:#ddffdd;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
201 .snippet.borland .go{color:#888888;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
202 .snippet.borland .gp{color:#555555;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
203 .snippet.borland .gs{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
204 .snippet.borland .gu{color:#aaaaaa;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
205 .snippet.borland .gt{color:#aa0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
206 .snippet.borland .kc{color:#000080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
207 .snippet.borland .kd{color:#000080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
208 .snippet.borland .kn{color:#000080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
209 .snippet.borland .kp{color:#000080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
210 .snippet.borland .kr{color:#000080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
211 .snippet.borland .kt{color:#000080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
212 .snippet.borland .m{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
213 .snippet.borland .s{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
214 .snippet.borland .na{color:#ff0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
215 .snippet.borland .nt{color:#000080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
216 .snippet.borland .ow{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
217 .snippet.borland .w{color:#bbbbbb;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
218 .snippet.borland .mf{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
219 .snippet.borland .mh{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
220 .snippet.borland .mi{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
221 .snippet.borland .mo{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
222 .snippet.borland .sb{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
223 .snippet.borland .sc{color:#800080;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
224 .snippet.borland .sd{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
225 .snippet.borland .s2{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
226 .snippet.borland .se{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
227 .snippet.borland .sh{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
228 .snippet.borland .si{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
229 .snippet.borland .sx{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
230 .snippet.borland .sr{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
231 .snippet.borland .s1{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
232 .snippet.borland .ss{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
233 .snippet.borland .il{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
234 .snippet.fruity{}.snippet.fruity .code-lines{background:#1b1b1b;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
235 .snippet.fruity .hll{background-color:#333333;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
236 .snippet.fruity .c{color:#008800;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
237 .snippet.fruity .err{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
238 .snippet.fruity .g{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
239 .snippet.fruity .k{color:#fb660a;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
240 .snippet.fruity .l{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
241 .snippet.fruity .n{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
242 .snippet.fruity .o{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
243 .snippet.fruity .x{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
244 .snippet.fruity .p{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
245 .snippet.fruity .cm{color:#008800;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
246 .snippet.fruity .cp{color:#ff0007;font-weight:bold;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
247 .snippet.fruity .c1{color:#008800;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
248 .snippet.fruity .cs{color:#008800;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
249 .snippet.fruity .gd{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
250 .snippet.fruity .ge{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
251 .snippet.fruity .gr{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
252 .snippet.fruity .gh{color:#ffffff;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
253 .snippet.fruity .gi{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
254 .snippet.fruity .go{color:#444444;background-color:#222222;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
255 .snippet.fruity .gp{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
256 .snippet.fruity .gs{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
257 .snippet.fruity .gu{color:#ffffff;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
258 .snippet.fruity .gt{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
259 .snippet.fruity .kc{color:#fb660a;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
260 .snippet.fruity .kd{color:#fb660a;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
261 .snippet.fruity .kn{color:#fb660a;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
262 .snippet.fruity .kp{color:#fb660a;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
263 .snippet.fruity .kr{color:#fb660a;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
264 .snippet.fruity .kt{color:#cdcaa9;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
265 .snippet.fruity .ld{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
266 .snippet.fruity .m{color:#0086f7;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
267 .snippet.fruity .s{color:#0086d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
268 .snippet.fruity .na{color:#ff0086;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
269 .snippet.fruity .nb{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
270 .snippet.fruity .nc{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
271 .snippet.fruity .no{color:#0086d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
272 .snippet.fruity .nd{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
273 .snippet.fruity .ni{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
274 .snippet.fruity .ne{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
275 .snippet.fruity .nf{color:#ff0086;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
276 .snippet.fruity .nl{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
277 .snippet.fruity .nn{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
278 .snippet.fruity .nx{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
279 .snippet.fruity .py{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
280 .snippet.fruity .nt{color:#fb660a;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
281 .snippet.fruity .nv{color:#fb660a;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
282 .snippet.fruity .ow{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
283 .snippet.fruity .w{color:#888888;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
284 .snippet.fruity .mf{color:#0086f7;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
285 .snippet.fruity .mh{color:#0086f7;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
286 .snippet.fruity .mi{color:#0086f7;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
287 .snippet.fruity .mo{color:#0086f7;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
288 .snippet.fruity .sb{color:#0086d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
289 .snippet.fruity .sc{color:#0086d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
290 .snippet.fruity .sd{color:#0086d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
291 .snippet.fruity .s2{color:#0086d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
292 .snippet.fruity .se{color:#0086d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
293 .snippet.fruity .sh{color:#0086d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
294 .snippet.fruity .si{color:#0086d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
295 .snippet.fruity .sx{color:#0086d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
296 .snippet.fruity .sr{color:#0086d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
297 .snippet.fruity .s1{color:#0086d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
298 .snippet.fruity .ss{color:#0086d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
299 .snippet.fruity .bp{color:#ffffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
300 .snippet.fruity .vc{color:#fb660a;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
301 .snippet.fruity .vg{color:#fb660a;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
302 .snippet.fruity .vi{color:#fb660a;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
303 .snippet.fruity .il{color:#0086f7;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
304 .snippet.tango{}.snippet.tango .hll{background-color:#ffffcc;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
305 .snippet.tango .c{color:#8f5902;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
306 .snippet.tango .err{color:#a40000;border:1px solid #ef2929;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
307 .snippet.tango .g{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
308 .snippet.tango .k{color:#204a87;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
309 .snippet.tango .l{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
310 .snippet.tango .n{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
311 .snippet.tango .o{color:#ce5c00;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
312 .snippet.tango .x{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
313 .snippet.tango .p{color:#000000;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
314 .snippet.tango .cm{color:#8f5902;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
315 .snippet.tango .cp{color:#8f5902;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
316 .snippet.tango .c1{color:#8f5902;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
317 .snippet.tango .cs{color:#8f5902;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
318 .snippet.tango .gd{color:#a40000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
319 .snippet.tango .ge{color:#000000;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
320 .snippet.tango .gr{color:#ef2929;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
321 .snippet.tango .gh{color:#000080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
322 .snippet.tango .gi{color:#00a000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
323 .snippet.tango .go{color:#000000;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
324 .snippet.tango .gp{color:#8f5902;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
325 .snippet.tango .gs{color:#000000;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
326 .snippet.tango .gu{color:#800080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
327 .snippet.tango .gt{color:#a40000;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
328 .snippet.tango .kc{color:#204a87;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
329 .snippet.tango .kd{color:#204a87;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
330 .snippet.tango .kn{color:#204a87;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
331 .snippet.tango .kp{color:#204a87;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
332 .snippet.tango .kr{color:#204a87;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
333 .snippet.tango .kt{color:#204a87;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
334 .snippet.tango .ld{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
335 .snippet.tango .m{color:#0000cf;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
336 .snippet.tango .s{color:#4e9a06;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
337 .snippet.tango .na{color:#c4a000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
338 .snippet.tango .nb{color:#204a87;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
339 .snippet.tango .nc{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
340 .snippet.tango .no{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
341 .snippet.tango .nd{color:#5c35cc;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
342 .snippet.tango .ni{color:#ce5c00;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
343 .snippet.tango .ne{color:#cc0000;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
344 .snippet.tango .nf{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
345 .snippet.tango .nl{color:#f57900;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
346 .snippet.tango .nn{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
347 .snippet.tango .nx{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
348 .snippet.tango .py{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
349 .snippet.tango .nt{color:#204a87;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
350 .snippet.tango .nv{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
351 .snippet.tango .ow{color:#204a87;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
352 .snippet.tango .w{color:#f8f8f8;text-decoration:underline;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
353 .snippet.tango .mf{color:#0000cf;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
354 .snippet.tango .mh{color:#0000cf;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
355 .snippet.tango .mi{color:#0000cf;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
356 .snippet.tango .mo{color:#0000cf;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
357 .snippet.tango .sb{color:#4e9a06;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
358 .snippet.tango .sc{color:#4e9a06;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
359 .snippet.tango .sd{color:#8f5902;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
360 .snippet.tango .s2{color:#4e9a06;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
361 .snippet.tango .se{color:#4e9a06;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
362 .snippet.tango .sh{color:#4e9a06;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
363 .snippet.tango .si{color:#4e9a06;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
364 .snippet.tango .sx{color:#4e9a06;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
365 .snippet.tango .sr{color:#4e9a06;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
366 .snippet.tango .s1{color:#4e9a06;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
367 .snippet.tango .ss{color:#4e9a06;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
368 .snippet.tango .bp{color:#3465a4;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
369 .snippet.tango .vc{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
370 .snippet.tango .vg{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
371 .snippet.tango .vi{color:#000000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
372 .snippet.tango .il{color:#0000cf;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
373 .snippet.native{}.snippet.native .code-lines{background:#1b1b1b;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
374 .snippet.native .hll{background-color:#404040;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
375 .snippet.native .c{color:#999999;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
376 .snippet.native .err{color:#a61717;background-color:#e3d2d2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
377 .snippet.native .g{color:#d0d0d0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
378 .snippet.native .k{color:#6ab825;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
379 .snippet.native .l{color:#d0d0d0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
380 .snippet.native .n{color:#d0d0d0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
381 .snippet.native .o{color:#d0d0d0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
382 .snippet.native .x{color:#d0d0d0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
383 .snippet.native .p{color:#d0d0d0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
384 .snippet.native .cm{color:#999999;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
385 .snippet.native .cp{color:#cd2828;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
386 .snippet.native .c1{color:#999999;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
387 .snippet.native .cs{color:#e50808;font-weight:bold;background-color:#520000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
388 .snippet.native .gd{color:#d22323;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
389 .snippet.native .ge{color:#d0d0d0;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
390 .snippet.native .gr{color:#d22323;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
391 .snippet.native .gh{color:#ffffff;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
392 .snippet.native .gi{color:#589819;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
393 .snippet.native .go{color:#cccccc;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
394 .snippet.native .gp{color:#aaaaaa;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
395 .snippet.native .gs{color:#d0d0d0;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
396 .snippet.native .gu{color:#ffffff;text-decoration:underline;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
397 .snippet.native .gt{color:#d22323;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
398 .snippet.native .kc{color:#6ab825;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
399 .snippet.native .kd{color:#6ab825;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
400 .snippet.native .kn{color:#6ab825;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
401 .snippet.native .kp{color:#6ab825;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
402 .snippet.native .kr{color:#6ab825;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
403 .snippet.native .kt{color:#6ab825;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
404 .snippet.native .ld{color:#d0d0d0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
405 .snippet.native .m{color:#3677a9;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
406 .snippet.native .s{color:#ed9d13;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
407 .snippet.native .na{color:#bbbbbb;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
408 .snippet.native .nb{color:#24909d;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
409 .snippet.native .nc{color:#447fcf;text-decoration:underline;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
410 .snippet.native .no{color:#40ffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
411 .snippet.native .nd{color:#ffa500;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
412 .snippet.native .ni{color:#d0d0d0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
413 .snippet.native .ne{color:#bbbbbb;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
414 .snippet.native .nf{color:#447fcf;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
415 .snippet.native .nl{color:#d0d0d0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
416 .snippet.native .nn{color:#447fcf;text-decoration:underline;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
417 .snippet.native .nx{color:#d0d0d0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
418 .snippet.native .py{color:#d0d0d0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
419 .snippet.native .nt{color:#6ab825;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
420 .snippet.native .nv{color:#40ffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
421 .snippet.native .ow{color:#6ab825;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
422 .snippet.native .w{color:#666666;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
423 .snippet.native .mf{color:#3677a9;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
424 .snippet.native .mh{color:#3677a9;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
425 .snippet.native .mi{color:#3677a9;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
426 .snippet.native .mo{color:#3677a9;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
427 .snippet.native .sb{color:#ed9d13;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
428 .snippet.native .sc{color:#ed9d13;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
429 .snippet.native .sd{color:#ed9d13;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
430 .snippet.native .s2{color:#ed9d13;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
431 .snippet.native .se{color:#ed9d13;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
432 .snippet.native .sh{color:#ed9d13;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
433 .snippet.native .si{color:#ed9d13;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
434 .snippet.native .sx{color:#ffa500;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
435 .snippet.native .sr{color:#ed9d13;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
436 .snippet.native .s1{color:#ed9d13;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
437 .snippet.native .ss{color:#ed9d13;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
438 .snippet.native .bp{color:#24909d;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
439 .snippet.native .vc{color:#40ffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
440 .snippet.native .vg{color:#40ffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
441 .snippet.native .vi{color:#40ffff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
442 .snippet.native .il{color:#3677a9;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
443 .snippet.vs{}.snippet.vs .hll{background-color:#ffffcc;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
444 .snippet.vs .c{color:#008000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
445 .snippet.vs .err{border:1px solid #ff0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
446 .snippet.vs .k{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
447 .snippet.vs .cm{color:#008000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
448 .snippet.vs .cp{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
449 .snippet.vs .c1{color:#008000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
450 .snippet.vs .cs{color:#008000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
451 .snippet.vs .ge{font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
452 .snippet.vs .gh{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
453 .snippet.vs .gp{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
454 .snippet.vs .gs{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
455 .snippet.vs .gu{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
456 .snippet.vs .kc{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
457 .snippet.vs .kd{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
458 .snippet.vs .kn{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
459 .snippet.vs .kp{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
460 .snippet.vs .kr{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
461 .snippet.vs .kt{color:#2b91af;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
462 .snippet.vs .s{color:#a31515;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
463 .snippet.vs .nc{color:#2b91af;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
464 .snippet.vs .ow{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
465 .snippet.vs .sb{color:#a31515;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
466 .snippet.vs .sc{color:#a31515;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
467 .snippet.vs .sd{color:#a31515;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
468 .snippet.vs .s2{color:#a31515;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
469 .snippet.vs .se{color:#a31515;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
470 .snippet.vs .sh{color:#a31515;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
471 .snippet.vs .si{color:#a31515;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
472 .snippet.vs .sx{color:#a31515;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
473 .snippet.vs .sr{color:#a31515;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
474 .snippet.vs .s1{color:#a31515;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
475 .snippet.vs .ss{color:#a31515;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
476 .snippet.monokai{}.snippet.monokai .code-lines{background:#272822;color:#F8F8F2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
477 .snippet.monokai .hll{background-color:#49483e;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
478 .snippet.monokai .c{color:#75715e;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
479 .snippet.monokai .err{color:#960050;background-color:#1e0010;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
480 .snippet.monokai .k{color:#66d9ef;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
481 .snippet.monokai .l{color:#ae81ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
482 .snippet.monokai .n{color:#f8f8f2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
483 .snippet.monokai .o{color:#f92672;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
484 .snippet.monokai .p{color:#f8f8f2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
485 .snippet.monokai .cm{color:#75715e;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
486 .snippet.monokai .cp{color:#75715e;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
487 .snippet.monokai .c1{color:#75715e;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
488 .snippet.monokai .cs{color:#75715e;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
489 .snippet.monokai .ge{font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
490 .snippet.monokai .gs{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
491 .snippet.monokai .kc{color:#66d9ef;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
492 .snippet.monokai .kd{color:#66d9ef;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
493 .snippet.monokai .kn{color:#f92672;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
494 .snippet.monokai .kp{color:#66d9ef;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
495 .snippet.monokai .kr{color:#66d9ef;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
496 .snippet.monokai .kt{color:#66d9ef;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
497 .snippet.monokai .ld{color:#e6db74;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
498 .snippet.monokai .m{color:#ae81ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
499 .snippet.monokai .s{color:#e6db74;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
500 .snippet.monokai .na{color:#a6e22e;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
501 .snippet.monokai .nb{color:#f8f8f2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
502 .snippet.monokai .nc{color:#a6e22e;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
503 .snippet.monokai .no{color:#66d9ef;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
504 .snippet.monokai .nd{color:#a6e22e;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
505 .snippet.monokai .ni{color:#f8f8f2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
506 .snippet.monokai .ne{color:#a6e22e;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
507 .snippet.monokai .nf{color:#a6e22e;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
508 .snippet.monokai .nl{color:#f8f8f2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
509 .snippet.monokai .nn{color:#f8f8f2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
510 .snippet.monokai .nx{color:#a6e22e;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
511 .snippet.monokai .py{color:#f8f8f2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
512 .snippet.monokai .nt{color:#f92672;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
513 .snippet.monokai .nv{color:#f8f8f2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
514 .snippet.monokai .ow{color:#f92672;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
515 .snippet.monokai .w{color:#f8f8f2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
516 .snippet.monokai .mf{color:#ae81ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
517 .snippet.monokai .mh{color:#ae81ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
518 .snippet.monokai .mi{color:#ae81ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
519 .snippet.monokai .mo{color:#ae81ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
520 .snippet.monokai .sb{color:#e6db74;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
521 .snippet.monokai .sc{color:#e6db74;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
522 .snippet.monokai .sd{color:#e6db74;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
523 .snippet.monokai .s2{color:#e6db74;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
524 .snippet.monokai .se{color:#ae81ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
525 .snippet.monokai .sh{color:#e6db74;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
526 .snippet.monokai .si{color:#e6db74;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
527 .snippet.monokai .sx{color:#e6db74;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
528 .snippet.monokai .sr{color:#e6db74;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
529 .snippet.monokai .s1{color:#e6db74;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
530 .snippet.monokai .ss{color:#e6db74;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
531 .snippet.monokai .bp{color:#f8f8f2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
532 .snippet.monokai .vc{color:#f8f8f2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
533 .snippet.monokai .vg{color:#f8f8f2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
534 .snippet.monokai .vi{color:#f8f8f2;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
535 .snippet.monokai .il{color:#ae81ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
536 .snippet.emacs{}.snippet.emacs .hll{background-color:#ffffcc;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
537 .snippet.emacs .c{color:#008800;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
538 .snippet.emacs .err{border:1px solid #ff0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
539 .snippet.emacs .k{color:#AA22FF;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
540 .snippet.emacs .o{color:#666666;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
541 .snippet.emacs .cm{color:#008800;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
542 .snippet.emacs .cp{color:#008800;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
543 .snippet.emacs .c1{color:#008800;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
544 .snippet.emacs .cs{color:#008800;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
545 .snippet.emacs .gd{color:#a00000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
546 .snippet.emacs .ge{font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
547 .snippet.emacs .gr{color:#ff0000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
548 .snippet.emacs .gh{color:#000080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
549 .snippet.emacs .gi{color:#00a000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
550 .snippet.emacs .go{color:#808080;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
551 .snippet.emacs .gp{color:#000080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
552 .snippet.emacs .gs{font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
553 .snippet.emacs .gu{color:#800080;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
554 .snippet.emacs .gt{color:#0040d0;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
555 .snippet.emacs .kc{color:#AA22FF;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
556 .snippet.emacs .kd{color:#AA22FF;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
557 .snippet.emacs .kn{color:#AA22FF;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
558 .snippet.emacs .kp{color:#aa22ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
559 .snippet.emacs .kr{color:#AA22FF;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
560 .snippet.emacs .kt{color:#00BB00;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
561 .snippet.emacs .m{color:#666666;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
562 .snippet.emacs .s{color:#bb4444;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
563 .snippet.emacs .na{color:#bb4444;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
564 .snippet.emacs .nb{color:#aa22ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
565 .snippet.emacs .nc{color:#0000ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
566 .snippet.emacs .no{color:#880000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
567 .snippet.emacs .nd{color:#aa22ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
568 .snippet.emacs .ni{color:#999999;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
569 .snippet.emacs .ne{color:#D2413A;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
570 .snippet.emacs .nf{color:#00a000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
571 .snippet.emacs .nl{color:#a0a000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
572 .snippet.emacs .nn{color:#0000FF;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
573 .snippet.emacs .nt{color:#008000;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
574 .snippet.emacs .nv{color:#b8860b;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
575 .snippet.emacs .ow{color:#AA22FF;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
576 .snippet.emacs .w{color:#bbbbbb;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
577 .snippet.emacs .mf{color:#666666;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
578 .snippet.emacs .mh{color:#666666;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
579 .snippet.emacs .mi{color:#666666;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
580 .snippet.emacs .mo{color:#666666;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
581 .snippet.emacs .sb{color:#bb4444;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
582 .snippet.emacs .sc{color:#bb4444;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
583 .snippet.emacs .sd{color:#BB4444;font-style:italic;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
584 .snippet.emacs .s2{color:#bb4444;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
585 .snippet.emacs .se{color:#BB6622;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
586 .snippet.emacs .sh{color:#bb4444;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
587 .snippet.emacs .si{color:#BB6688;font-weight:bold;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
588 .snippet.emacs .sx{color:#008000;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
589 .snippet.emacs .sr{color:#bb6688;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
590 .snippet.emacs .s1{color:#bb4444;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
591 .snippet.emacs .ss{color:#b8860b;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
592 .snippet.emacs .bp{color:#aa22ff;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
593 .snippet.emacs .vc{color:#b8860b;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
594 .snippet.emacs .vg{color:#b8860b;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
595 .snippet.emacs .vi{color:#b8860b;} |
7a27b1c9cb84
Add LESS compilation (toggled in settings)
dellsystem <ilostwaldo@gmail.com>
parents:
diff
changeset
|
596 .snippet.emacs .il{color:#666666;} |
209
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
597 |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
598 /* Comments and Rating CSS*/ |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
599 #comment |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
600 { |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
601 /*#gradient(@offWhite, @lighterGrey);*/ |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
602 max-width:700px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
603 border-left: 1px solid #e8e8e8; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
604 margin: 5px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
605 } |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
606 #comment-box |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
607 { |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
608 width: 500px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
609 height: 100px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
610 margin-left: 20px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
611 } |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
612 .names |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
613 { |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
614 font-weight: bold; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
615 margin-left: 5px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
616 } |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
617 |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
618 .comment-node-child |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
619 { |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
620 margin-left:13px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
621 max-width:700px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
622 margin-bottom: 3px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
623 border-left: 2px solid #e7e7e7; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
624 } |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
625 |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
626 .comment-node |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
627 { |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
628 margin-top: 5px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
629 border: 2px solid #e1e1e1; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
630 max-width: 700px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
631 border-radius: 3px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
632 } |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
633 .comment-bar |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
634 { |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
635 margin: 2px 0 2px 2px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
636 color: blue; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
637 font-size: 16px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
638 background: #e0e0e0; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
639 width: 97%; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
640 padding: 2px 0 2px 10px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
641 |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
642 } |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
643 [ name=comment ] |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
644 { |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
645 width:97%; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
646 height: 100px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
647 } |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
648 .reply-button |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
649 { |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
650 margin: 3px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
651 border: 3px solid #e9e9e9; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
652 width: 70px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
653 height: 30px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
654 background: white; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
655 padding: 2px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
656 } |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
657 .comment-body{padding-left: 15px;} |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
658 #radio_votes{margin:5px;} |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
659 #radio_votes ul{ |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
660 list-style: none; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
661 display:block; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
662 } |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
663 #radio_votes ul li{ |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
664 float:left; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
665 font-weight: bold; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
666 margin: 2px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
667 } |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
668 #rate_label{ |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
669 float:left; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
670 margin-right:3px; |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
671 } |
951a7f06b09b
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
parents:
185
diff
changeset
|
672 .rate_radio{margin:2px;} |