Skip to content

Commit 3dfabe7

Browse files
committed
⚡ 🔨 🎨 Update Store v2.31.2
Documentation and Language Translation
1 parent d2f4b68 commit 3dfabe7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2106
-1068
lines changed

html/modules/xupdate/admin/templates/stylesheets/__module.css

Lines changed: 0 additions & 467 deletions
This file was deleted.
Lines changed: 300 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,300 @@
1+
/* Action Search */
2+
.legacy_actionsearch_form {
3+
text-align:center;
4+
margin:20px;
5+
}
6+
ul.legacy_actionsearch_records {
7+
margin:5px 10px;
8+
}
9+
.legacy_actionsearch_records li , .legacy_actionsearch_records li a , .legacy_actionsearch_records li a:visited {
10+
font-weight:bold;
11+
padding:3px;
12+
}
13+
.legacy_actionsearch_records_desc {
14+
font-weight:normal;
15+
font-style:italic;
16+
color:#666666;
17+
padding:2px 10px 5px 10px;
18+
}
19+
/* block list */
20+
.legacy_blocktype_module {
21+
22+
}
23+
.legacy_blocktype_custom {
24+
color:var(--color-blue)
25+
}
26+
.legacy_blockside {
27+
width:135px;
28+
white-space: nowrap;
29+
}
30+
.legacy_blocksideInput{
31+
float:left;
32+
border:1px solid #333333;
33+
padding:1px;
34+
}
35+
36+
.legacy_blockside_separator {
37+
float:left;
38+
}
39+
40+
/* module list */
41+
.legacy_module_title {
42+
font-weight:bold;
43+
}
44+
.legacy_module_error {
45+
color:var(--color-red)
46+
}
47+
.legacy_module_warning {
48+
color:var(--color-orange)
49+
}
50+
.legacy_module_message {
51+
52+
}
53+
.legacy_module_return {
54+
margin:15px 20px;
55+
}
56+
.legacy_module_return, .legacy_module_return a, .legacy_module_return a:visited {
57+
font-weight:bold;
58+
}
59+
.legacy_module_versionMsg {
60+
color:var(--color-amber);
61+
}
62+
63+
#xupdate .list_date,
64+
#xupdate .changlog,
65+
#xupdate .license,
66+
#xupdate .version,
67+
#xupdate .version_detail {
68+
background: var( --color-7 );
69+
border:1px solid var(--color-6);
70+
border-radius: var(--border-radius);
71+
font-size: 14px;
72+
margin-bottom: var(--space-1);
73+
padding: var(--space-2);
74+
text-align: center;
75+
}
76+
#xupdate .version > b,
77+
#xupdate .version_detail > b {
78+
color:var(--color-amber);
79+
}
80+
/* admin_module_view.html */
81+
#xupdate div.storelist {
82+
/*width: 99%;*/
83+
}
84+
85+
#xupdate div.eachstore {
86+
/*width: 33%;*/
87+
/*float: left;*/
88+
/*padding: 10px;*/
89+
90+
91+
/*box-sizing: border-box;*/
92+
}
93+
94+
#xupdate div.eachstore dt {
95+
/*font-size: 130%;*/
96+
/*font-weight: bold;*/
97+
}
98+
99+
#xupdate div.eachstore dt a {
100+
/*font-weight: bold;*/
101+
}
102+
103+
#xupdate div.eachstore div.module_count {
104+
/*text-align: right;*/
105+
font-size: 80%;
106+
}
107+
108+
#xupdate .isactive_1 {
109+
color: var(--color-blue);
110+
}
111+
112+
#xupdate .isactive_-1 {
113+
/*color: inherit;*/
114+
}
115+
116+
#xupdate .tag_cloud {
117+
font-size: 95%;
118+
line-height: 1.2
119+
}
120+
121+
#xupdate .tag_cloud span {
122+
white-space: nowrap;
123+
word-wrap: normal;
124+
}
125+
126+
/* Z-index of #mask must lower than #boxes .window */
127+
#xupdate_mask {
128+
position:absolute;
129+
z-index:9000;
130+
background-color:#000;
131+
display:none;
132+
top: 0;
133+
left: 0;
134+
}
135+
136+
#xupdate_boxes .window {
137+
position:fixed;
138+
width:460px;
139+
height:180px;
140+
display:none;
141+
z-index:9999;
142+
padding:30px 15px;
143+
text-align: center;
144+
font-size: 11pt;
145+
line-height: 1.3em;
146+
border-radius: 30px;
147+
-webkit-border-radius: 30px;
148+
-moz-border-radius: 30px;
149+
}
150+
151+
#xupdate_boxes .window p {
152+
margin-top: 10px;
153+
margin-bottom: 10px;
154+
}
155+
156+
#xupdate_boxes .window img {
157+
margin-top: 10px;
158+
margin-bottom: 10px;
159+
}
160+
161+
/*** notify ***/
162+
/* .sticky,
163+
.ondemand {
164+
z-index:2000;
165+
left: 280px;
166+
width: 430px;
167+
height: 40px;
168+
color: white;
169+
border-left:2px solid #fff !important;
170+
border-right:2px solid #fff !important;
171+
-webkit-border-radius: 10px;
172+
-webkit-border-top-left-radius: 0px;
173+
-webkit-border-top-right-radius: 0px;
174+
-moz-border-radius: 10px;
175+
-moz-border-radius-topleft: 0px;
176+
-moz-border-radius-topright: 0px;
177+
border-radius: 10px;
178+
border-top-left-radius: 0px;
179+
border-top-right-radius: 0px;
180+
background: #91BD09;
181+
behavior: url(PIE.htc);
182+
box-shadow: 1px 1px 7px #676767;
183+
} */
184+
185+
/* .sticky a,
186+
.ondemand a {
187+
margin-top: 12px;
188+
} */
189+
190+
/* .sticky div,
191+
.ondemand div {
192+
text-align: center;
193+
font-size: 14px;
194+
margin-left: auto;
195+
margin-right: auto;
196+
margin-top: 12px;
197+
} */
198+
199+
/* .sticky div a,
200+
.ondemand div a {
201+
float: none;
202+
color: yellow;
203+
margin: 0 4px;
204+
text-shadow: 1px 1px 1px black;
205+
-ms-filter: dropshadow( color=#FFF, offx=1, offy=1, positive=1 );
206+
} */
207+
208+
/* .ondemand-button
209+
{
210+
width:20px !important;
211+
height:20px;
212+
float:right !important;
213+
z-index:1999;
214+
position:absolute;
215+
top: 0;
216+
right: 0;
217+
-webkit-border-radius: 10px;
218+
-webkit-border-top-left-radius: 0px;
219+
-webkit-border-top-right-radius: 0px;
220+
-moz-border-radius: 10px;
221+
-moz-border-radius-topleft: 0px;
222+
-moz-border-radius-topright: 0px;
223+
border-radius: 10px;
224+
border-top-left-radius: 0px;
225+
border-top-right-radius: 0px;
226+
}
227+
228+
.ondemand-button img
229+
{
230+
margin: 0;
231+
} */
232+
233+
#xupdate div.eachstore dt a {
234+
/* display: inline-block;
235+
font-weight: bold;
236+
border: 1px solid #c2bebe;
237+
padding: 7px 20px;
238+
-webkit-transition: all 0.3s ease;
239+
-moz-transition: all 0.3s ease;
240+
background: -moz-linear-gradient(top, #FFF 0%, #E6E6E6);
241+
border-radius: 20px; */
242+
/* -moz-border-radius: 20px;
243+
-webkit-border-radius: 20px;
244+
color: #111;
245+
-moz-box-shadow: inset 1px 1px 1px rgba(000, 000, 000, 0.3);
246+
-webkit-box-shadow: inset 1px 1px 1px rgba(000, 000, 000, 0.3); */
247+
}
248+
249+
#xupdate div.eachstore dt a:hover {
250+
text-shadow: #FFCC00 0 0 14px;
251+
/*color: #EA4515;*/
252+
}
253+
254+
.legacy_list_select {
255+
text-align: left;
256+
line-height: 2;
257+
}
258+
259+
.legacy_list_select a {
260+
/* padding: 5px 10px;
261+
-webkit-transition: all 0.3s ease;
262+
-moz-transition: all 0.3s ease;
263+
background: -moz-linear-gradient(top, #FFF 0%, #E6E6E6);
264+
background: -webkit-gradient(linear, left top, left bottom, from(#FFF),
265+
to(#E6E6E6) );
266+
border-radius: 7px;
267+
-moz-border-radius: 7px;
268+
-webkit-border-radius: 7px;
269+
color: #111;
270+
-moz-box-shadow: inset 1px 1px 1px rgba(000, 000, 000, 0.3);
271+
-webkit-box-shadow: inset 1px 1px 1px rgba(000, 000, 000, 0.3); */
272+
}
273+
274+
.legacy_list_select a:hover {
275+
/* text-shadow: #FFCC00 0px 0px 20px;
276+
color: #EA4515; */
277+
}
278+
279+
.pagenavi {
280+
letter-spacing: 0.1em;
281+
}
282+
283+
.pagenavi a {
284+
/* padding: 7px 15px;
285+
-webkit-transition: all 0.3s ease;
286+
-moz-transition: all 0.3s ease;
287+
background: -moz-linear-gradient(top, #FFF 0%, #E6E6E6);
288+
background: -webkit-gradient(linear, left top, left bottom, from(#FFF),
289+
to(#E6E6E6) );
290+
border-radius: 5px;
291+
-moz-border-radius: 5px;
292+
-webkit-border-radius: 5px;
293+
color: #111;
294+
-moz-box-shadow: inset 1px 1px 1px rgba(000, 000, 000, 0.3);
295+
-webkit-box-shadow: inset 1px 1px 1px rgba(000, 000, 000, 0.3); */
296+
}
297+
298+
td.center {
299+
text-align: center;
300+
}

0 commit comments

Comments
 (0)