-
Notifications
You must be signed in to change notification settings - Fork 0
/
wiki.css
127 lines (106 loc) · 1.72 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
@import url(standard.css);
#contentPrimary {
position: relative;
width: 690px;
padding-right: 245px;
}
#sidebar {
width: 230px;
padding-left: 10px;
}
#toc {
position: absolute;
top: 1em;
right: 0px;
width: 230px;
padding-top: 1.39em;
padding-left: 1em;
font-size: 90%;
background-color: #f6f6f6;
}
#toc ul {
padding-left: 0;
margin-left: 0;
list-style: none;
}
#toc h2 {
margin-top: 0;
}
#toc li.toclevel-2, #toc li.toclevel-3, #toc li.toclevel-4 {
margin-left: 1em !important;
}
#pageNav {
position: absolute;
top: -70px;
left: 31px;
font-size: 0.9em;
padding-bottom: 0.125em;
border-bottom: 1px solid #e0e0e0;
width: 935px;
}
#mainContent {
margin-top: 85px;
}
#wikiNav {
padding-top: 0.35em;
text-align: right;
background-color: #253E05;
overflow: auto;
font-size: 1.025em;
border-bottom: 2px solid #AAD16B;
}
#pageNav ul {
float: left;
/* clear: both;*/
list-style-type: none;
padding: 0 0 0.35em 16px;
margin: 0;
}
#pageNav ul li {
display: inline;
padding-right: 1em;
}
#pageNav, #pageNav a {
color: #505050;
}
#sidebar h4 {
margin-bottom: 5px;
}
#t-page {
background: url(images/page.png) no-repeat 0px 1px;
}
#t-toolbox {
background: url(images/wrench.png) no-repeat 0px 1px;
}
#t-personal {
background: url(images/house.png) no-repeat 0px 1px;
}
#title {
padding-right: 5px;
padding-left: 31px;
}
#title h2 {
margin-right: 200px !important;
}
#title .sideitem {
float: right;
padding-top: 0.5em;
}
#title .sideitem #searchform {
margin-bottom: 0.15em;
}
#title .sideitem input#s {
width: 96px;
}
#title .sideitem #searchsubmit {}
#title .sideitem a span {
font-size: 50%;
}
.floatright {
float: right;
margin-left: 1em;
}
.floatleft {
float: left;
margin-right: 1em;
}