Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Help with CSS (http://www.bvlist.com/showthread.php?t=10266)

Marco 17th February 2015 11:15

Help with CSS
 
1 Attachment(s)
Hello guys , i am looked all around the theme and details.php but i can't find how could this modify this.

I believe it's not from theme because in all themes is same:sos:

thank you for helping me

DND 17th February 2015 11:32

why don't you use firebug and see from where it is ?:coffee:

Marco 17th February 2015 11:38

i didn't know about firebug :P

DND 17th February 2015 12:00

getfirebug.com

WhyMe 17th February 2015 12:20

Quote:

Originally Posted by Marco (Post 46410)
Hello guys , i am looked all around the theme and details.php but i can't find how could this modify this.

I believe it's not from theme because in all themes is same:sos:

thank you for helping me






@ themes.css

Add or mod to your needs

PHP Code:

.shadetabs{border-bottom1px solid #555;margin-bottom: 1em;}
.shadetabs ul{fontbold 12px Verdana;list-style-typenone;margin-bottom0;margin-left0;margin-top1px;padding3px 0;text-aligncenter;}
.
shadetabs li{displayinline;margin0;}
.
shadetabs li a{backgroundwhite url("../images/shade.gif"top left repeat-x;border1px solid #555;color: #2d2b2b;margin-right: 3px;padding: 3px 7px;text-decoration: none;}
.shadetabs li a:visited{color#2d2b2b;}
.shadetabs li a:hover{color#2d2b2b;text-decoration: none;}
.shadetabs li.selected{fontbold 11px Verdana;positionrelative;top1px;}
.
shadetabs li.selected a{background-imageurl("../images/shadeactive.gif");border-bottom-colorwhite;}
.
shadetabs li.selected a:hover{text-decorationnone;} 

change the images to what you need

:drink:

@ajaxtabs in theme.css

PHP Code:

.shadetabs{padding:3px 0margin-left:0margin-top:1pxmargin-bottom:0font:bold 12px Verdana; list-style-type:nonetext-align:left}
.
shadetabs li{display:inlinemargin:0}
.
shadetabs li a{text-decoration:nonepadding:3px 7pxmargin-right:3pxborder:1px solid #778; color:#2d2b2b; background:white url(../images/shade.gif) top left repeat-x}
.shadetabs li a:visited{color:#2d2b2b}
.shadetabs li a:hover{text-decoration:underlinecolor:#2d2b2b}
.shadetabs li.selected{position:relativetop:1px}
.
shadetabs li.selected a{background-image:url(../images/shadeactive.gif); border-bottom-color:white}
.
shadetabs li.selected a:hover{text-decoration:none}
.
contentstyle{border:1px solid graymargin-bottom:1empadding:10px

:drink:


if you want the full mod of this i can do it as ive got it on my TS SE 5.6-FINAL

So just a side note that is just abit of the code there is alot more too add but thats for me to know and you fined out

Marco 17th February 2015 15:16

thanks for your help :):drink:
i will test it when i will go home :)

:friend:
best wishes
Marco

WhyMe 18th February 2015 14:37

nps pm sent

fireknight thinks he know it lol:friend:

Marco 18th February 2015 19:01

i wish to thank all for helping me , but i believe my issue wasn't well pointed
i believe after deep serch i could solve my problem
with this
https://github.com/yui/yui3/wiki/Understanding-Skinning
PHP Code:

<div class="yui-skin-sam">
    <
div id="details" class="yui-navset">
        <
ul class="yui-nav"

so please be kind and tell me how to modify :) thank you


All times are GMT +2. The time now is 20:17.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.