Files
grafana-zabbix/docs/sources/css/custom.css
2017-07-29 19:24:14 +03:00

127 lines
1.9 KiB
CSS

@import url('https://fonts.googleapis.com/css?family=Roboto|Source+Code+Pro');
.wy-side-nav-search, .wy-nav-top {
background-color: #8e3030
}
/* Content container */
.wy-nav-content {
max-width: 1200px;
}
.rst-content .section {
color: #404040;
font-family: 'Roboto', 'Lato', 'proxima-nova', 'Helvetica Neue', Arial, sans-serif;
}
.rst-content p, .rst-content ul, .rst-content ol {
font-size: 18px;
}
.rst-content h1 {
font-size: 200%;
}
.rst-content h2 {
font-size: 175%;
}
.rst-content h3 {
font-size: 150%;
}
.rst-content h4 {
font-size: 125%;
}
.rst-content p {
margin-bottom: 24px;
line-height: 28px;
}
.rst-content li {
margin-bottom: 8px;
line-height: 28px;
}
.rst-content img {
max-width: 80%;
max-height: 800px;
}
.rst-content blockquote {
max-width: 80%;
margin-left: 24px;
padding: 0 1em;
color: #777;
border-left: 6px solid #ddd;
}
code, .rst-content tt {
font-family: 'Source Code Pro', monospace;
font-size: 90%;
color: #404040;
background-color: #f4f4f4;
padding: 1px 5px;
border-radius: 2px;
border-width: 0;
}
/**
* Colors are from solarized scheme.
*/
.hljs {
max-width: 100%;
background-color: #fdf6e3;
color: #657b83;
border-width: 0 0 0 6px;
border-color: #eee8d5;
border-left-color: #268bd2;
font-size: 100%;
line-height: 1.5;
padding: 0.5em 1em;
}
.hljs-keyword {
color: #dc322f;
}
.hljs-built_in {
color: #268bd2;
}
.hljs-string {
color: #859900;
}
.hljs-variable {
color: #6c71c4;
}
.btn-neutral:hover {
background-color: #8e3030 !important;
color: #f4f4f4 !important;
box-shadow:
0px 1px 2px -1px rgba(255,255,255,0.5) inset,
0px -2px 0px 0px rgba(0, 0, 0, 0.2) inset;
}
/* Functions list tweaks */
h3 em {
padding-top: 20px;
font-style: normal;
padding-bottom: 2px;
border-bottom: 4px;
border-bottom-style: solid;
border-bottom-color: #268bd2;
}
hr {
margin: 24px 0 48px 0;
}