This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
youys
/
DocNet
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
14
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Updated default theme with link to main repo
tags/0.7.2
Frans Bouma
10 years ago
parent
7aba207a67
commit
a8693e1e84
3 changed files
with
31 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+18
-0
Themes/Default/Destination/css/theme.css
+6
-1
Themes/Default/Destination/css/theme_colors.css
+7
-1
Themes/Default/PageTemplate.htm
+ 18
- 0
Themes/Default/Destination/css/theme.css
View File
@@ -493,6 +493,24 @@ td {
.text-strike {
text-decoration: line-through;
}
.toc-footer {
align-items: center;
text-align: center;
}
.toc-footer hr {
width: 100%;
display: block;
height: 1px;
border: 0;
border-top: 1px solid;
margin-left: auto;
margin-right: auto;
padding-bottom: 0;
margin-bottom: 5px;
}
/* #endregion */
/* #region Alert boxes*/
+ 6
- 1
Themes/Default/Destination/css/theme_colors.css
View File
@@ -54,7 +54,11 @@ mark {
/* #region general classes */
.no-highlight {
color: #333;
color: #333;
}
.toc-footer hr {
border-color: #3e3a3a;
}
/* #endregion */
@@ -250,6 +254,7 @@ mark {
.nav .menu-vertical a {
color: #b3b3b3;
}
/* #endregion*/
/* #region media queries*/
+ 7
- 1
Themes/Default/PageTemplate.htm
View File
@@ -28,7 +28,13 @@
</div>
<div class="menu menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
{{ToC}}
</div>
<div class="toc-footer">
<span class="text-small">
<hr/>
<a href="https://github.com/FransBouma/DocNet" target="_blank">Made with <i class="fa fa-github"></i> DocNet</a>
</span>
</div>
</div>
</nav>
<section data-toggle="nav-shift" class="nav-content-wrap">
Write
Preview
Loading…
Cancel
Save