11@import url ("./rwd.css" );
22
33html [lang = "id-ID" ] {
4+ /** Version Check **/
45 .version-check-text ::before {
56 content : "Versi baru" !important ;
67 }
78
9+ /** Info Box **/
810 .info-number {
911 & : not (: empty )::before {
1012 content : "#" !important ;
@@ -80,13 +82,49 @@ html[lang="id-ID"] {
8082 content : "Keda." !important ;
8183 }
8284
85+ .intensity-0 : not (
86+ # max-intensity ,
87+ # max-pga ,
88+ # current-station-intensity ,
89+ .rts-intensity
90+ )::after {
91+ content : "?" ;
92+ }
93+
94+ .info-time ::after {
95+ content : " Terjadi" ;
96+ }
97+
98+ .info-wrapper {
99+ .info-title-wrapper {
100+ .info-intensity {
101+ font-size : 10px ;
102+ }
103+ }
104+ }
105+
106+ /** Current Station Info **/
83107 .current-station-intensity-text ::before {
84108 content : "Intensitas" !important ;
85109 }
110+
86111 .current-station-pga-text ::before {
87112 content : "PGA" !important ;
88113 }
89114
115+ .max-pga-text ::before {
116+ content : "PGA Maks" !important ;
117+ }
118+
119+ .max-intensity-text ::before {
120+ content : "Intensitas" !important ;
121+ }
122+
123+ .station-pga-wrapper {
124+ left : 7.1rem ;
125+ }
126+
127+ /** Fab Button **/
90128 .intensity-report ::before {
91129 content : "Laporan Intensitas" !important ;
92130 }
@@ -107,6 +145,7 @@ html[lang="id-ID"] {
107145 content : "Peringatan gempa bumi" !important ;
108146 }
109147
148+ /** Report **/
110149 .report-intensity-text ::before {
111150 content : "Intensitas" !important ;
112151 }
@@ -127,19 +166,32 @@ html[lang="id-ID"] {
127166 content : "Episentrum yang sedang dikaji" !important ;
128167 }
129168
130- .rts-intenisty-list-text ::before {
131- content : "Intensitas di Seluruh Wilayah berdasarkan peringkat" !important ;
132- font-size : 11px ;
169+ .report-wrapper .hidden ~ .rts-intensity-list-wrapper {
170+ transform : translateX (109% );
133171 }
134172
135- .max-intensity-text ::before {
136- content : "Intensitas" !important ;
173+ .report-wrapper {
174+ .report-box-item-wrapper : first-child {
175+ .report-intensity-text {
176+ font-size : 12px ;
177+ }
178+ .report-info-box {
179+ .report-info-item {
180+ .report-loc {
181+ font-size : 24px ;
182+ }
183+ }
184+ }
185+ }
137186 }
138187
139- .max-pga-text ::before {
140- content : "PGA Maks" !important ;
188+ /** Intensity List **/
189+ .rts-intenisty-list-text ::before {
190+ content : "Intensitas di Seluruh Wilayah berdasarkan peringkat" !important ;
191+ font-size : 11px ;
141192 }
142193
194+ /** Warning Message Box **/
143195 .internet-error .title : before {
144196 content : "Kesalahan koneksi jaringan" !important ;
145197 }
@@ -166,55 +218,7 @@ html[lang="id-ID"] {
166218 }
167219 }
168220
169- .report-wrapper .hidden ~ .rts-intensity-list-wrapper {
170- transform : translateX (109% );
171- }
172-
173- .report-wrapper {
174- & .report-box-item-wrapper : first-child {
175- .report-intensity-text {
176- font-size : 12px ;
177- }
178- }
179- }
180-
181- .station-pga-wrapper {
182- left : 7.1rem ;
183- }
184-
185- .info-wrapper {
186- & .info-title-wrapper {
187- .info-intensity {
188- font-size : 10px ;
189- }
190- }
191- }
192-
193- .report-wrapper {
194- & .report-box-item-wrapper : first-child {
195- & .report-info-box {
196- & .report-info-item {
197- .report-loc {
198- font-size : 24px ;
199- }
200- }
201- }
202- }
203- }
204-
205- .intensity-0 : not (
206- # max-intensity ,
207- # max-pga ,
208- # current-station-intensity ,
209- .rts-intensity
210- )::after {
211- content : "?" ;
212- }
213-
214- .info-time ::after {
215- content : " Terjadi" ;
216- }
217-
221+ /** Count Down Plugin **/
218222 .current-location-pwave-text : before {
219223 content : "Gelombang P" !important ;
220224 }
0 commit comments