-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc-switcher.css
78 lines (62 loc) · 1.27 KB
/
doc-switcher.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
div#doc-switch-banner {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: black;
color: #00dd00;
font-family: Helvetica, Arial, sans-serif;
border: 1px dashed #0d0;
margin: 2px;
height: 44px;
line-height: 44px;
text-align: center;
vertical-align: middle;
opacity: .8;
}
div#doc-switch-banner > p {
margin: 0;
letter-spacing: 1px;
}
div#doc-switch-banner p strong {
color: #00dd00 !important;
}
/** popup styles **/
.doc-switcher-popup {
min-width: 175px;
background-color: black;
color: #00dd00;
font-family: Helvetica, Arial, sans-serif;
}
.doc-switcher-popup h1 {
font-size: larger;
text-align: center;
border-bottom: 1px dashed #0d0;
padding-bottom: 5px;
}
.doc-switcher-popup p {
padding-left: 6px;
}
.doc-switcher-popup ul#version-text {
list-style: none;
padding-left: 10px;
line-height: 1.4em;
margin-top: 2px;
}
.doc-switcher-popup .left {
text-align: right;
padding-right: 4px;
}
.doc-switcher-popup tr.current {
font-style: bold;
}
.doc-switcher-popup .right {
font-family: monospace;
}
.doc-switcher-popup .reset-action {
text-align: center;
text-decoration: underline;
border-top: 1px dashed #0d0;
padding-top: 8px;
cursor: pointer;
}