forked from astrocatalogs/astrocats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent.css
77 lines (64 loc) · 1.11 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
.event-download {
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-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: 340px;
}
.event-cell {
border: 1px solid #FFFEF9;
padding-top: 1px;
padding-bottom: 2px;
padding-left: 3px;
}
.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;
}