diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-07-13 11:54:46 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-07-13 11:54:46 +0200 |
commit | 33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b (patch) | |
tree | 8046d93701fd774b9990462fc99c7b6f7961ddf7 /assets/css/home.css | |
parent | d39bec8e089a55ebd370fbe9f4b5388aafade10d (diff) | |
download | wcms-33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b.tar.gz wcms-33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b.zip |
1.2.6 Environnement update
backtopbar always visible
+ minor fixes
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index cc86a55..121098e 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -26,12 +26,17 @@ main.home div#main { flex-direction: column; } +main.home table#home2table label { + font-family: monospace; + font-size: medium; +} + body { margin: 0; height: 100%; background-color: grey; - font-family: monospace; + font-family: sans-serif; font-size: 15px; position: fixed; display: flex; @@ -146,7 +151,6 @@ span#search { #topbar input[type="text"], #topbar input[type="password"] {width: 100px;} - main.font table#fontlist { width: 100%; max-width: 500px; @@ -161,6 +165,19 @@ main.media table#medialist { text-decoration: underline; } + + +img.icon { + height: 15px; +} + +a:hover img.icon { + filter: invert(1); +} + + + + main.media table#faviconlist { width: 100%; max-width: 640px; @@ -183,6 +200,8 @@ main.info code, main.info blockquote { color: white; background-color: #191919; width: fit-content; + font-family: monospace; + font-size: initial; } main.info blockquote i { |