search paging
[phorkie.git] / www / phorkie.css
index fe41780e3720aedc535dccf2252aa851e41cf742..c8d8dce4c10a7d6817e4ebd399379adbe7c749c8 100644 (file)
@@ -21,13 +21,30 @@ 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;
+}
+
+.navbar .container {
+    width: 940px;
+}
+.footer {
+    margin-top: 36px;
+    margin-bottom: 0px;
+    border-top: 1px solid #DDD;
+    color: #999;
+    text-align: center;
 }
 
-.file {
-    margin-top: 2em;
+h1 {
+    margin-bottom: 0.5ex;
+}
 
+.repo-info {
+    margin-bottom: 2em;
 }
 .file .header {
     padding: 1.0ex;
@@ -39,6 +56,55 @@ a.anchorlink {
     -moz-border-radius: 4px;
     border-radius: 4px;
 }
+.file .header .btn-mini {
+    margin-left: 2px;
+}
 .file .code {
     margin-left: 2em;
+}
+.file .image {
+    margin-bottom: 2ex;
+}
+
+div.annotations div.alert {
+    margin-bottom: 1ex;
+}
+
+ul.history li {
+    padding-left: 2px;
+    padding-bottom: 1px;
+}
+ul.history li.active {
+    background-color: #EEE;
+    border-radius: 3px;
+}
+ul.history a.hash {
+    font-family: monospace;
+}
+
+
+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