X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=947085080aa9850913530ffa2b71c91b804eeda5;hb=2b400308146190305dde0778627cd138fe2a0d0b;hp=38fcd1900d998b02880eac85a5a985e81bc3c88a;hpb=c67605d6ee939160420d176cba9571f442c14978;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 38fcd19..9470850 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -93,6 +93,10 @@ textarea { border: none; } +#sone .parsed { + white-space: pre-wrap; +} + #sone #notification-area { margin-top: 1em; } @@ -121,6 +125,10 @@ textarea { float: right; } +#sone #notification-area .notification .hidden { + display: none; +} + #sone #plugin-warning { border: solid 0.5em red; padding: 0.5em; @@ -545,6 +553,36 @@ textarea { position: relative; } +#sone .backlinks { + font-size: 80%; +} + +#sone .backlinks .backlink { + display: inline; +} + +#sone .album { +} + +#sone .image { + width: 200px; + height: 150px; + display: table-cell; + vertical-align: middle; + text-align: center; + padding: 0.5ex; +} + +#sone .image img, #sone .single-image img { + padding: 1ex; + border: solid 1px #000; + background-color: #fff; +} + +#sone .backlinks .separator { + display: inline; +} + #sone #search { text-align: right; } @@ -631,7 +669,7 @@ textarea { font-weight: bold; } -#sone input.default { +#sone input.default, #sone textarea.default { color: #888; }