Thread: Help with CSS
View Single Post
  #5  
Old 17th February 2015, 12:20
WhyMe WhyMe is offline
Banned
 
Join Date: Apr 2014
P2P
Posts: 160
Thumbs up
Quote:
Originally Posted by Marco View Post
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

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



@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



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

Last edited by WhyMe; 17th February 2015 at 15:08.
Reply With Quote
The Following User Says Thank You to WhyMe For This Useful Post:
Marco (17th February 2015)