tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

activity-home.css (2643B)


      1 /* Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
      2   The following software licensing rules apply:
      3   http://www.w3.org/Consortium/Legal/copyright-software */
      4 
      5 /* $Id: activity-home.css,v 1.4 2003/01/17 22:44:17 slesch Exp $ */
      6 
      7 /*   Single style sheet for ALL activity Home pages please
      8 ** Tim     
      9 **  We need consistency on our web site - Nov 99 AC meeting
     10 **  Please do NOT use in-line style.
     11 **  Discuss this style sheet with other users and me 
     12 **    before fixing it
     13 */
     14 
     15 /* These bits from Dave's inline stylein the HTML home page 
     16  tbl 19991115
     17 */
     18 
     19  body { 
     20    margin-left: 10%; 
     21    margin-right: 5%; 
     22    font-family: sans-serif
     23  }
     24  h1 { margin-left: -8% }
     25  h2 { margin-left: -4% }
     26  h2 { color: #990066}
     27  h3 { color: black }
     28  pre { color: green; font-weight: bold }
     29  em { font-style: italic; font-weight: bold }
     30  strong { text-transform: uppercase; font-weight: bold }
     31  b { color:#990066}
     32 
     33  td { background: #FFBFBF }
     34  th { background: #A0A0A4 }
     35  caption { text-decoration: underline; margin-top: 1em }
     36  .splash { color: #009966}
     37  p.banner { margin-left: -4% }
     38  b.black { color: black}
     39  b.pink {color:#990066}     /* gimme a break -tbl */
     40  p.pink {color:#990066}     /* sep of form and content?! */
     41 
     42  blockquote { color: black; font-style:italic;
     43               font-family: "Comic Sans MS", sans-serif;}
     44  pre { font-family: monospace }
     45  div.disclaimer {margin-left: -8%}
     46  div.color {
     47              background: rgb(255,204,255);
     48              padding: 0.5em;
     49              border: none
     50            }
     51 
     52 
     53 h3.c3 {text-align: center}
     54 p.c2 {text-align: center}
     55 h1.c1 {text-align: left}
     56 
     57 /* These bits from Chris L's inline style in the
     58   Graphics home page
     59  tbl 19991115
     60 */
     61 
     62 body {
     63 background: white; color: black;
     64 /*	font-family: serif;   WinIE 4 to 5.5 problem with generic serif 20010726 */
     65 }
     66 
     67 div.main { 
     68 margin-left: 5%; margin-right: 2% 
     69 }
     70 h1, h2, h3 {
     71 font-family: arial, helvetica, sans-serif 
     72 }
     73 h2 {
     74 margin-left:-2%
     75 }
     76 .date {color: #000; background: #DFD;  font-style: italic; font-weight: bold; 
     77 vertical-align: top; border: none}
     78 .format {
     79 color: #000; 
     80 background: #DFD;  
     81 font-style: italic; 
     82 font-weight: bold; 
     83 vertical-align: top; 
     84 border: none
     85 }
     86 
     87 td {
     88 margin: 6px 
     89 }
     90 
     91 .offsite:link {
     92 color: #393 
     93 }
     94 
     95 .offsite:visited {
     96 color: #666 
     97 }
     98 .newslist {
     99 margin: 3px 8px
    100 }
    101 
    102 pre {  
    103 font-family: Syntax, "Courier New", Courier, monospace 
    104 }
    105 
    106 .qdlogo { 
    107 height: 48px; 
    108 color: #903; 
    109 
    110 /* border: thin solid #903; 
    111 */ font-weight: bold; font-family: Hattenschweiller, Impact, serif; vertical-align: middle
    112 
    113 }
    114 
    115 .filler { 
    116 color: #777; 
    117 font-style: italic 
    118 }