diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/style.css | 17 | ||||
| -rw-r--r-- | static/images/poster.png | bin | 0 -> 5832444 bytes |
2 files changed, 16 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index 80f9f2d..002cca3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -57,7 +57,7 @@ ul li:first-child { padding-left: 0em; } -li::marker { +ul li::marker { color:blue; } @@ -94,10 +94,18 @@ p { text-align: justify; } +footer { + vertical-align: bottom; + margin-left:20em; + margin-right:20em; + font-size: 10pt +} + .list, .single, .body { font-family:Georgia, 'Times New Roman', Times, serif; margin-left: 3em; width: 80%; + height: 100%; margin-bottom: 0em; margin-top: 0em; background-color: #FFFFFF; @@ -109,3 +117,10 @@ p { font-size: 0.8em; margin-bottom: 10px; } + +.summary { + display: block; + font-size: 0.8em; + margin-top: 0.1em; + margin-bottom: 2em; +} diff --git a/static/images/poster.png b/static/images/poster.png Binary files differnew file mode 100644 index 0000000..76879f0 --- /dev/null +++ b/static/images/poster.png |
