]> git.donarmstrong.com Git - don.git/blobdiff - local.css
make the h1 font slightly larger and bold
[don.git] / local.css
index f5613a9d4d1728673c99f8503534655227eae13d..dc0a2226969faaed683b87758575aedea03ef89d 100644 (file)
--- a/local.css
+++ b/local.css
@@ -564,13 +564,18 @@ body {
        border-color: #999;
        border-style: none none solid none;
        border-width: 1px;
-        background-image: url('/images/da_background.jpg');
-        background-repeat: no-repeat;
+    background-image: url('/images/da_background.jpg');
+    background-repeat: no-repeat;
+    background-size: 100% 100%;
 }
 
 .pageheader .header {
        float: left;
        font-size: 120%;
+    background-color: rgba(255, 255, 255, 0.8);
+    border-radius: 0.5em;
+    box-shadow: 4px 4px rgba(0, 0, 0, 0.2);
+    padding: 0.25em;
 }
 
 .header {
@@ -617,9 +622,9 @@ body {
        font-size: 120%;
 }
 
-h1 { font: 120% "liberation_serifregular", sans-serif }
-h2 { font: bold 100% "liberation_serifbold",sans-serif }
-h3, h4, h5, h6 { font: bold 80% "liberation_serifbold",sans-serif }
+h1 { font: 140% "liberation_serifbold", sans-serif }
+h2 { font: 100% "liberation_serifbold",sans-serif }
+h3, h4, h5, h6 { font: 80% "liberation_serifbold",sans-serif }
 
 /* Smaller headings for inline pages */
 .inlinepage h1 { font-size: 110% }