Changeset 8462


Ignore:
Timestamp:
Jan 3, 2011, 9:39:45 PM (13 years ago)
Author:
rvelices
Message:

dark theme same border colors for image thumbnails as category thumbnails
removed bg image for picture page header (the gradient was not anymore in continuation with the toolbar)

Location:
trunk/themes/dark
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/dark/theme.css

    r8306 r8462  
    1313/* backgrounds */
    1414
    15 BODY, H3, #imageHeaderBar, #imageToolBar A:hover {
     15BODY, H3, #imageToolBar A:hover {
    1616        background-color: #2f2f2f;
    1717}
    1818
    19 #menubar DL, .content, #imageToolBar, .header_notes {
     19#menubar DL, .content, #imageToolBar, #imageHeaderBar, .header_notes {
    2020        background-color: #505050;
    2121}
     
    2727#imageHeaderBar H2 {
    2828        background-image: none;
    29         background-color: transparent;
    30         border: none;
     29        border: 0;
    3130}
    3231
    3332#imageHeaderBar {
    34         background-image: url(images/tableh2_bg.png);
    35         background-repeat: repeat-x;
    36         background-position: center;
    3733        border-top: 1px solid #000;
    3834}
     
    4844
    4945FIELDSET, INPUT, SELECT, TEXTAREA,
    50 .content .thumbnailCategory {
     46.content .thumbnailCategory ,
     47.thumbnails .wrap2 {
    5148        border: 1px solid gray;
    5249}
    5350
    54 .thumbnails .wrap2 {
    55         border: 1px solid #aaaaaa;      /* thumbnails border color and style */
    56 }
    5751
    5852.thumbnails .wrap2:hover,
Note: See TracChangeset for help on using the changeset viewer.