Go Back   Pligg CMS Forum > Pligg Development > Pligg Templates > Template Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-18-2007, 03:48 PM
New Pligger
Pligg Version: Beta 9.5
Pligg Template: Blue-Eye
 
Join Date: Dec 2007
Posts: 15
Thanks: 2
Thanked 0 Times in 0 Posts
Making sidebar tabs the same as main page

On this site ... VotaSport / Popular

I'm trying to make the tabs on the sidebar login module look the same as the "Popular" tab on the main content of the page BUT I also need the top menu to be in all upper case.

Has anyone done this ?
Can you help me with the correct code in login.tpl ?

I know the correct CSS settings are there somewhere, I just haven't been able to find them yet.
Reply With Quote
  #2 (permalink)  
Old 12-19-2007, 04:41 PM
New Pligger
Pligg Version: 9.8.2
Pligg Template: Custom [Full Revamp]
 
Join Date: Dec 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
I ahve done this but it was based on a template I have created. Are you using the default 'yget' template in 9.8.2?

The CSS to capitalize something is text-transform: uppercase;

That will at least get you somewhere.
Reply With Quote
  #3 (permalink)  
Old 12-19-2007, 11:34 PM
New Pligger
Pligg Version: Beta 9.5
Pligg Template: Blue-Eye
 
Join Date: Dec 2007
Posts: 15
Thanks: 2
Thanked 0 Times in 0 Posts
Hi,

Yes, I already have it in uppercase but the tabs are not surrounding the link properly ... did you look at the site ?

I'm not using yget, but a replacement yget (blue theme) that I got from pligg.com

I'm also on v.9.5, I had a feeling that the 9.8 codestream was still beta but I'll check that out now.
Reply With Quote
  #4 (permalink)  
Old 12-23-2007, 04:58 PM
New Pligger
Pligg Version: Beta 9.5
Pligg Template: Blue-Eye
 
Join Date: Dec 2007
Posts: 15
Thanks: 2
Thanked 0 Times in 0 Posts
** Bump **
Reply With Quote
  #5 (permalink)  
Old 12-23-2007, 05:46 PM
redwine's Avatar
Pligg Donor
Pligg Version: 9.8
Pligg Template: custom templat
 
Join Date: Jul 2007
Location: Canada
Posts: 216
Thanks: 20
Thanked 102 Times in 65 Posts
These are the rules in the CSS file that you have to edit

Change the width of the exp_down.png, It is 58 px. then change the
Code:
.tlb2 span.selected a {main.css (line 124)
background:transparent url(../images/exp_down.png) no-repeat scroll 0pt;
color:#666666;
cursor:text;
display:block;
float:left;
font-weight:bold;
height:21px;
margin-right:8px;
padding-top:2px;
text-align:center;
width:58px; Change it to auto;
}
Or Remove the border off the image and change this:
Code:
.tlb2 span.selected a {main.css (line 124)
background:transparent url(../images/exp_down.png) no-repeat scroll 0pt;
Change it to:
Code:
.tlb2 span.selected a {main.css (line 124)
background:transparent url(../images/exp_down.png) repeat-x scroll 0pt;
Do the same for:
Code:
.tlb2 span a {main.css (line 122)
background:transparent url(../images/exp_on.png) no-repeat scroll 0pt 50%;
color:#6666CC;
cursor:pointer;
display:block;
float:left;
height:21px;
margin-right:8px;
padding-top:2px;
text-align:center;
width:58px;
}
Reply With Quote
The Following User Says Thank You to redwine For This Useful Post:
  #6 (permalink)  
Old 01-05-2008, 09:24 PM
New Pligger
Pligg Version: Beta 9.5
Pligg Template: Blue-Eye
 
Join Date: Dec 2007
Posts: 15
Thanks: 2
Thanked 0 Times in 0 Posts
Thank you, that got me going on the right track
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
footer under sidebar in home page lacasuela "yget" 10 03-28-2008 05:00 PM
Page Numbers in main page.... vgreets General Help 0 01-10-2008 09:27 PM
Show Page Thumbnails on main page seer General Help 2 11-20-2007 04:20 AM
Show Video and images Thumbnails on main page massi999 General Help 1 11-19-2007 12:40 PM


Search Engine Friendly URLs by vBSEO 3.2.0