realops.css
1.58 KB
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
html, body {
height: 100%;
}
body {
background-color: #eeeeee;
}
h1 {
margin-bottom: 20px;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -50px; /* Third value = negative footer height */
}
footer {
height: 50px; /* Must match with .wrapper */
background-color: black;
color: #aaaaaa;
width: 100%;
padding: 4px;
text-align: center;
font-size: 12px;
}
#realops-quick-stats>div {
padding: 1rem;
}
#realops-quick-stats .realops-quick-info {
padding: 1.3rem 0 0 1rem;
font-size: 2rem;
display: inline;
}
.icon {
width: 5rem;
height: 5rem;
line-height: 4.5rem;
font-size: 2rem;
text-align: center;
border-radius: 50%;
border: 3px solid #bbbbbb;
color: #bbbbbb;
}
table.table {
margin-bottom: 20px !important;
}
.realops-message {
padding: 12px;
}
#realops-body {
margin-left: 15px;
margin-right: 15px;
margin-bottom: 80px;
padding: 30px 50px;
}
#realops-flight-schedule td, #realops-flight-schedule th {
text-align: center;
vertical-align: middle;
}
#realops-flight-schedule a {
color: inherit;
text-decoration: underline;
}
#realops-flight-schedule th.realops-sort-asc::after {
content: "\25BC";
}
#realops-flight-schedule th.realops-sort-desc::after {
content: "\25B2";
}
#realops-flight-view {
text-align: center;
vertical-align: top;
}
#realops-flight-view tfoot {
text-align: left;
}
#realops-flight-view td {
border-top: none;
border-bottom: dashed 1px #666666;
}
#realops-atc-roster td {
border: solid #aaa 1px;
}
#realops-atc-roster td.empty {
background-color: #aaa;
}