X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=bfa445a7afa6a793ca3418ea49536687d327c660;hb=f9bdd44032c30ba783b98009581d91d78ddaecc2;hp=5a4b009a49403ffd01215423c7f1b40d5012113b;hpb=d6d2f8249f8909822d6907fbdafc01a14eca7b9b;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 5a4b009..bfa445a 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -113,7 +113,7 @@ #sone .post .reply { clear: both; - background-color: #eef; + background-color: #f0f0ff; font-size: 85%; margin: 1ex 0px; padding: 1ex; @@ -151,7 +151,7 @@ #sone .post .create-reply { clear: both; - background-color: #eef; + background-color: #f0f0ff; padding: 0.5ex; } @@ -159,39 +159,41 @@ display: none; } +#sone .sone { + clear: both; + background-color: #f0f0ff; + border: 1px solid #ccc; + margin-bottom: 0.5ex; + padding: 0.5ex; +} + #sone .sone .profile-link { - display: inline; + display: block; } -#sone .sone .request-uri { - display: inline; +#sone .sone .short-request-uri { + clear: both; + float: right; } #sone .sone .unknown-marker, #sone .sone .download-marker, #sone .sone .insert-marker, #sone .sone .idle-marker, #sone .sone .modified-marker { display: none; } -#sone .sone.unknown .unknown-marker { - display: inline; -} - -#sone .sone.idle .idle-marker { - display: inline; -} - -#sone .sone.downloading .download-marker { - display: inline; -} - -#sone .sone.inserting .insert-marker { - display: inline; -} - -#sone .sone.modified .modified-marker { +#sone .sone.unknown .unknown-marker, #sone .sone.idle .idle-marker, #sone .sone.downloading .download-marker, #sone .sone.inserting .insert-marker, #sone .sone.modified .modified-marker { display: inline; + float: right; + border: solid 1px #ccc; + border-right: none; + border-top: none; + padding: 0 0.5ex; + position: relative; + right: -0.5ex; + top: -0.5ex } #sone .sone .last-update { + float: right; display: inline; } @@ -200,6 +202,17 @@ font-weight: bold; } +#sone .sone form { + display: inline; + border: solid 1px #ccc; + border-left: none; + border-bottom: none; + padding: 0 0.5ex; + position: relative; + left: -0.5ex; + bottom: -0.5ex +} + #sone .sone form.block button, #sone .sone form.unblock button, #sone .sone form.follow button, #sone .sone form.unfollow button { display: inline; color: rgb(28, 131, 191); @@ -214,10 +227,11 @@ color: rgb(255, 172, 0); } -#sone .sone form { +#sone .sone .spacer { display: inline; } + #sone h1 { font-family: inherit; font-size: 200%;