Ignore:
Timestamp:
Mar 4, 2012, 10:45:11 PM (12 years ago)
Author:
Zaphod
Message:

feature 2587: theme elegant, script & theme update

File:
1 edited

Legend:

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

    r13474 r13479  
    3636#content, #the_page > .content { margin-right:0;}
    3737
    38 .content {
     38#content,.content {
    3939        background-color: #222;
    4040        border-bottom: 2px solid #444;
     
    4242        padding-bottom: 4px;
    4343}
     44
     45#thePicturePage #content {padding-bottom:0;}
    4446
    4547.content .titrePage {
     
    109111}
    110112
    111 #imageToolBar {
    112         border-bottom: 1px solid #000;
    113 }
    114 
    115113FIELDSET, INPUT, SELECT, TEXTAREA {
    116114        border: 1px solid gray;
     
    118116
    119117
     118.thumbnails IMG {margin-bottom:0; vertical-align:middle;}
     119.thumbnailCategory DIV.illustration {margin: 2px; text-align:center;}
     120
    120121/* picture page */
    121122#thePicturePage {background-color:#111;}
    122 #imageHeaderBar {
    123         border: solid 0 #444;
    124         padding:0 35px;
    125 }
    126 #content #imageHeaderBar {padding:0;}
     123#imageHeaderBar { border: solid 0 #444; padding:0 0 0 10px;}
     124.contentWithMenu #imageHeaderBar {padding:0;}
    127125#copyright {border-top-width:2px;}
    128 #imageHeaderBar {border-bottom-width:2px; width:auto;}
    129 #imageHeaderBar, #imageToolBar, #copyright      {background:none;}
    130 #imageToolBar {margin-top: -28px;}
    131 #theImage, #imageInfos, #comments {background:#222;}
     126#imageHeaderBar {border-bottom-width:2px; width:auto; background:#111}
     127#imageToolBar   {background:none;}
     128#imageToolBar {margin-top: -28px; margin-bottom:0;}
    132129#theImage {padding-top:10px;}
    133130#imageHeaderBar .browsePath {display:inline-block; float:none; font-size:120%; line-height:20px; padding: 8px 0 0 2px; font-weight:bold; margin:0;}
     
    141138
    142139#thePicturePage #comments {padding-top:12px; padding-bottom:12px;}
     140#thePicturePage #comments h3 {margin-top:10px; margin-bottom:10px;}
     141#thePicturePage #comments form { margin-bottom:10px;}
    143142#thePicturePage #comments fieldset{margin-top: 0; margin-bottom:0;}
    144143.noCommentText {display:block;}
     
    149148
    150149.comments_hidden ul, .comments_hidden form {display:none;}
    151 .thumbnailCategory {background-color: #303030;}
     150.thumbnailCategory {background-color: #333;}
    152151.comments_toggle {cursor: pointer;}
    153152.comments_toggle:hover {color:#fff;}
Note: See TracChangeset for help on using the changeset viewer.