Go Back   vb.org Archive > Community Discussions > Style and Graphics Requests (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-05-2011, 10:35 AM
jrw422dx jrw422dx is offline
 
Join Date: Jun 2011
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Space Theme

Well I have searched and searched and found nothing that I can use so I am appealing to the great designers here. I am setting up an Astronomy site, (Go Here) and my pathetic attempt at creativity is sadly lacking to say the least. So is there someone that can make a theme or does someone already have one. There is a site that has a theme ( Go Here) but is running 3.8 and I am running 3.6. I know I know but I just can't afford the upgrade right now. Don't need nothing fancy just need stuff to blend
Reply With Quote
  #2  
Old 06-05-2011, 10:55 AM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did a quick search for you..!

3.6 Style in dark colors = https://vborg.vbsupport.ru/showthread.php?t=147945

Forum icons = http://www.iconarchive.com/search?q=saturn

Background = http://www.psdgraphics.com/file/night-sky-stars.jpg

Time taken 2 minutes
Reply With Quote
  #3  
Old 06-05-2011, 01:28 PM
jrw422dx jrw422dx is offline
 
Join Date: Jun 2011
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Robbie I saw that one. Downloaded it but it's not really to my liking.

Well the more I look at it the more I do sorta like it. Need to tweek a bit. I want to make the body a bit wider but cant seem to find where to do it. Can someone direct me to the right place to edit that? Don't see any place in the Main CSS. See site here
Reply With Quote
  #4  
Old 06-05-2011, 02:49 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In All Style Options in the Body box... Look at the Extra CSS input box. Width and margins are sometimes controlled by that. If you have a fixed width in pixels just increase the number or change it to a percentage.

Otherwise the usual place is on All Style Options -> Main Table Width (pixels or percentage)
Reply With Quote
  #5  
Old 06-05-2011, 04:15 PM
jrw422dx jrw422dx is offline
 
Join Date: Jun 2011
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks birdofprey.

I saw that and changed it, Even deleted and replaced the text, it made no diff. Here is what he has in the extra box.

MARGIN-TOP: 0px;
MARGIN-BOTTOM: 0px;
MARGIN-LEFT: 0px;
MARGIN-RIGHT: 0px;

Could it be coded elsewhere?

Jon
Reply With Quote
  #6  
Old 06-05-2011, 04:47 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jrw422dx View Post
Thanks birdofprey.

I saw that and changed it, Even deleted and replaced the text, it made no diff. Here is what he has in the extra box.

MARGIN-TOP: 0px;
MARGIN-BOTTOM: 0px;
MARGIN-LEFT: 0px;
MARGIN-RIGHT: 0px;

Could it be coded elsewhere?


Jon
It could be coded in a template or anywhere else, hard to know for sure... Did you check the usual spot as well?

Main Table Width (pixels or percentage) in All Style Options?

If it's not there view the HTML source of your forum and try and find it in your code, then you can track down where it is that way.
Reply With Quote
  #7  
Old 06-05-2011, 05:12 PM
jrw422dx jrw422dx is offline
 
Join Date: Jun 2011
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Main table says 100% He has it the same width as the header logo. That is 750 px. I have looked and looked but cant see where to fix it. He cant be contacted either and has not been online since dec. 2010
Reply With Quote
  #8  
Old 06-05-2011, 05:37 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It looks like this code is controlling the entire page width...

HTML Code:
<!-- START header image -->

<table align="center" border="0" width="750" cellpadding="0" cellspacing="0" class="border">
If you can change that the width of everything should change.
Reply With Quote
  #9  
Old 06-05-2011, 06:26 PM
jrw422dx jrw422dx is offline
 
Join Date: Jun 2011
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks birdofprey,
That was it. I wonder is there a way to set it to do an auto width when different browsers, monitor sizes and settings are used.
Reply With Quote
  #10  
Old 06-05-2011, 11:33 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can turn the width into a percentage but also add a "max width" so it's never wider than a certain number (or a minimm width)... there are lots of options if you read up on CSS.

I would try something like:

HTML Code:
<table align="center" border="0" width="90%" cellpadding="0" cellspacing="0" class="border" style="max-width:1200px;">
Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:12 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04077 seconds
  • Memory Usage 2,250KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete