internet-of-things
Version:
Netbeast Internet Of Things Open Source documentation packaged to run offline
57 lines (43 loc) • 1.15 kB
CSS
/* CSS for website */
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300);
@font-face {
font-family: 'Proxima Nova';
font-style: normal;
font-weight: normal;
src: local('Proxima Nova'), url('../fonts/ProximaNova-Bold_2.otf') format('opentype');
}
h1, h2, h3, h4, h5 {
font-family: 'Proxima Nova' ;
}
a {
font-weight: bold;
}
a:hover, a:active, a:focus {
color: rgb(0,191,195) ;
}
li.chapter span {
background-color: rgb(0,191,195) ;
color: white ;
opacity: 1 ;
font-weight: bold ;
cursor: default ;
}
.book {
font-family: 'Fira Sans', sans-serif ;
}
.book .book-summary ul.summary li.active>a {
color: rgb(0,191,195) ;
}
.book .book-body .page-wrapper .page-inner section.normal a {
color: rgb(0,191,195) ;
}
.book .book-summary ul.summary li a, .book .book-summary ul.summary li span {
text-overflow: none;
white-space:normal;
}
.book .book-summary ul.summary li a b, .book .book-summary ul.summary li span b {
display: none;
}
.book-summary {
background-color: #FAFCFC;
}