diff options
author | vdigital <vdigital@piwigo.org> | 2008-07-23 21:53:15 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-07-23 21:53:15 +0000 |
commit | c48ec88ed478dc14f846efeb47091d389d09c3c0 (patch) | |
tree | f2cd0fbb9c4bc463c5456a0dde9a3a55bc519576 /plugins/SwiftThemeCreator/theme.tpl | |
parent | 49f337a9d8964f8ecd3c8c5eb75601ba9635df13 (diff) |
Swift Theme Creator (minor changes): Still incomplete but first functional version (5).
git-svn-id: http://piwigo.org/svn/trunk@2454 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/SwiftThemeCreator/theme.tpl | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/plugins/SwiftThemeCreator/theme.tpl b/plugins/SwiftThemeCreator/theme.tpl new file mode 100644 index 000000000..05f8a8a03 --- /dev/null +++ b/plugins/SwiftThemeCreator/theme.tpl @@ -0,0 +1,36 @@ +BODY, H3, #imageHeaderBar, #imageToolBar A:hover, +.row1, UL.tabsheet LI.normal_tab {ldelim} background-color: {$main.color1}; } + +BODY, H1, H3, DT, +INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {ldelim} + color:{$main.color2}; } +#theImage IMG {ldelim} border-color: {$main.color2}; } + +H2, #menubar DT, .throw, +A, INPUT.rateButton {ldelim} color: {$main.color3}; } + +UL.tabsheet LI.normal_tab:hover {ldelim} border-color: {$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}; } + +#menubar DL, .content, #comments DIV.comment BLOCKQUOTE, +#imageHeaderBar, H2, #menubar DT, #imageToolBar {ldelim} border-color: {$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}; } + +#comments DIV.comment BLOCKQUOTE {ldelim} border-color: {$main.color7}; } + +H2, #menubar DT, .throw {ldelim} background-image: url(stc.png); } +#imageHeaderBar H2 {ldelim} background-image: none; background-color: transparent; border: none; } + +#imageHeaderBar {ldelim} + background: transparent url(stc.png) scroll repeat-x center top; }
\ No newline at end of file |