mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
more text styling
This commit is contained in:
parent
9455ae3ce0
commit
9826969a39
|
@ -80,7 +80,7 @@ mark {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre, code, .rst-content .method dt, .rst-content dl.class dt, .rst-content tt.literal, kbd, samp {
|
||||
pre, code, .rst-content .method dt, .rst-content .class dt, .rst-content .confval dt, .rst-content tt.literal, kbd, samp {
|
||||
font-family: monospace, serif;
|
||||
_font-family: "courier new", monospace;
|
||||
font-size: 1em;
|
||||
|
@ -3289,7 +3289,7 @@ small {
|
|||
font-size: 80%;
|
||||
}
|
||||
|
||||
code, .rst-content .method dt, .rst-content dl.class dt, .rst-content tt.literal {
|
||||
code, .rst-content .method dt, .rst-content .class dt, .rst-content .confval dt, .rst-content tt.literal {
|
||||
white-space: nowrap;
|
||||
background: white;
|
||||
border: solid 1px #e1e4e5;
|
||||
|
@ -3298,7 +3298,7 @@ code, .rst-content .method dt, .rst-content dl.class dt, .rst-content tt.literal
|
|||
font-family: "source-code-pro-1", "source-code-pro-2", Incosolata, Consolata, Monaco, monospace;
|
||||
color: #e74c3c;
|
||||
}
|
||||
code.code-large, .rst-content .method dt.code-large, .rst-content dl.class dt.code-large, .rst-content tt.code-large.literal {
|
||||
code.code-large, .rst-content .method dt.code-large, .rst-content .class dt.code-large, .rst-content .confval dt.code-large, .rst-content tt.code-large.literal {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
|
@ -3326,13 +3326,13 @@ code.code-large, .rst-content .method dt.code-large, .rst-content dl.class dt.co
|
|||
list-style: square;
|
||||
}
|
||||
|
||||
.wy-plain-list-decimal {
|
||||
.wy-plain-list-decimal, .rst-content ol.simple, .rst-content ol.arabic {
|
||||
list-style: decimal;
|
||||
line-height: 24px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.wy-plain-list-decimal li {
|
||||
.wy-plain-list-decimal li, .rst-content ol.simple li, .rst-content ol.arabic li {
|
||||
list-style: decimal;
|
||||
margin-left: 24px;
|
||||
}
|
||||
|
@ -3576,18 +3576,18 @@ a.wy-text-neutral:hover {
|
|||
text-align: left;
|
||||
padding-left: 0;
|
||||
}
|
||||
.rst-content .method dt, .rst-content dl.class dt {
|
||||
.rst-content .method dt, .rst-content .class dt, .rst-content .confval dt {
|
||||
display: inline-block;
|
||||
font-size: 90% !important;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.rst-content .method dt .headerlink, .rst-content dl.class dt .headerlink {
|
||||
.rst-content .method dt .headerlink, .rst-content .class dt .headerlink, .rst-content .confval dt .headerlink {
|
||||
color: #404040;
|
||||
}
|
||||
.rst-content .method dd, .rst-content dl.class dd {
|
||||
.rst-content .method dd, .rst-content .class dd, .rst-content .confval dd {
|
||||
margin-left: 24px;
|
||||
}
|
||||
.rst-content .class blockquote, .rst-content .method blockquote {
|
||||
.rst-content .method blockquote, .rst-content .class blockquote, .rst-content .confval blockquote {
|
||||
margin-left: 24px;
|
||||
}
|
||||
.rst-content tt {
|
||||
|
|
Loading…
Reference in New Issue
Block a user