Remove /unsubscribe from htaccess config
[blerg.git] / www / css / blerg.css
index 1853c78..48b63f9 100644 (file)
@@ -124,7 +124,7 @@ a > img {
        }
 }
 
-.feed-button.new {
+.blerg-controls button.new {
        background-color: #E4C010;
 }
 
@@ -134,14 +134,6 @@ a > img {
        font-weight: bold;
 }
 
-.spew-button::after {
-       content: " ▼";
-}
-
-.spew-button.active::after {
-       content: " ▲";
-}
-
 h2 {
        font-size: 20pt;
        margin-bottom: 28pt;
@@ -175,7 +167,11 @@ h1, h2, h3 {
 }
 
 .blerg-main h2 {
-       margin: 8pt 0;
+       margin: 40px 0 17px 0;
+}
+
+.blerg-main h2:first-child {
+    margin: 0 0 17px 0;
 }
 
 .blerg-post {
@@ -207,18 +203,23 @@ h1, h2, h3 {
        font-family: sans-serif;
 }
 
+.blerg-post .toolbar {
+       height: 54px;
+       overflow: hidden;
+}
+
 .blerg-post .toolbar .switcher {
        color: black;
        background-color: white;
-       height: 53px;
-       padding: 12pt 8pt 4pt 12pt;
+       padding: 12pt 8pt 2px 12pt;
 }
 
 .blerg-post .toolbar .buttons {
-       height: 53px;
-       padding: 0 12pt 0 60px;
+       padding: 0 12pt 12pt 60px;
        text-align: right;
        vertical-align: top;
+       float: right;
+       background-color: #1E1E1E;
        background-image: url(/images/corner.svg);
        background-position: left bottom;
        background-repeat: no-repeat;
@@ -429,12 +430,49 @@ h1, h2, h3 {
                border: none;
                background-color: inherit;
        }
+
        .latest-scroller {
                height: auto;
                padding: 0;
        }
 }
 
+@media screen and (max-width: 600px) {
+       .blerg-post {
+               position: inherit;
+               height: 550px;
+       }
+
+       .blerg-post .toolbar {
+               height: auto;
+       }
+
+       .blerg-post .toolbar .buttons {
+               float: none;
+               background-image: none;
+       }
+
+       .blerg-post .toolbar .switcher {
+               padding: 4pt 12pt;
+       }
+
+       .blerg-post .record {
+               margin-top: 0;
+       }
+
+       .blerg-post .record p:first-child {
+               margin-top: 0;
+       }
+
+       .blerg-post.enter {
+               animation: none;
+       }
+
+       .blerg-post.exit {
+               animation: none;
+       }
+}
+
 .author {
        font-weight: bold;
 }
@@ -456,7 +494,8 @@ h1, h2, h3 {
        margin: 0;
 }
 
-.blerg-dialog .onyx-groupbox {
+.blerg-dialog .onyx-groupbox,
+.blerg-form .onyx-groupbox {
        margin: 8px 0;
 }
 
@@ -480,6 +519,25 @@ h1, h2, h3 {
        font-weight: bold;
 }
 
+.onyx-input-decorator.recovery {
+    min-height: 22px;
+    vertical-align: top;
+    margin-right: 1em;
+}
+
+.onyx-button.recovery {
+    background-color: orange;
+    font-size: 16px;
+    font-weight: bold;
+    min-height: 40px;
+}
+
+p.recovery {
+    background-color: orange;
+    font-size: 20px;
+    padding: 6px;
+}
+
 table.help td {
        padding: 2pt 8pt;
 }
@@ -489,4 +547,18 @@ footer {
        margin: 15pt;
        font-size: small;
        color: #333;
+       text-align: right;
+}
+
+footer a {
+       color: #333;
+       margin-left: 1em;
+}
+
+.email-address {
+    font-weight: bold;
+}
+
+.enyo-no-touch-action#blerg {
+    -ms-touch-action: pan-y;
 }