-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredmine_wiki.css
executable file
·51 lines (51 loc) · 1.17 KB
/
redmine_wiki.css
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
body.controller-wiki #content {
font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
}
body.controller-wiki #content h1 {
background: #333;
color: #fff;
font-size: 24px;
padding: 10px 20px;
margin: 40px 0 0 0;
}
body.controller-wiki #content h2 {
background: #eee;
font-size: 20px;
margin: 20px 0 10px 0;
padding: 10px 20px;
}
body.controller-wiki #content h3 {
font-size: 20px;
border-bottom: 1px solid #333;
margin: 20px 0 10px 20px;
padding: 5px 0;
}
body.controller-wiki #content h4 {
font-size: 14px;
border-bottom: 1px dotted #333;
font-weight: bold;
margin: 20px 0 10px 20px;
padding: 5px 0;
}
body.controller-wiki #content h5 {
font-size: 14px;
font-weight: bold;
margin: 20px 0 10px 20px;
}
body.controller-wiki #content p {
font-size: 14px;
margin: 10px 0 10px 20px;
}
body.controller-wiki #content table {
margin: 10px 0 10px 20px;
}
body.controller-wiki #content table th,
body.controller-wiki #content table td {
font-size: 14px;
}
body.controller-wiki #content table tr:nth-child(2n) {
background: #eee;
}
body.controller-wiki #content code {
font-family: monospace;
}