mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2024-12-26 12:50:42 +08:00
Updated 'theme/index.hbs'.
This commit is contained in:
parent
50183da076
commit
c7d90566b5
@ -52,6 +52,33 @@
|
|||||||
<!-- MathJax -->
|
<!-- MathJax -->
|
||||||
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
<style type="text/css">
|
||||||
|
a.button {
|
||||||
|
color:white;
|
||||||
|
font-family:Helvetica, sans-serif;
|
||||||
|
font-weight:bold;
|
||||||
|
font-size:12px;
|
||||||
|
text-align: center;
|
||||||
|
text-decoration:none;
|
||||||
|
background-color:#FFA12B;
|
||||||
|
display:inline-block;
|
||||||
|
position:relative;
|
||||||
|
padding:5px 10px;
|
||||||
|
|
||||||
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||||
|
text-shadow: 0px 1px 0px #000;
|
||||||
|
filter: dropshadow(color=#000, offx=0px, offy=1px);
|
||||||
|
|
||||||
|
-webkit-box-shadow:inset 0 1px 0 #FFE5C4, 0 2px 0 #915100;
|
||||||
|
-moz-box-shadow:inset 0 1px 0 #FFE5C4, 0 2px 0 #915100;
|
||||||
|
box-shadow:inset 0 1px 0 #FFE5C4, 0 2px 0 #915100;
|
||||||
|
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
-moz-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="body-container">
|
<div id="body-container">
|
||||||
@ -155,7 +182,7 @@
|
|||||||
<i id="git-edit-button" class="fa fa-edit"></i>
|
<i id="git-edit-button" class="fa fa-edit"></i>
|
||||||
</a>
|
</a>
|
||||||
{{/if}} ・
|
{{/if}} ・
|
||||||
<a href="https://books.xfoss.com" title="捐赠,donate" aria-label="捐赠,donate">
|
<a href="https://books.xfoss.com" title="捐赠,donate" class="button" aria-label="捐赠,donate">
|
||||||
打赏,donate
|
打赏,donate
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user