-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
120 lines (105 loc) · 2.02 KB
/
styles.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
body {
padding: 0;
margin: 0;
}
html, body, #map {
height: 100%;
width: 100%;
}
a:link {
color: #5c463e;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #5c463e;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #5c463e;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #5c463e;
background-color: transparent;
text-decoration: underline;
}
.tooltip {
pointer-events: none;
}
/*.popover-body {
/*min-width: 500px;*/
overflow-y: auto;
overflow-x: auto;
/*white-space:pre-wrap;*/
}*/
.pi-caption {
width: 100%;
text-align: center;
}
.wds-tabber, .dablink, .pi-navigation, #scroll-banner, .toc, .thumbcaption, .thumb, .noprint, #Gallery, #gallery-0, #External_Links, .pi-caption, .pi-image-thumbnail, .lfr-link, img, .ambox {
display: none; /* Hidden by default */
}
.pi-group {
margin-bottom: 30px;
}
.pi-header {
background-color: lightgray;
padding-left: 10px;
margin-left: -25px;
margin-right: -25px;
}
.pi-title {
margin-top: -30px;
text-align: center;
}
#main{
background-color: BurlyWood;
float: right;
position: absolute;
height:100%;
width: 100%;
right: 0;
left:0px;
}
#referencelink {
background-color: lightgray;
padding: 10px;
}
#overlay {
/*position: fixed; Sit on top of the page content */
/*max-width: 30%;*/
height: 100%;
top: 0;
left: 0;
padding: 25px;
overflow: auto;
right: 0;
bottom: 0;
background-color: white; /* Black background with opacity */
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}
#sidebar{
display: none; /* Hidden by default */
width:30%;
float: left;
position: absolute;
height:100%;
overflow-y: hidden;
}
#dragbar{
background-color:black;
height:100%;
float: right;
width: 5px;
cursor: col-resize;
}
#ghostbar{
width:3px;
background-color:#000;
opacity:0.5;
position:absolute;
cursor: col-resize;
z-index:999}