forked from vLj2/wikidot-to-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
203 lines (202 loc) · 5.04 KB
/
style.css
File metadata and controls
203 lines (202 loc) · 5.04 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
.wikistyle {
font: 13.34px helvetica,arial,freesans,clean,sans-serif;
line-height: 1.2em;
}
.wikistyle h1, .wikistyle h2, .wikistyle h3, .wikistyle h4, .wikistyle h5, .wikistyle h6 {
border: 0 none !important;
}
.wikistyle h1 {
border-top: 4px solid #AAAAAA !important;
font-size: 170% !important;
margin-top: 1.5em !important;
padding-top: 0.5em !important;
}
.wikistyle h1:first-child {
border-top: medium none !important;
margin-top: 0 !important;
padding-top: 0.25em !important;
}
.wikistyle h2 {
border-top: 4px solid #E0E0E0 !important;
font-size: 150% !important;
margin-top: 1.5em !important;
padding-top: 0.5em !important;
}
.wikistyle h3 {
margin-top: 1em !important;
}
.wikistyle p {
line-height: 1.5em !important;
margin: 1em 0 !important;
}
.wikistyle a.absent {
color: #AA0000;
}
.wikistyle ul, #wiki-form .content-body ul {
margin: 1em 0 1em 2em !important;
}
.wikistyle ol, #wiki-form .content-body ol {
margin: 1em 0 1em 2em !important;
}
.wikistyle ul li, #wiki-form .content-body ul li, .wikistyle ol li, #wiki-form .content-body ol li {
margin-bottom: 0.5em;
margin-top: 0.5em;
}
.wikistyle ul ul, .wikistyle ul ol, .wikistyle ol ol, .wikistyle ol ul, #wiki-form .content-body ul ul, #wiki-form .content-body ul ol, #wiki-form .content-body ol ol, #wiki-form .content-body ol ul {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.wikistyle blockquote {
border-left: 5px solid #DDDDDD !important;
color: #555555 !important;
margin: 1em 0 !important;
padding-left: 0.6em !important;
}
.wikistyle dt {
font-weight: bold !important;
margin-left: 1em !important;
}
.wikistyle dd {
margin-bottom: 1em !important;
margin-left: 2em !important;
}
.wikistyle table {
margin: 1em 0 !important;
}
.wikistyle table th {
border-bottom: 1px solid #BBBBBB !important;
padding: 0.2em 1em !important;
}
.wikistyle table td {
border-bottom: 1px solid #DDDDDD !important;
padding: 0.2em 1em !important;
}
.wikistyle pre {
background-color: #F8F8FF !important;
border: 1px solid #DEDEDE !important;
color: #444444 !important;
font-size: 12px !important;
line-height: 1.5em !important;
margin: 1em 0 !important;
overflow: auto !important;
padding: 0.5em !important;
}
.wikistyle pre code {
background-color: #F8F8FF !important;
border: medium none !important;
font-size: 12px !important;
padding: 0 !important;
}
.wikistyle code {
background-color: #F8F8FF !important;
border: 1px solid #DEDEDE !important;
color: #444444 !important;
font-size: 12px !important;
padding: 0 0.2em !important;
}
.wikistyle a code, .wikistyle a:link code, .wikistyle a:visited code {
color: #4183C4 !important;
}
.wikistyle img {
max-width: 100%;
}
.wikistyle pre.console {
background-color: black !important;
color: white !important;
font-size: 12px !important;
line-height: 1.5em !important;
margin: 1em 0 !important;
padding: 0.5em !important;
}
.wikistyle pre.console code {
background-color: black !important;
border: medium none !important;
color: white !important;
font-size: 12px !important;
padding: 0 !important;
}
.wikistyle pre.console span {
color: #888888 !important;
}
.wikistyle pre.console span.command {
color: yellow !important;
}
.wikistyle .frame {
display: inline-block;
margin: 0;
}
.wikistyle .frame img {
display: block;
}
.wikistyle .frame > span {
border: 1px solid #AAAAAA;
display: block;
padding: 4px;
}
.wikistyle .frame span span {
display: block;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 10pt;
line-height: 10pt;
margin: 0;
padding: 4px 0 2px;
text-align: center;
}
.wikistyle .float-left {
float: left;
padding: 0.5em 1em 0.25em 0;
}
.wikistyle .float-right {
float: right;
padding: 0.5em 0 0.25em 1em;
}
.wikistyle .align-left {
display: block;
text-align: left;
}
.wikistyle .align-center {
display: block;
text-align: center;
}
.wikistyle .align-right {
display: block;
text-align: right;
}
.wikistyle.gollum.footer {
border-top: 4px solid #F0F0F0;
margin-top: 2em;
}
.wikistyle.gollum > h1:first-child {
display: none;
}
.wikistyle.gollum.asciidoc > div#header > h1:first-child {
display: none;
}
.wikistyle.gollum.asciidoc .ulist p, .wikistyle.gollum.asciidoc .olist p {
margin: 0 !important;
}
.wikistyle.gollum.asciidoc .loweralpha {
list-style-type: lower-alpha;
}
.wikistyle.gollum.asciidoc .lowerroman {
list-style-type: lower-roman;
}
.wikistyle.gollum.asciidoc .upperalpha {
list-style-type: upper-alpha;
}
.wikistyle.gollum.asciidoc .upperroman {
list-style-type: upper-roman;
}
.wikistyle.gollum.org > p.title:first-child {
display: none;
}
.wikistyle.gollum.org p:first-child + h1 {
border-top: medium none !important;
}
.wikistyle.gollum.pod > a.dummyTopAnchor:first-child + h1 {
display: none;
}
.wikistyle.gollum.pod h1 a {
color: inherit;
text-decoration: none;
}