diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-09-20 23:45:23 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-09-20 23:45:23 +0000 |
commit | 179106efaff17b4fa25667381244ebc46789885e (patch) | |
tree | 4028ff34f051574b8afc93d922bcca4b2473d38f /template/yoga/theme/wipi | |
parent | c5970aba221881d9788197115fd17ab863d72269 (diff) |
- 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
Diffstat (limited to 'template/yoga/theme/wipi')
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index b7acfbb37..3415f982c 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -48,9 +48,6 @@ H2, .throw { #theAdminPage #menubar DT:after { content: ''; } -#content .navigationBar { - color: #aaaaaa; -} #content .pageNumberSelected { color: #f92; } @@ -191,7 +188,7 @@ H2, #imageToolBar { border: 0px; } FIELDSET, INPUT, SELECT, TEXTAREA, -#content DIV.comment A.illustration IMG, #infos, +#content DIV.comment A.illustration IMG, #content DIV.thumbnailCategory { border: 1px solid gray; } @@ -238,13 +235,6 @@ A:hover { A.navThumb, A.navThumb:hover { border-bottom: none; } -/* others */ -.pleaseNote { - background: #9c9c9c; - color: #ffff99; - padding: 1ex; - font-weight: bold; -} #the_page { border: 1px dotted #f92; padding-top: 5px; @@ -256,13 +246,7 @@ A.navThumb, A.navThumb:hover { #copyright { color: #69c; } -/*calendar elements*/ -SPAN.calItemEmpty { color: silver; } -SPAN.calItem, SPAN.calItemEmpty -{ - border: 1px solid gray; -} label { cursor:pointer } @@ -298,13 +282,7 @@ FORM#quickconnect INPUT[type=password] { padding: 1px 3px; } -/* nice looking month calendar*/ -TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;} - -TD.calDayCellEmpty { color: silver; } -.calBackDate { color: #000; } -.calForeDate { color: #fff; } .virtual_cat { background: #222 !important; } .PWG { |