From 129074f1512f3184532ae8aa2e2988c0046d3e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 26 Apr 2011 13:43:37 +0200 Subject: [PATCH] made font size a bit larger in themes --- themes/asec-green/warning.png | Bin 0 -> 809 bytes themes/asec-green/wcs.css | 8 ++++++-- themes/asec/warning.png | Bin 0 -> 809 bytes themes/asec/wcs.css | 8 ++++++-- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 themes/asec-green/warning.png create mode 100644 themes/asec/warning.png diff --git a/themes/asec-green/warning.png b/themes/asec-green/warning.png new file mode 100644 index 0000000000000000000000000000000000000000..9a8c5bb9c5465a52b495a391e25d8352ae0d8458 GIT binary patch literal 809 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPW6F0kw(L9bRAR~K9Tq8=H^K)}k^GXFAYFWL!l%iRl(iUH$VrbrM$dcFFiB2Krg>2 z{mbWFg$xW#a-J@ZAr-f_PWJYg5-4)K{`)!e{_~X?rjcq7GyD>aCnPWFOEqAfxp%_? z_FSzATuO_~)+()W&AYW#BWf2%)R#poIkc)BXM0Rqq#%%HEa^8Z@^O!Gag@dUKHVj* zvO5YazyGO!ezf&}f?5IF51uEDJ#BdP$DFA>|FjXQm(lU~_*^00%C%Y- z8n!Py#yd%yGx&?GPr;7os^-7c;nb#nE=!iI@2LoTr1`7q6*`A66tr3E z?<@TORbsL5PNo8$9cc#-AGrD`FLmBzre6&&ayF|z+o0{Qr>`5dAnHK=UTqIe*GmRh i9Ll`f{=dBbmp60fN=aMBV+p_%%;4$j=d#Wzp$Py7_gIAh literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..9a8c5bb9c5465a52b495a391e25d8352ae0d8458 GIT binary patch literal 809 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPW6F0kw(L9bRAR~K9Tq8=H^K)}k^GXFAYFWL!l%iRl(iUH$VrbrM$dcFFiB2Krg>2 z{mbWFg$xW#a-J@ZAr-f_PWJYg5-4)K{`)!e{_~X?rjcq7GyD>aCnPWFOEqAfxp%_? z_FSzATuO_~)+()W&AYW#BWf2%)R#poIkc)BXM0Rqq#%%HEa^8Z@^O!Gag@dUKHVj* zvO5YazyGO!ezf&}f?5IF51uEDJ#BdP$DFA>|FjXQm(lU~_*^00%C%Y- z8n!Py#yd%yGx&?GPr;7os^-7c;nb#nE=!iI@2LoTr1`7q6*`A66tr3E z?<@TORbsL5PNo8$9cc#-AGrD`FLmBzre6&&ayF|z+o0{Qr>`5dAnHK=UTqIe*GmRh i9Ll`f{=dBbmp60fN=aMBV+p_%%;4$j=d#Wzp$Py7_gIAh literal 0 HcmV?d00001 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; }