Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Themes
Author Message
jeny
New Member
New Member



Joined: Aug 22, 2010
Posts: 1

PostPosted: Sun Aug 22, 2010 7:24 am Reply with quote

i'm new to this cms. i like fisubice theme a lot. but i like to make some modifications to it. here is what i want to do.

1.) make the width 1000px
2.) put a boarder around it
3.) i like t use a different color for left and right side space.
4.) i can see a space on top of the header. i like to remove that space.

if anyone have the time give me a little help. any help will be most appreciated.

i just attached this picture so you can understand better what i need. thank you.

Image

Thanks & Regards,
Jeny
 
View user's profile Send private message
spasticdonkey
RavenNuke(tm) Development Team



Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA

PostPosted: Sun Aug 22, 2010 10:01 am Reply with quote

jeny wrote:
i'm new to this cms. i like fisubice theme a lot. but i like to make some modifications to it. here is what i want to do.

1.) make the width 1000px
2.) put a boarder around it
3.) i like t use a different color for left and right side space.
4.) i can see a space on top of the header. i like to remove that space.

if anyone have the time give me a little help. any help will be most appreciated.

Thanks & Regards,
Jeny


themes/fisubice/style/style.css

bodyline controls the border, and body is the page background

Code:
.bodyline{background: #f7f8fc;color:#000000;border:1px solid #98aab1}

body{background:#ecf0f6;color:#000000;}


might try something like
Code:
.bodyline{width: 1000px; background: #f7f8fc;color:#000000;border:4px solid #98aab1}

body{background:#9AD9EA;color:#000000;}


themes/fisubice/header.html

the space at the top and the main table width

Code:
<br /><table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">


might try something like
Code:
<table class="bodyline" align="center" cellspacing="0" cellpadding="0" border="0">


I didn't have time to try this, but it should get you started. I assumed class bodyline isn't used for other things, but if it is you may get some weird results. See what happens Wink
 
View user's profile Send private message Visit poster's website
Susann
Moderator



Joined: Dec 19, 2004
Posts: 3191
Location: Germany:Moderator German NukeSentinel Support

PostPosted: Mon Aug 23, 2010 10:06 am Reply with quote

3.) i like t use a different color for left and right side space.

This is possible just Google. You will find some older information how to change this in Nuke themes. In my opnion you need to change so many thinks and therefore an upgrade to a new version is hard. Believe me it´s not really worth the time just to have there different colors. You content is much more important. Smile
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Themes

View next topic
View previous topic
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 can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©