source: extensions/SwiftThemeCreator/theme.tpl @ 27153

Last change on this file since 27153 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 1.6 KB
Line 
1BODY, H3, #imageHeaderBar, #imageToolBar A:hover,
2.row1, UL.tabsheet LI.normal_tab {ldelim} background-color: {$main.color1}; }
3
4BODY, H1, H3, DT,
5INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {ldelim}
6        color:{$main.color2}; }
7#theImage IMG {ldelim} border: 3px ridge {$main.color2}; }
8
9H2, #menubar DT, .throw,
10A, INPUT.rateButton {ldelim} color: {$main.color3}; }
11
12UL.tabsheet LI.normal_tab:hover {ldelim} border: 1px solid {$main.color3}; }
13A:hover {ldelim}        color: {$main.color4}; }
14
15.content UL.thumbnails SPAN.wrap2:hover,
16.content UL.thumbnailCategories DIV.thumbnailCategory:hover,
17.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {ldelim}
18 color: {$main.color4}; border: 1px solid {$main.color4}; background-color: {$main.color6}; }
19
20#menubar DL, .content, #comments DIV.comment BLOCKQUOTE,
21#imageHeaderBar, H2, #menubar DT, #imageToolBar {ldelim} border: 1px solid {$main.color4}; }
22
23#menubar DL, .content, #imageToolBar, .header_notes, UL.tabsheet LI.selected_tab {ldelim}
24        background-color: {$main.color6}; }
25
26FIELDSET, INPUT, SELECT, TEXTAREA, .content DIV.comment  A.illustration IMG,
27.content DIV.thumbnailCategory, .content UL.thumbnails SPAN.wrap2 {ldelim}
28 border: 1px solid {$main.color6}; }
29
30#comments DIV.comment BLOCKQUOTE {ldelim} border-left: 1px solid {$main.color7}; }
31
32H2, #menubar DT, .throw {ldelim} background-image: url(stc.png); }
33#imageHeaderBar H2 {ldelim} background-image: none; background-color: transparent; border: none; }
34
35#imageHeaderBar {ldelim}
36  background: transparent url(stc.png) scroll repeat-x center top; }
Note: See TracBrowser for help on using the repository browser.