|
#1
|
||||
|
||||
|
black frames around my picture-links...
...in the menu...
how can i delete them and change the little space between the menu fields? I want the menu to look like a card index. Please help me :-) you can see it here: www.derlitograph.de THANKS |
|
#2
|
||||
|
||||
|
As it is template stuff then Im moving this topic right there.
You should look on CSS files and into the template code. Using CSS you can make your design same as you would like to get. |
|
#3
|
||||
|
||||
|
yes i would, but i'm not a pro in this css thing. ;-( sorry
|
|
#4
|
||||
|
||||
|
Change inside templates/jasonspix/style_lightgrey.css:
Code:
.thumbnails {
padding:2px;
background:#000000;
border:1px solid #A1A2AA;
margin:5px;
}
Code:
.thumbnails {
padding:2px;
background:#333333;
border:1px solid #A1A2AA;
margin:5px;
}
|
|
#5
|
|||
|
|||
|
look for the following classes in the CSS file,
#thumbrow #thumbrow img #thumbrow .current_thumbnail #thumbrow a img #thumbrow a:hover img, #thumbs a:focus img set the border to "0" and the following for the menu image space #topbar #style1
__________________
jdleung's.com @ flickr @ fotoblogs.cn & Addons:Month Calendar & Slideshow & Flickr comment & Modified Addon: Calendar |
|
#6
|
||||
|
||||
|
@GeoS:
i have the normale template: style.css but there is no positiv result. I changed the thumbnails. Is this also deciding? @jdleung i checked the borders, but there is only one active: #commentMain li { padding-bottom:10px; padding-top:10px; padding-left:5px; padding-right:0px; margin:0px; border-top:0px; border-left:0px; border-right:0px; border-bottom:1px solid #ffffff; here!!! |
|
#7
|
|||
|
|||
|
I would ask the author where you "mopsed" this menu
I am sure you did not write it yourself, and this menu uses some javascript as well.. so ask the author - he might help you or there is a readmefile with that gimmick! |
|
#8
|
||||
|
||||
|
Sorry I didnt read your post carefully. You should do like this:
Change inside templates/jasonspix/style_lightgrey.css: Code:
.thumbnails {
padding:2px;
background:#000000;
border:1px solid #A1A2AA;
margin:5px;
}
Code:
.thumbnails {
padding:2px;
border:0;
margin:7px; /* here is place where you set space between thumbs */
}
|
|
#9
|
||||
|
||||
|
okay, maybe i should do this. thanks for your help. nice weekend
|
| Post Reply |
| Thread Tools | |
|
|