stagit

- static git page generator
git clone git://git.acid.vegas/stagit.git
Log | Files | Refs | Archive | README | LICENSE

style.css (2056B)

      1 *{font-family:monospace}
      2 a{color:#8dc;text-decoration:none}
      3 a:hover{color:#8dc}
      4 a:target {background-color:#222;}
      5 body{background-color:#000;color:#bdbdbd;font-size:14px;}
      6 code{background-color:#222;border:1px solid #444;border-radius:5px;color:#fff;display:inline-block;margin:0;padding-left:10px;padding-right:10px;}
      7 h1{display:inline;}
      8 hr{border:1px solid #222}
      9 table thead td{font-weight:bold;}
     10 table td{padding:0 0.3em;}
     11 table tr{margin:0px;}
     12 img{max-width:800px}
     13 .border-bottom{border-bottom:1px solid #222;}
     14 .container{border:1px solid #222;border-radius:5px;padding-top:10px;padding-bottom:10px;overflow-x:auto;}
     15 .desc{color:#aaa;}
     16 td.num{text-align:right;}
     17 #blob{text-align:left;}
     18 #blob a{color:#555;}
     19 #blob a:hover{color:#56c8ff;text-decoration:none;}
     20 #blob a:target{color:#eee;}
     21 #content table td{vertical-align:top;white-space:nowrap;}
     22 #index .category td {font-style: italic;}
     23 #index .item-repo td:first-child{padding-left:1.5em;}
     24 #footer{font-size:smaller;padding-top:10px;}
     25 #files tbody tr:hover td, #index .item-repo:hover td, #log tbody tr:hover td{background-color:#111}
     26 #files tr td:nth-child(2), #index .item-repo td:nth-child(2), #log tr td:nth-child(2){white-space:normal;}
     27 .container, #container, #content, #footer, #index, #log{width:100%;max-width:800px;}
     28 
     29 a.d, a.h, a.i, a.line {text-decoration:none;}
     30 h1, h2, h3, h4, h5, h6{font-size:1em;margin:0;}
     31 img, h1, h2{vertical-align: middle;}
     32 #branches tr td:nth-child(3),
     33 #branches tr:hover td, #tags tr:hover td{background-color:#111;}
     34 #tags tr td:nth-child(3){white-space:normal;}
     35 .A, span.i, pre a.i{color:#00cd00;}
     36 .D, span.d, pre a.d {color:#cd0000;}
     37 .md{text-align:left;}
     38 .md h1{font-size:1.5em;}
     39 .md h2{font-size:1.25em;}
     40 .md table{border-collapse:collapse;margin:1em 1em;border:1px solid var(--border);}
     41 .md table td, .md table th{padding:0.25em 1em;border:1px solid var(--border);}
     42 pre a.h{color:#00cdcd;}
     43 pre a.h:hover, pre a.i:hover, pre a.d:hover{text-decoration:none;}
     44 pre:not(#readme){overflow-x:auto;border:1px solid var(--code-border);border-radius:4px;padding: 10px;}