X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fblerg.css;h=22300147da51e102ae5f1dfb7ae199a5a003291c;hb=55431b133192e59138a51591d7ef4ef20b6ceb52;hp=10e8ed5e5cfd152e1681bbabe2081764c23943d0;hpb=be0647e6531fec4b4b50a1a0c0d4e826e5e6f16b;p=blerg.git diff --git a/www/css/blerg.css b/www/css/blerg.css index 10e8ed5..2230014 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -54,11 +54,38 @@ a > img { .blerg-controls { float: right; + position: relative; width: 50%; margin-top: 8px; margin-right: 8px; font-size: large; text-align: right; + height: 114px; +} + +.blerg-controls-toolbar { + position: absolute; + right: 0; + bottom: 0; +} + +.blerg-controls-toolbar .onyx-button { + margin-left: 4pt; + font-size: 14pt; +} + +.spew-button { + color: #333; + background-color: #0D0; + font-weight: bold; +} + +.spew-button::after { + content: " ▼"; +} + +.spew-button.active::after { + content: " ▲"; } h2 { @@ -111,6 +138,7 @@ h1, h2, h3 { .blerg-post .content { font-size: 14pt; font-family: sans-serif; + height: 51pt; } .login {