diff options
author | patdenice <patdenice@piwigo.org> | 2008-05-20 00:27:26 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-05-20 00:27:26 +0000 |
commit | eb975a8cda9f3f6afaeec69b9419b00eefbba8f1 (patch) | |
tree | cf3ba0fadc43a90ebc9eba858dc05e512e2e7255 /template/yoga/theme/clear/theme.css | |
parent | 5f4602b5748f43285c02f9a30be9abd74da383f7 (diff) |
Change all #content by .content in css files.
In tpl files, id="content" stay here for backward compatibilities.
Add some plugins triggers in index.tpl and picture.tpl.
git-svn-id: http://piwigo.org/svn/trunk@2352 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/clear/theme.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 98ea0e24c..cff996521 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -15,12 +15,12 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 { background-color: #d3d3d3; } -#menubar DL, #content, #imageToolBar, .header_notes, .content { +#menubar DL, .content, #imageToolBar, .header_notes { background-color: #eeeeee; } /* borders */ -#menubar DL, #content, #imageToolBar, +#menubar DL, .content, #imageToolBar, #comments DIV.comment BLOCKQUOTE { border: 1px solid #d3d3d3; } @@ -29,13 +29,13 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 { border-color: #d3d3d3; } -#content UL.thumbnail IMG { +.content UL.thumbnail IMG { border: 1px solid #a0a0a0; } FIELDSET, INPUT, SELECT, TEXTAREA, -#content DIV.comment A.illustration IMG, -#content DIV.thumbnailCategory { +.content DIV.comment A.illustration IMG, +.content DIV.thumbnailCategory { border: 1px solid gray; } @@ -44,14 +44,14 @@ FIELDSET, INPUT, SELECT, TEXTAREA, background-color: #eee; } -#content UL.thumbnails SPAN.wrap2 { +.content UL.thumbnails SPAN.wrap2 { border: 1px solid #aaaaaa; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } -#content UL.thumbnails SPAN.wrap2:hover, -#content UL.thumbnailCategories DIV.thumbnailCategory:hover, -#content UL.thumbnailCategories DIV.thumbnailCategory:hover A { +.content UL.thumbnails SPAN.wrap2:hover, +.content UL.thumbnailCategories DIV.thumbnailCategory:hover, +.content UL.thumbnailCategories DIV.thumbnailCategory:hover A { background-color: #faebd7; border-color: yellow; /* thumbnails border color when mouse cursor is over it */ color: black; |