Changeset ba2af33 for public/css
- Timestamp:
- Apr 5, 2022, 6:25:38 AM (3 years ago)
- Branches:
- master
- Children:
- 9346651
- Parents:
- 51c80bf
- Location:
- public/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
public/css/custom.css
r51c80bf rba2af33 5 5 article, 6 6 #footnotes { 7 max-width: calc( 70ch + 4em);7 max-width: calc(60ch + 4em); 8 8 border-radius: 0.1em; 9 9 margin: var(--universal-padding); … … 18 18 word-break: break-word; 19 19 hyphens: auto; 20 text-align: justify;20 /* text-align: justify; */ 21 21 } 22 22 … … 70 70 71 71 #preamble { 72 max-width: calc( 70ch + 6em);72 max-width: calc(60ch + 6em); 73 73 margin: var(--universal-margin); 74 74 } … … 76 76 #postamble { 77 77 margin: var(--universal-margin); 78 max-width: calc( 70ch + 6em);78 max-width: calc(60ch + 6em); 79 79 } 80 80 … … 84 84 85 85 #copyright p { 86 text-align: center; 86 87 87 } 88 88 … … 110 110 font-size: 12pt; 111 111 position: fixed; 112 left: 85ch;112 left: 75ch; 113 113 top: calc(var(--universal-margin) + 3.9rem); 114 114 background: #fefefe; … … 159 159 160 160 .licenses { 161 text-align: left;161 text-align: center; 162 162 margin-top: 0.3em !important; 163 163 } … … 169 169 .inline li { 170 170 display: inline-flex; 171 } 172 173 table { 174 overflow-x: hidden !important; 171 175 } 172 176 … … 214 218 .asciicast { 215 219 text-align: center; 220 } 221 222 .iuse { 223 216 224 } 217 225 -
public/css/mini.css
r51c80bf rba2af33 1536 1536 1537 1537 mark { 1538 background: var(--mark-back-color) ;1538 background: var(--mark-back-color) !important; 1539 1539 color: var(--mark-fore-color); 1540 1540 font-size: 0.95em;
Note:
See TracChangeset
for help on using the changeset viewer.