| Featured |
Call of Duty 4 PHPNuke Theme, Call of Duty 4 PostNuke Theme, Call of Duty 4 Evo Theme, Call of Duty ...
$15.00
[ Enter Store ]
|
 |
| Main Menu |
|
|
 |
| Site Status |
Welcome Guest Join us!

  
 Registration is free and gives full access to site

Register | | | | Login:
|
| | | | | |  | Members: | | Today New: | 0 | | Yesterday: | 0 | | Total: | 7536 | | Last: | | maxfoot |
| | | | | Online | | Members: | 0 | | Guests: | 37 | | Total: | 37 |
| | | | | Online Members | | No online members |
|
|
 |
| Past News |
- Monday, December 22
- World of Warcraft Lich King Theme Released!
- Wednesday, September 17
- Warhammer Theme guild Dark Released!
- Saturday, August 23
- GuildDark Theme WoW Version Released!
- Saturday, July 19
- PHPNuke Themes: Clan Theme 33 Released!
- Saturday, July 05
- 3 More Joomla Templates Released!
- Monday, June 30
- PHPNuke Themes: Age of Conan Theme Released!
- Saturday, May 24
- Age of Conan PHPNuke themes released!
- Sunday, March 16
- GuildWars PHPNuke Theme Red Released
- Saturday, January 26
- PHPNuke Themes :Clan Red 30 Released!
- Saturday, December 15
- World Of WarCraft Nuke Theme Released!
Older articles
|
 |
|
| Author |
Message |
pastaman |
|
Post subject:
Posted: Dec 24, 2005 - 09:23 AM
|
|
Joined: Dec 20, 2005
Posts: 19
Status: Offline
|
|
Another small thing that I need to fix. Now I don't know if I should ask you about this or the people that wrote the modules, but I figured I'd just come here first. If it's an issue for which I should seek help elsewhere just let me know =D
If you go to www.tempesthq.com you'll notice a "Member Status" box and a "Shout Outs!" box on the left side.
Now if you go to http://tempesthq.com/modules.php?name=Forums (the forums page) both of the boxes are missing their white backgrounds for entering login info/password/etc.
If you're not familiar with the boxes they are the "shout box" and "membership" modules which can be found on http://ourscripts.net.
Sorry for all the trouble mars, you're the best! (again, if I should take this issue to the ourscripts forums just let me know) |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Dec 24, 2005 - 01:34 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Open themes/wow4/forums/forums.css and change
(around line 79)
input, textarea, select, input.button
{
background-color: transparent;
}
Change to
input, textarea, select, input.button
{
background-color: #FFFFFF;
} |
|
|
| |
|
|
|
 |
pastaman |
|
Post subject:
Posted: Dec 24, 2005 - 05:38 PM
|
|
Joined: Dec 20, 2005
Posts: 19
Status: Offline
|
|
| awesome! that fixed the shout box and membership box =D thanks mars! |
|
|
| |
|
|
|
 |
pastaman |
|
Post subject:
Posted: Jan 04, 2006 - 05:25 AM
|
|
Joined: Dec 20, 2005
Posts: 19
Status: Offline
|
|
hey mars,
regarding this isse
-----------------
Small thing I noticed happening when I'm on IE. If you go to www.tempesthq.com you'll see a poll box on the right, all the buttons have white boxes around them. Any idea how to get rid of those? This does not happen on firefox, only while using IE. Also it's not just the poll choices, it's all buttons on the webpage.
-----------------
when I change
input{
font:11px Verdana, Arial, Helvetica, sans-serif;
color:#000000;
background-color: #FFFFFF;
border:0;
}
to
input{
font:11px Verdana, Arial, Helvetica, sans-serif;
color:#000000;
background-color: #1b1b19;
border:0;
}
it helps, as in the boxes around the circular buttons are smaller but not completely gone. However the button below, the "Vote" button now also has that background color and is almost invisible. I updated the style.css sheet so you can see what it looks like if you go to the site. Thanks a lot for the help! |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jan 04, 2006 - 08:51 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| change color:#000000 to color:#D0A700 |
|
|
| |
|
|
|
 |
|
|
|
|
|