summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/dom-level1-core/activity-home.css
blob: a68242d4fd056fdc99ee4598a8853c5dd77768cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
/* Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: activity-home.css,v 1.4 2003/01/17 22:44:17 slesch Exp $ */

/*   Single style sheet for ALL activity Home pages please
** Tim     
**  We need consistency on our web site - Nov 99 AC meeting
**  Please do NOT use in-line style.
**  Discuss this style sheet with other users and me 
**    before fixing it
*/

/* These bits from Dave's inline stylein the HTML home page 
  tbl 19991115
*/

  body { 
    margin-left: 10%; 
    margin-right: 5%; 
    font-family: sans-serif
  }
  h1 { margin-left: -8% }
  h2 { margin-left: -4% }
  h2 { color: #990066}
  h3 { color: black }
  pre { color: green; font-weight: bold }
  em { font-style: italic; font-weight: bold }
  strong { text-transform: uppercase; font-weight: bold }
  b { color:#990066}

  td { background: #FFBFBF }
  th { background: #A0A0A4 }
  caption { text-decoration: underline; margin-top: 1em }
  .splash { color: #009966}
  p.banner { margin-left: -4% }
  b.black { color: black}
  b.pink {color:#990066}     /* gimme a break -tbl */
  p.pink {color:#990066}     /* sep of form and content?! */

  blockquote { color: black; font-style:italic;
               font-family: "Comic Sans MS", sans-serif;}
  pre { font-family: monospace }
  div.disclaimer {margin-left: -8%}
  div.color {
              background: rgb(255,204,255);
              padding: 0.5em;
              border: none
            }
 

 h3.c3 {text-align: center}
 p.c2 {text-align: center}
 h1.c1 {text-align: left}

/* These bits from Chris L's inline style in the
   Graphics home page
  tbl 19991115
*/

body {
	background: white; color: black;
/*	font-family: serif;   WinIE 4 to 5.5 problem with generic serif 20010726 */
}

div.main { 
	margin-left: 5%; margin-right: 2% 
}
h1, h2, h3 {
	font-family: arial, helvetica, sans-serif 
}
h2 {
	margin-left:-2%
}
.date {color: #000; background: #DFD;  font-style: italic; font-weight: bold; 
vertical-align: top; border: none}
.format {
	color: #000; 
	background: #DFD;  
	font-style: italic; 
	font-weight: bold; 
	vertical-align: top; 
	border: none
}

td {
	margin: 6px 
}

.offsite:link {
	color: #393 
}

.offsite:visited {
	color: #666 
}
.newslist {
	margin: 3px 8px
}

pre {  
	font-family: Syntax, "Courier New", Courier, monospace 
}

.qdlogo { 
	height: 48px; 
	color: #903; 

	/* border: thin solid #903; 
	*/ font-weight: bold; font-family: Hattenschweiller, Impact, serif; vertical-align: middle

}

.filler { 
	color: #777; 
	font-style: italic 
}