comparison doc/_static/style.css @ 7247:7820cc786b5e

style admonitions, reconcile tyles between website and release docs
author John Rouillard <rouilj@ieee.org>
date Sun, 09 Apr 2023 22:42:07 -0400
parents 4553614a2b22
children 7435320ea041
comparison
equal deleted inserted replaced
7246:7fd9d0f15cf0 7247:7820cc786b5e
116 } 116 }
117 117
118 table.footnote { 118 table.footnote {
119 font-size: calc(1em - 1pt); 119 font-size: calc(1em - 1pt);
120 } 120 }
121
122 div.admonition {
123 padding-inline: 1em;
124 padding-block: 0.25em;
125 border-inline-start: grey solid 4px;
126 background-color: #dfdfdf;
127 }
128
129 div.admonition.caution {
130 border-inline-start: red solid 4px;
131 }
132
133 div.admonition.warning {
134 border-inline-start: yellow solid 4px;
135 }
136
137 p.admonition-title {
138 border-block-end: grey solid 2px;
139 font-weight: bold;
140 font-size: larger;
141 margin-block: 0;
142 }
143
144 div.admonition.caution p.admonition-title {
145 border-block-end: red solid 2px;
146 }
147
148 dt { font-weight: bold; margin-block-start: 1em;}
149 dd p.first { margin-block-start: 0; }

Roundup Issue Tracker: http://roundup-tracker.org/