-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
135 lines (110 loc) · 1.92 KB
/
styles.css
File metadata and controls
135 lines (110 loc) · 1.92 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
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
body {
background-color: black;
}
h1 {
color: white;
}
h2 {
color: white;
}
p {
color: white;
border: 5px solid black;
}
table, td, th {
border: 2px solid white;
text-align: center;
}
table {
border-collapse: collapse;
}
.big {
height: 30px;
width: 100%;
border: 2px solid white;
text-align: center;
padding: 40px;
}
th, td {
color: white;
padding: 4px;
}
.text {
color: white;
}
.box {
float: left;
width: 10px;
height: 10px;
margin: 5px;
border: 1px solid rgba(0, 0, 0, .2);
}
.green {
background: #1cee11;
}
.red {
background: #eb0000;
}
.blue {
background: #0014eb;
}
.yellow {
background: #FFFC33;
}
.gray {
background: #A3A3A3;
}
.core {
float: left;
width: 12px;
height: 12px;
margin: 0px;
border: 1px solid rgba(0, 0, 0, .5);
text-align: center;
}
.big_core {
width: 35px;
height: 35px;
display: inline-block;
border: 2px solid black;
padding: 2px;
}
.rect_node {
width: 60px;
height: 20px;
display: inline-block;
border: 2px solid black;
}
.info {
color: white;
margin-left: auto;
margin-right: auto;
}
table.pending {
width: 100%;
border-collapse: collapse;
}
table.pending th, td {
padding: 5px;
text-align: center;
border-bottom: 1px solid #0A0A0A;
}
table.pending tr {
background: #878787;
}
.longer_node_cores {
background-color: black;
width: 570px;
border: 2px solid grey;
padding: 2px;
margin-left: auto;
margin-right: auto;
}
.shorter_node_cores {
background-color: black;
width: 390px;
border: 2px solid grey;
padding: 2px;
margin-left: auto;
margin-right: auto;
}