-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
126 lines (105 loc) · 2.17 KB
/
Copy pathstyle.css
File metadata and controls
126 lines (105 loc) · 2.17 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
@font-face {
font-family: "Logik Extended Black";
src: url("logik.woff2");
}
.endfield {
font-family: "Logik Extended Black";
text-transform: uppercase;
}
h1.endfield {
width: min(100%, 800px);
}
.col-md-3 > img {
object-fit: cover;
height: 100%;
}
.char-icon {
width: 1.7rem;
margin-top: -0.2rem;
}
.uprate-weap {
height: 2.5rem;
width: 2.5rem;
object-fit: cover;
border-radius: 2px;
}
input[disabled] {
opacity: 0.5;
}
@media (max-width: 768px) {
.col-md-3 > img {
width: 100%;
max-height: 33vw;
border-bottom-left-radius: 0 !important;
border-top-right-radius: var(--bs-border-radius)!important;
}
.card-body {
text-align: center;
}
}
/* .accordion-button::after {
filter: invert(1);
} */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number], select {
border-style: solid;
border-width: 1px;
border-radius: 2px;
padding: 5px;
/* Firefox */
appearance: textfield;
-moz-appearance: textfield;
}
input:focus, select:focus, .accordion-button:focus {
outline: none;
box-shadow: none;
}
.container-smm {
width: min(100%, 800px);
}
.ic {
display: inline-block;
width: 3em;
height: 3em;
vertical-align: middle;
background-size: 90%;
background-position: center;
background-repeat: no-repeat;
margin-bottom: -5px;
margin-top: -2px;
margin-left: -2px;
}
.ic-hh-permit {
background-image: url("img/hh-permit.png");
background-size: 100%;
}
.ic-nhz-permit {
background-image: url("img/nhz-permit.png");
background-size: 100%;
}
.ic-nhz-10-permit {
background-image: url("img/nhz-10-permit.png");
}
.ic-origeometry {
background-image: url("img/origeometry.png");
}
.ic-oroberyl {
background-image: url("img/oroberyl.png");
}
.ic-arsenal-ticket {
background-image: url("img/arsenal-ticket.png");
width: 2em;
height: 2em;
margin-right: -5px;
}
.bg-blue-600 {
background-color: #0a58ca !important;
}
.bg-blue-900 {
background-color: #031633 !important;
}