X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=195708a382efafcaa2bf4ab77a9ed522695f1331;hb=60c03f6f6aba5d9b19e1d9efadf859c189c563a8;hp=9fb33a82298d62baa5a45b10dfd6fc87f1e85d4b;hpb=9a49215476e139cf20ed4b5b85bcdbb4d8d71704;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 9fb33a8..195708a 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -42,14 +42,14 @@ } #sone #profile.online .picture { - float: left; + position: absolute; background-image: url("../images/sone.png"); width: 80px; height: 80px; } #sone #profile.offline .picture { - float: left; + position: absolute; background-image: url("../images/sone-offline.png"); width: 80px; height: 80px; @@ -63,6 +63,11 @@ font-size: 85%; } +#sone #home-sone { + margin-left: 80px; + padding-left: 1ex; +} + #sone .nice-name { font-weight: bold; } @@ -76,6 +81,11 @@ border-bottom: solid 1px #ccc; } +#sone .post:last-child { + padding: 1ex 0px; + border-bottom: none; +} + #sone .post .author { display: inline; font-weight: bold; @@ -144,11 +154,15 @@ #sone .post .show-reply-form { display: inline; +} + +#sone .post .show-reply-form span { color: rgb(28, 131, 191); cursor: pointer; + font: inherit; } -#sone .post .show-reply-form:hover { +#sone .post .show-reply-form span:hover { color: rgb(255, 172, 0); }