From c19c674073da4349a653dfc0ae050498807ed6ab Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sat, 26 Apr 2014 12:15:51 +0000 Subject: Cleanup snow skin to properly show backgrounds and images and make images wider --- snow/lr.png | Bin 14118 -> 32479 bytes snow/snow.css | 20 ++++++++++++-------- snow/ul.png | Bin 13110 -> 33005 bytes 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/snow/lr.png b/snow/lr.png index f99cf17..b35db1c 100644 Binary files a/snow/lr.png and b/snow/lr.png differ diff --git a/snow/snow.css b/snow/snow.css index 6400184..6c985de 100644 --- a/snow/snow.css +++ b/snow/snow.css @@ -208,13 +208,13 @@ body { width: 70%; } -#content p { +#content p,pre { + background: #eee; clear: both; - padding: 0em 1em 0.2em 2em; } #content h1,h2,h3 { - background: url("ul.png") no-repeat #666; + background: #666 url("ul.png") no-repeat top left; font-size: 120%; color: #ffc; float: left; @@ -225,7 +225,7 @@ body { } #content h2,h3 { - background: url("lite-top.png") no-repeat #666; + background: #666 url("lite-top.png") no-repeat; color: black; font-weight: bold; height: 26px; @@ -239,17 +239,21 @@ body { font-size: 80%; } +#content .section1 { + padding-bottom: 25px; + background: url("lr.png") no-repeat bottom right; + } + #content dl, #content .item { + background: #eee; margin: 0; width: 100%; - background: url("lr.png") #eee no-repeat right bottom; display: block; clear: both; font-size: 80%; padding-bottom: 15px; } - #content dt, #content .item .left { @@ -263,7 +267,6 @@ body { white-space: normal; } - #content dd, #content .item .right { padding-top: 15px; @@ -272,7 +275,8 @@ body { border-bottom: none; } -#content p,input.text,select,textarea,input.password { +#content .item p,input.text,select,textarea,input.password { + background: #eee; width: 97%; } diff --git a/snow/ul.png b/snow/ul.png index 29aa7ad..6ebd093 100644 Binary files a/snow/ul.png and b/snow/ul.png differ -- cgit v1.2.3