-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
100 lines (70 loc) · 1.27 KB
/
main.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
body {
font-family: "Lucida Console", Monaco, monospace;
width: 1000px;
margin-left: auto;
margin-right: auto;
}
th {
background-color: #4CAF50;
color: #FAFAFA;
}
tr:nth-child(even) {
background-color: #f2f2f2
}
table {
border-collapse: collapse;
}
table {
border: none;
}
th, td {
border: 1px solid #AAA;
}
.separator, .separator td {
height: 3px;
border: none;
background: transparent !important;
}
#log {
display: block;
overflow-y: scroll;
height: 150px;
width: 100%;
}
td {
text-align: center;
}
input, button, textarea {
background-color: #EEE;
color: #000;
}
table.status td:first-child {
text-align: right;
}
table.status td:last-child {
text-align: left;
}
table.status td {
min-width: 80px;
}
#map {
display: inline-block;
float: right;
font-size: 120%;
text-align: center;
padding: 148px 45px;
border: 10px solid #FFCC33;
background-image: repeating-linear-gradient(45deg, #FFCC33 0px, #FFCC33 25px, transparent 25px, transparent 50px);
}
.placeholder {
font-size: 200%;
color: #CCAA11;
display: inline-block;
transform: rotate(45deg);
}
section {
margin: 40px 0px;
}
table input[type=number] {
width: 40px;
}