| Author |
Message |
Erikz |
|
|
Post subject: Platinum - Vulcan Theme PN Q.
Posted: Apr 01, 2008 - 01:57 AM
|
|
Joined: Apr 01, 2008
Posts: 7
Status: Offline
|
|
Greetings,
Firstly great theme, a shame you don't include the font set with the PSD, making the PSD editting complicated. (all sorted now)
I am having a problem with QUOTE and CODE on the pnphpbb forum.
See here..
http://www.truthaction.org.au/index.php?name=PNphpBB2&file=viewtopic&t=51
I have hooked PHPBBCode into PNphbb but to no avail.
Can you offer me some assistance? |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Platinum - Vulcan Theme PN Q.
Posted: Apr 01, 2008 - 10:09 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3768
Status: Offline
|
|
Edit vulcan.css and look for .quote
Change it to .quote, .codecontent
And what font is missing? |
_________________
|
| |
|
|
|
 |
Erikz |
|
Post subject: RE: Platinum - Vulcan Theme PN Q.
Posted: Apr 01, 2008 - 01:35 PM
|
|
Joined: Apr 01, 2008
Posts: 7
Status: Offline
|
|
Trajan Pro is the font in the top title Vulcan_02.jpg (also the file size of the JPGs is quite high)
And there's another one for the menu text. I can find that too if you like.
Thanks for the tip on the quote..
OK let me get this straight, in Vulcan.css you have...
/* Quote blocks */
.quote, {background:#fafafa;border:1px solid #d1d7dc;color:#444444;
font:11px/125% Verdana,Arial,Helvetica,sans-serif}
And you want me to change it to..
/* Quote blocks */
.quote, .codecontent {background:#fafafa;border:1px solid #d1d7dc;color:#444444;
font:11px/125% Verdana,Arial,Helvetica,sans-serif}
?? that doesn't seem to work. |
|
|
| |
|
|
|
 |
Erikz |
|
Post subject: RE: Platinum - Vulcan Theme PN Q.
Posted: Apr 01, 2008 - 01:39 PM
|
|
Joined: Apr 01, 2008
Posts: 7
Status: Offline
|
|
| Quote and code don't show up properly. |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Platinum - Vulcan Theme PN Q.
Posted: Apr 01, 2008 - 11:11 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3768
Status: Offline
|
|
| I just checked your site and your vulcan.css file, the edit isn't in there? |
_________________
|
| |
|
|
|
 |
Erikz |
|
Post subject: RE: Platinum - Vulcan Theme PN Q.
Posted: Apr 01, 2008 - 11:44 PM
|
|
Joined: Apr 01, 2008
Posts: 7
Status: Offline
|
|
This URL? The edit seems to be there..
http://www.truthaction.org.au/modules/PNphpBB2/templates/PNTheme/styles/vulcan.css
Am I missing something? |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Platinum - Vulcan Theme PN Q.
Posted: Apr 01, 2008 - 11:51 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3768
Status: Offline
|
|
At the bottom of that file I see
Code:
/* Quote blocks */
.quote{background:#fafafa;border:1px solid #d1d7dc;color:#444444;
font:11px/125% Verdana,Arial,Helvetica,sans-serif}
Where are you seeing the change above? |
_________________
|
| |
|
|
|
 |
Erikz |
|
Post subject: RE: Platinum - Vulcan Theme PN Q.
Posted: Apr 02, 2008 - 12:47 AM
|
|
Joined: Apr 01, 2008
Posts: 7
Status: Offline
|
|
I see this, at that URL, is it the correct URL?
Code:
/* Quote blocks */
.quote, .codecontent {background:#fafafa;border:1px solid #d1d7dc;color:#444444;
font:11px/125% Verdana,Arial,Helvetica,sans-serif}
|
|
|
| |
|
|
|
 |
Erikz |
|
Post subject: RE: Platinum - Vulcan Theme PN Q.
Posted: Apr 02, 2008 - 12:49 AM
|
|
Joined: Apr 01, 2008
Posts: 7
Status: Offline
|
|
| either way Quote doesn't work either. |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Platinum - Vulcan Theme PN Q.
Posted: Apr 02, 2008 - 10:09 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3768
Status: Offline
|
|
| What version of PNphpBB2 are you running? |
_________________
|
| |
|
|
|
 |
Erikz |
|
Post subject: RE: Platinum - Vulcan Theme PN Q.
Posted: Apr 02, 2008 - 11:49 PM
|
|
Joined: Apr 01, 2008
Posts: 7
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject: RE: Platinum - Vulcan Theme PN Q.
Posted: Apr 03, 2008 - 10:19 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3768
Status: Offline
|
|
ahh ok, change that line to .quotecontent as well.
So you will have
Code:
/* Quote blocks */
.quotecontent, .codecontent {background:#fafafa;border:1px solid #d1d7dc;color:#444444;
font:11px/125% Verdana,Arial,Helvetica,sans-serif}
|
_________________
|
| |
|
|
|
 |
|
|