merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

brown-paper.css (795B)


      1 /*
      2 
      3 Brown Paper style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
      4 
      5 */
      6 
      7 .hljs {
      8   display: block;
      9   overflow-x: auto;
     10   padding: 0.5em;
     11 }
     12 
     13 .hljs-keyword,
     14 .hljs-selector-tag,
     15 .hljs-literal {
     16   color:#005599;
     17   font-weight:bold;
     18 }
     19 
     20 .hljs,
     21 .hljs-subst {
     22   color: #363c69;
     23 }
     24 
     25 .hljs-string,
     26 .hljs-title,
     27 .hljs-section,
     28 .hljs-type,
     29 .hljs-attribute,
     30 .hljs-symbol,
     31 .hljs-bullet,
     32 .hljs-built_in,
     33 .hljs-addition,
     34 .hljs-variable,
     35 .hljs-template-tag,
     36 .hljs-template-variable,
     37 .hljs-link,
     38 .hljs-name {
     39   color: #2c009f;
     40 }
     41 
     42 .hljs-comment,
     43 .hljs-quote,
     44 .hljs-meta,
     45 .hljs-deletion {
     46   color: #802022;
     47 }
     48 
     49 .hljs-keyword,
     50 .hljs-selector-tag,
     51 .hljs-literal,
     52 .hljs-doctag,
     53 .hljs-title,
     54 .hljs-section,
     55 .hljs-type,
     56 .hljs-name,
     57 .hljs-strong {
     58   font-weight: bold;
     59 }
     60 
     61 .hljs-emphasis {
     62   font-style: italic;
     63 }