mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
Minor changes to installer design
This commit is contained in:
parent
2a2fe9b69d
commit
bd4be54e97
4 changed files with 31 additions and 15 deletions
|
|
@ -23,6 +23,12 @@ img, form, fieldset { border: 0; margin:0; padding: 0; }
|
||||||
margin: 80px auto 0 auto;
|
margin: 80px auto 0 auto;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 640px) {
|
||||||
|
.x { margin-top: 48px; }
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 480px) {
|
||||||
|
.x { margin-top: 32px; }
|
||||||
|
}
|
||||||
.x #header {
|
.x #header {
|
||||||
clear: both;
|
clear: both;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
@ -31,6 +37,7 @@ img, form, fieldset { border: 0; margin:0; padding: 0; }
|
||||||
font: bold 48px/100% Arial, sans-serif;
|
font: bold 48px/100% Arial, sans-serif;
|
||||||
color: #444;
|
color: #444;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
text-shadow: 2px 2px 3px rgba(128, 128, 128, 0.4);
|
||||||
margin: 0 0 16px 0;
|
margin: 0 0 16px 0;
|
||||||
}
|
}
|
||||||
.x #header h1 span.green {
|
.x #header h1 span.green {
|
||||||
|
|
@ -45,9 +52,10 @@ img, form, fieldset { border: 0; margin:0; padding: 0; }
|
||||||
top: -4px;
|
top: -4px;
|
||||||
}
|
}
|
||||||
.x #header h2 {
|
.x #header h2 {
|
||||||
font: normal 16px/100% Arial, sans-serif;
|
font: normal 16px/110% Arial, sans-serif;
|
||||||
color: #666;
|
color: #666;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
text-shadow: 1px 1px 1.5px rgba(128, 128, 128, 0.2);
|
||||||
margin: 0 0 32px 0;
|
margin: 0 0 32px 0;
|
||||||
}
|
}
|
||||||
.x #header h2 strong {
|
.x #header h2 strong {
|
||||||
|
|
@ -61,11 +69,12 @@ img, form, fieldset { border: 0; margin:0; padding: 0; }
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18), 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x #progress {
|
.x #progress {
|
||||||
clear: both; padding: 16px 16px 4px 16px; border-bottom: 1px solid #ddd;
|
clear: both; padding: 16px 16px 4px 16px; border-bottom: 1px solid #ddd;
|
||||||
|
border-top-left-radius: 2px; border-top-right-radius: 2px;
|
||||||
background-color: #fbfbfb;
|
background-color: #fbfbfb;
|
||||||
}
|
}
|
||||||
.x #progress ul { clear: both; margin: 0; padding: 0; }
|
.x #progress ul { clear: both; margin: 0; padding: 0; }
|
||||||
|
|
@ -107,6 +116,7 @@ table tr td.error_description { text-align: center; color: #666; }
|
||||||
clear: both; padding: 16px;
|
clear: both; padding: 16px;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
|
border-bottom-left-radius: 2px; border-bottom-right-radius: 2px;
|
||||||
background-color: #fbfbfb;
|
background-color: #fbfbfb;
|
||||||
}
|
}
|
||||||
.x #buttons .align-left {
|
.x #buttons .align-left {
|
||||||
|
|
@ -128,7 +138,7 @@ button, a.button {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #1976d2;
|
background-color: #1976d2;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
|
||||||
}
|
}
|
||||||
button.grey, a.button.grey {
|
button.grey, a.button.grey {
|
||||||
background-color: #aaa;
|
background-color: #aaa;
|
||||||
|
|
@ -167,19 +177,25 @@ button.grey:hover, a.button.grey:hover {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
.x .language {
|
.x #language {
|
||||||
clear: both;
|
clear: both;
|
||||||
margin: 0 0 16px 0;
|
margin: 0 0 24px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 140%;
|
||||||
}
|
}
|
||||||
.x .language li {
|
.x #language li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
.x .language li:last-child {
|
.x #language li:last-child {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
.x #language li a {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
.x .x_control-group { clear: both; margin-bottom: 16px; }
|
.x .x_control-group { clear: both; margin-bottom: 16px; }
|
||||||
.x .x_control-group .x_control-label { display: inline-block; line-height: 17px; width: 130px; }
|
.x .x_control-group .x_control-label { display: inline-block; line-height: 17px; width: 130px; }
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,10 @@
|
||||||
|
<ul id="language" class="enfont">
|
||||||
|
<li loop="$lang_supported=>$key,$val">
|
||||||
|
<i cond="$l==$key" class="x_icon-ok-sign x_icon-white" title="Selected Language"></i>
|
||||||
|
<a href="{getUrl('l', $key)}" cond="$l!=$key">{$val}</a>
|
||||||
|
<strong cond="$l==$key">{$val}</strong>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
XpressEngine XETown Remix (XE:XTR) is a fork of the <a href="https://www.xpressengine.com" target="_blank">XpressEngine</a> CMS<br />
|
XpressEngine XETown Remix (XE:XTR) is a fork of the <a href="https://www.xpressengine.com" target="_blank">XpressEngine</a> CMS<br />
|
||||||
with additional patches by members of the <a href="https://www.xetown.com" target="_blank">XETOWN</a> community.<br />
|
with additional patches by members of the <a href="https://www.xetown.com" target="_blank">XETOWN</a> community.<br />
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,5 @@
|
||||||
<div class="x"|cond="$lang_type == 'ko'" class="x enfont"|cond="$lang_type != 'ko'">
|
<div class="x"|cond="$lang_type == 'ko'" class="x enfont"|cond="$lang_type != 'ko'">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<h1><span class="green">XE</span><span class="colon">:</span><span class="brown">XTR</span></h1>
|
<h1><span class="green">XE</span><span class="colon">:</span><span class="brown">XTR</span></h1>
|
||||||
<h2>XpressEngine XETOWN Remix <strong>v{__XE_VERSION__}</strong></h2>
|
<h2>XpressEngine XETOWN Remix <strong>{__XE_VERSION__}</strong></h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -4,13 +4,6 @@
|
||||||
<include target="progress_menu.html" />
|
<include target="progress_menu.html" />
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2>{$lang->license_agreement}</h2>
|
<h2>{$lang->license_agreement}</h2>
|
||||||
<ul class="language">
|
|
||||||
<li loop="$lang_supported=>$key,$val">
|
|
||||||
<i cond="$l==$key" class="x_icon-ok-sign x_icon-white" title="Selected Language"></i>
|
|
||||||
<a href="{getUrl('l', $key)}" cond="$l!=$key">{$val}</a>
|
|
||||||
<strong cond="$l==$key">{$val}</strong>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue