Skip to content

Commit

Permalink
Add style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Oct 10, 2023
1 parent 17a2bc0 commit 45e9d21
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions docs/_static/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
@import 'theme.css';

.rst-content dl:not(.docutils) dt:first-child {
margin-top: 0;
}

.rst-content dl:not(.docutils) dl dt {
margin-bottom: 4px;
border: none;
border-left: solid 3px #ccc;
background: #f0f0f0;
color: #555;
}

.rst-content dl table,
.rst-content dl ul,
.rst-content dl ol,
.rst-content dl p {
margin-bottom: 8px !important;
}

.rst-content dl:not(.docutils) dt {
display: table;
margin: 6px 0;
font-size: 90%;
line-height: normal;
background: #e7f2fa;
color: #2980B9;
border-top: solid 3px #6ab0de;
padding: 6px;
position: relative;
}

html.writer-html5 .rst-content dl.field-list {
display: initial;
}

html.writer-html5 .rst-content dl.field-list>dd,
html.writer-html5 .rst-content dl.field-list>dt {
margin-bottom: 4px;
padding-left: 6px;
}

p {
line-height: 20px;
font-size: 14px;
}

html.writer-html5 .rst-content dl.field-list>dt:after {
content: initial;
}

dt.field-even {
text-transform: uppercase;
}

dt.field-odd {
text-transform: uppercase;
}

0 comments on commit 45e9d21

Please sign in to comment.