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

search.css « webdoc - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6e39869647cd21313136cc183c1d2d35464bac7d (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
#s_spinner, #s_header, #s_morebtn, .s_message {
	text-align: center;
}

#s_header {
	margin-bottom: 1em;
}

div.hidden {
	display: none;
	visibility: hidden;
}

#s_results a {
	color: #777;
}

#s_results a:hover {
	color: black;
}

#s_results span.fulltitle {
	font-style: italic;
	font-size: 80%;
}

#s_results li {
	margin-bottom: 0.5em;
}

#s_morebtn input {
	font-size: x-large;
	padding: 5px 14px 6px;
}

#s_morebtn {
	margin-bottom: 1em;
}

.s_message {
	font-size: xx-large;
}