From c8c61b7f3af2cf48ee72b3b3fe9fca1376a5cf13 Mon Sep 17 00:00:00 2001 From: vdigital Date: Thu, 24 Jul 2008 21:56:35 +0000 Subject: Swift Theme Creator (minor changes): Still incomplete but first operational version (6). Just a bug squashed draft version. Enjoy it. git-svn-id: http://piwigo.org/svn/trunk@2461 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/SwiftThemeCreator/theme.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/SwiftThemeCreator/theme.tpl') diff --git a/plugins/SwiftThemeCreator/theme.tpl b/plugins/SwiftThemeCreator/theme.tpl index 05f8a8a03..b56d2e217 100644 --- a/plugins/SwiftThemeCreator/theme.tpl +++ b/plugins/SwiftThemeCreator/theme.tpl @@ -4,30 +4,30 @@ BODY, H3, #imageHeaderBar, #imageToolBar A:hover, BODY, H1, H3, DT, INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {ldelim} color:{$main.color2}; } -#theImage IMG {ldelim} border-color: {$main.color2}; } +#theImage IMG {ldelim} border: 3px ridge {$main.color2}; } H2, #menubar DT, .throw, A, INPUT.rateButton {ldelim} color: {$main.color3}; } -UL.tabsheet LI.normal_tab:hover {ldelim} border-color: {$main.color4}; } +UL.tabsheet LI.normal_tab:hover {ldelim} border: 1px solid {$main.color4}; } A:hover {ldelim} color: {$main.color4}; } .content UL.thumbnails SPAN.wrap2:hover, .content UL.thumbnailCategories DIV.thumbnailCategory:hover, .content UL.thumbnailCategories DIV.thumbnailCategory:hover A {ldelim} - color: {$main.color4}; border-color: {$main.color5}; background-color: {$main.color6}; } + color: {$main.color4}; border: 1px solid {$main.color5}; background-color: {$main.color6}; } #menubar DL, .content, #comments DIV.comment BLOCKQUOTE, -#imageHeaderBar, H2, #menubar DT, #imageToolBar {ldelim} border-color: {$main.color5}; } +#imageHeaderBar, H2, #menubar DT, #imageToolBar {ldelim} border: 1px solid {$main.color5}; } #menubar DL, .content, #imageToolBar, .header_notes, UL.tabsheet LI.selected_tab {ldelim} background-color: {$main.color6}; } FIELDSET, INPUT, SELECT, TEXTAREA, .content DIV.comment A.illustration IMG, .content DIV.thumbnailCategory, .content UL.thumbnails SPAN.wrap2 {ldelim} - border-color: {$main.color6}; } + border: 1px solid {$main.color6}; } -#comments DIV.comment BLOCKQUOTE {ldelim} border-color: {$main.color7}; } +#comments DIV.comment BLOCKQUOTE {ldelim} border-left: 1px solid {$main.color7}; } H2, #menubar DT, .throw {ldelim} background-image: url(stc.png); } #imageHeaderBar H2 {ldelim} background-image: none; background-color: transparent; border: none; } -- cgit v1.2.3