diff --git a/src/main/resources/static/styles/styles.css b/src/main/resources/static/styles/styles.css index b2a5a1b..51619ae 100644 --- a/src/main/resources/static/styles/styles.css +++ b/src/main/resources/static/styles/styles.css @@ -55,20 +55,22 @@ td { } a { - color: #cfcfcf; - text-align: center; + text-decoration: none; } -a:link { +a:link, +a:visited{ + color: #74bfbd; +} + +a:hover, +a:visited:hover { + text-decoration: underline; color: #cfcfcf; } -a:hover { - color: white; -} - -a:visited { - color: #949494; +.any:visited { + color: #548a88; } ul { @@ -299,4 +301,19 @@ button:hover { padding-right: 5px; padding-left: 5px; flex-basis: 350px; +} +/* Book page */ +.title{ + font-weight: bold; + font-size: 2em; +} + +.series{ + font-style: italic; + font-size: 1.2em; +} + +.not_important{ + font-style: italic; + color: #888888; } \ No newline at end of file diff --git a/src/main/resources/templates/author.html b/src/main/resources/templates/author.html index 3232867..75e8615 100644 --- a/src/main/resources/templates/author.html +++ b/src/main/resources/templates/author.html @@ -2,7 +2,7 @@
-