X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=4f0c49e60c1616f38e05f46b205e5438e1ec64ce;hb=3cb252c768a6000c409ca8f5a4d3367d82a0799a;hp=34ea13685f0b1b783a69119fd782fc69fac342d5;hpb=4fbd14bc87ec25ec5f68f0854d1feb0cd64a5ee4;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 34ea136..4f0c49e 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -20,6 +20,13 @@ textarea { height: 4em; } +#sone button { + background-color: #ddd; + border-width: 1px; + color: #444; + padding: 0.5ex 1.5ex; +} + #sone form { margin: 0px; } @@ -49,9 +56,28 @@ textarea { color: rgb(255, 172, 0); } +#sone a.link { + cursor: pointer; +} + #sone a.internet { color: rgb(255, 0, 0); - font-weight: bold; +} + +#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 { @@ -74,10 +100,6 @@ textarea { float: right; } -#sone #notification-area .notification > div { - display: inline; -} - #sone #notification-area .notification .post-count { margin-left: 1ex; } @@ -429,6 +451,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; }