X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=c2cbdd1621f892223bb41d58d72df55bb2ae5ad9;hb=ecf753a31601e558b681daab0598009fe9eec99a;hp=f1a89db45993ae9b5dfaab9744af7e32962b7036;hpb=da46b62663d50056ddfc5b39b5e8e62423f6c415;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index f1a89db..c2cbdd1 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -16,14 +16,30 @@ input[type=text], textarea { outline: none; } +input[type=text].short { + width: 25em; +} + textarea { height: 4em; } +#sone button { + background-color: #ddd; + border-width: 1px; + color: #444; + padding: 0.5ex 1.5ex; +} + #sone form { margin: 0px; } +#sone select { + color: #444; + padding: 0.5ex 1.5ex; +} + /* now for the real stuff. */ #sone { @@ -49,10 +65,30 @@ textarea { color: rgb(255, 172, 0); } +#sone a.link { + cursor: pointer; +} + #sone a.internet { color: rgb(255, 0, 0); } +#sone a.internet:before { + content: '⚠ '; +} + +#sone a.freenet:before { + content: '» '; +} + +#sone a.freenet-trusted { + color: rgb(0, 128, 0); +} + +#sone a.freenet-trusted:before { + content: '★ '; +} + #sone a img { border: none; } @@ -77,6 +113,10 @@ textarea { margin-left: 1ex; } +#sone #notification-area .notification .mark-as-read { + float: right; +} + #sone #plugin-warning { border: solid 0.5em red; padding: 0.5em; @@ -116,6 +156,10 @@ textarea { padding-left: 1ex; } +#sone #update-status { + margin-bottom: 1em; +} + #sone #update-status label { display: none; } @@ -132,6 +176,15 @@ textarea { float: right; } +#sone #update-status .select-sender, #sone .create-reply .select-sender { + display: none; +} + +#sone #update-status .select-sender button { + display: inline; + float: left; +} + #sone .nice-name { font-weight: bold; } @@ -225,6 +278,11 @@ textarea { margin: 0px; } +#sone .post .delete button.confirm { + color: red; + font-weight: bold; +} + #sone .post .trust button { color: rgb(0, 128, 0); } @@ -317,12 +375,12 @@ textarea { #sone .post .create-reply input[type=text] { margin-left: 0.5ex; - width: 44em; + width: 42em; } #sone .post .create-reply textarea { margin-left: 0.5ex; - width: 44em; + width: 42em; height: 4em; } @@ -330,6 +388,11 @@ textarea { float: right; } +#sone .create-reply .select-sender button { + display: inline; + float: left; +} + #sone .sone { clear: both; background-color: #f0f0ff; @@ -422,8 +485,41 @@ textarea { display: inline; } -#sone #create-sone { +#sone .profile-field, #sone #edit-profile button[type=submit], #sone #delete-profile-field { + margin-top: 1em; +} +#sone .profile-field .name { + display: inline; + font-weight: bold; +} + +#sone .profile-field .name.hidden { + display: none; +} + +#sone .profile-field button.confirm.edit { + font-weight: bold; + color: #080; +} + +#sone .profile-field button.cancel { + font-weight: bold; + color: red; +} + +#sone .profile-field .value { + margin-left: 2em; +} + +#sone #edit-profile .profile-field .value { + margin-left: inherit; +} + +#sone .profile-field .edit-field-name, #sone .profile-field .move-up-field, #sone .profile-field .move-down-field, #sone .profile-field .delete-field-name { + float: right; + margin-top: -1ex; + position: relative; } #sone #tail { @@ -435,6 +531,10 @@ textarea { color: #888; } +#sone #tail #version-information { + margin-top: 1em; +} + #sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea { height: 1.5em; } @@ -505,6 +605,6 @@ textarea { } #sone .confirm { - font-weight: bold !important; - color: red !important; + font-weight: bold; + color: red; }