-
Notifications
You must be signed in to change notification settings - Fork 10
/
local.css
162 lines (136 loc) · 2.52 KB
/
local.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
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
@charset "utf-8";
.unicode {
font-style: normal
}
.unicode:link {
color: #FF0000;
background-color: #FFFFFF;
}
.unicode:visited {
color: #808080;
background-color: #FFFFFF;
}
.unicode:active {
color: #0000FF;
background-color: #FFFFFF;
}
em.unicode {
font-style: normal;
}
ins {
background-color: #FF6;
}
p.cjk-demo {
font-size: 200%;
text-align: center;
font-family: serif;
}
.req {
background-color: #FFC;
font-style: italic;
}
.req::before {
content: "\1f44d \00A0 ";
font-style: normal;
color: #63F;;
}
.reqex {
background-color: #FFC;
font-style: italic;
}
.reqex::before {
content: "\1f44d \00A0 Req. #: ";
font-style: normal;
color: #63F;;
}
.gap {
background-color: #FCF;
font-style: italic;
}
.gap::before {
content: "\1f631 \00A0 ";
font-style: normal;
color: #63F;;
}
kbd {
font-family: Menlo, Consolas, "DejaVu Sans Mono", Monaco, monospace;
font-size: .95em;
color: blue;
page-break-inside: avoid;
hyphens: none;
text-transform: none;
text-align: left;
text-align: start;
}
.summary {
padding: 1em;
background-color: antiquewhite;
}
a.self {
position: absolute;
top: -20px;
border: medium none;
transition: opacity 0.2s ease 0s;
opacity: 0.5;
color: #999;
text-decoration: none;
display: inline;
}
a.self:visited {
color: #999;
}
a.self:hover {
color: red;
}
.self::after {
content: attr(href);
font-weight: normal;
font-style: italic;
font-size: 80%;
}
.advisement {
position: relative;
}
.definition {
position: relative;
background-color: #efefef;
padding: 0.5em;
border: 0.5em;
border-left: 6pt solid green;
border-right: 6pt solid green;
margin: 1em auto;
}
.definition-example {
/* Used to style the example of a definition so that
* it doesn't participate in linking, etc.
*/
position: relative;
background-color: #efefef;
padding: 0.5em;
border: 0.5em;
border-left: 6pt solid green;
border-right: 6pt solid green;
margin: 1em auto;
}
.issue-example {
/* Used to style the example of an issue so that
* it doesn't participate in linking, or auto-increment
* the counter
*/
position: relative;
background: #FBE9E9;
padding: 0.5em;
border: 0.5em;
border-left: 6pt solid #E05252;
border-right: 6pt solid #E05252;
margin: 1em auto;
}
.exampleChar {
font-size: 36pt;
}
.uname {
font-size: 75%;
margin: 0 2px;
letter-spacing: 0.05em;
text-transform: uppercase;
}