102102 ul , ol { margin-bottom : 20px ; }
103103 ul { list-style : none outside; }
104104 ol { list-style : decimal; }
105- ol , ul .square , ul .circle , ul .disc { margin-left : 30px ; }
106105 ul , ul .square { list-style : square outside; }
107106 ul ul , ul .circle { list-style : circle outside; }
108107 ul ul ul , ul .disc { list-style : disc outside; }
109- ul ul , ul ol ,
110- ol ol , ol ul { margin : 4px 0 5px 30px ; font-size : 90% ; }
111108 ul ul li , ul ol li ,
112109 ol ol li , ol ul li { margin-bottom : 6px ; }
113110 li { line-height : 18px ; margin-bottom : 12px ; }
265262 .add-bottom { margin-bottom : 20px !important ; }
266263
267264
265+
266+ /* #Syntax highlighting
267+ ================================================== */
268+
269+
270+ .highlighttable {
271+ color : # f8f8f2 ;
272+ table-layout : fixed;
273+ white-space : nowrap;
274+ width : 90% ;
275+ }
276+
277+ .highlighttable pre , .highlighttable code { display : block; margin : 0 ; padding : 0 ; background : none; overflow : auto; word-wrap : normal; }
278+
279+ .highlight , .linenodiv {
280+ background-image : url (data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIHWPQ1dU1BgABzQC7XXMTYQAAAABJRU5ErkJggg==);
281+ display : block;
282+ padding : 10px ;
283+ margin-bottom : 20px ;
284+ }
285+ .linenodiv , .lineno { color : # ccc ; }
286+
287+ td .linenos { width : 40px ; }
288+
289+ .linenodiv {
290+ border-right : none;
291+ padding : 10px ;
292+ text-align : right;
293+ }
294+ span .lineno {
295+ display : block;
296+ float : left;
297+ width : 40px ;
298+ padding-right : 8px ;
299+ text-align : right;
300+ }
301+
302+
303+ .hll { background-color : # 49483e }
304+ .c { color : # 75715e } /* Comment */
305+ .err { color : # 960050 ; background-color : # 1e0010 } /* Error */
306+ .k { color : # 66d9ef } /* Keyword */
307+ .l { color : # ae81ff } /* Literal */
308+ .n { color : # f8f8f2 } /* Name */
309+ .o { color : # f92672 } /* Operator */
310+ .p { color : # f8f8f2 } /* Punctuation */
311+ .cm { color : # 75715e } /* Comment.Multiline */
312+ .cp { color : # 75715e } /* Comment.Preproc */
313+ .c1 { color : # 75715e } /* Comment.Single */
314+ .cs { color : # 75715e } /* Comment.Special */
315+ .ge { font-style : italic } /* Generic.Emph */
316+ .gs { font-weight : bold } /* Generic.Strong */
317+ .kc { color : # 66d9ef } /* Keyword.Constant */
318+ .kd { color : # 66d9ef } /* Keyword.Declaration */
319+ .kn { color : # f92672 } /* Keyword.Namespace */
320+ .kp { color : # 66d9ef } /* Keyword.Pseudo */
321+ .kr { color : # 66d9ef } /* Keyword.Reserved */
322+ .kt { color : # 66d9ef } /* Keyword.Type */
323+ .ld { color : # e6db74 } /* Literal.Date */
324+ .m { color : # ae81ff } /* Literal.Number */
325+ .s { color : # e6db74 } /* Literal.String */
326+ .na { color : # a6e22e } /* Name.Attribute */
327+ .nb { color : # f8f8f2 } /* Name.Builtin */
328+ .nc { color : # a6e22e } /* Name.Class */
329+ .no { color : # 66d9ef } /* Name.Constant */
330+ .nd { color : # a6e22e } /* Name.Decorator */
331+ .ni { color : # f8f8f2 } /* Name.Entity */
332+ .ne { color : # a6e22e } /* Name.Exception */
333+ .nf { color : # a6e22e } /* Name.Function */
334+ .nl { color : # f8f8f2 } /* Name.Label */
335+ .nn { color : # f8f8f2 } /* Name.Namespace */
336+ .nx { color : # a6e22e } /* Name.Other */
337+ .py { color : # f8f8f2 } /* Name.Property */
338+ .nt { color : # f92672 } /* Name.Tag */
339+ .nv { color : # f8f8f2 } /* Name.Variable */
340+ .ow { color : # f92672 } /* Operator.Word */
341+ .w { color : # f8f8f2 } /* Text.Whitespace */
342+ .mf { color : # ae81ff } /* Literal.Number.Float */
343+ .mh { color : # ae81ff } /* Literal.Number.Hex */
344+ .mi { color : # ae81ff } /* Literal.Number.Integer */
345+ .mo { color : # ae81ff } /* Literal.Number.Oct */
346+ .sb { color : # e6db74 } /* Literal.String.Backtick */
347+ .sc { color : # e6db74 } /* Literal.String.Char */
348+ .sd { color : # e6db74 } /* Literal.String.Doc */
349+ .s2 { color : # e6db74 } /* Literal.String.Double */
350+ .se { color : # ae81ff } /* Literal.String.Escape */
351+ .sh { color : # e6db74 } /* Literal.String.Heredoc */
352+ .si { color : # e6db74 } /* Literal.String.Interpol */
353+ .sx { color : # e6db74 } /* Literal.String.Other */
354+ .sr { color : # e6db74 } /* Literal.String.Regex */
355+ .s1 { color : # e6db74 } /* Literal.String.Single */
356+ .ss { color : # e6db74 } /* Literal.String.Symbol */
357+ .bp { color : # f8f8f2 } /* Name.Builtin.Pseudo */
358+ .vc { color : # f8f8f2 } /* Name.Variable.Class */
359+ .vg { color : # f8f8f2 } /* Name.Variable.Global */
360+ .vi { color : # f8f8f2 } /* Name.Variable.Instance */
361+ .il { color : # ae81ff } /* Literal.Number.Integer.Long */
362+
363+ .gh { } /* Generic Heading & Diff Header */
364+ .gu { color : # 75715e ; } /* Generic.Subheading & Diff Unified/Comment? */
365+ .gd { color : # f92672 ; } /* Generic.Deleted & Diff Deleted */
366+ .gi { color : # a6e22e ; } /* Generic.Inserted & Diff Inserted */
0 commit comments