hi,
nachde ich jetzt meine anderen probleme erledigt hab, muss ich nur noch die style datei von der gallerie hinbekommen, und da gehts nich weiter. Ich habe die Aniga gallerie, also ihr könnt ja mal schaun wie es aussieht http://mitglied.lycos.de/zycoxxx . So und ich will das die auswahl vernünftig mittig is und auch die most views auch. zu zeit is die style datei:
Code
/*
CSS-styles for the ANIga gallery Wordpress Plugin from Michael Naab
[URL="http://animalbeach.net"]http://animalbeach.net[/URL]
*/
.gallery_clear {
clear:both;
padding: 25px;
}
.gallery_list {
padding: 75px;
}
.gallery_alignright {
float: right;
}
.gallery_alignleft {
float: left;
padding: 25px;
}
.gallery_aligncenter {
text-align:center;
}
.gallery_list_p {
padding-right:25px;
padding-left:25px;
width:65%;
}
.gallery_pic_border {
border:1px solid #ddd;
}
.gallery_select {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
/* this is for a constant viewing position when clicking through pictures */
.gallery_slds_td {
height:400px;
width:400px;
/*this is for black stripes (just like 16 to 9 in TV) */
background:black;
}
.gallery_slds_table {
height:400px;
width:400px;
border:none;
}
.gallery_thumb_td {
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
/* border:1px solid #ddd;*/
/* background-color:#d5d6d7;*/
font-size:0.9em;
line-height:0.9em;
}
.gallery_slds_filter {
filter:progid:DXImageTransform.Microsoft.Fade();
}
Alles anzeigen