| Author |
Message |
gar598
Nuke Soldier


Joined: Jan 26, 2003
Posts: 26
Location: USA
|
Posted:
Thu Jan 30, 2003 9:21 pm |
  |
colors - I want my site similar to nukecops in that the forum is set apart in the color scheme. http://www.hillelforum.org/modules.php?name=Forums
you can see the border and everything around it is different colors - i have tried looking in the css file but found no pic references. any ideas?
thks |
|
|
     |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Thu Jan 30, 2003 9:29 pm |
  |
Just grab a few new styles for the forum at www.nukemods.com i'm sure you'll find one you like, you can also edit the existing template through the forum's admin section. |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
gar598
Nuke Soldier


Joined: Jan 26, 2003
Posts: 26
Location: USA
|
Posted:
Thu Jan 30, 2003 9:44 pm |
  |
thks i like the fiapple but all i need to do is get rid of the background - i have deleted the background pic (lines.gif). |
|
|
     |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Thu Jan 30, 2003 11:03 pm |
  |
The background is typically set in the theme.php BODY HTML tag. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
gar598
Nuke Soldier


Joined: Jan 26, 2003
Posts: 26
Location: USA
|
Posted:
Fri Jan 31, 2003 6:53 am |
  |
no theme.php  |
|
|
     |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Fri Jan 31, 2003 8:36 am |
  |
theme.php is inside the /themes/themename directory from ur site root.
ArtificialIntel |
|
|
   |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Fri Jan 31, 2003 8:41 am |
  |
I think he means the forum's look in which case he'd have to look in modules/Forums/templates/template_name/template_name.css |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
gar598
Nuke Soldier


Joined: Jan 26, 2003
Posts: 26
Location: USA
|
Posted:
Fri Jan 31, 2003 10:11 am |
  |
| Code: |
body {
color : #000000;
background-color: #eeeeee;
scrollbar-3dlight-color : #cccccc;
scrollbar-arrow-color : #000000;
scrollbar-base-color : #cccccc;
scrollbar-darkshadow-color : #2f4f4f;
scrollbar-face-color : #cccccc;
scrollbar-highlight-color : #cccccc;
scrollbar-shadow-color : #cccccc;
scrollbar-track-color : #ededed; }
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
a:link { text-decoration: none; color : #4682b4; }
a:hover { text-decoration: none; color : #000000; } |
|
|
|
     |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Fri Jan 31, 2003 10:14 am |
  |
it's the background-color variable u want to change.
ArtificialINtel |
|
|
   |
 |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Fri Jan 31, 2003 10:24 am |
  |
First look in your
modules/Forums/templates/fiapple/fiapple.css file for this
| Code: |
.bodyline { background-color: #ffffff; border: 1px #666666 solid; }
.errorline { background-color: #add8e6; border: 1px #666666 solid; }
.forumline { background-color: #757575; border: 0px } |
try changing the bodyline BG color and the forumline BG colors. Play around with them.
The BG color is also defined in the theme_info.cfg file, but that ususally won't override the css calls for bg colors in the template if the bg colors are defined in both places.
But, for arguments sake, you should specify the bg color in both those files to be the same so there are no variaitons.
mikem |
|
|
   |
 |
gar598
Nuke Soldier


Joined: Jan 26, 2003
Posts: 26
Location: USA
|
Posted:
Fri Jan 31, 2003 10:42 am |
  |
thks, you guys r the best  |
|
|
     |
 |
|
|