X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F_static%2Fcustom.css;fp=docs%2F_static%2Fcustom.css;h=46c9616178cc5cd23d98297c13c86a1555885103;hb=486015325b01283f31595abd8fbdbf93530f6a5a;hp=0000000000000000000000000000000000000000;hpb=fa45466bd639ff1e01c4af798cd44e346c5614a9;p=kuberef.git diff --git a/docs/_static/custom.css b/docs/_static/custom.css new file mode 100644 index 0000000..46c9616 --- /dev/null +++ b/docs/_static/custom.css @@ -0,0 +1,66 @@ +/* Changing the color of top navbar in piccolo */ +div#top_nav nav { + background-color: #16326c; + padding:0.5rem; +} + +/* Changing the size of the logo in the top navbar in piccolo */ +div#top_nav nav h1 img { + height: 2rem; +} + +/* Changing the margin of the main text in piccolo */ +div.document { + margin-left: 10rem; + margin-right: 20rem; +} + +/* Changing link color in piccolo */ +a { + color: #007574ff; +} + +/* Changing link color in the left sidebar in piccolo */ +div.sphinxsidebar ul li a.current { + color: #007574ff; +} + +/* Changing the hover color in the left sidebar in piccolo */ +div.sphinxsidebar ul li a:hover { + color: #007574ff; +} + +/* Changing the hover color in the right sidebar in piccolo */ +div#right_sidebar ul li a:hover { + color: #007574ff; +} + +/* Changing the color of the > icon next to Page contents */ +div#right_sidebar p span.icon { + color: #007574ff; +} + +/* Changing the color of the Page contents title */ +div#right_sidebar p span { + color: #007574ff; +} + +/* Changing the color of the search button */ +div.document form input[type=submit], div.document form button { + background-color: #16326c; +} + +/* Changing the color of the Search text in the Search button */ +div#searchbox form.search input[type="submit"] { + color: #16326c; +} + +/* Changing the color of the > icon next to the collapsed Page contents */ +div#show_right_sidebar p span.icon { + color: rgba(0, 0, 0, 0.6); +} + +/* Removing option to switch to dark mode */ +div#top_nav nav a#mode_toggle, div#top_nav nav a#source_link { + display: none; +} \ No newline at end of file