Ignore:
Timestamp:
May 20, 2008, 2:27:26 AM (16 years ago)
Author:
patdenice
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/dark/theme.css

    r2292 r2352  
    1818}
    1919
    20 #menubar DL, #content, #imageToolBar, .header_notes, .content, UL.tabsheet LI.selected_tab {
     20#menubar DL, .content, #imageToolBar, .header_notes, UL.tabsheet LI.selected_tab {
    2121        background-color: #505050;
    2222}
     
    3939
    4040/* borders */
    41 #menubar DL, #content, .content,
     41#menubar DL, .content,
    4242#comments DIV.comment BLOCKQUOTE {
    4343        border: 1px solid #000000;
     
    5656
    5757FIELDSET, INPUT, SELECT, TEXTAREA,
    58 #content DIV.comment  A.illustration IMG,
    59 #content DIV.thumbnailCategory {
     58.content DIV.comment  A.illustration IMG,
     59.content DIV.thumbnailCategory {
    6060        border: 1px solid gray;
    6161}
     
    6565}
    6666
    67 #content UL.thumbnails SPAN.wrap2 {
     67.content UL.thumbnails SPAN.wrap2 {
    6868        border: 1px solid #aaaaaa;      /* thumbnails border color and style */
    6969        border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
    7070}
    7171
    72 #content UL.thumbnails SPAN.wrap2:hover,
    73 #content UL.thumbnailCategories DIV.thumbnailCategory:hover,
    74 #content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
     72.content UL.thumbnails SPAN.wrap2:hover,
     73.content UL.thumbnailCategories DIV.thumbnailCategory:hover,
     74.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
    7575        background-color: #faebd7;
    7676        border-color: yellow;   /* thumbnails border color when mouse cursor is over it */
Note: See TracChangeset for help on using the changeset viewer.