Replace christopher-dG with invenia in badges, add CSS
This commit is contained in:
parent
a14131ae15
commit
a139cacc61
10
README.md
10
README.md
@ -1,7 +1,7 @@
|
|||||||
# PkgTemplates
|
# PkgTemplates
|
||||||
|
|
||||||
[](https://christopher-dG.github.io/PkgTemplates.jl/stable)
|
[](https://invenia.github.io/PkgTemplates.jl/stable)
|
||||||
[](https://christopher-dG.github.io/PkgTemplates.jl/latest)
|
[](https://invenia.github.io/PkgTemplates.jl/latest)
|
||||||
[](https://travis-ci.org/christopher-dG/PkgTemplates.jl)
|
[](https://travis-ci.org/invenia/PkgTemplates.jl)
|
||||||
[](https://ci.appveyor.com/project/christopher-dG/PkgTemplates-jl)
|
[](https://ci.appveyor.com/project/invenia/PkgTemplates-jl)
|
||||||
[](https://codecov.io/gh/christopher-dG/PkgTemplates.jl)
|
[](https://codecov.io/gh/invenia/PkgTemplates.jl)
|
||||||
|
75
docs/src/assets/invenia.css
Normal file
75
docs/src/assets/invenia.css
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
/* Links */
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #4595D1;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover, a:focus {
|
||||||
|
color: #194E82;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Navigation */
|
||||||
|
|
||||||
|
nav.toc ul a:hover,
|
||||||
|
nav.toc ul.internal a:hover {
|
||||||
|
color: #FFFFFF;
|
||||||
|
background-color: #4595D1;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav.toc ul .toctext {
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav.toc {
|
||||||
|
box-shadow: none;
|
||||||
|
color: #FFFFFF;
|
||||||
|
background-color: #194E82;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav.toc li.current > .toctext {
|
||||||
|
color: #FFFFFF;
|
||||||
|
background-color: #4595D1;
|
||||||
|
border-top-width: 0px;
|
||||||
|
border-bottom-width: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav.toc ul.internal a {
|
||||||
|
color: #194E82;
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Text */
|
||||||
|
|
||||||
|
article#docs a.nav-anchor {
|
||||||
|
color: #194E82;
|
||||||
|
}
|
||||||
|
|
||||||
|
article#docs blockquote {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Code */
|
||||||
|
|
||||||
|
code .hljs-meta {
|
||||||
|
color: #4595D1;
|
||||||
|
}
|
||||||
|
|
||||||
|
code .hljs-keyword {
|
||||||
|
color: #194E82;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre, code {
|
||||||
|
font-family: "Liberation Mono", "Consolas", "DejaVu Sans Mono", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* mkdocs (old) */
|
||||||
|
|
||||||
|
/*.navbar-default {
|
||||||
|
background-color: #194E82;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default .navbar-nav > .active > a,
|
||||||
|
.navbar-default .navbar-nav > .active > a:hover,
|
||||||
|
.navbar-default .navbar-nav > .active > a:focus {
|
||||||
|
background-color: #4595D1;
|
||||||
|
}*/
|
Loading…
Reference in New Issue
Block a user