fiblack3d for
Post new topic   Reply to topic   Printer Friendly Page     Forum IndexThemes
Author Message
websmythe
Newbie


Joined: Nov 30, 2009
Posts: 35
Location: Canada

PostPost subject: fiblack3d for
Posted: Mon Jan 18, 2010 9:34 pm
Reply with quote

I'm using fiblack3d for 9.2.x and Firebug to view output, and the code that creates a particular inline style. I've scanned all the files in templates, blocks.modules, and includes folders to no avail. The style as displayed in the output file is:

<td class="main">
<table cellspacing="0" cellpadding="4" border="0" width="100%">
<tbody>
<tr>
<td>
<table cellspacing="0" cellpadding="1" border="0" align="center" width="100%">
<tbody>
<tr>
<td style="background: rgb(48, 48, 48) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td>
<table cellspacing="1" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td style="background: rgb(39, 39, 39) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;">


websmythe's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.18-92.1.18.el5-Apache 2.0.63-MySQL 5.0.81-community-PHP 5.2.6-Dragonfly 9.2.1
Back to top
View user's profile Visit poster's website
Dizfunkshunal
Platinum Supporter


Joined: Mar 23, 2006
Posts: 2079

PostPost subject: Re: fiblack3d for
Posted: Mon Jan 18, 2010 9:39 pm
Reply with quote

well that helps a heap.
need more information
1. Link to site?
2. Which page, section,etc. are you trying to change?

_________________
Diz Web Design Status: Open (Use of resources requires registration.)

Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Multiple Setups
Back to top
View user's profile Send e-mail Visit poster's website Yahoo Messenger
websmythe
Newbie


Joined: Nov 30, 2009
Posts: 35
Location: Canada

PostPost subject: Re: fiblack3d for
Posted: Mon Jan 18, 2010 11:50 pm
Reply with quote

Dizfunkshunal wrote:
well that helps a heap.
need more information
1. Link to site?
2. Which page, section,etc. are you trying to change?

Oops!
It's the backgrounds for the boxes on Submit News & Contact Us pages.
http://www.kucaburra.com/war/index.php?name=News&file=submit


websmythe's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.18-92.1.18.el5-Apache 2.0.63-MySQL 5.0.81-community-PHP 5.2.6-Dragonfly 9.2.1
Back to top
View user's profile Visit poster's website
Dizfunkshunal
Platinum Supporter


Joined: Mar 23, 2006
Posts: 2079

PostPost subject: Re: fiblack3d for
Posted: Tue Jan 19, 2010 12:26 am
Reply with quote

do you mean where you type text?
_________________
Diz Web Design Status: Open (Use of resources requires registration.)

Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Multiple Setups
Back to top
View user's profile Send e-mail Visit poster's website Yahoo Messenger
websmythe
Newbie


Joined: Nov 30, 2009
Posts: 35
Location: Canada

PostPost subject: Re: fiblack3d for
Posted: Tue Jan 19, 2010 1:01 am
Reply with quote

Yup. Both the textarea & the box background. But as it looks like background = none for textarea in style.css, I think I just need to change the cell <TD> background.

I might also need to change the form background. Not sure. Haven't gone looking at that yet, as it isn't in style.css, if it exists.


websmythe's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.18-92.1.18.el5-Apache 2.0.63-MySQL 5.0.81-community-PHP 5.2.6-Dragonfly 9.2.1
Back to top
View user's profile Visit poster's website
websmythe
Newbie


Joined: Nov 30, 2009
Posts: 35
Location: Canada

PostPost subject: Re: fiblack3d for
Posted: Tue Jan 19, 2010 1:13 am
Reply with quote

Guess I'm searching for a couple of different references, cause the box background color changes from #272727 to #303030, depending what I'm looking at.

websmythe's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.18-92.1.18.el5-Apache 2.0.63-MySQL 5.0.81-community-PHP 5.2.6-Dragonfly 9.2.1
Back to top
View user's profile Visit poster's website
Dizfunkshunal
Platinum Supporter


Joined: Mar 23, 2006
Posts: 2079

PostPost subject: Re: fiblack3d for
Posted: Tue Jan 19, 2010 3:27 am
Reply with quote

Code:
http://www.kucaburra.com/war/themes/fiblack3d/style/style.css

textarea (line 64)

{

border-top-color: #545454;

border-right-color-value: #545454;

border-bottom-color: #545454;

border-left-color-value: #545454;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

color: #e7e7e7;

background-color: #303030;

font-family: Verdana,Arial,Helvetica,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 11px;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

-x-system-font: none;

}

_________________
Diz Web Design Status: Open (Use of resources requires registration.)

Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Multiple Setups
Back to top
View user's profile Send e-mail Visit poster's website Yahoo Messenger
Dizfunkshunal
Platinum Supporter


Joined: Mar 23, 2006
Posts: 2079

PostPost subject: Re: fiblack3d for
Posted: Tue Jan 19, 2010 3:29 am
Reply with quote

anything with textarea or input in it is a class for forms
_________________
Diz Web Design Status: Open (Use of resources requires registration.)

Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Multiple Setups
Back to top
View user's profile Send e-mail Visit poster's website Yahoo Messenger
websmythe
Newbie


Joined: Nov 30, 2009
Posts: 35
Location: Canada

PostPost subject: Re: fiblack3d for
Posted: Tue Jan 19, 2010 4:17 am
Reply with quote

Arg!
I am seriously going blind.
Missing stuff way to much lately.
Thanx.


websmythe's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.18-92.1.18.el5-Apache 2.0.63-MySQL 5.0.81-community-PHP 5.2.6-Dragonfly 9.2.1
Back to top
View user's profile Visit poster's website
websmythe
Newbie


Joined: Nov 30, 2009
Posts: 35
Location: Canada

PostPost subject: Re: fiblack3d for
Posted: Tue Jan 19, 2010 4:29 am
Reply with quote

If you wouldn't mind, I'm still stumped on where the style comes for the grey background comes from, as there's no class or id refernence?

websmythe's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.18-92.1.18.el5-Apache 2.0.63-MySQL 5.0.81-community-PHP 5.2.6-Dragonfly 9.2.1
Back to top
View user's profile Visit poster's website
Dizfunkshunal
Platinum Supporter


Joined: Mar 23, 2006
Posts: 2079

PostPost subject: Re: fiblack3d for
Posted: Tue Jan 19, 2010 5:41 am
Reply with quote

Code:
http://www.kucaburra.com/war/themes/fiblack3d/style/style.css

.table1, .table2 (line 409)

{

border-top-width: 1px;

border-right-width-value: 1px;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: 1px;

border-left-width-value: 1px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: solid;

border-right-style-value: solid;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: solid;

border-left-style-value: solid;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: #707070;

border-right-color-value: #707070;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: #707070;

border-left-color-value: #707070;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-spacing: 0pt;

padding-top: 7px;

padding-right: 7px;

padding-bottom: 7px;

padding-left: 7px;

background-color: #303030;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

}

Also Web Developer tool bar for firefox could very well replace your wife Smile
addons.mozilla.org/en-...x/addon/60

_________________
Diz Web Design Status: Open (Use of resources requires registration.)

Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Multiple Setups
Back to top
View user's profile Send e-mail Visit poster's website Yahoo Messenger
Dizfunkshunal
Platinum Supporter


Joined: Mar 23, 2006
Posts: 2079

PostPost subject: Re: fiblack3d for
Posted: Tue Jan 19, 2010 5:42 am
Reply with quote

changing those will change the background for several things on your site those classes are used a lot
_________________
Diz Web Design Status: Open (Use of resources requires registration.)

Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Multiple Setups
Back to top
View user's profile Send e-mail Visit poster's website Yahoo Messenger
Dizfunkshunal
Platinum Supporter


Joined: Mar 23, 2006
Posts: 2079

PostPost subject: Re: fiblack3d for
Posted: Tue Jan 19, 2010 5:43 am
Reply with quote

i meant change your life not replace your wife. {expletive removed} was i thinking. lmao
_________________
Diz Web Design Status: Open (Use of resources requires registration.)

Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Multiple Setups
Back to top
View user's profile Send e-mail Visit poster's website Yahoo Messenger
websmythe
Newbie


Joined: Nov 30, 2009
Posts: 35
Location: Canada

PostPost subject: Re: fiblack3d for
Posted: Tue Jan 19, 2010 7:39 am
Reply with quote

Dizfunkshunal wrote:
i meant change your life not replace your wife. {expletive removed} was i thinking. lmao

ROFLMAO!
I doubt it.
It mighta been a long time ago, but it took me 4-1/2 years to convince her to change from a typewriter to a word processor. Now I couldn't get her off it if my life depended on it. Next project: a 80,000 word PHD.


websmythe's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.18-92.1.18.el5-Apache 2.0.63-MySQL 5.0.81-community-PHP 5.2.6-Dragonfly 9.2.1
Back to top
View user's profile Visit poster's website
websmythe
Newbie


Joined: Nov 30, 2009
Posts: 35
Location: Canada

PostPost subject: Re: fiblack3d for
Posted: Tue Jan 19, 2010 7:47 am
Reply with quote

K.
There's something totally really weird going on here. I know I edited .table1, .table2 {...} on the weekend. Grrr!

Anyways,
I have Web Developer installed. Forgot it was there. <blush>

Thanx for the help.


websmythe's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.18-92.1.18.el5-Apache 2.0.63-MySQL 5.0.81-community-PHP 5.2.6-Dragonfly 9.2.1
Back to top
View user's profile Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   Printer Friendly Page     Forum IndexThemes All times are GMT
Go to page 1, 2  Next
Page 1 of 2


Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

stopsoftwarepatents.eu petition banner
User Info [x]

Welcome Anonymous

Nickname
Password
(Register)

Last CVS commits [x]

Languages [x]

Community [x]

Support for DragonflyCMS in a other languages:

Deutsch
Español

X-links [x]
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

Preview theme [x]
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.


You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
This page generated in 0.5352 seconds with 17 DB Queries in 0.0927 seconds
Memory Usage: 3.21 MB
Interactive software released under GNU GPL, Code Credits, Privacy Policy