|
View previous topic :: View next topic |
| Author |
Message |
websmythe Newbie


Offline Joined: Nov 30, 2009 Posts: 35 Location: Canada
|
Posted: Mon Jan 18, 2010 9:34 pm Post subject: fiblack3d for |
|
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 |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Mon Jan 18, 2010 9:39 pm Post subject: Re: fiblack3d for |
|
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 |
|
 |
websmythe Newbie


Offline Joined: Nov 30, 2009 Posts: 35 Location: Canada
|
Posted: Mon Jan 18, 2010 11:50 pm Post subject: Re: fiblack3d for |
|
| 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 |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Tue Jan 19, 2010 12:26 am Post subject: Re: fiblack3d for |
|
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 |
|
 |
websmythe Newbie


Offline Joined: Nov 30, 2009 Posts: 35 Location: Canada
|
Posted: Tue Jan 19, 2010 1:01 am Post subject: Re: fiblack3d for |
|
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 |
|
 |
websmythe Newbie


Offline Joined: Nov 30, 2009 Posts: 35 Location: Canada
|
Posted: Tue Jan 19, 2010 1:13 am Post subject: Re: fiblack3d for |
|
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 |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Tue Jan 19, 2010 3:27 am Post subject: Re: fiblack3d for |
|
| 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 |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Tue Jan 19, 2010 3:29 am Post subject: Re: fiblack3d for |
|
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 |
|
 |
websmythe Newbie


Offline Joined: Nov 30, 2009 Posts: 35 Location: Canada
|
Posted: Tue Jan 19, 2010 4:17 am Post subject: Re: fiblack3d for |
|
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 |
|
 |
websmythe Newbie


Offline Joined: Nov 30, 2009 Posts: 35 Location: Canada
|
Posted: Tue Jan 19, 2010 4:29 am Post subject: Re: fiblack3d for |
|
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 |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Tue Jan 19, 2010 5:41 am Post subject: Re: fiblack3d for |
|
| 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
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 |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Tue Jan 19, 2010 5:42 am Post subject: Re: fiblack3d for |
|
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 |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Tue Jan 19, 2010 5:43 am Post subject: Re: fiblack3d for |
|
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 |
|
 |
websmythe Newbie


Offline Joined: Nov 30, 2009 Posts: 35 Location: Canada
|
Posted: Tue Jan 19, 2010 7:39 am Post subject: Re: fiblack3d for |
|
| 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 |
|
 |
websmythe Newbie


Offline Joined: Nov 30, 2009 Posts: 35 Location: Canada
|
Posted: Tue Jan 19, 2010 7:47 am Post subject: Re: fiblack3d for |
|
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 |
|
 |
|
|