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

base.css « Resources « monodoc « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20175b43ae3d7d64f523ceefe0271fbfa6df2ef7 (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
/*
* base.css: CSS applied to all the docs 
*
* Author: Mario Sopena
*/

body, table {
	margin: 0px;
}

body, table, pre, p {
	font-family: @@FONT_FAMILY@@, sans-serif;
	/* font-size: @@FONT_SIZE@@pt; */
	font-size: 10pt;
}

div.header {
    background-color: #FAFBFD;
    font-size: 1.7em;
    font-weight: bold;
    padding: 8px 0 0 10px;
    font-family: 'Segoe UI',Verdana,Arial;
}

div.title {
	font-size: 130%;
	font-weight: bolder;
	margin-top: 0.3em;
	margin-left: 0.2em;
	margin-bottom: 0.1em;
}

.subtitle {
	font-style: italic;
}

.attributionlogo { 
	display:none; 
	float:right;
}

div:hover > .attributionlogo,p:hover > .attributionlogo,td:hover > .attributionlogo { 
	display:inline; 
	float:right;
}