|
@@ -14,7 +14,7 @@ background-repeat:repeat;
|
|
|
.topNavBar {
|
|
|
background-color: black;
|
|
|
color: #999;
|
|
|
-font-family: Consolas,monospace;
|
|
|
+font-family: Consolas,monospace, "Courier New";
|
|
|
font-size: 0.8em;
|
|
|
text-align:right;
|
|
|
line-height:1.6em;
|
|
@@ -36,6 +36,13 @@ background-size:cover;
|
|
|
display:block;
|
|
|
}
|
|
|
|
|
|
+#siteTitle{
|
|
|
+font-family:Consolas, monospace, "Courier New";
|
|
|
+font-size:3.0em;
|
|
|
+padding-left:0.5em;
|
|
|
+margin:0.5em 0px 0.5em 0px;
|
|
|
+}
|
|
|
+
|
|
|
.hmenu {
|
|
|
background-color: #141414;
|
|
|
text-align: center;
|
|
@@ -75,6 +82,11 @@ box-shadow: 0 0 0px 0px #888;
|
|
|
margin-top:-16px;
|
|
|
}
|
|
|
|
|
|
+#siteTitle{
|
|
|
+font-size:2.3em;
|
|
|
+padding-left:0px;
|
|
|
+}
|
|
|
+
|
|
|
.hmenu {
|
|
|
margin-top:-11px;
|
|
|
}
|