dom/tests/mochitest/dom-level1-core/activity-home.css

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     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 */
     5 /* $Id: activity-home.css,v 1.4 2003/01/17 22:44:17 slesch Exp $ */
     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 */
    15 /* These bits from Dave's inline stylein the HTML home page 
    16   tbl 19991115
    17 */
    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}
    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?! */
    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             }
    53  h3.c3 {text-align: center}
    54  p.c2 {text-align: center}
    55  h1.c1 {text-align: left}
    57 /* These bits from Chris L's inline style in the
    58    Graphics home page
    59   tbl 19991115
    60 */
    62 body {
    63 	background: white; color: black;
    64 /*	font-family: serif;   WinIE 4 to 5.5 problem with generic serif 20010726 */
    65 }
    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 }
    87 td {
    88 	margin: 6px 
    89 }
    91 .offsite:link {
    92 	color: #393 
    93 }
    95 .offsite:visited {
    96 	color: #666 
    97 }
    98 .newslist {
    99 	margin: 3px 8px
   100 }
   102 pre {  
   103 	font-family: Syntax, "Courier New", Courier, monospace 
   104 }
   106 .qdlogo { 
   107 	height: 48px; 
   108 	color: #903; 
   110 	/* border: thin solid #903; 
   111 	*/ font-weight: bold; font-family: Hattenschweiller, Impact, serif; vertical-align: middle
   113 }
   115 .filler { 
   116 	color: #777; 
   117 	font-style: italic 
   118 }

mercurial