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/clear/theme.css

    r2116 r2352  
    1616}
    1717
    18 #menubar DL, #content, #imageToolBar, .header_notes, .content {
     18#menubar DL, .content, #imageToolBar, .header_notes {
    1919  background-color: #eeeeee;
    2020}
    2121
    2222/* borders */
    23 #menubar DL, #content, #imageToolBar,
     23#menubar DL, .content, #imageToolBar,
    2424#comments DIV.comment BLOCKQUOTE {
    2525  border: 1px solid #d3d3d3;
     
    3030}
    3131
    32 #content UL.thumbnail IMG {
     32.content UL.thumbnail IMG {
    3333    border: 1px solid #a0a0a0;
    3434}
    3535
    3636FIELDSET, INPUT, SELECT, TEXTAREA,
    37 #content DIV.comment  A.illustration IMG,
    38 #content DIV.thumbnailCategory {
     37.content DIV.comment  A.illustration IMG,
     38.content DIV.thumbnailCategory {
    3939  border: 1px solid gray;
    4040}
     
    4545}
    4646
    47 #content UL.thumbnails SPAN.wrap2 {
     47.content UL.thumbnails SPAN.wrap2 {
    4848  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
    4949  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
    5050}
    5151
    52 #content UL.thumbnails SPAN.wrap2:hover,
    53 #content UL.thumbnailCategories DIV.thumbnailCategory:hover,
    54 #content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
     52.content UL.thumbnails SPAN.wrap2:hover,
     53.content UL.thumbnailCategories DIV.thumbnailCategory:hover,
     54.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
    5555  background-color: #faebd7;
    5656  border-color: yellow;         /* thumbnails border color when mouse cursor is over it */
Note: See TracChangeset for help on using the changeset viewer.