mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add official Rhymix logo to install screen
This commit is contained in:
parent
2d6a175b19
commit
7c3057946b
6 changed files with 10 additions and 22 deletions
|
|
@ -34,25 +34,13 @@ img, form, fieldset { border: 0; margin:0; padding: 0; }
|
|||
margin: 0;
|
||||
}
|
||||
.x #header h1 {
|
||||
font: bold 54px/100% Cambria, Georgia, serif;
|
||||
color: #444;
|
||||
text-align: center;
|
||||
text-shadow: 2px 2px 3px rgba(128, 128, 128, 0.4);
|
||||
margin: 0 0 24px 0;
|
||||
}
|
||||
.x #header h1 span.green {
|
||||
color: #55a72f;
|
||||
}
|
||||
.x #header h1 span.brown {
|
||||
color: #905a29;
|
||||
}
|
||||
.x #header h1 span.red {
|
||||
color: #ef5350;
|
||||
}
|
||||
.x #header h1 span.colon {
|
||||
color: #888888;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
.x #header img {
|
||||
width: 180px;
|
||||
}
|
||||
.x #header h2 {
|
||||
font: normal 16px/110% Arial, sans-serif;
|
||||
|
|
|
|||
|
|
@ -6,9 +6,8 @@
|
|||
</li>
|
||||
</ul>
|
||||
<div id="footer">
|
||||
Rhymix is a fork of the <a href="https://xe1.xpressengine.com" target="_blank">XpressEngine</a> CMS<br />
|
||||
with additional patches by members of the <a href="https://xetown.com" target="_blank">XETOWN</a> community.<br />
|
||||
Please see our <a href="https://github.com/rhymix/rhymix" target="_blank">GitHub repository</a> for a full timeline of patches and their authors.
|
||||
Rhymix is based on the XpressEngine CMS owned by XEHub,<br />
|
||||
but it has been an independent project since 2015.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
|
||||
<div class="x"|cond="$lang_type == 'ko'" class="x enfont"|cond="$lang_type != 'ko'">
|
||||
<div id="header">
|
||||
<h1><span class="green">rhymi</span><span class="red">x</span></h1>
|
||||
<h1><img src="../../../common/img/logo.svg" alt="Rhymix" /></h1>
|
||||
<h2>Version <strong>{__XE_VERSION__}</strong> Installation</h2>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<p>
|
||||
Copyright © Rhymix Developers and Contributors<br />
|
||||
Copyright © <a href="http://www.navercorp.com" target="_blank">NAVER</a>
|
||||
Copyright © <a href="https://navercorp.com/" target="_blank">NAVER</a> & <a href="https://www.xehub.io/" target="_blank">XEHub</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li>Official website: <a href="https://www.rhymix.org" target="_blank">https://www.rhymix.org</a></li>
|
||||
<li>Official website: <a href="https://rhymix.org" target="_blank">https://rhymix.org</a></li>
|
||||
<li>Source code repository: <a href="https://github.com/rhymix/rhymix" target="_blank">https://github.com/rhymix/rhymix</a></li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<p>
|
||||
Copyright © Rhymix Developers and Contributors<br />
|
||||
Copyright © <a href="http://www.navercorp.com" target="_blank">NAVER</a>
|
||||
Copyright © <a href="https://navercorp.com/" target="_blank">NAVER</a> & <a href="https://www.xehub.io/" target="_blank">XEHub</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li>공식 사이트: <a href="https://www.rhymix.org" target="_blank">https://www.rhymix.org</a></li>
|
||||
<li>공식 사이트: <a href="https://rhymix.org" target="_blank">https://rhymix.org</a></li>
|
||||
<li>소스 코드 저장소: <a href="https://github.com/rhymix/rhymix" target="_blank">https://github.com/rhymix/rhymix</a></li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue