Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ Themes ⇒ fiblack3d for


fiblack3d for
Announce themes that you have created, or ask questions about how to create/modify a theme in 9.x. Includes the Requests sub-forum.
Go to page 1, 2  Next
Post new topic    Reply to topic    Printer Friendly Page     Forum Index ⇒  Themes

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

Offline Offline
Joined: Nov 30, 2009
Posts: 35
Location: Canada
PostPosted: 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
View user's profile Visit poster's website
Dizfunkshunal
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: Mar 23, 2006
Posts: 2064

PostPosted: 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
View user's profile Send e-mail Visit poster's website Yahoo Messenger
websmythe
Newbie
Newbie

Offline Offline
Joined: Nov 30, 2009
Posts: 35
Location: Canada
PostPosted: 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
View user's profile Visit poster's website
Dizfunkshunal
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: Mar 23, 2006
Posts: 2064

PostPosted: 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
View user's profile Send e-mail Visit poster's website Yahoo Messenger
websmythe
Newbie
Newbie

Offline Offline
Joined: Nov 30, 2009
Posts: 35
Location: Canada
PostPosted: 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
View user's profile Visit poster's website
websmythe
Newbie
Newbie

Offline Offline
Joined: Nov 30, 2009
Posts: 35
Location: Canada
PostPosted: 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
View user's profile Visit poster's website
Dizfunkshunal
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: Mar 23, 2006
Posts: 2064

PostPosted: 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
View user's profile Send e-mail Visit poster's website Yahoo Messenger
Dizfunkshunal
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: Mar 23, 2006
Posts: 2064

PostPosted: 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
View user's profile Send e-mail Visit poster's website Yahoo Messenger
websmythe
Newbie
Newbie

Offline Offline
Joined: Nov 30, 2009
Posts: 35
Location: Canada
PostPosted: 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
View user's profile Visit poster's website
websmythe
Newbie
Newbie

Offline Offline
Joined: Nov 30, 2009
Posts: 35
Location: Canada
PostPosted: 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
View user's profile Visit poster's website
Dizfunkshunal
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: Mar 23, 2006
Posts: 2064

PostPosted: 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 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
Platinum Supporter

Offline Offline
Joined: Mar 23, 2006
Posts: 2064

PostPosted: 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
View user's profile Send e-mail Visit poster's website Yahoo Messenger
Dizfunkshunal
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: Mar 23, 2006
Posts: 2064

PostPosted: 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
View user's profile Send e-mail Visit poster's website Yahoo Messenger
websmythe
Newbie
Newbie

Offline Offline
Joined: Nov 30, 2009
Posts: 35
Location: Canada
PostPosted: 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
View user's profile Visit poster's website
websmythe
Newbie
Newbie

Offline Offline
Joined: Nov 30, 2009
Posts: 35
Location: Canada
PostPosted: 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
View user's profile Visit poster's website
Display posts from previous:   
Post new topic    Reply to topic    Printer Friendly Page    Forum Index ⇒  Themes
Page 1 of 2
All times are GMT
Go to page 1, 2  Next



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


 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.
· Removed index.php depency.
· v9 fixed menu hoverings on touch screens.
· Fixed menu hoverings on touch screens.
· Fixed empty $Module object

devamı...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
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

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
Interactive software released under GNU GPL, Code Credits, Privacy Policy