-
Notifications
You must be signed in to change notification settings - Fork 0
/
style-extension.css
91 lines (78 loc) · 2.51 KB
/
style-extension.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
<style type='text/css'>
ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
code.escaped { white-space: nowrap; }
.vspace { margin-top:1.33em; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
a.createlinktext {
text-decoration:none;
border-bottom:1px dotted gray;
}
a.createlink {
text-decoration:none;
position:relative;
top:-0.5em;
font-weight:bold;
font-size:smaller;
border-bottom:none;
}
img { border:0px; }
.rtl, .rtl * {direction:rtl; unicode-bidi:bidi-override;}
.ltr, .ltr * {direction:ltr; unicode-bidi:bidi-override;}
.rtl .indent, .rtl.indent, .rtl .outdent, .rtl.outdent { margin-left:0; margin-right: 40px; }
span.anchor {
float: left;
font-size: 10px;
margin-left: -10px;
width: 10px;
position:relative; top:-0.1em;
text-align: center;
}
span.anchor a { text-decoration: none; }
span.anchor a:hover { text-decoration: underline; }
ol.toc { text-indent:-25px; list-style: none; margin-bottom:5px; }
ol ol.toc { margin-left:-24px; text-indent:-24px; }
div.tocfloat {
font-size: smaller; margin-bottom: 10px;
border-top: 1px dotted #555555; border-bottom: 1px dotted #555555;
padding-top: 5px;
width: 38%; float: right; margin-left: 10px; clear: right;
margin-right:-21px; padding-right: 13px; padding-left: 13px;
background-color: #eeeeee;
}
div.toc {
font-size: smaller;
border: 1px dotted #cccccc;
background: #f7f7f7;
margin-bottom: 10px; }
div.toc p {
background-color: #f9f6d6;
padding: 5px;
border-bottom: 1px dotted #cccccc;
}
.editconflict {
color:green;
font-style:italic;
margin-top:1.33em;
margin-bottom:1.33em;
}
table.markup { border:2px dotted #ccf; width:90%; }
td.markup1, td.markup2 { padding-left:10px; padding-right:10px; }
table.vert td.markup1 { border-bottom:1px solid #ccf; }
table.horiz td.markup1 { width:23em; border-right:1px solid #ccf; }
table.markup caption { text-align:left; }
div.faq p, div.faq pre { margin-left:2em; }
div.faq p.question { margin:1em 0 0.75em 0; font-weight:bold; }
div.faqtoc div.faq * { display:none; }
div.faqtoc div.faq p.question { display:block; font-weight:normal; margin:0.5em 0 0.5em 20px; line-height:normal; }
div.faqtoc div.faq p.question * { display:inline; }
td.markup1 pre { white-space: pre-wrap; }
.frame {
border:1px solid #cccccc;
padding:4px;
background-color:#f9f9f9;
}
.lfloat { float:left; margin-right:0.5em; }
.rfloat { float:right; margin-left:0.5em; }
a.varlink { text-decoration:none;}
</style>