mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Updating Broxygen stylesheet.
This commit is contained in:
parent
0fe474e232
commit
1bdfa3dff2
1 changed files with 50 additions and 2 deletions
52
doc/_static/broxygen.css
vendored
52
doc/_static/broxygen.css
vendored
|
@ -150,8 +150,14 @@ sup, sub {
|
|||
line-height:0;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space:pre;
|
||||
pre, code {
|
||||
white-space: pre;
|
||||
overflow: auto;
|
||||
margin-left: 2em;
|
||||
margin-right: 2em;
|
||||
margin-top: .5em;
|
||||
margin-bottom: 1.5em;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
pre, code, tt {
|
||||
|
@ -166,6 +172,10 @@ dl dt {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
li dl dt {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin:0 0 20px 20px;
|
||||
}
|
||||
|
@ -174,6 +184,16 @@ small {
|
|||
font-size:75%;
|
||||
}
|
||||
|
||||
.small-text {
|
||||
font-size:75%;
|
||||
}
|
||||
|
||||
.align-center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
a:link,
|
||||
a:visited,
|
||||
a:active
|
||||
|
@ -434,4 +454,32 @@ li {
|
|||
padding-bottom: 0em;
|
||||
margin-bottom: .5em;
|
||||
margin-top: 0em;
|
||||
}
|
||||
|
||||
.btest-cmd .hll {
|
||||
font-weight: bold;
|
||||
background: #FFFAE2;
|
||||
}
|
||||
|
||||
.btest-include .hll {
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-family: Palatino;
|
||||
background: #FFFAE2;
|
||||
}
|
||||
|
||||
.btest-include .hll * {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.linenodiv pre {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
width: 1.5em;
|
||||
text-align: right;
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.btest-cmd .code pre, .btest-include .code pre {
|
||||
margin-left: 0px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue