no sidebar
[phorkie.git] / www / phorkie.css
index 67c92978f1f80210216ac9e26272d8f9f37e1034..aed92dfac9fe01a9d36451435c1efb343a06330b 100644 (file)
@@ -21,13 +21,19 @@ 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 {
-    margin-top: 2em;
+h1 {
+    margin-bottom: 0.5ex;
+}
 
+.repo-info {
+    margin-bottom: 2em;
 }
 .file .header {
     padding: 1.0ex;
@@ -39,9 +45,18 @@ a.anchorlink {
     -moz-border-radius: 4px;
     border-radius: 4px;
 }
+.file .header .btn-mini {
+    margin-left: 2px;
+}
 .file .code {
     margin-left: 2em;
 }
+
+div.annotations div.alert {
+    margin-bottom: 1ex;
+}
+
+
 ul.pager {
     margin-top: 2ex;
 }
@@ -49,6 +64,7 @@ ul.pager {
 form textarea.content {
     width: 100%;
     box-sizing: border-box;
+    font-family: monospace;
 }
 form .allwidth {
     box-sizing: border-box;
@@ -61,4 +77,8 @@ form input#description {
     box-sizing: border-box;
     height: 2em;
     width: 100%;
+}
+
+form label.inline {
+    display: inline;
 }
\ No newline at end of file