Browse Source

Updated default theme with link to main repo

tags/0.7.2
Frans Bouma 10 years ago
parent
commit
a8693e1e84
3 changed files with 31 additions and 2 deletions
  1. +18
    -0
      Themes/Default/Destination/css/theme.css
  2. +6
    -1
      Themes/Default/Destination/css/theme_colors.css
  3. +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>
&nbsp;
</nav>
<section data-toggle="nav-shift" class="nav-content-wrap">


Loading…
Cancel
Save