Go Back   vb.org Archive > Community Central > Community Reviews
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-27-2012, 06:11 PM
Christos Teriakis Christos Teriakis is offline
 
Join Date: Jul 2011
Location: Thessaloniki, Greece
Posts: 1,228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Business style or not??

Hello,

After years I think that I found a style that makes my mind to work on my site. It's not my own idea as I've seen this template for Wordpress but I loved it since the first eye catch. I do believe that has a professional outlook. So I spent some days modifying the default vB style. I believe that it has been good work.

http://www.christeris.com

Any suggestion is welcome. Give a look to forums too.

Chris
Reply With Quote
2 благодарности(ей) от:
Amaury, miner
  #2  
Old 11-27-2012, 07:23 PM
In Omnibus's Avatar
In Omnibus In Omnibus is offline
 
Join Date: Apr 2010
Location: Inside A Blade Server
Posts: 840
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like it. It looks clean and professional.
Reply With Quote
Благодарность от:
Amaury
  #3  
Old 11-27-2012, 10:08 PM
Amaury Amaury is offline
 
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I also like it.

On an unrelated note, you might want to name your forum. XD
Reply With Quote
  #4  
Old 11-27-2012, 10:58 PM
Sean James's Avatar
Sean James Sean James is offline
 
Join Date: Apr 2004
Location: Sydney, Australia
Posts: 895
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks really nice, only things that doesn't seem right to me is the forumhead shadows on the left
Reply With Quote
  #5  
Old 11-27-2012, 11:03 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

whats going on needs some work also add a favicon.ico
Reply With Quote
  #6  
Old 11-27-2012, 11:10 PM
Sean James's Avatar
Sean James Sean James is offline
 
Join Date: Apr 2004
Location: Sydney, Australia
Posts: 895
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Personally I would remove all shadows from the skin which would make the forums match the header.
Reply With Quote
  #7  
Old 11-28-2012, 05:46 AM
Christos Teriakis Christos Teriakis is offline
 
Join Date: Jul 2011
Location: Thessaloniki, Greece
Posts: 1,228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sean James View Post
Looks really nice, only things that doesn't seem right to me is the forumhead shadows on the left
Ochhh.... Do you know how long I was trying to find where on the earth is that stylevar? Me too, I don't like it. Actually I want to title to be align at the far left. But can find it . You as designer can you tell me?

Chris

--------------- Added [DATE]1354085310[/DATE] at [TIME]1354085310[/TIME] ---------------

Quote:
Originally Posted by ForceHSS View Post
whats going on needs some work also add a favicon.ico
Yes I know. I left it for the end (haven't finished the style yet). I'm looking for something related to coding eg <>, but till now anything that I found didn't shown well there.

Chris

--------------- Added [DATE]1354085666[/DATE] at [TIME]1354085666[/TIME] ---------------

Quote:
Originally Posted by Sean James View Post
Personally I would remove all shadows from the skin which would make the forums match the header.
Not only the shadow Sean, but borders and background gradient too. I prefer the clean white background and a dotted bottom-border only to sepeperate forums.
Reply With Quote
  #8  
Old 11-28-2012, 06:10 AM
Sean James's Avatar
Sean James Sean James is offline
 
Join Date: Apr 2004
Location: Sydney, Australia
Posts: 895
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is what I use mate to remove all those CSS shadows from certain skins. Add this to your additional.css template

Code:
* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }
Reply With Quote
  #9  
Old 11-28-2012, 06:24 AM
Amaury Amaury is offline
 
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sean James View Post
This is what I use mate to remove all those CSS shadows from certain skins. Add this to your additional.css template

Code:
* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }
Or you can just set the shadow StyleVars to transparent.
Reply With Quote
  #10  
Old 11-28-2012, 06:40 AM
Christos Teriakis Christos Teriakis is offline
 
Join Date: Jul 2011
Location: Thessaloniki, Greece
Posts: 1,228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sean James View Post
This is what I use mate to remove all those CSS shadows from certain skins. Add this to your additional.css template

Code:
* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }
hmm... I added it, I cleared the system cache but still all shadows are there.

--------------- Added [DATE]1354088805[/DATE] at [TIME]1354088805[/TIME] ---------------

Quote:
Originally Posted by Amaury25 View Post
Or you can just set the shadow StyleVars to transparent.
By changing the Global Shadow Color to transparent removes the shadow from sidebar (maybe in other places too), but the forumlist still has shadow.

--------------- Added [DATE]1354088915[/DATE] at [TIME]1354088915[/TIME] ---------------

Quote:
Originally Posted by Amaury25 View Post
Or you can just set the shadow StyleVars to transparent.
Ok... forumbits_shadow_color did the trick.

--------------- Added [DATE]1354089152[/DATE] at [TIME]1354089152[/TIME] ---------------

Can someone tell me how I can align the Forum category title to far left? Now seems that has a padding width there.
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 02:57 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04227 seconds
  • Memory Usage 2,267KB
  • 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
  • (3)bbcode_code
  • (7)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
  • (3)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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