-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstyle.less
80 lines (66 loc) · 1.25 KB
/
style.less
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
@xp_color: #B000B0;
@bp_color: #5656EB;
@gold_color: gold;
body {
background-color: #272822;
color: #f0f0f0;
}
.building_list table {
border-collapse: separate;
border-spacing: 2px;
}
.building {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid white;
border-radius: 4px;
padding: 0px;
/*min-height: 120px;*/
height: 100%;
min-width: 175px;
text-align: center;
margin-right: 10px;
td {
margin: 0px;
}
.title_row {
font-size: 21px;
font-weight: bold;
}
.earns {
font-size: 8pt;
}
.qty {
font-size: 10pt;
}
a.upgrade_link, a.integrate_link {
text-decoration: none;
color: limegreen;
}
&.integration_ready {
background-color: #111100;
}
&.upgrade_ready {
background-color: #001100;
}
&.upgrade_ready.integration_ready {
background-color: #112200;
}
}
.help {
text-align: left;
width: 800px;
strike {
color: red;
}
}
.wipe_save {
font-size: 6pt;
color: red;
font-weight: bold;
margin-top: 30px;
}