X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=afb97c004de0eda801fcd73843dbb0739c9658de;hb=2c5b76a2fbce16ef33f079a3de9ae9fc9a9d30b8;hp=9b742172e9791b955f5bd163b2b3735438107abe;hpb=9d6e64f8548fd45e06a492d0b92099c27fddd378;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 9b74217..afb97c0 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -49,6 +49,12 @@ textarea { color: rgb(255, 172, 0); } +#sone #plugin-warning { + border: solid 0.5em red; + padding: 0.5em; + margin-bottom: 1em; +} + #sone #profile { height: 80px; margin-bottom: 1ex; @@ -411,6 +417,13 @@ textarea { clear: both; } +#sone h2 { + font-family: inherit; + font-size: 150%; + font-weight: bold; + clear: both; +} + #sone .error label { color: red; font-weight: bold;