Skip to content

Commit

Permalink
style improve
Browse files Browse the repository at this point in the history
  • Loading branch information
tsj1107 committed Apr 25, 2016
1 parent 635647f commit a1cc928
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -13131,7 +13131,7 @@ <h5>Returns:</h5>
<br class="clear">
</div>
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Mon Apr 25 2016 20:13:49 GMT+0800 (CST) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Mon Apr 25 2016 22:16:04 GMT+0800 (CST) using the Minami theme.
</footer>

<div class="macaca-ribbon" style="position:fixed;right:0;top:0;width:150px;height:150px;overflow:hidden;z-index:9999;" data-reactid=".0.0.3"><a target="_blank" style="display:inline-block;width:200px;overflow:hidden;padding:6px 0;text-align:center;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);-transform:rotate(45deg);text-decoration:none;color:#fff;position:inherit;top:45px;right:-40px;border-width:1px 0;border-style:dotted;border-color:rgba(255, 255, 255, 0.7);font:700 13px &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.5);background-color:#a00;" href="https://github.com/alibaba/macaca" data-reactid=".0.0.3.0">Fork me on Github</a></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2>Installment</h2><pre class="prettyprint source lang-shell"><code>$ npm i mac
<br class="clear">
</div>
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Mon Apr 25 2016 20:13:49 GMT+0800 (CST) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Mon Apr 25 2016 22:16:04 GMT+0800 (CST) using the Minami theme.
</footer>

<div class="macaca-ribbon" style="position:fixed;right:0;top:0;width:150px;height:150px;overflow:hidden;z-index:9999;" data-reactid=".0.0.3"><a target="_blank" style="display:inline-block;width:200px;overflow:hidden;padding:6px 0;text-align:center;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);-transform:rotate(45deg);text-decoration:none;color:#fff;position:inherit;top:45px;right:-40px;border-width:1px 0;border-style:dotted;border-color:rgba(255, 255, 255, 0.7);font:700 13px &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.5);background-color:#a00;" href="https://github.com/alibaba/macaca" data-reactid=".0.0.3.0">Fork me on Github</a></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/macaca-wd.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ <h1 class="page-title">macaca-wd.js</h1>
<br class="clear">
</div>
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Mon Apr 25 2016 20:13:49 GMT+0800 (CST) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Mon Apr 25 2016 22:16:04 GMT+0800 (CST) using the Minami theme.
</footer>

<div class="macaca-ribbon" style="position:fixed;right:0;top:0;width:150px;height:150px;overflow:hidden;z-index:9999;" data-reactid=".0.0.3"><a target="_blank" style="display:inline-block;width:200px;overflow:hidden;padding:6px 0;text-align:center;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);-transform:rotate(45deg);text-decoration:none;color:#fff;position:inherit;top:45px;right:-40px;border-width:1px 0;border-style:dotted;border-color:rgba(255, 255, 255, 0.7);font:700 13px &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.5);background-color:#a00;" href="https://github.com/alibaba/macaca" data-reactid=".0.0.3.0">Fork me on Github</a></div>
Expand Down
11 changes: 9 additions & 2 deletions docs/styles/jsdoc-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body {
color: #4d4e53;
background-color: white;
margin: 0 auto;
font-family: 'Helvetica Neue', Helvetica, sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 160%;
}
Expand Down Expand Up @@ -102,6 +102,7 @@ tt, code, kbd, samp {

#main {
float: right;
padding-top: 48px;
min-width: 360px;
width: calc(100% - 250px);
}
Expand Down Expand Up @@ -138,7 +139,8 @@ nav {
background: #fff;
overflow: auto;
position: fixed;
height: 100%;
top: 48px;
height: calc(100% - 48px);
}

nav h3 {
Expand Down Expand Up @@ -576,6 +578,7 @@ dl.param-type {
#main {
width: 100%;
min-width: 360px;
padding-top: 96px;
}

#main h1.page-title {
Expand Down Expand Up @@ -607,6 +610,9 @@ header start

header {
background-color: #000000;
position: fixed;
top: 0px;
width: 100%;
}
header p,
header ul,
Expand Down Expand Up @@ -654,6 +660,7 @@ header ul.ma-nav a {
line-height: 48px;
border-bottom: 3px solid #000000;
color: #ffffff;
font-size: 14px;
}
header ul.ma-nav a:hover,
header ul.ma-nav a.active {
Expand Down

0 comments on commit a1cc928

Please sign in to comment.