Skip to content

Commit

Permalink
Fix API docs styling
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Aug 11, 2019
1 parent 414b8c1 commit ab7f8c5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
14 changes: 14 additions & 0 deletions docs/help/api/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
items:
- uid: ICSharpCode.SharpZipLib.SharpZipBaseException
name: SharpZipBaseException
- uid: ICSharpCode.SharpZipLib.StreamDecodingException
name: StreamDecodingException
- uid: ICSharpCode.SharpZipLib.StreamUnsupportedException
name: StreamUnsupportedException
- uid: ICSharpCode.SharpZipLib.UnexpectedEndOfStreamException
name: UnexpectedEndOfStreamException
- uid: ICSharpCode.SharpZipLib.ValueOutOfRangeException
name: ValueOutOfRangeException
- uid: ICSharpCode.SharpZipLib.BZip2
name: ICSharpCode.SharpZipLib.BZip2
items:
Expand Down Expand Up @@ -43,6 +51,8 @@
name: FileSystemScanner
- uid: ICSharpCode.SharpZipLib.Core.INameTransform
name: INameTransform
- uid: ICSharpCode.SharpZipLib.Core.InvalidNameException
name: InvalidNameException
- uid: ICSharpCode.SharpZipLib.Core.IScanFilter
name: IScanFilter
- uid: ICSharpCode.SharpZipLib.Core.NameAndSizeFilter
Expand Down Expand Up @@ -109,6 +119,8 @@
name: TarEntry
- uid: ICSharpCode.SharpZipLib.Tar.TarException
name: TarException
- uid: ICSharpCode.SharpZipLib.Tar.TarExtendedHeaderReader
name: TarExtendedHeaderReader
- uid: ICSharpCode.SharpZipLib.Tar.TarHeader
name: TarHeader
- uid: ICSharpCode.SharpZipLib.Tar.TarInputStream
Expand Down Expand Up @@ -204,6 +216,8 @@
name: ZipNameTransform
- uid: ICSharpCode.SharpZipLib.Zip.ZipOutputStream
name: ZipOutputStream
- uid: ICSharpCode.SharpZipLib.Zip.ZipStrings
name: ZipStrings
- uid: ICSharpCode.SharpZipLib.Zip.ZipTestResultHandler
name: ZipTestResultHandler
- uid: ICSharpCode.SharpZipLib.Zip.Compression
Expand Down
8 changes: 4 additions & 4 deletions docs/help/template/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion docs/help/template/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ button, a {
cursor: pointer;
}

.affix > ul > li.active > a, .affix > ul > li.active > a:before,
.affix ul > li.active > a, .affix ul > li.active > a:before {
color: #516d86;
}

.toc .nav > li.active > a {
color: #7391ab;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
color: #181c20;
background-color: #c4cdd4;
Expand All @@ -14,4 +23,13 @@ svg:hover path {

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
color: #3d4852;
}
}

#toc .level1 > li {
font-weight: normal;
font-size: 14px;
}

#sidetoc .sidetoc.shiftup {
bottom: 50px;
}

0 comments on commit ab7f8c5

Please sign in to comment.