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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-25-2007, 05:29 PM
Casual Pligger
 
Join Date: Sep 2007
Posts: 60
Thanks: 0
Thanked 2 Times in 2 Posts
Weird Pligg CSS Thing

Hello,

I'm not sure if this is the correct category. I'm having a problem with my stylesheet on my Pligg site for dogs, dogsniff.com.

The Vote # seems to have two different styles, but I can't figure out why. The one I want is big and white, with no underline. The one I dont' want is a grey color, is much smaller and has an underline.

I did okay wit this custom template so far, but I'm not sure what could be causing this. Any ideas? It seems that they would all use the same style.

Brandon
Reply With Quote
  #2 (permalink)  
Old 10-25-2007, 05:57 PM
crakez's Avatar
Designer
Pligg Version: 9.8.2
Pligg Template: Fresh Template
 
Join Date: Jul 2007
Location: Australia
Posts: 141
Thanks: 14
Thanked 8 Times in 6 Posts
Send a message via MSN to crakez Send a message via Skype™ to crakez
Remove the <style type="text/css"> </style> tags in your css

and then
Code:
.vote-publish a:link {
color: #ffffff;
font-size:26px;
letter-spacing:-1px;
text-decoration:none;
line-height:48px;
}

.vote-publish a small {
font-size:12px;
letter-spacing:0;
text-decoration:none;
}
replace with
Quote:
.vote-publish a{
color: #ffffff;
font-size:26px;
letter-spacing:-1px;
text-decoration:none;
line-height:48px;
}
That should do it.
Reply With Quote
  #3 (permalink)  
Old 10-25-2007, 05:58 PM
chuckroast's Avatar
Coder/Designer
Pligg Version: 1.0
Pligg Template: ExpertVision
 
Join Date: Jun 2006
Location: PA
Posts: 2,367
Thanks: 169
Thanked 437 Times in 276 Posts
Check
Code:
.vote span {
color:#ccc;
font-size:11px;
}
__________________
Visit PliggPro the official Pligg Mods & Template Shop!

Reply With Quote
  #4 (permalink)  
Old 10-25-2007, 06:02 PM
crakez's Avatar
Designer
Pligg Version: 9.8.2
Pligg Template: Fresh Template
 
Join Date: Jul 2007
Location: Australia
Posts: 141
Thanks: 14
Thanked 8 Times in 6 Posts
Send a message via MSN to crakez Send a message via Skype™ to crakez
In your code you have mentioned .vote span 2 times and .vote span is for the bottom of the number not the number itself.
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
siChunk Series of Templates for pligg Adaman Template Sales 1 10-02-2007 10:17 PM


Search Engine Friendly URLs by vBSEO 3.2.0