|
» Online Users: 103 |
| 0 members and 103 guests |
| No Members online |
| Most users ever online was 611, 03-21-2008 at 10:10 PM. |
|
» .::. |
Web Hosting - web hosting, dedicated servers and web design services
|
Online Degree - search for 1000+ online degrees, online colleges & online universities.
|
tattoo - we are a group of tattoo enthusiasts
|
Gexa Energy - your absolute best choice in electric service
|
|
|
|
|
|
|
|
|
Poker Chips - Clay and composite poker chips for home games.
|
|
|
About this Page This is a discussion on Chronicles and small font with sommaire within the Theme packs forums, part of the nukemods releases category; Greetings all,
I have two issues here, the main issue is being caused by the new theme and sommaire. On ... |
|
 |
|
 |
|
 |

11-14-2004, 03:02 PM
|
|
Junior Member
|
|
Join Date: Nov 2004
Posts: 11
|
|
|
Chronicles and small font with sommaire
Greetings all,
I have two issues here, the main issue is being caused by the new theme and sommaire. On all normal pages the sommaire menu looks fine, but when I go to the forum, the font on the sommaire menu and a few other places get alot smaller. I have inclosed this picture:
Second question, how do I change this font color to something better? The font color being administrator and CEO? And what color would be a good color? (image inclosed)

|

11-14-2004, 03:57 PM
|
|
Junior Member
|
|
Join Date: Oct 2004
Posts: 97
|
|
|
Edit the index.php found inside the folders of each module in the modules folder.
The html code for changing the font is:
<font face="Arial">Text here</font>
for size it is...
<font size="5">Text here</font>
and for color it is...
<font color="blue">Text here</html>
|

11-14-2004, 04:05 PM
|
|
Junior Member
|
|
Join Date: Nov 2004
Posts: 11
|
|
|
Well, I think it extends beyond this. I belive the first issue is due to a CSS issue in the chronicles/forum part, but I am not sure where it is.
Second issue, I know basic HTML, that simple, but I think there is also a CSS code somewhere for the Administrator and Registered User part that needs to be changed, and I am unsure where this is. I was hoping for some direction to this.
Thanks
|

11-14-2004, 06:13 PM
|
|
Senior Member
|
|
Join Date: Sep 2002
Posts: 2,905
|
|
|
The somair menu is loading it's own css styles that are overriding the theme's.
It would be better to edit the somair's css styles than the theme's.
I would think all the text css styles could be removed from somair so that it uses the theme's.
mikem
|

11-14-2004, 06:46 PM
|
|
Junior Member
|
|
Join Date: Nov 2004
Posts: 11
|
|
Well the sommaire menu has no text css menu apparently. I just search around through the installation and saw nothing... But the thing is, it's not just the sommaire menu. It has something to do with the Forum theme. I say this because, look on your own site: http://www.areamike.com/index.php?t=17
Look at the very bottom where it says copyright phpnuke, etc. See the text size, then click on the forums in that site, and then look down at the bottom, and you will notice that gets small also.
|

11-14-2004, 07:19 PM
|
|
Senior Member
|
|
Join Date: Sep 2002
Posts: 2,905
|
|
|
Code:
|
font,th,td,p { font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif; } |
that line in the forums.css file is your culprit.
|

11-14-2004, 07:20 PM
|
|
Junior Member
|
|
Join Date: Nov 2004
Posts: 11
|
|
|
What should I do to change it?
|

11-14-2004, 07:26 PM
|
|
Senior Member
|
|
Join Date: Sep 2002
Posts: 2,905
|
|
Well, you could revert back to the standard font.
Look above that line you'll see this all together.
|
Code:
|
/* font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } */
font,th,td,p { font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif; } |
just un-comment the above line and comment out the other like this
|
Code:
|
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
/*font,th,td,p { font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif; }*/ |
|

11-14-2004, 07:28 PM
|
|
Senior Member
|
|
Join Date: Sep 2002
Posts: 2,905
|
|
As for your other question.
|
Quote:
|
|
Second question, how do I change this font color to something better? The font color being administrator and CEO? And what color would be a good color? (image inclosed)
|
http://www.nukemods.com/modules.php?...ewtopic&t=4138
|

11-14-2004, 07:34 PM
|
|
Junior Member
|
|
Join Date: Nov 2004
Posts: 11
|
|
Theme Nut your good!
So where do I change the color of administrator in this picture:
If I can figure that out, I will be tickled pink 
|
 |
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|