From 179106efaff17b4fa25667381244ebc46789885e Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 20 Sep 2007 23:45:23 +0000 Subject: - removed unused code from the calendar - removed some unused css rules, simplified css a bit and made some rule grouping (nothing important) git-svn-id: http://piwigo.org/svn/trunk@2101 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/default-colors.css | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'template/yoga/default-colors.css') diff --git a/template/yoga/default-colors.css b/template/yoga/default-colors.css index e88f21208..dfda2e051 100644 --- a/template/yoga/default-colors.css +++ b/template/yoga/default-colors.css @@ -1,23 +1,14 @@ /* $Id$ */ /* others */ -.pleaseNote { - background: #9c9c9c; - color: #ffff99; - padding: 1ex; - font-weight: bold; -} #imageToolBar * { background: inherit; } /* So that non-links are slightly greyed out */ -#content .navigationBar { - color: #696969; -} -#content .pageNumberSelected { - color: #000000; +#content .navigationBar, SPAN.calItemEmpty, TD.calDayCellEmpty { + color: #b0b0b0; } /* Tables & forms */ @@ -68,26 +59,26 @@ INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rate padding: 10px 50px 10px 10px; } -.errors UL LI -{ - font-weight: normal; -} - /** * Informations box in administration */ .infos { text-align: left; + color: #002000; background-color: #98fb98; /* palegreen */ background-image: url(icon/admin/infos.png); background-repeat: no-repeat; background-position: top right; - color: #006400; /* darkgreen */ font-weight: bold; margin: 5px; padding: 10px 50px 10px 10px; } +.infos UL LI +{ + font-weight: normal; +} + /** * Header message like upgrade or adviser mode */ @@ -117,3 +108,11 @@ INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rate LEGEND { font-style: italic; } + +/*calendar*/ +SPAN.calItem, SPAN.calItemEmpty, +TD.calDayCellEmpty, TD.calDayCellFull { + border: 1px solid gray; +} + + -- cgit v1.2.3