summaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-21 20:08:31 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-21 20:08:31 +0200
commit557844b64120c3c08afa3f4364f1a6fdff7daffd (patch)
tree7511a26f1ad0ba47b0f738f108e62b96ab74fafd /src/static/style.css
parentd79fb0f0ce4744974d45d7d4e80c3af8c2cca717 (diff)
Add more content
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 1c1cd5e..e05ea73 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -92,3 +92,30 @@ a {
height: 31px;
vertical-align: middle;
}
+.center {
+ text-align: center;
+}
+.imgLink {
+ color: black;
+ text-decoration: none;
+}
+.imgLink img {
+ border: 1px solid black;
+}
+.smallText {
+ font-size: 8pt;
+ font-style: italic;
+ color: gray;
+}
+.enlarge {
+ color: black;
+ text-decoration: underline;
+ font-style: normal;
+}
+.mark {
+ color: #52268f;
+ font-weight: bold;
+}
+.tablePara {
+ margin-top: 1em;
+}