-
Notifications
You must be signed in to change notification settings - Fork 5
/
style.css
158 lines (127 loc) · 2.73 KB
/
style.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
/* stoke-300 - latin */
@font-face {
font-family: 'Stoke';
font-style: normal;
font-weight: 300;
src: local('Stoke Light'), local('Stoke-Light'),
url('3rd/fonts/stoke-v6-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('3rd/fonts/stoke-v6-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* stoke-regular - latin */
@font-face {
font-family: 'Stoke';
font-style: normal;
font-weight: 400;
src: local('Stoke Regular'), local('Stoke-Regular'),
url('3rd/fonts/stoke-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('3rd/fonts/stoke-v6-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
color: #9A8961;
background-color: #090A0E;
}
ul {
padding: 0;
}
li {
list-style-type:none;
}
.nav-pills > li, .nav-pills > li+li {
margin-left: 0;
padding-left: 0;
text-align: center;
}
.stoke {
font-family: 'Stoke'
}
#grid {
}
.loading {
background-color: #ffffff;
background-image: url("lib/loading.gif");
background-size: 15px 15px;
background-position:right center;
background-repeat: no-repeat;
}
.dayrow {
margin: 0;
clear: both;
}
.centered {
text-align: center;
}
.left {
text-align: left;
}
.now {
border: 1px solid #f00;
}
.planetaryhour {
margin: 5px;
padding: 5px;
width: 15%;
float: left;
border: 1px solid #9A8961;
}
.night-hour {
color: #626FAC;
border: 1px solid #626FAC;
}
.planetaryhour table {
width: 100%;
}
.planetaryhour table td {
padding-bottom: 5px;
width: 33%;
}
.planetaryhour table td:nth-child(1) {
text-align:left;
}
.planetaryhour table td:nth-child(3) {
text-align:right;
}
.planetaryhour table tr:nth-child(1) td:nth-child(1), .planetaryhour table tr:nth-child(1) td:nth-child(3) {
font-size: 1.4em;
}
.planetaryhour table tr:nth-child(1) td:nth-child(2) {
font-weight: bolder;
}
.planetaryhour table tr:nth-child(2) td {
border-top: 1px solid #9A8961;
vertical-align: middle;
}
.night-hour table tr:nth-child(2) td {
border-top: 1px solid #626FAC;
}
.planetaryhour table tr:nth-child(2) td, .planetaryhour table tr:nth-child(3) td {
padding-top: 5px;
}
.planetaryhour table tr:nth-child(2) td:nth-child(2) {
font-size: 1.6em;
font-weight: bolder;
}
.planetaryhour table tr:nth-child(3) td:nth-child(3) {
font-style: italic;
}
.ac-renderer { z-index:1240; }
[hidden] {
display: none !important;
}
@media screen and (max-width:991px){
.col-md-2{
width:30%;
}
}
@media screen and (max-width:420px){
.col-md-2{
width:45%;
}
}
@media screen and (max-width:280px){
.col-md-2{
width:90%;
}
}
li.mark {
background-color: transparent;
}