Files
concrete/docs/_static/css/zama.css
Benoit Chevallier-Mames 6203822a9b doc: let's document the framework
refs #143
2021-09-09 17:44:29 +02:00

38 lines
764 B
CSS

/** css/zama.css **/
/* This line is theme specific - it includes the base theme CSS */
@import 'theme.css'; /* for the Read the Docs theme */
.wy-side-nav-search {
background-color: #ffd208;
}
.wy-menu-vertical header, .wy-menu-vertical p.caption {
color: #ffd208;
}
.wy-side-nav-search > a {
position: relative;
padding-top: 50px;
color: black;
}
.wy-side-nav-search > a::before {
display: none;
}
.wy-side-nav-search > a .logo {
position: absolute;
top: 0;
left: 50%;
padding: 0;
/* Adjust this to change the adjustment of the Zama's logo, on the top left */
margin: 0 0 0 -80px !important;
}
.rst-content code.literal, .rst-content tt.literal {
color: #ffd208;
background-color: #696969;
}