It appears you have not yet registered with our community. To register please click here...

vbulletin-skins-forum
| Discussions: 2,598 | Messages: 7,450 | Members: 10,758 | Online: 20 | Newest : heeryibra (Welcome!)
Logo
All times are GMT -5. The time now is 06:53 PM.

Go Back   Forums Help - vBulletin, IPB, phpBB, SMF skins and community > Forum Areas > vBulletin Area > VB Technical Talk

VB Technical Talk The place to talk about vBulletin technical stuff

Tags: , , ,

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 11-06-2006, 08:38 PM   #1 (permalink)
User Profile
azizny
Junior Member
 

Join Date: Nov 2006
Age: 39
Posts: 24
Total Points: 369
Donate
My Photos: (0)
Unhappy Problem with FH Faddah

I really liked the style, but on the front page, it would show the forums messed up

The first set of forum (announcement would show up nicely boxed, problem occurs when I add another set of forum (cartoons), it shows the list but no box and very messy.

Anyone encountered it before?



TIA..

Peace,
azizny is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-06-2006, 11:29 PM   #2 (permalink)
User Profile
ForumsHelp
Senior Member
 
ForumsHelp's Avatar
 

Join Date: Apr 2006
Age: 32
Posts: 968
Total Points: 413,049
Donate
My Photos: (1)
My Mood:
Send a message via ICQ to ForumsHelp Send a message via AIM to ForumsHelp Send a message via MSN to ForumsHelp Send a message via Skype™ to ForumsHelp
azizny, welcome to Forums Help .Which version of Faddah Style are you using and which vb veriosn as well?
ForumsHelp is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-07-2006, 09:46 AM   #3 (permalink)
User Profile
azizny
Junior Member
 

Join Date: Nov 2006
Age: 39
Posts: 24
Total Points: 369
Donate
My Photos: (0)
Both are version 3.5.4.

I think the problem is with the browser. In Firefox it displays nice, but IE/Opera it doesn't.

Also looking at the Style CSS, many images specified are not included in the FH_Faddah package?!

Code:
.panel
{
	background: #E4E7F5 url(images/gradients/gradient_panel.gif) repeat-x top left;
	color: #000000;
	padding: 10px;
	border: 2px outset;
}
.panelsurround
{
	background: #D1D4E0 url(images/gradients/gradient_panelsurround.gif) repeat-x top left;
	color: #000000;
}
Peace,
azizny is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-07-2006, 01:26 PM   #4 (permalink)
User Profile
Adam
The ModFather
 
Adam's Avatar
 
Tournaments Won: 1

Join Date: Jul 2006
Location: The Internet and on most admin forums
Posts: 228
Total Points: 2,214
Donate
My Photos: (3)
Send a message via AIM to Adam Send a message via MSN to Adam Send a message via Yahoo to Adam Send a message via Skype™ to Adam
Here is the css for the Faddah Style.


Code:
/* vBulletin 3 CSS For Style 'FH_Faddah' (styleid: 6) */
body
{
	background: #333333;
	color: #FFFFFF;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 5px 10px 10px 10px;
	padding: 0px;
}
a:link, body_alink
{
	color: #FFFFFF;
}
a:visited, body_avisited
{
	color: #CCCCCC;
}
a:hover, a:active, body_ahover
{
	color: #FF4400;
}
.page
{
	background: #FFFFFF;
	color: #000000;
}
.page a:link, .page_alink
{
	color: #000066;
}
.page a:visited, .page_avisited
{
	color: #000033;
}
.page a:hover, .page a:active, .page_ahover
{
	color: #0000FF;
}
td, th, p, li
{
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
	background: #D1D1E1;
	color: #000000;
}
.tcat
{
	background: #869BBF url(images/FH_Faddah/gradients/gradient_tcat.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link, .tcat_alink
{
	color: #ffffff;
	text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
	color: #ffffff;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #FFFF66;
	text-decoration: underline;
}
.thead
{
	background: #5C7099 url(images/FH_Faddah/bg3.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link, .thead_alink
{
	color: #FFFFFF;
}
.thead a:visited, .thead_avisited
{
	color: #FFFFFF;
}
.thead a:hover, .thead a:active, .thead_ahover
{
	color: #FFFF00;
}
.tfoot
{
	background: #FFFFFF;
	color: #333333;
}
.tfoot a:link, .tfoot_alink
{
	color: #333333;
}
.tfoot a:visited, .tfoot_avisited
{
	color: #666666;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
	color: #003366;
}
.alt1, .alt1Active
{
	background: #F5F5FF url(images/FH_Faddah/bg2.gif) repeat-x top left;
	color: #000000;
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
	color: #000066;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
	color: #000099;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
	color: #0000FF;
}
.alt2, .alt2Active
{
	background: #E1E4F2  url(images/FH_Faddah/bg1.gif) repeat-x top left;
	color: #000000;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
	color: #000066;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
	color: #000099;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
	color: #0000FF;
}
td.inlinemod
{
	background: #FFFFCC;
	color: #000000;
}
.wysiwyg
{
	background: #F5F5FF;
	color: #000000;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
textarea, .bginput
{
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
	font-size: 11px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
	color: #FF3333;
}
.navbar
{
	color: #000033;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.navbar a:link, .navbar_alink
{
	color: #000066;
}
.navbar a:visited, .navbar_avisited
{
	color: #000099;
}
.navbar a:hover, .navbar a:active, .navbar_ahover
{
	color: #0000FF;
}
.highlight
{
	color: #FF0000;
	font-weight: bold;
}
.fjsel
{
	background: #3E5C92;
	color: #E0E0F6;
}
.fjdpth0
{
	background: #F7F7F7;
	color: #000000;
}
.panel
{
	background: #E4E7F5 url(images/gradients/gradient_panel.gif) repeat-x top left;
	color: #000000;
	padding: 10px;
	border: 2px outset;
}
.panelsurround
{
	background: #D1D4E0 url(images/gradients/gradient_panelsurround.gif) repeat-x top left;
	color: #000000;
}
legend
{
	color: #22229C;
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
	background: #738FBF url(images/FH_Faddah/bg2.gif) repeat-x top left;
	color: #000066;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
	color: #000066;
	text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
	color: #000066;
	text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
	color: #0000FF;
	text-decoration: underline;
}
.vbmenu_popup
{
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #0B198C;
}
.vbmenu_option
{
	background: #BBC7CE;
	color: #000000;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
	color: #22229C;
	text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
	color: #22229C;
	text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite
{
	background: #8A949E;
	color: #FFFFFF;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
	color: #FFFFFF;
	text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

/* ***** don't change the following ***** */
form { display: inline; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }
img { border: 0 }

/* Forums Help */

#vbwrapper { 
	background-color: #ffffff;
	text-align: left; 
	width: 100%;
	padding: 0; 
	margin: 0
}

#vbwrapper2 {
	background: #ffffff;
	text-align: left; 
	width: 98%;
	margin: 5px 0;
	padding: 0
}

#vbwrapper3 { 
	padding: 0 10px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff
}

.b-left { 
	float: left;
}

.b-middle {
	width: 100%;
	height: 5px
}

.b-right { 
	float: right 
}

.cat-top {
	padding: 0;
	margin: 0;
	background: url(images/FH_Faddah/misc/cat_top_bg.gif);
	width: 100%;
	text-align: center;
	color: #004669; 
	font-weight: bold; 
	font-size: 11px
}

.cat-top a:link, .cat-top a:visited, .cat-top a:hover {
	color: #005A87; 
}

#footer-left { 
	float: left
}

#footer { 
	background: url(images/FH_Faddah/misc/footer_bg.gif);
	height: 40px; 
	width: 100%
}

#footer-right { 
	float: right
}
__________________
Adam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-08-2006, 01:29 PM   #5 (permalink)
User Profile
azizny
Junior Member
 

Join Date: Nov 2006
Age: 39
Posts: 24
Total Points: 369
Donate
My Photos: (0)
I solved the problem.

it seems that if I don't have a prent category for each section (that doesn't act as a category), the problem occurs.

Thanks guys,

Peace,
azizny is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-12-2006, 03:20 PM   #6 (permalink)
User Profile
snowfox
Junior Member
 

Join Date: Dec 2006
Posts: 10
Total Points: 272
Donate
My Photos: (0)
Faddah needs help

I also have a problem installing my faddah style. It has seem i can get the gray bar in the middle to show up. If you guys can help me with this that wuld be great.

If you go to the below link you will know what i mean.

Snow Forums - Powered by vBulletin


Please help me out. THnx.
snowfox is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1
Points Per Thread: 15
Points Per Reply: 5



Links: Babyforum.com | Deejayforum.com | Hometalkcafe.com | Equineboard.com | Evboard.com


Forums Help: Forum Skin Design and Professional Services RSS Feeds



Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
Forums Help - All Rights Reserved