separate git and work directories - gives nicer public git clone urls
[phorkie.git] / www / phorkie.css
index 34ada5d11cf56ff532062a92ed97cc48c7fc255c..882a2f7efb9d91c82fe1f2237bfd297ca97ff351 100644 (file)
@@ -21,8 +21,11 @@ a.anchorlink {
 }
 .navbar .brand {
     /*float: right;*/
-    color: yellow;
-    text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
+    color: #DDA;
+    text-shadow: 0 0 30px rgba(255, 255, 255, .9);
+}
+.navbar .brand:hover {
+    color: #FFA;
 }
 
 .file {
@@ -44,4 +47,26 @@ a.anchorlink {
 }
 ul.pager {
     margin-top: 2ex;
+}
+
+form textarea.content {
+    width: 100%;
+    box-sizing: border-box;
+    font-family: monospace;
+}
+form .allwidth {
+    box-sizing: border-box;
+}
+form .allwidth label {
+    width: 20%;
+    float: left;
+}
+form input#description {
+    box-sizing: border-box;
+    height: 2em;
+    width: 100%;
+}
+
+form label.inline {
+    display: inline;
 }
\ No newline at end of file