Ignore:
Timestamp:
16.11.2009 16:05:53 (3 years ago)
Author:
cmeier
Message:

zms-2.12.1-02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/dtml/object/f_css_sys.dtml

    r750 r795  
    374374        height: 8px; 
    375375} 
    376  
    377376a.button img { 
    378377        padding:2px; 
     
    389388        border-bottom: solid 1px #B6B4B6; 
    390389} 
    391 a.button:hover img, a.button:active img,  
     390a.button:hover img, a.button:active img, 
    392391a.vbutton:hover img, a.vbutton:active img, 
    393392a.hbutton:hover img, a.hbutton:active img { 
     
    397396        border-right: solid 1px #000; 
    398397        border-bottom: solid 1px #000; 
     398} 
     399 
     400img.button0, 
     401a.button:link img.button0, a.button:visited img.button0 { 
     402        background-color: #CCC; 
     403        border-top: solid 1px #E6E4E6; 
     404        border-left: solid 1px #E6E4E6; 
     405        border-right: solid 1px #B6B4B6; 
     406        border-bottom: solid 1px #B6B4B6; 
     407} 
     408img.button1, 
     409a.button:hover img.button0, a.button:active img.button0, 
     410a.button:link img.button1, a.button:visited img.button1, 
     411a.button:hover img.button1, a.button:active img.button1 { 
     412        background-color: #F2F3EE; 
     413        border-top: solid 1px black; 
     414        border-left: solid 1px black; 
     415        border-right: solid 1px white; 
     416        border-bottom: solid 1px white; 
    399417} 
    400418 
     
    676694 
    677695/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
    678  * +- [ZMI] Image-Zoom 
    679  * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
    680  */ 
    681  
     696 * +- [ZMI] Image 
     697 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
     698 */ 
     699 
     700.zmiDivOpaque {background-color:<dtml-var "get_colormap().get('zmiNeutralColorLight0','#F2F3EE')">;filter:Alpha(opacity=85);-moz-opacity:0.85;opacity:0.85;} 
    682701#zmiImgZoomDiv {background-color:black;filter:Alpha(opacity=50);-moz-opacity:0.50;opacity:0.50;} 
    683 #zmiImgZoomImgDiv {background-color:white;border: 1px solid black;      font-size: 11px;font-family: Arial, Helvetica, sans-serif;color: #000;} 
     702#zmiImgZoomImgDiv {background-color:white;border: 1px solid black;font-size: 11px;font-family: Arial, Helvetica, sans-serif;color: #000;} 
    684703 
    685704/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
Note: See TracChangeset for help on using the changeset viewer.