style.css - clic - Clic is an command line interactive client for gopher written in Common LISP
 (HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
       style.css (1459B)
       ---
            1 /*
            2 Copyright 2006,2007 Greg Pfeil
            3 
            4 Distributed under the MIT license (see LICENSE file)
            5 */
            6 
            7 tbody {
            8     border-top: thin dotted black;
            9 }
           10 
           11 .failure {
           12     background-color: #ff0;
           13 }
           14 
           15 .nonexistant {
           16     background-color: #ccc;
           17 }
           18 
           19 .perfect {
           20     background-color: #0f0;
           21 }
           22 
           23 .error {
           24     background-color: #f00;
           25 }
           26 
           27 .header {
           28         font-size: medium;
           29         background-color:#336699;
           30         color:#ffffff;
           31         border-style:solid;
           32         border-width: 5px;
           33         border-color:#002244;
           34         padding: 1mm 1mm 1mm 5mm;
           35 }
           36 
           37 .footer {
           38         font-size: small;
           39         font-style: italic;
           40         text-align: right;
           41         background-color:#336699;
           42         color:#ffffff;
           43         border-style:solid;
           44         border-width: 2px;
           45         border-color:#002244;
           46         padding: 1mm 1mm 1mm 1mm;
           47 }
           48 
           49 .footer a:link {
           50         font-weight:bold;
           51         color:#ffffff;
           52         background-color: #336699;
           53         text-decoration:underline;
           54 }
           55 
           56 .footer a:visited {
           57         font-weight:bold;
           58         color:#ffffff; 
           59         background-color: #336699;
           60         text-decoration:underline;
           61 }
           62 
           63 .footer a:hover { 
           64         font-weight:bold; 
           65         color:#002244; 
           66         background-color: #336699;
           67         text-decoration:underline; }
           68 
           69 .check {font-size: x-small;
           70         text-align:right;}
           71 
           72 .check a:link { font-weight:bold;
           73                 color:#a0a0ff;
           74                 background-color: #FFFFFF;
           75                 text-decoration:underline; }
           76 
           77 .check a:visited { font-weight:bold;
           78                    color:#a0a0ff;
           79                    background-color: #FFFFFF;
           80                    text-decoration:underline; }
           81 
           82 .check a:hover { font-weight:bold;
           83                  color:#000000;
           84                  background-color: #FFFFFF;
           85                  text-decoration:underline; }
           86