X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=local.css;h=12a8569cd2a6c4bdde5d687b01caaa347dc00017;hp=3f4a25802ca05c4ec11cdbce94af551ef5523d97;hb=290f1e4af86b9fcb68089e21d234f4dfc8a4553b;hpb=c0375c2d8c437eeccd7e693fae1b93a6ba691d77 diff --git a/local.css b/local.css index 3f4a258..12a8569 100644 --- a/local.css +++ b/local.css @@ -564,13 +564,16 @@ 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%; + border-radius: 5em; + background-color: rgba(255,255,255,150); } .header { @@ -580,7 +583,7 @@ body { .title { display: block; margin-top: .2em; - font-size: 180% + font: 180% "liberation_serifregular", san-serif; } #searchform { @@ -617,9 +620,9 @@ body { font-size: 120%; } -h1 { font: 120% sans-serif } -h2 { font: bold 100% sans-serif } -h3, h4, h5, h6 { font: bold 80% sans-serif } +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 } /* Smaller headings for inline pages */ .inlinepage h1 { font-size: 110% } @@ -657,10 +660,13 @@ div.recentchanges { } .sidebar { - border-bottom: 0; - border-right: 0; + border-bottom: 0; + border-right: 0; border-top: 0; margin-top: 0.5em; padding: 0 0 0 2ex; border-color: #999; } +.sidebar p { + font-size: 120%; +}