Typo3 lz_gallery Stylesheet überschreiben

Ruthgar

Grünschnabel
Hi.

Ich habe ein Problem mit dem Stylesheet von lz_gallery.
Irgendwie kann ich das nicht überschreiben.
Ich habe alle CSS ins Setup meiner Template geschrieben und wie im Manual beschrieben die default Klassen zurückgesetzt. Aber irgendwie nimmt er die Styles nicht, auch nicht, wenn ich sie in das eingebundene CSS-File meiner Haupt-Template mit rein nehme.

Hier mal der Inhalt aus dem SETUP meiner Template.

Code:
plugin.tx_lzgallery_pi1._CSS_DEFAULT_STYLE {
 /* gallerie - listing */        
#tx-lzgallery-pi1-listing {border-style:solid; border-color:#00008c; border-width:2px;border-collapse:collapse;font-size:12px;} 
#tx-lzgallery-pi1-listing th {background-color:#00008c;white-space:nowrap; padding-bottom:5px;padding-top:5px;color:white;}      
#tx-lzgallery-pi1-listing th a:visited {color:white; text-decoration: none; border-bottom-style: dashed; border-bottom-color: white; border-bottom-width: 1px;}       
#tx-lzgallery-pi1-listing th a:hover {color:white; text-decoration: none; border-bottom-style: solid;  border-bottom-color: white; border-bottom-width: 1px;}  
#tx-lzgallery-pi1-listing th a {color:white; text-decoration: none; border-bottom-style: dashed; border-bottom-color: white; border-bottom-width: 1px;}   
#tx-lzgallery-pi1-listing td {padding-left:10px;padding-right:10px; border-right-style: dashed;  border-right-color: #00008c; border-right-width: 1px;}    
.tx-lzgallery-pi1-listrow-odd {background-color:white;}     
.tx-lzgallery-pi1-listrow-even {background-color:black;}   
 /* gallery - album  */       
#tx-lzgallery-pi1-fotonav td {text-align:center;padding-left:15px;}    
#tx-lzgallery-pi1-fotonav td.descr {color:#00008c;} #tx-lzgallery-pi1-fotonav {background-color:lightgrey;border-color:#00008c;border-style:solid;border-width:2px;} 
#tx-lzgallery-pi1-fotos {border-width:2px;border-style:solid;border-color:#00008c;text-align:center;padding:5px 5px 5px 5px;background-color:white;border-collapse:collapse;}    
#tx-lzgallery-pi1-fotos td {text-align:center;padding:0;border-style:solid;border-width:1px;border-color:#00008c;padding:3px;}      
#tx-lzgallery-pi1-fotos {border-width:2px;border-style:dotted;border-color:#00008c;text-align:center;padding:5px 5px 5px 5px;border-collapse:collapse;}       
#tx-lzgallery-pi1-fotos td {text-align:center;padding:3px;border-style:dashed;}        
#tx-lzgallery-pi1-title {border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#00008c;text-align:center;margin-bottom:20px;font-size:20px;}    
#tx-lzgallery-pi1-descr-long {margin:5px 5px 15px 5px;text-align:justify;}   
 /* gallery - annotations */   
.tx-lzgallery-pi1-5x5-filename {color:#000000;font-size:10px;font-style:italic;} 
.tx-lzgallery-pi1-1x1-1 {color:#000000;font-size:12px;font-face:bold;;border-bottom:1px solid lightgray;}      
.tx-lzgallery-pi1-1x1-2 {color:#000000;font-size:12px;border:1px solid lightgray;margin:3px 3px 3px 3px;}   
.tx-lzgallery-pi1-1x1-filename {color:#000000;font-size:10px;font-style:italic;}
}

plugin.tx_lzgallery_pi1_simple._CSS_DEFAULT_STYLE {
 /* gallerie - listing */        
#tx-lzgallery-pi1-listing {border-style:solid; border-color:#00008c; border-width:2px;border-collapse:collapse;font-size:12px;} 
#tx-lzgallery-pi1-listing th {background-color:#00008c;white-space:nowrap; padding-bottom:5px;padding-top:5px;color:white;}      
#tx-lzgallery-pi1-listing th a:visited {color:white; text-decoration: none; border-bottom-style: dashed; border-bottom-color: white; border-bottom-width: 1px;}       
#tx-lzgallery-pi1-listing th a:hover {color:white; text-decoration: none; border-bottom-style: solid;  border-bottom-color: white; border-bottom-width: 1px;}  
#tx-lzgallery-pi1-listing th a {color:white; text-decoration: none; border-bottom-style: dashed; border-bottom-color: white; border-bottom-width: 1px;}   
#tx-lzgallery-pi1-listing td {padding-left:10px;padding-right:10px; border-right-style: dashed;  border-right-color: #00008c; border-right-width: 1px;}    
.tx-lzgallery-pi1-listrow-odd {background-color:white;}     
.tx-lzgallery-pi1-listrow-even {background-color:black;}   
 /* gallery - album  */       
#tx-lzgallery-pi1-fotonav td {text-align:center;padding-left:15px;}    
#tx-lzgallery-pi1-fotonav td.descr {color:#00008c;} #tx-lzgallery-pi1-fotonav {background-color:lightgrey;border-color:#00008c;border-style:solid;border-width:2px;} 
#tx-lzgallery-pi1-fotos {border-width:2px;border-style:solid;border-color:#00008c;text-align:center;padding:5px 5px 5px 5px;background-color:white;border-collapse:collapse;}    
#tx-lzgallery-pi1-fotos td {text-align:center;padding:0;border-style:solid;border-width:1px;border-color:#00008c;padding:3px;}      
#tx-lzgallery-pi1-fotos {border-width:2px;border-style:dotted;border-color:#00008c;text-align:center;padding:5px 5px 5px 5px;border-collapse:collapse;}       
#tx-lzgallery-pi1-fotos td {text-align:center;padding:3px;border-style:dashed;}        
#tx-lzgallery-pi1-title {border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#00008c;text-align:center;margin-bottom:20px;font-size:20px;}    
#tx-lzgallery-pi1-descr-long {margin:5px 5px 15px 5px;text-align:justify;}   
 /* gallery - annotations */   
.tx-lzgallery-pi1-5x5-filename {color:#000000;font-size:10px;font-style:italic;} 
.tx-lzgallery-pi1-1x1-1 {color:#000000;font-size:12px;font-face:bold;;border-bottom:1px solid lightgray;}      
.tx-lzgallery-pi1-1x1-2 {color:#000000;font-size:12px;border:1px solid lightgray;margin:3px 3px 3px 3px;}   
.tx-lzgallery-pi1-1x1-filename {color:#000000;font-size:10px;font-style:italic;}
}      
       

plugin.tx_lzgallery_pi1 {
 optimizeFactor = 1
}

plugin.tx_lzgallery_pi1.gallery {
# all galleries (1x1, 2x2, 3x3 etc) default to this if they have no settings.
default {
              # turn the first split, e.g. the title on
              1 = 1
             # and wrap it in a div so we can use stylesheets!
              1.stdWrap.wrap = <div class=”plugin.tx-lzgallery-pi1-default-1”>|</div>
           }
}

Ich hoffe, ihr könnt mir irgendwie weiterhelfen, da ich diese default Styles richtig häßlich finde.
 

Neue Beiträge

Zurück