forked from astrocatalogs/astrocats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
event.css
199 lines (172 loc) · 4.18 KB
/
event.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
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
.event-download {
width: 100%;
text-align: center;
}
.event-download a {
font-size: 18pt;
color: darkgreen !important;
font-weight: bold;
text-decoration: none;
background: lightgreen;
width: 100%;
padding-left: 5px;
padding-right: 5px;
}
.event-download:hover {
text-decoration: underline;
}
.event-issue {
width: 100%;
text-align: center;
margin-top: 2px;
}
.event-issue a {
font-size: 18pt;
color: darkorange !important;
font-weight: bold;
text-decoration: none;
background: gold;
width: 100%;
padding-left: 5px;
padding-right: 5px;
margin-top: 10px;
}
.event-issue:hover {
text-decoration: underline;
}
.event-body {
font-family: Futura,Century Gothic,AppleGothic,sans-serif;
font-size: 10pt;
}
.event-body a {
color: #B52C00;
text-decoration: none;
}
.event-body a:hover {
text-decoration: underline;
}
.event-table {
background: #eee;
border-collapse: collapse;
width: 350px;
margin-bottom: 5px;
}
.event-cell {
border: 1px solid #FFFEF9;
padding-top: 1px;
padding-bottom: 2px;
padding-left: 3px;
}
.event-cell sup {
word-spacing: -0.3em;
}
.event-tab-title {
text-align: center;
width: 350px;
}
.event-tab-div {
float: left;
margin: 5px;
width: 350px;
}
.event-host-title {
text-align: center;
width: 260px;
}
.event-host-div {
float: left;
margin: 5px;
width: 260px;
}
.bk-hbox-spacer {
margin-right: 0!important;
}
.bk-slider-horizontal {
height: 30px!important;
margin-left: 15px!important;
width: 200px!important;
}
.bk-hbox label {
margin-left: 15px!important;
}
.bk-hbox p {
margin-top: 4px!important;
margin-left: 125px!important;
}
.bk-hbox select {
margin-top: -20px!important;
margin-left: 5px!important;
}
.derived {
color: #800080;
}
/* Tooltip container */
.singletooltip {
position: relative;
display: inline-block;
}
//.singletooltiptext:after {
// content: "";
// position: relative;
// border-top: 26px solid #292f45;
// border-left: 26px solid transparent;
// border-right: 26px solid transparent;
// visibility: hidden;
// top: -20px;
// right: -12px;
//}
/* Tooltip text */
.singletooltip .singletooltiptext {
visibility: hidden;
background-color: black;
color: #fff;
text-align: center;
padding: 1px;
border-radius: 6px;
text-decoration: none;
position: absolute;
white-space: nowrap;
top: -1px;
right: 100%;
z-index: 1;
}
/* Show the singletooltip text when you mouse over the singletooltip container */
.singletooltip:hover .singletooltiptext {
visibility: visible;
}
.singlemarkerror {
-moz-box-shadow:inset 0px 1px 3px 0px #fff6af;
-webkit-box-shadow:inset 0px 1px 3px 0px #fff6af;
box-shadow:inset 0px 1px 3px 0px #fff6af;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
background-color:#ffec64;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border:1px solid #ffaa22;
display:inline-block;
cursor:pointer;
color:#333333;
text-decoration:none;
text-shadow:0px -1px 0px #ffee66;
}
.singlemarkerror:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
background-color:#ffab23;
}
.singlemarkerror:active {
position:relative;
top:1px;
}