mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
CSS: custom css for new directives
This commit is contained in:
parent
fbf10cac26
commit
a8a16fbd09
38
docs/_static/css/custom.css
vendored
38
docs/_static/css/custom.css
vendored
@ -1,3 +1,41 @@
|
|||||||
|
span.opcmd,
|
||||||
|
span.cfgcmd {
|
||||||
|
font-weight: bold;
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
padding: 0;
|
||||||
|
font-size: 100% !important;
|
||||||
|
max-width: 100%;
|
||||||
|
color: #000;
|
||||||
|
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
.opcmd-heading,
|
||||||
|
.cfgcmd-heading {
|
||||||
|
display: block;
|
||||||
|
margin: 6px 0;
|
||||||
|
font-size: 90%;
|
||||||
|
line-height: normal;
|
||||||
|
background: #e7f2fa;
|
||||||
|
color: #2980B9;
|
||||||
|
border-top: solid 3px #6ab0de;
|
||||||
|
border-top-width: 3px;
|
||||||
|
border-top-style: solid;
|
||||||
|
border-top-color: rgb(106, 176, 222);
|
||||||
|
padding: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.opcmd-body,
|
||||||
|
.cfgcmd-body {
|
||||||
|
margin: 6px 0;
|
||||||
|
padding-left: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
a.cmdlink {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
.wy-nav-content {
|
.wy-nav-content {
|
||||||
max-width : none;
|
max-width : none;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user