Files
concrete/docs/_static/css/zama.css
2021-09-20 09:57:06 +02:00

47 lines
866 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;
}
.wy-nav-top {
color: #696969;
background: #343131
}
.wy-nav-top > a {
color: #ffd208;
}