Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
Add Indonesian translation Debugging Application
Browse files Browse the repository at this point in the history
upd en layout

upd css files

Update gen-api.php

upd en layout

upd css files

Update gen-api.php
  • Loading branch information
zamronypj committed Aug 9, 2016
1 parent 58de79e commit 0b15072
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 158 deletions.
96 changes: 41 additions & 55 deletions en/_static/docs.css
Expand Up @@ -3,7 +3,7 @@

.icon-huge { font-size: 112px; color: #70b599; }

body { color: #4d4a4c; font-size: 14px; font-family: "Open Sans", Helvetica, Arial; font-weight: 400; }
body { color: #4d4a4c; font-size: 14px; }

a { color: #70b599; }

Expand All @@ -21,19 +21,9 @@ a.super { font-size: 55%; vertical-align: super; }

.homepage-header { padding-top: 20px; background: #d6f9d1; background: -moz-radial-gradient(center, ellipse cover, #d6f9d1 0%, #91dbce 38%, #0a6278 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #d6f9d1), color-stop(38%, #91dbce), color-stop(100%, #0a6278)); background: -webkit-radial-gradient(center, ellipse cover, #d6f9d1 0%, #91dbce 38%, #0a6278 100%); background: -o-radial-gradient(center, ellipse cover, #d6f9d1 0%, #91dbce 38%, #0a6278 100%); background: -ms-radial-gradient(center, ellipse cover, #d6f9d1 0%, #91dbce 38%, #0a6278 100%); background: radial-gradient(ellipse at center, #d6f9d1 0%, #91dbce 38%, #0a6278 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9d1', endColorstr='#0a6278',GradientType=1 ); }

.page-header { margin: 0; border: none; padding-top: 20px; -webkit-box-shadow: 0 0 3px 0 rgba(37, 82, 95, 0.9); box-shadow: 0 0 3px 0 rgba(37, 82, 95, 0.9); background: #68c4c2; background: -moz-linear-gradient(top, #167a92 0%, #68c4c2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #167a92), color-stop(100%, #68c4c2)); background: -webkit-linear-gradient(top, #167a92 0%, #68c4c2 100%); background: -o-linear-gradient(top, #167a92 0%, #68c4c2 100%); background: -ms-linear-gradient(top, #167a92 0%, #68c4c2 100%); background: linear-gradient(to bottom, #167a92 0%, #68c4c2 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start', endColorstr='$end',GradientType=0 ); z-index: 100; }

.HYPE_scene { background-color: transparent !important; }

header .navbar { margin-top: -15px; }
header .navbar-toggle { border-color: #ffffff; margin-top: 15px; }
header .navbar-toggle span { background: #ffffff; }
header .phalcon-logo { display: block; width: 200px; height: 90px; background: transparent url("//static.phalconphp.com/www/images/phalcon.png") 0 0 no-repeat; background-size: 200px 90px; }
header .main-menu { margin-top: 38px; }
header .main-menu li { margin: 0 3px; }
header .main-menu li a { color: #bae1e6; font-size: 17px; text-shadow: 1px 1px 1px #0e566a; padding: 8px 18px; }
header .main-menu li a:hover { color: white; background-color: transparent; }
header .main-menu li a.active { color: white; background-color: rgba(0, 0, 0, 0.15); -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.2); -webkit-border-radius: 18px; -moz-border-radius: 18px; -ms-border-radius: 18px; border-radius: 18px; }
header a.github { margin-right: 0px; background: transparent url("//static.phalconphp.com/www/images/github.png") center center no-repeat; opacity: 0.6; }
header a:hover.github { opacity: 0.9; }
header a.twitter { background: transparent url("//static.phalconphp.com/www/images/twitter.png") center center no-repeat; opacity: 0.6; }
Expand All @@ -55,9 +45,22 @@ header .sublinks { color: #97c6ad; }
header .sublinks a { font-size: 13px; color: #4d4a4c; margin-left: 10px; margin-right: 10px; }
header .sublinks a:hover { border-bottom: 1px dotted #4d4a4c; margin-right: 10px; }

.heading { background: #548d90 url("//static.phalconphp.com/www/images/heading.png") center center no-repeat; padding: 20px 0; font-size: 24px; font-weight: 700; margin: 0; border: none; -webkit-box-shadow: inset 0 0 7px 0 rgba(58, 100, 102, 0.9); box-shadow: inset 0 0 7px 0 rgba(58, 100, 102, 0.9); }
.heading {
background: rgba(35, 56, 66, 0.98) none repeat scroll 0 0;
padding: 20px 0;
font-size: 24px;
font-weight: 700;
margin: 0;
border: none;
}

.heading h2 { padding: 0; margin: 0; color: #ffffff; }
.heading h2 {
padding: 0;
margin: 0;
color: #fff;
font-weight: normal;
font-size: 30px;
}

a.btn-video { display: block; background-color: #c8ebdc; border-top: 3px solid #70b99a; padding: 20px 0; text-align: center; color: #619884; font-size: 24px; font-weight: 700; -webkit-transition: all 0.15s ease-in; -moz-transition: all 0.15s ease-in; -ms-transition: all 0.15s ease-in; -o-transition: all 0.15s ease-in; transition: all 0.15s ease-in; }

Expand Down Expand Up @@ -124,23 +127,6 @@ a:hover.btn-video span { color: #b9f4d3; }
.prefooter a.btn-social-github { background: #616161; background: -moz-linear-gradient(top, #898989 0%, #616161 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #898989), color-stop(100%, #616161)); background: -webkit-linear-gradient(top, #898989 0%, #616161 100%); background: -o-linear-gradient(top, #898989 0%, #616161 100%); background: -ms-linear-gradient(top, #898989 0%, #616161 100%); background: linear-gradient(to bottom, #898989 0%, #616161 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start', endColorstr='$end',GradientType=0 ); border-color: #323232; text-shadow: -1px -1px 1px #323232; }
.prefooter a:hover.btn-social { opacity: 1; color: white; }

.footer { background-color: #1e272e; padding: 60px 0 80px 0; }

.footer h4 { font-size: 12px; text-transform: uppercase; color: #ffffff; }
.footer ul { list-style-type: none; padding: 0; margin: 0; }
.footer ul li { padding: 3px 0; }
.footer ul li a { font-size: 13px; color: #6d7481; }
.footer ul li a:hover { color: #c0c6cf; border-bottom: 1px dotted #c0c6cf; }
.footer #license-wrapper { background: url("//static.phalconphp.com/www/images/phalcon3.png") 10px 0/74px 85px no-repeat; }
.footer #license-spaccer { float: left; height: 50px; width: 100%; }
.footer .license { padding-left: 90px; background-size: 74px 85px; color: #6d7481; font-size: 12px; line-height: 18px; }
.footer .license a { color: #6d7481; border-bottom: 1px dotted #6d7481; }
.footer .license a:hover { color: #c0c6cf; border-bottom: 1px solid #c0c6cf; }
.footer .design { padding-left: 90px; margin-top: 30px; font-size: 11px; text-transform: uppercase; color: #6d7481; }
.footer .design a { margin-top: 7px; display: block; width: 115px; height: 42px; background: transparent url("//static.phalconphp.com/www/images/fogcity.png") 0 0 no-repeat; background-size: 115px 42px; opacity: 0.5; }
.footer .design a:hover { opacity: 1; }
.footer .design a span { display: none; }

.mfp-fade.mfp-bg { opacity: 0.001; -webkit-transition: alls 0.15s ease-out; -moz-transition: alls 0.15s ease-out; -ms-transition: alls 0.15s ease-out; -o-transition: alls 0.15s ease-out; transition: alls 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }
Expand All @@ -154,32 +140,32 @@ a:hover.btn-video span { color: #b9f4d3; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

@media screen and (max-width: 767px) { .homepage-header { padding-top: 7px; }
header .phalcon-logo { margin-left: 0px; width: 169px; height: 58px; background-image: url("//static.phalconphp.com/www/images/phalcon1.png"); background-size: 169px 58px; }
header .navbar-header { padding-bottom: 5px; border: none; }
header .main-menu li a { color: #ffffff; padding: 10px 20px; }
header .main-menu li a:hover { color: #ffffff; }
header .main-menu li a.active { color: #a6b2a3; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
header .main-menu { margin-top: 0; padding-top: 10px; padding-bottom: 5px; padding-left: 35px; background: rgba(0, 0, 0, 0.4); -webkit-border-radius: 18px; -moz-border-radius: 18px; -ms-border-radius: 18px; border-radius: 18px; -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }
header a#dropdownLanguageMenu { background-position: 8px 5px; }
header a:hover#dropdownLanguageMenu { background-position: 8px -28px; }
header .dropdown-menu { padding-left: 16px; }
header .dropdown-menu li a { color: #ffffff; background-position: 2px 8px; }
header .dropdown-menu li a:hover { color: #ffffff; background-color: transparent; } }
header .phalcon-logo { margin-left: 0px; width: 169px; height: 58px; background-image: url("//static.phalconphp.com/www/images/phalcon1.png"); background-size: 169px 58px; }
header .main-menu { margin-top: 0; padding-top: 10px; padding-bottom: 5px; padding-left: 35px; background: rgba(0, 0, 0, 0.4); -webkit-border-radius: 18px; -moz-border-radius: 18px; -ms-border-radius: 18px; border-radius: 18px; -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }
header a#dropdownLanguageMenu { background-position: 8px 5px; }
header a:hover#dropdownLanguageMenu { background-position: 8px -28px; }
header .dropdown-menu { padding-left: 16px; }
header .dropdown-menu li a { color: #ffffff; background-position: 2px 8px; }
header .dropdown-menu li a:hover { color: #ffffff; background-color: transparent; } }
.codesamples-container { display: block; overflow: hidden; height: 520px; position: relative; }

.codesamples-container .codesample { position: absolute; top: -520px; left: 0; }
.codesamples-container .codesample-pulldown { top: 520px; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
.codesamples-container .codesample-current { top: 0; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }

@media screen and (min-width: 768px) { .homepage-header { padding-top: 7px; }
.page-header { padding-top: 7px; }
header .phalcon-logo { margin-left: 0px; width: 169px; height: 58px; background-image: url("//static.phalconphp.com/www/images/phalcon1.png"); background-size: 169px 58px; }
header .main-menu { margin-top: 5px; border-top: 2px solid #5bafbb; padding-top: 7px; padding-right: 20px; }
header .main-menu li { margin: 0 1px; }
header .main-menu li a { padding: 8px 16px; }
header .dropdown-menu li a { padding: 4px 0 4px 32px; } }
@media screen and (min-width: 992px) { header .phalcon-logo { margin-left: 0px; display: block; width: 200px; height: 90px; background: transparent url("//static.phalconphp.com/www/images/phalcon.png") 0 0 no-repeat; background-size: 200px 90px; }
header .main-menu { margin-top: 38px; border-top: none; padding-top: 0; } }
@media screen and (min-width: 768px) { .homepage-header { padding-top: 7px; }
header .phalcon-logo { margin-left: 0px; width: 169px; height: 58px; background-image: url("//static.phalconphp.com/www/images/phalcon1.png"); background-size: 169px 58px; }
header .dropdown-menu li a { padding: 4px 0 4px 32px; } }

@media screen and (min-width: 992px) {
header .phalcon-logo {
margin-left: 0;
display: block;
width: 200px;
height: 90px;
background: url(//static.phalconphp.com/www/images/phalcon.png) 0 0/200px 90px no-repeat;
}
}
.team h3 { margin-top: 0; margin-bottom: 10px; }

.consulting, .hosting, .roadmap, .support { margin-top: 20px; }
Expand Down Expand Up @@ -329,13 +315,13 @@ td.second-box li {

td.second-box td,
td.second-box th {
margin: 10px;
border: 1px solid #dadada;
margin: 10px;
border: 1px solid #dadada;
}

td.second-box img {
border: 1px solid #dadada;
margin: 15px;
border: 1px solid #dadada;
margin: 15px;
}

td.primary-box {
Expand Down Expand Up @@ -442,7 +428,7 @@ table.docutils {
}

div.section {
margin-top: 10px;
margin-top: 10px;
}

.sample {
Expand Down
104 changes: 48 additions & 56 deletions en/_theme/phalcon/layout.html
Expand Up @@ -279,64 +279,56 @@ <h2>Documentation</h2>

</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-xs-4 col-sm-3">
<h4>Download</h4>
<ul>
<li><a href="//phalconphp.com/download">Installing Phalcon</a></li>
<li><a href="//docs.phalconphp.com/en/latest/index.html" class="header-nav-link" target="_blank">Documentation</a></li>
<li><a href="//api.phalconphp.com">API</a></li>
<li><a href="//docs.phalconphp.com/en/latest/reference/tutorial.html">Tutorial</a></li>
<li><a href="//docs.phalconphp.com/en/latest/reference/tutorial.html#sample-applications">Sample Applications</a></li>
</ul>
</div>
<div class="col-xs-4 col-sm-3">
<h4>Community</h4>
<ul>
<li><a href="//forum.phalconphp.com/" class="header-nav-link" target="_blank">Forum</a></li>
<li><a href="https://github.com/phalcon/cphalcon">GitHub</a></li>
<li><a href="https://github.com/phalcon/cphalcon/issues">Issue Tracker</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/phalcon">Stack Overflow</a></li>
<li><a href="//phalconphp.com/en/testimonials">Testimonials</a></li>
<li><a href="//builtwith.phalconphp.com/">Built with Phalcon</a></li>
<li><a href="//store.phalconphp.com/">Store</a></li>
</ul>
</div>
<div class="col-xs-4 col-sm-2">
<h4>About</h4>
<ul>
<li><a class="link-black" href="//blog.phalconphp.com/">Blog</a></li>
<li><a href="//phalconphp.com/en/about">About</a></li>
<li><a href="//phalconphp.com/en/team">Team</a></li>
<li><a href="//phalconphp.com/en/roadmap">Roadmap</a></li>
<li><a href="//phalconphp.com/en/donate">Donate</a></li>
<li><a href="//phalconphp.com/en/consulting">Consulting</a></li>
<li><a href="//phalconphp.com/en/hosting">Hosting</a></li>
</ul>
</div>
<div id="license-spaccer" class="visible-xs"></div>
<div id="license-wrapper" class="col-xs-12 col-sm-4">
<p class="license">

Found a typo or an error? Want to improve this document? The documentation sources are available on <a href="https://github.com/phalcon/docs">Github</a><br>
Need support or have questions? Check our <a href="//forum.phalconphp.com">Forum</a><br>
<br>

Phalcon Framework is released under the <a href="https://github.com/phalcon/cphalcon/blob/master/docs/LICENSE.md">new BSD license</a>.<br>
Except where otherwise noted, content on this site is licensed under the
<div class="container">
<div class="row">
<div class="col-xs-4 col-sm-3">
<h4>Download</h4>
<ul>
<li><a href="/download">Installing Phalcon PHP</a></li>
<li><a href="http://docs.phalconphp.com/en/latest/index.html" class="header-nav-link" target="_blank">Documentation</a></li>
<li><a href="http://api.phalconphp.com">API</a></li>
<li><a href="http://docs.phalconphp.com/en/latest/reference/tutorial.html">Tutorial</a></li>
<li><a href="http://docs.phalconphp.com/en/latest/reference/tutorial.html#sample-applications">Sample Applications</a></li>
</ul>
</div>
<div class="col-xs-4 col-sm-3">
<h4>Community</h4>
<ul>
<li><a href="http://forum.phalconphp.com/" class="header-nav-link" target="_blank">Forum</a></li>
<li><a href="https://github.com/phalcon/cphalcon">GitHub</a></li>
<li><a href="https://github.com/phalcon/cphalcon/issues">Issue Tracker</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/phalcon">Stack Overflow</a></li>
<li><a href="/en/testimonials">Testimonials</a></li>
<li><a href="http://builtwith.phalconphp.com/">Built with Phalcon</a></li>
<li><a href="http://store.phalconphp.com/">Store</a></li>
</ul>
</div>
<div class="col-xs-4 col-sm-2">
<h4>About</h4>
<ul>
<li><a class="link-black" href="http://blog.phalconphp.com/">Blog</a></li>
<li><a href="/en/about">About</a></li>
<li><a href="/en/team">Team</a></li>
<li><a href="/en/roadmap">Roadmap</a></li>
<li><a href="/en/donate">Donate</a></li>
<li><a href="/en/consulting">Consulting</a></li>
<li><a href="/en/hosting">Hosting</a></li>
</ul>
</div>
<div id="license-spaccer" class="visible-xs"></div>
<div id="license-wrapper" class="col-xs-12 col-sm-4">
<p class="license">
Phalcon is an open-source PHP framework <br>built as a C-extension. It is available under the <br>
<a href="http://opensource.org/licenses/BSD-3-Clause" target="_blank">new BSD License</a>.
<br>
<br>
Except where otherwise noted, content on this site is licensed under the
<a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License.</a>

<div class="design">
<span>Designed by:</span>

<a href="http://www.fog-city.net/" class="fogcity" target="_blank" title="Fog City Software"><span>Fog City Software</span></a>
</div>
</div>
</div>
</div>
</p>
</div>
</div>
</div>
</footer>

{%- endblock %}

</div>
Expand Down

0 comments on commit 0b15072

Please sign in to comment.