X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fblerg.css;h=24bb13ebdfb0216ceaf9bf867c89f98963845818;hb=7fe1682ce5c257aee20c7b7bd20aa016eb6d8f75;hp=10e8ed5e5cfd152e1681bbabe2081764c23943d0;hpb=21db04ef3e4f66d7b5c4c9be2be36703b18cbcaa;p=blerg.git diff --git a/www/css/blerg.css b/www/css/blerg.css index 10e8ed5..24bb13e 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 { @@ -152,25 +180,25 @@ h1, h2, h3 { text-align: right; } -#latest h2 { +.latest h2 { font-size: 16pt; } -#latest-tags { +.latest-tags { text-align: center; line-height: 2em; } -#latest-tags a { +.latest-tags a { margin: 0 0.75em; } -#latest-posts { +.latest-posts { height: 184pt; overflow: hidden; } -#latest-posts .record { +.latest-posts .record { font-size: 12pt; margin: 8pt 0; }