|
@@ -1,14 +1,28 @@
|
|
body {
|
|
body {
|
|
font-family: serif;
|
|
font-family: serif;
|
|
}
|
|
}
|
|
|
|
+div.description {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+div.annotation {
|
|
|
|
+ padding-left: 10;
|
|
|
|
+ padding-right: 10;
|
|
|
|
+ border-width: thin;
|
|
|
|
+ border-style: solid;
|
|
|
|
+ border-color: blue;
|
|
|
|
+ border-top-left-radius: 10;
|
|
|
|
+ border-top-right-radius: 10;
|
|
|
|
+ border-bottom-left-radius: 10;
|
|
|
|
+ border-bottom-right-radius: 10;
|
|
|
|
+}
|
|
div.section {
|
|
div.section {
|
|
border-top: none;
|
|
border-top: none;
|
|
border-bottom: none;
|
|
border-bottom: none;
|
|
- border-left: 1px solid green;
|
|
|
|
|
|
+ border-left: thin solid green;
|
|
border-right: none;
|
|
border-right: none;
|
|
padding-top: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
padding-bottom: 0;
|
|
- padding-left: 3;
|
|
|
|
|
|
+ padding-left: 4;
|
|
padding-right: 0;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
div.title {
|
|
div.title {
|
|
@@ -17,3 +31,18 @@ div.title {
|
|
text-align: center;
|
|
text-align: center;
|
|
font-family: sans-serif;
|
|
font-family: sans-serif;
|
|
}
|
|
}
|
|
|
|
+div.poem {
|
|
|
|
+ border-left: thin solid blue;
|
|
|
|
+ margin-left: 5%;
|
|
|
|
+ padding-left: 4;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+div.poem div {
|
|
|
|
+ margin-top: 1em;
|
|
|
|
+ margin-bottom: 1em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+div.poem p {
|
|
|
|
+ margin-top: 0;
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+}
|