Changeset 2642


Ignore:
Timestamp:
Oct 2, 2008, 10:59:31 PM (16 years ago)
Author:
vdigital
Message:

Infos is not green anymore
(Errors is following goto/roma even though in gallery it could be never used).
ratingStars have a transparent background.

File:
1 edited

Legend:

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

    r2640 r2642  
    6767#imageHeaderBar .imageNumber { margin-right:170px; }
    6868#imageHeaderBar .browsePath { margin-left:125px; }
     69.infos { color: #f70; border:0; background-color: transparent; margin-left:125px;
     70padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; }
     71.infos li, .errors li { list-style-type:none; }
     72.errors { color: #f30; border:0; background-color: transparent; margin-left:125px;
     73padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; }
     74
    6975H2 { border-bottom: 1px solid #000000; }
    7076#qsearchInput { background-color: #111; border-color: #222; color: #222;}
     
    7379background-color:#444; color:#999; } /* stupid Line but needed  due to inpact on other themes and deadline of Piwigo 2.0 */
    7480INPUT, select, textarea { color:#999; background-color: #444; }
     81input[type="button"].rateButtonStarEmpty, input[type="button"].rateButtonStarFull, { background-color: transparent; }
    7582#qsearchInput:focus,
    7683input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
Note: See TracChangeset for help on using the changeset viewer.