start some custom styling, using OG-CSRD's classes mostly

This commit is contained in:
Brian S. Stephan 2025-07-19 18:15:57 -05:00
parent de3f58d9e2
commit 1082d946ee
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -202,3 +202,37 @@ $endif$
$if(csl-css)$
$styles.citations.html()$
$endif$
/* STYLES ON ELEMENTS FROM OG-CSRD */
.alert {
background-color: rgba(129, 22, 16, 0.05);
border: 3px solid #814b48;
padding: 0 20px;
margin: 15px;
}
.og-alert {
background-color: rgba(122, 122, 122, 0.1);
border: 3px solid #DDD;
}
.og-sidebar {
background-color: rgba(129, 22, 16, 0.05);
border: 1px solid #DDD;
border-left: 3px solid #814b48;
padding: 0 20px;
margin: 15px;
}
.og-ed {
background-color: rgba(122, 122, 122, 0.1);
border: 1px solid #DDD;
border-left: 3px solid #DDD;
padding: 0 20px;
margin: 15px;
}
/* BSS STYLES */
a {
font-weight: bold;
}