use twitter bootstrap for layouting
[phorkie.git] / www / phorkie.css
index d6d1173f9cbe357c9501931e70dd4515f8521134..fe41780e3720aedc535dccf2252aa851e41cf742 100644 (file)
@@ -1,4 +1,9 @@
 /* show IDs for anchors */
+a.anchorlink:before {
+    font-size: smaller;
+    content: '_';
+    color: transparent;
+}
 h1[id]:hover a.anchorlink:before,
 h2[id]:hover a.anchorlink:before,
 h3[id]:hover a.anchorlink:before,
@@ -14,3 +19,26 @@ a.anchorlink {
     margin-left: 0.5em;
     font-size: smaller;
 }
+.navbar .brand {
+    /*float: right;*/
+    color: yellow;
+    text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
+}
+
+.file {
+    margin-top: 2em;
+
+}
+.file .header {
+    padding: 1.0ex;
+    margin-bottom: 1em;
+    background-color: whiteSmoke;
+    border: 1px solid #EEE;
+    border: 1px solid rgba(0, 0, 0, 0.05);
+    -webkit-border-radius: 4px;
+    -moz-border-radius: 4px;
+    border-radius: 4px;
+}
+.file .code {
+    margin-left: 2em;
+}
\ No newline at end of file