forked from genbtc/AutoTrimps
-
Notifications
You must be signed in to change notification settings - Fork 102
/
tabs.css
252 lines (203 loc) · 4.5 KB
/
tabs.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
#logBtnGroup div {
width: 19%!important;
}
div#logConfigHolder.btn-group {
width: 5%!important;
}
#logConfigBtn {
padding: 6px 0!important;
}
ul.tab {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
ul.tab li {float: left;}
ul.tab li a {
display: inline-block;
color: black;
text-align: center;
padding: 0.5vh 1vw;
text-decoration: none;
transition: 0.3s;
font-size: 2vh;
}
ul.tab li .active {background-color: #ccc;}
ul.tab li a:hover {background-color: #ddd;}
.tabcontent {
display: none;
border: 1px solid #ccc;
border-top: none;
-webkit-animation: fadeEffect 1s;
animation: fadeEffect 1s; /* Fading effect takes 1 second */
transform: translateZ(0);
}
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
#tipText .AutoEggs,
#AutoEggs.settingBtntrue {
-webkit-animation: eggGradient 3s infinite;
animation: eggGradient 3s infinite;
color: black;
}
@keyframes eggGradient {
0% { background-color: #83ddd6; }
25% { background-color: #f4c7c7; }
50% { background-color: #8beab7; }
75% { background-color: #f6f297; }
100% { background-color: #83ddd6; }
}
#trapArea {
border: 1px solid white;
display: inline-block;
margin-bottom: 2%;
margin-top: 0;
padding: 0;
}
#animationDiv {
z-index: -1!important;
}
.queueItemName, #queueTimeRemaining {
z-index: 0!important;
}
.heirloomRare8 {
text-shadow: none;
}
.litScroll {
overflow:scroll;
height:500px;
}
#wrapper {
background: none;
}
#wrapper {
background: -webkit-linear-gradient(left, #323341 12%,#626368 29.5%,#727275 47%,#727275 53%,#4c4d56 70.5%,#323341 88%);
}
.windowRow div input{
width: 100%;
}
.windowRow div select{
width: 100%;
}
.windowRow{
padding: 0 2%;
margin: 0 1%;
font-weight: bold;
}
.windowRow.titles div{
text-align: center;
font-weight: bold;
}
.windowRow.titles{
border: 1px solid black;
margin: 0 1%;
padding: 0.2% 2%;
}
#windowAddRowBtn, #windowSwapPresetBtn{
margin-top: 0.5vw;
}
.windowDelete, .windowWorld, .windowZone, .windowCheckbox, .windowPreset, .windowRepeat, .windowRepeatUntil, .windowExit, .windowBwWorld, .windowCell, .windowMap, .windowTimes, .windowThrough, .windowRx, .windowPrio, .windowTx, .windowLevel, .windowSetting, .windowRepeat, .windowGather, .windowSpecial, .windowTributes, .windowMets, .windowBogs, .windowInsanity, .windowPotionType, .windowPotionNumber, .windowBonfire, .windowBoneDropdown, .windowBoneBelow, .windowBoneAmount, .windowBoneGather, .windowJobRatio {
display: inline-block;
}
.windowDelete .icomoon{
position: relative;
top: 0.6vw;
left: -0.55vw;
color: red;
font-weight: bold;
font-size: 2vw;
}
#windowError{
font-weight: bold;
color: red;
}
.windowDelete{
width: 4%;
cursor: pointer;
}
.windowJobRatio{
width: 15%;
cursor: pointer;
}
.windowWorld, .windowZone, .windowCell, .windowThrough, .windowLevel, .windowRepeat, .windowPotionNumber{
width: 9%;
}
.windowTributes, .windowMets, .windowBogs, .windowInsanity, .windowBonfire, .windowMap, .windowSetting{
width: 16%;
}
.windowCheckbox{
width: 4%;
}
.windowPotionType {
width: 18%;
}
.windowPreset, .windowSpecial{
width: 16%;
}
.windowGather{
width: 12%;
}
.windowRepeat{
width: 8.5%;
}
.windowRepeatUntil{
width: 15%;
}
.windowExit{
width: 8%;
}
.windowTimes{
width: 17%;
}
.windowBoneGather {
width: 10%;
}
.windowBoneDropdown, .windowBoneBelow, .windowBoneAmount {
width: 10%;
}
.windowBwZoneOn .windowRepeatUntil, .windowGatherOn .windowSpecial{
width: 16%;
}
.windowBwZoneOff .windowBwWorld, .windowGatherOff .windowGather{
display: none;
}
.windowBwZoneOn .windowBwWorld, .windowGatherOn .windowGather{
width: 10%;
}
.windowTxOn .windowTimes{
width: 11.5% !important;
}
.windowTxOff .windowTx{
display: none;
}
.windowTx{
width: 5.5%;
}
.windowBwMainOff .windowRepeatUntil select .windowBwClimbOption{
display: none;
}
#tooltipDiv.tooltipWindowLg{
width: 60%;
overflow-y: scroll;
}
#tooltipDiv.tooltipExtraLg{
width: 50%;
}
#tooltipDiv.tooltipExtraSuperLg{
width: 65%;
}
#tooltipDiv.tooltipExtraGigantic{
width: 80%;
}
#tooltipDiv.tooltipExtraBiggest{
width: 90%;
}