diff --git a/iwm_browser/static/homepage.css b/iwm_browser/static/homepage.css index 86b1832..4c3d50d 100644 --- a/iwm_browser/static/homepage.css +++ b/iwm_browser/static/homepage.css @@ -42,19 +42,6 @@ font-size: larger; } -a:link, a:visited { - color: inherit; - text-decoration: initial; - cursor: auto; -} - -a:hover { - outline: 2px dotted blue; -} - -a:link:active { - color: inherit; - outline: 2px dotted blue; -} + diff --git a/iwm_browser/static/main.css b/iwm_browser/static/main.css index 82cc73b..ddd8a89 100644 --- a/iwm_browser/static/main.css +++ b/iwm_browser/static/main.css @@ -85,3 +85,18 @@ code { background-color: white; } + +a:link, a:visited { + color: inherit; + text-decoration: initial; + cursor: auto; +} + +a:hover { + outline: 2px dotted blue; +} + +a:link:active { + color: inherit; + outline: 2px dotted blue; +} diff --git a/iwm_browser/static/search/search.css b/iwm_browser/static/search/search.css index d2f433e..eb1cf87 100644 --- a/iwm_browser/static/search/search.css +++ b/iwm_browser/static/search/search.css @@ -4,7 +4,7 @@ } .header { - font-size: medium; + font-size: x-large; text-align: center; height: min-content; } @@ -23,18 +23,18 @@ } .searchBar input { - width: 95%; + width: 90%; background-color: transparent; color: white; border: 1px solid white; border-right: 1px dotted white; font-family: monospace; - font-size: medium; + font-size: large; } .searchBar .searchButton { - width: 5%; + width: 10%; background-color: transparent; border: 1px solid white; border-left: none; @@ -55,7 +55,8 @@ } .searchBar summary { - font-size: small; + margin-top: 0.5rem; + font-size: medium; } .searchBar .upload_date { diff --git a/iwm_browser/static/user.css b/iwm_browser/static/user.css index f25e089..07fca78 100644 --- a/iwm_browser/static/user.css +++ b/iwm_browser/static/user.css @@ -8,3 +8,7 @@ border-bottom: 0.1rem solid white; margin-bottom: 1rem; } + +.userLevels a { + color: cyan; +}