aboutsummaryrefslogtreecommitdiffhomepage
path: root/html/proofgen.css
blob: 29ec36b4d3b2cc61c9ba33c5cd53327c933389e9 (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
/* Style sheet for the Proof General web pages. 
 * David Aspinall, June 1999.
 * proofgen.css,v 4.0 2000/03/13 07:36:57 da Exp
 */

body{
 font-family: Verdana, Arial, sans-serif;	/* font for the doc body */
 background: #2D1D03;				/* background brown */
 background-image: 
	url(images/canvaswallpaper.jpg);
 background-attachment: fixed;		/* background shouldn't scroll */
 color: #FFFFFF;		        /* text colour is white */
}
p{
 font-family: Verdana, Arial, sans-serif;	/* Netscape is picky, */
 color: #FFFFFF;			       /* so we must set every tag */
}
pre{
 font-family: LucidaTypewriter, mono;
 color: #FFFFFF;
}
h1{
 font-family: Verdana, Arial, sans-serif;
 color: #FFFFFF;
 font-size: large;
 font-series: bold;
}
h2{
 font-family: Verdana, Arial, sans-serif;
 font-size: medium;
 font-weight: bold;
 color: #FFFFD0;
 padding: 2px 4px 4px 4px;
 background: #7D4D33;
}
h3{
 font-family: Verdana, Arial, sans-serif;	
 font-size: medium;
 padding: 2px 2px 2px 2px;
 margin-right: 10%;
 background: #6D3D43;
 color: #FFFFD0;
}
h4{
 font-family: Verdana, Arial, sans-serif;	
 font-size: medium;
 color: #FFD0D0;
}
h5{
 font-family: Verdana, Arial, sans-serif;	
 font-size: medium;
 color: #E0C0C0;
}

blockquote,form,input,select{
 font-family: Verdana, Arial, sans-serif;	
 color: #FFFFFF;
}

address{
 font-family: Verdana, Arial, sans-serif;	
 font-size: small;				/* "smaller" is better on IE */
 color: #FFFFFF; 			       /* but varies randomly in NN */
}

input,select,textarea {
 background: #3D2D33;
 color: #FFFFFF;
}

dl,ul,dir,li{
 font-family: Verdana, Arial, sans-serif;	
 color: #FFFFFF;
}

dt{ font-style: italic; 
    padding: 2px 2px 2px 2px;
    margin-left: 20px;
    margin-right: 20px;
    background: #6D3D43; 
}

table{
 font-family: Verdana, Arial, sans-serif;	
 color: #FFFFFF;
}

table.menubar{
 font-family: Verdana, Arial, sans-serif;	
 font-size: smaller;
 color: #FFFFFF;
}

td,tr{
 font-family: Verdana, Arial, sans-serif;	
/* background-color: #2D1D03;   */
 color: #FFFFFF;
}

/* Link Elements */
a:link,a:visited{					/* visited appears same */
 font-family: Verdana, Arial, sans-serif;	
 text-decoration: none;				/* Remove the underline */
 color: #FFD820;
}

/* hover is IE specific nasty but nice */
a:active,a:hover{
 font-family: Verdana, Arial, sans-serif;	
 text-decoration: underline;			/* Underline on mouse over */
 color: #FFF030;				/* Brighter colour too */
}


pre{
 background: #2D1D03;
}

/* Specifics */

p.nb{
 font-size: smaller;
 font-style: italic;
}