Skip to content

Commit

Permalink
added core css
Browse files Browse the repository at this point in the history
  • Loading branch information
ScorpioBroker committed Oct 14, 2019
1 parent 7545218 commit b0d1359
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 1 deletion.
87 changes: 87 additions & 0 deletions docs/_static/css/fiware_readthedocs_core.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
body {
font-family: Montserrat,Helvetica,Arial,sans-serif;
font-weight: 500;
line-height: 1.42857143 !important;
color: #4c4c4c
}

.wy-side-nav-search{
clear:both !important;
padding:40px 10px 16px 10px;
background-image: url('https://www.fiware.org/wp-content/uploads/2018/04/logo.png') !important;
background-size: 128px 30px !important;
background-repeat: no-repeat !important;
background-position: 15px 8px !important;
border-bottom-color : #000000;
border-bottom-width: 1px;
border-style: solid;
}

.wy-side-nav-search:before {
content: "";
display: none
}
.wy-side-nav-search:after {
content: "";
display: none;
}
.wy-nav-side {background-color:transparent !important}
.wy-nav-content {background-color: #fff}

.wy-menu-vertical .current > a {background:#233c68 !important}
.wy-menu-vertical .current > a {background:#233c68 !important}
.wy-menu-vertical li.current a:hover {background-color: #233c68}
.wy-menu-vertical li.current > a:hover {background-color:#233c68 !important}
.wy-menu-vertical a:hover {background-color: #233c68}
.wy-menu-vertical span {color:#233c68 !important}
nav > div.wy-menu.wy-menu-vertical > ul > li > a {color:#233c68 !important}
.rst-versions {background:#233c68 none !important}
.rst-versions .rst-current-version {background-color:#233c68 !important}
.wy-side-nav-search {border-bottom-color : #233c68}
.wy-side-nav-search input[type=text] {border-color:#233c68}
.wy-nav-top {background-color: #233c68}
th {background-color:#233c68}

h1, h2, h3, h4 {
font-family: Montserrat,Helvetica,Arial,sans-serif !important;
color:#000000 !important;
font-weight: 800;
text-transform: uppercase;
}
h1, h2{
padding-top : 20px;
padding-bottom : 3px;
box-shadow: 0px 7px 0px 0px #233c68;
}
h3 {
box-shadow: 0px 4px 0px 0px #233c68;
}

a.icon-home{
color:#000 !important;
white-space : pre-line !important;
font-family:'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
font-size: x-large !important; font-weight: 800 !important;
text-transform:uppercase !important;
margin:0 0 0 0 !important
}

.wy-side-nav-search {
background: #fff !important; border-right: #efefef solid 1px;

clear:both !important;
padding:40px 10px 16px 10px;
background-image: url('https://www.fiware.org/wp-content/uploads/2018/04/logo.png') !important;
background-size: 128px 30px !important;
background-repeat: no-repeat !important;
background-position: 15px 8px !important;
border-bottom-color : #000000;
border-bottom-width: 1px;
border-style: solid;
}

.wy-side-nav-search a{background-color:transparent !important; }
.wy-body-for-nav{background-image:none !important}
.wy-nav-side{background-color:transparent !important}


2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

def setup(app):
app.add_stylesheet('css/fiware_readthedocs.css')
app.add_stylesheet('css/fiware_readthedocs_processing.css')
app.add_stylesheet('css/fiware_readthedocs_core.css')

# -- Options for HTMLHelp output ---------------------------------------------

Expand Down

0 comments on commit b0d1359

Please sign in to comment.