summaryrefslogtreecommitdiff
path: root/skins/vector/beta/screen.less
blob: 6d56cd5c00d83b1f7305dd8ccc4ec95cd10190e4 (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
/* Content */
#content {
	line-height: 1.5em;
	.mw-editsection {
		font-family: @content-font-family;
	}

	h1,
	#firstHeading {
		font-family: @content-heading-font-family;
		font-size: 1.833em;
		line-height: 22pt;
		padding: 0;
		margin-bottom: 4pt;
	}

	h2 {
		font-size: 1.5em;
		line-height: 22pt;
	}

	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: @content-heading-font-family;
		padding: 0;
		margin-bottom: 4pt;
		margin-top: 14pt;
	}

	h3 {
		font-size: 1.17em;
		line-height: 22pt;
	}

	h3,
	h4 {
		font-weight: bold;
	}

	h4,
	h5,
	h6 {
		font-size: 100%; /* (reset) */
	}

	h6 {
		font-style: italic;
	}

	p {
		margin-bottom: 8pt;
	}

	// FIXME: this is hacky
	#toc h2 {
		font-size: 100%;
	}
}

/* Personal menu */
#p-personal a {
	color: #555;
}

/* Main menu */
div#mw-panel div.portal {
	margin-left: 1.25em;
	h3 {
		margin: 0;
		line-height: 1;
	}
}