Welcome to mirror list, hosted at ThFree Co, Russian Federation.

style.css « doc « nant « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 32613372a4c25862aae08eb4b9e7a7ae7d72b5d5 (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
body {
	font-family: Georgia, "Times New Roman", Times, "New York", serif;
	background: white;
	color: black
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
}

h1.LinkHeader, h2.LinkHeader, h3.LinkHeader { margin-bottom: -18 }

h4 {
	margin-bottom: 0.5em
}

h5 {
	margin-bottom: -.8em;
}


hr {
	color: gray
}

input {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

a:link		{ color: #0000cc; }
a:visited	{ color: purple }
a:active	{ color: #cc0000 }
a:hover		{ color: #cc0000; }

/*

Because HTML 4.0 strict does not include the border attribute for images we turn it off with a style
but this totally messes up Navigator 4.7 so we can't use it.

a:link img, a:visited img, a:active img {
	border: none
}
*/

/* have list items flush left against lists in a side bar use this style */
ul.FlushLeft {
	margin-left: 1.25em;
	list-style-position: outside
}

.NavBar {
	background-color: #dfff80;
	border-color: #999966;
	border-style: none none solid none;
	border-width: 2px;
}

.NavBar-Cell {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 79%;
}

.SideBar {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	padding: 8px;
}

/* color scheme */
.N			{ color: #99cc00; }
.Ant		{ color: #ff9900; }