(bug 47070) check content model namespace on import.
[lhc/web/wiklou.git] / skins / vector / beta / screen.less
1 /* Content */
2 #content {
3 line-height: 1.5em;
4 .mw-editsection {
5 font-family: @content-font-family;
6 }
7
8 h1,
9 #firstHeading {
10 font-family: @content-heading-font-family;
11 font-size: 1.833em;
12 line-height: 22pt;
13 padding: 0;
14 margin-bottom: 4pt;
15 }
16
17 h2 {
18 font-size: 1.5em;
19 line-height: 22pt;
20 }
21
22 h2,
23 h3,
24 h4,
25 h5,
26 h6 {
27 font-family: @content-heading-font-family;
28 padding: 0;
29 margin-bottom: 4pt;
30 margin-top: 14pt;
31 }
32
33 h3 {
34 font-size: 1.17em;
35 line-height: 22pt;
36 }
37
38 h3,
39 h4 {
40 font-weight: bold;
41 }
42
43 h4,
44 h5,
45 h6 {
46 font-size: 100%; /* (reset) */
47 }
48
49 h6 {
50 font-style: italic;
51 }
52
53 p {
54 margin-bottom: 8pt;
55 }
56
57 // FIXME: this is hacky
58 #toc h2 {
59 font-size: 100%;
60 }
61 }
62
63 /* Personal menu */
64 #p-personal a {
65 color: #555;
66 }
67
68 /* Main menu */
69 div#mw-panel div.portal {
70 margin-left: 1.25em;
71 h3 {
72 margin: 0;
73 line-height: 1;
74 }
75 }