Author |
Message |
Iceburg
Hangin' Around

Joined: Sep 25, 2004
Posts: 25
Location: Colorado
|
Posted:
Sun Sep 26, 2004 10:07 pm |
|
For the Who is online block/module, how is it that i can change the size of the text? Its so huge on http://www.angrygravy.com
-Nick |
|
|
 |
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Sun Sep 26, 2004 10:36 pm |
|
Is that my who-is-where block? If so, it should be inheriting the theme's css. Look in your style/style.css file and see if there is a body tag something like thisCode:body{background:#ecf0f6;color:#000000;font:12px Verdana,Arial,Helvetica,sans-serif;
|
If so, remove the font tag and see if that fixes itCode:body{background:#ecf0f6;color:#000000;
| or try changing it to 10 point if it is 12. Let me know if that fixes it and I will need to review my code. |
|
|
|
 |
Iceburg

|
Posted:
Sun Sep 26, 2004 11:30 pm |
|
Yes, that fixed it... Can you make it so you can edit that in the module? |
|
|
|
 |
Iceburg

|
Posted:
Sun Sep 26, 2004 11:35 pm |
|
Any way in the style sheet that I can change the calendar module in the first page has a white Background, and the text can't be seen, is that in the module or the style sheet?
http://www.angrygravy.com |
|
|
|
 |
Raven

|
Posted:
Sun Sep 26, 2004 11:37 pm |
|
|
|
 |
Iceburg

|
Posted:
Sun Sep 26, 2004 11:41 pm |
|
Can I edit that directlly? What am I looking for? |
|
|
|
 |
Raven

|
Posted:
Mon Sep 27, 2004 6:05 am |
|
I don't use the module but most modules have an index.php file. That's where I would start. Look for a background tag or a css body tag or something along that line. |
|
|
|
 |
Iceburg

|
Posted:
Mon Sep 27, 2004 10:30 am |
|
Awesome found it, now I just need a color that doesn't suck so bad. If I only had some sort of artistic tallent.
Raven, Have you written or seen a module that will do profiles for players, user, etc? I know there are the profiles in the forumn, but I want to strat win/loss, games played, win percentage, +/- win streak, etc for the guys that I play poker with, is that possibible? If not can a script be written that pulls data from an excel spreadsheet, and I can keep the spreadsheet up todate and upload that? |
|
|
|
 |
|