X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=local.css;h=292da9daf1d11c92834470c95e7495ae4dab2224;hb=e49d5169e50929293cc125ba708d9b888f3b175e;hp=f5613a9d4d1728673c99f8503534655227eae13d;hpb=0ae141d5ccfb8ae77a215815fb21ff3668cb79fe;p=don.git diff --git a/local.css b/local.css index f5613a9..292da9d 100644 --- 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 { @@ -618,8 +623,8 @@ body { } 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 } +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% }