stagit

static git page - forked from git.codemadness.org/stagit
git clone git://src.gearsix.net/stagitstagit.zip
Log | Files | Refs | Atom | README | LICENSE

style-gearsix.css (raw) (677B)


   1 body {
   2   background-image: url(/background.png);
   3   background-repeat: repeat;
   4   
   5   color: #ccc;
   6   font-family: monospace;
   7   font-size: 11pt;
   8 }
   9 a {
  10   color: #8dc;
  11 }
  12 a.h {
  13   color: #fff;
  14 }
  15 a.i {
  16   color: #8d8;
  17 }
  18 a.d {
  19   color: #d88;
  20 }
  21 a.h, a.i, a.d {
  22   text-decoration: none;
  23 }
  24 a:hover {
  25   text-shadow: 1px 1px 5px #8dc;
  26 }
  27 h1, h2 {
  28   margin: 0;
  29 }
  30 hr {
  31   border-top: 0;
  32   border-bottom: dashed 1px white;
  33 }
  34 table {
  35   padding-bottom: 1em;
  36 }
  37 table td {
  38   padding: 0 1em;
  39   max-width: 60vw;
  40   vertical-align: middle;
  41 }
  42 td #contact {
  43   vertical-algin: middle;
  44 }
  45 #content table tr:hover {
  46   background-color: #333;
  47 }
  48 pre {
  49   white-space: pre-wrap;
  50 }
  51 .line {
  52   text-decoration: none;
  53 }