start some custom styling, using OG-CSRD's classes mostly
This commit is contained in:
parent
de3f58d9e2
commit
1082d946ee
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user