mirror of
https://github.com/gnu4cn/ccna60d.git
synced 2024-05-21 04:55:00 +08:00
Optimize UI
This commit is contained in:
parent
e32b846be2
commit
b0d463268e
@ -9,3 +9,8 @@ title = "CCNA60D Chinese, 中文版 CCNA 60 days"
|
|||||||
[output.html]
|
[output.html]
|
||||||
additional-css = ["theme/pagetoc.css"]
|
additional-css = ["theme/pagetoc.css"]
|
||||||
additional-js = ["theme/pagetoc.js"]
|
additional-js = ["theme/pagetoc.js"]
|
||||||
|
git-repository-url = "https://github.com/gnu4cn/ccna60d"
|
||||||
|
git-repository-icon = "fa-github"
|
||||||
|
|
||||||
|
[output.html.print]
|
||||||
|
enable = false
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
<link rel="stylesheet" href="css/variables.css">
|
<link rel="stylesheet" href="css/variables.css">
|
||||||
<link rel="stylesheet" href="css/general.css">
|
<link rel="stylesheet" href="css/general.css">
|
||||||
<link rel="stylesheet" href="css/chrome.css">
|
<link rel="stylesheet" href="css/chrome.css">
|
||||||
<link rel="stylesheet" href="css/print.css" media="print">
|
|
||||||
|
|
||||||
<!-- Fonts -->
|
<!-- Fonts -->
|
||||||
<link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
|
<link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
|
||||||
@ -116,8 +115,8 @@
|
|||||||
<h3 class="menu-title">CCNA60D Chinese, 中文版 CCNA 60 days</h3>
|
<h3 class="menu-title">CCNA60D Chinese, 中文版 CCNA 60 days</h3>
|
||||||
|
|
||||||
<div class="right-buttons">
|
<div class="right-buttons">
|
||||||
<a href="print.html" title="Print this book" aria-label="Print this book">
|
<a href="https://github.com/gnu4cn/ccna60d" title="Git repository" aria-label="Git repository">
|
||||||
<i id="print-button" class="fa fa-print"></i>
|
<i id="git-repository-button" class="fa fa-github"></i>
|
||||||
</a>
|
</a>
|
||||||
| <a href="https://books.xfoss.com" title="捐赠,donation" aria-label="捐赠,donation">
|
| <a href="https://books.xfoss.com" title="捐赠,donation" aria-label="捐赠,donation">
|
||||||
🎁·打赏DONATE
|
🎁·打赏DONATE
|
||||||
|
@ -2,8 +2,12 @@
|
|||||||
.sidetoc {
|
.sidetoc {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#menu-bar {
|
||||||
|
position: fixed !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (min-width:1440px) {
|
@media only screen and (min-width:1440px) {
|
||||||
main {
|
main {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user