css titles
This commit is contained in:
@@ -1071,7 +1071,23 @@ table {
|
|||||||
padding: 1rem; }
|
padding: 1rem; }
|
||||||
|
|
||||||
.book-depth-2 {
|
.book-depth-2 {
|
||||||
border-top: 5px solid black;
|
border-top: 2px solid black;
|
||||||
background-color: yellowgreen; }
|
border-bottom: 2px solid black; }
|
||||||
.book-depth-2 h1 {
|
.book-depth-2 h1 {
|
||||||
text-transform: uppercase; }
|
text-transform: uppercase;
|
||||||
|
text-align: center; }
|
||||||
|
|
||||||
|
.book-depth-3 h1 {
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-top: 4px double black;
|
||||||
|
border-bottom: 4px double black; }
|
||||||
|
|
||||||
|
.book-depth-4 h1 {
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-top: 2px solid black;
|
||||||
|
border-bottom: 2px solid black; }
|
||||||
|
|
||||||
|
.book-depth-5 h1 {
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-top: 2px dotted black;
|
||||||
|
border-bottom: 2px dotted black; }
|
||||||
|
|||||||
@@ -1,9 +1,39 @@
|
|||||||
.book-depth-2{
|
.book-depth-2{
|
||||||
border-top: 3px solid black;
|
border-top: 2px solid black;
|
||||||
border-bottom: 3px solid black;
|
border-bottom: 2px solid black;
|
||||||
// background-color: yellowgreen;
|
// background-color: yellowgreen;
|
||||||
h1{
|
h1{
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.book-depth-3{
|
||||||
|
// border-top: 3px double black;
|
||||||
|
// border-bottom: 3px double black;
|
||||||
|
h1{
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-top: 4px double black;
|
||||||
|
border-bottom: 4px double black;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.book-depth-4{
|
||||||
|
// border-top: 3px double black;
|
||||||
|
// border-bottom: 3px double black;
|
||||||
|
h1{
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-top: 2px solid black;
|
||||||
|
border-bottom: 2px solid black;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.book-depth-5{
|
||||||
|
// border-top: 3px double black;
|
||||||
|
// border-bottom: 3px double black;
|
||||||
|
h1{
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-top: 2px dotted black;
|
||||||
|
border-bottom: 2px dotted black;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -39,6 +39,6 @@
|
|||||||
@import "components/_quotes";
|
@import "components/_quotes";
|
||||||
@import "components/_tablefields";
|
@import "components/_tablefields";
|
||||||
@import "components/_notes";
|
@import "components/_notes";
|
||||||
@import "components/_titles";
|
@import "components/_titles.scss";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user