diff --git a/themes/asec-green/warning.png b/themes/asec-green/warning.png new file mode 100644 index 0000000..9a8c5bb Binary files /dev/null and b/themes/asec-green/warning.png differ diff --git a/themes/asec-green/wcs.css b/themes/asec-green/wcs.css index 6343a34..1f95d6a 100644 --- a/themes/asec-green/wcs.css +++ b/themes/asec-green/wcs.css @@ -26,11 +26,10 @@ div.item { body { background: #EEE url(img/bg.gif); color: #444; - font: normal 62.5% "Lucida Sans Unicode",sans-serif; + font: normal 85% "Lucida Sans Unicode",sans-serif; margin: 0; } p,cite,code,ul { - font-size: 1.2em; padding-bottom: 1.2em; } h1 { @@ -90,6 +89,10 @@ h1,h2,h3 { text-shadow: 0 2px 15px #000000; } +div.widget div.title { + font-size: 110%; +} + /* navigation */ .navigation { margin-bottom: 4px; @@ -336,6 +339,7 @@ div.error { color: black; font-weight: bold; background: transparent url(warning.png) top left no-repeat; + min-height: 16px; padding-left: 20px; } diff --git a/themes/asec/warning.png b/themes/asec/warning.png new file mode 100644 index 0000000..9a8c5bb Binary files /dev/null and b/themes/asec/warning.png differ diff --git a/themes/asec/wcs.css b/themes/asec/wcs.css index 504a411..2ffb914 100644 --- a/themes/asec/wcs.css +++ b/themes/asec/wcs.css @@ -23,11 +23,10 @@ div.item { body { background: #EEE url(img/bg.gif); color: #444; - font: normal 62.5% "Lucida Sans Unicode",sans-serif; + font: normal 85% "Lucida Sans Unicode",sans-serif; margin: 0; } p,cite,code,ul { - font-size: 1.2em; padding-bottom: 1.2em; } h1 { @@ -85,6 +84,10 @@ h1,h2,h3 { text-align: center; } +div.widget div.title { + font-size: 110%; +} + /* navigation */ .navigation { margin-bottom: 4px; @@ -330,6 +333,7 @@ div.error { color: black; font-weight: bold; background: transparent url(warning.png) top left no-repeat; + min-height: 16px; padding-left: 20px; }