X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=edde5999a4b3c69f3d92ee24e5074a5ca9e6d94a;hb=a336f89f978670477463726eb6789134f225ae2f;hp=a03f618cdf68d3a3fddb88be85d38bf956a11039;hpb=e117f2c373d8ee1598eb846b89a16934664a2720;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index a03f618..edde599 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -21,13 +21,14 @@ display: none; } -#sone a { - color: inherit; +#sone a, #sone a:link, #sone a:visited { + color: rgb(28, 131, 191); + font-size: inherit; text-decoration: none; } -#sone a:visited { - color: inherit; +#sone a:active, #sone a:hover { + color: rgb(255, 172, 0); } #sone #sidebar { @@ -37,13 +38,17 @@ #sone .profile-link { font-weight: bold; - color: #23e; + color: rgb(28, 131, 191); } #sone #profile .picture { float: left; } +#sone #profile .edit-profile-link { + font-size: 85%; +} + #sone .nice-name { font-weight: bold; } @@ -66,6 +71,7 @@ #sone .post .text { display: inline; + white-space: pre-wrap; } #sone .post .status-line { @@ -108,6 +114,12 @@ #sone .post .show-reply-form { display: inline; + color: rgb(28, 131, 191); + cursor: pointer; +} + +#sone .post .show-reply-form:hover { + color: rgb(255, 172, 0); } #sone .post .show-reply-form:before {