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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/tests/mochitest/dom-level1-core/activity-home.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,127 @@
     1.4 +/* Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
     1.5 +   The following software licensing rules apply:
     1.6 +   http://www.w3.org/Consortium/Legal/copyright-software */
     1.7 +
     1.8 +/* $Id: activity-home.css,v 1.4 2003/01/17 22:44:17 slesch Exp $ */
     1.9 +
    1.10 +/*   Single style sheet for ALL activity Home pages please
    1.11 +** Tim     
    1.12 +**  We need consistency on our web site - Nov 99 AC meeting
    1.13 +**  Please do NOT use in-line style.
    1.14 +**  Discuss this style sheet with other users and me 
    1.15 +**    before fixing it
    1.16 +*/
    1.17 +
    1.18 +/* These bits from Dave's inline stylein the HTML home page 
    1.19 +  tbl 19991115
    1.20 +*/
    1.21 +
    1.22 +  body { 
    1.23 +    margin-left: 10%; 
    1.24 +    margin-right: 5%; 
    1.25 +    font-family: sans-serif
    1.26 +  }
    1.27 +  h1 { margin-left: -8% }
    1.28 +  h2 { margin-left: -4% }
    1.29 +  h2 { color: #990066}
    1.30 +  h3 { color: black }
    1.31 +  pre { color: green; font-weight: bold }
    1.32 +  em { font-style: italic; font-weight: bold }
    1.33 +  strong { text-transform: uppercase; font-weight: bold }
    1.34 +  b { color:#990066}
    1.35 +
    1.36 +  td { background: #FFBFBF }
    1.37 +  th { background: #A0A0A4 }
    1.38 +  caption { text-decoration: underline; margin-top: 1em }
    1.39 +  .splash { color: #009966}
    1.40 +  p.banner { margin-left: -4% }
    1.41 +  b.black { color: black}
    1.42 +  b.pink {color:#990066}     /* gimme a break -tbl */
    1.43 +  p.pink {color:#990066}     /* sep of form and content?! */
    1.44 +
    1.45 +  blockquote { color: black; font-style:italic;
    1.46 +               font-family: "Comic Sans MS", sans-serif;}
    1.47 +  pre { font-family: monospace }
    1.48 +  div.disclaimer {margin-left: -8%}
    1.49 +  div.color {
    1.50 +              background: rgb(255,204,255);
    1.51 +              padding: 0.5em;
    1.52 +              border: none
    1.53 +            }
    1.54 + 
    1.55 +
    1.56 + h3.c3 {text-align: center}
    1.57 + p.c2 {text-align: center}
    1.58 + h1.c1 {text-align: left}
    1.59 +
    1.60 +/* These bits from Chris L's inline style in the
    1.61 +   Graphics home page
    1.62 +  tbl 19991115
    1.63 +*/
    1.64 +
    1.65 +body {
    1.66 +	background: white; color: black;
    1.67 +/*	font-family: serif;   WinIE 4 to 5.5 problem with generic serif 20010726 */
    1.68 +}
    1.69 +
    1.70 +div.main { 
    1.71 +	margin-left: 5%; margin-right: 2% 
    1.72 +}
    1.73 +h1, h2, h3 {
    1.74 +	font-family: arial, helvetica, sans-serif 
    1.75 +}
    1.76 +h2 {
    1.77 +	margin-left:-2%
    1.78 +}
    1.79 +.date {color: #000; background: #DFD;  font-style: italic; font-weight: bold; 
    1.80 +vertical-align: top; border: none}
    1.81 +.format {
    1.82 +	color: #000; 
    1.83 +	background: #DFD;  
    1.84 +	font-style: italic; 
    1.85 +	font-weight: bold; 
    1.86 +	vertical-align: top; 
    1.87 +	border: none
    1.88 +}
    1.89 +
    1.90 +td {
    1.91 +	margin: 6px 
    1.92 +}
    1.93 +
    1.94 +.offsite:link {
    1.95 +	color: #393 
    1.96 +}
    1.97 +
    1.98 +.offsite:visited {
    1.99 +	color: #666 
   1.100 +}
   1.101 +.newslist {
   1.102 +	margin: 3px 8px
   1.103 +}
   1.104 +
   1.105 +pre {  
   1.106 +	font-family: Syntax, "Courier New", Courier, monospace 
   1.107 +}
   1.108 +
   1.109 +.qdlogo { 
   1.110 +	height: 48px; 
   1.111 +	color: #903; 
   1.112 +
   1.113 +	/* border: thin solid #903; 
   1.114 +	*/ font-weight: bold; font-family: Hattenschweiller, Impact, serif; vertical-align: middle
   1.115 +
   1.116 +}
   1.117 +
   1.118 +.filler { 
   1.119 +	color: #777; 
   1.120 +	font-style: italic 
   1.121 +}
   1.122 +
   1.123 +
   1.124 +
   1.125 +
   1.126 +
   1.127 +
   1.128 +
   1.129 +
   1.130 +

mercurial