Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 4.x Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Grayfolio-Package 4.2 [SKINION] Details »»
Grayfolio-Package 4.2 [SKINION]
Version: 1.0.4, by xxEarluxx xxEarluxx is offline
Developer Last Online: Mar 2015 Show Printable Version Email this Page

Category: Suite Style - Version: 4.2.x Rating:
Released: 07-01-2010 Last Update: 10-31-2014 Installs: 335
Additional Files  
No support by the author.

Light, simplistic gray themes in a variation of colors designed without all the clutter found in other premium themes. These themes are perfect for a professional business site or any other site looking for a minimal and clean appearance. Colors include: green, blue, black and red.

black version available Here for those interested

Support Forums:
http://www.skinion.net/

***LIVE DEMO / COMING SOON***


-----------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------

UPDATES


----------------
11-1-2014

- Theme updated & released for vbulletin 4.2.0, 4.2.1, 4.2.3
- Old zip file removed
----------------

Download Now

File Type: zip GrayFOLIO-SKINION.NET[4.2]-11-1-2014.zip (1.56 MB, 402 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
8thos, doctorsexy

Comments
  #252  
Old 06-26-2013, 05:14 PM
Bob Meta Bob Meta is offline
 
Join Date: Jul 2010
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for making this style! My main question is, is there a way to purchase a branding free version of this style? I could not find it on Skinion.net.

I also have two very minor issues that are bothering me. To the left of my navbar tabs, there is a small bit of padding that is causing my navbar tabs to shift slightly to the right. Where should I look to remove this padding? I have attached a screenshot below.

The second issue is that I am using the grey style, but the background border behind my forums is still a very light grey color, unlike the very dark, almost black color shown in the screenshot in the OP.

vB 4.2.1

Any help on where to change these minor style issues would be much appreciated. Thanks!
Attached Images
File Type: png Screen Shot 2013-06-26 at 11.05.09 AM.png (10.7 KB, 0 views)
Reply With Quote
  #253  
Old 08-09-2013, 10:09 PM
karani24 karani24 is offline
 
Join Date: Jul 2011
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have the same problem. But I really want to use the navbar overlap.
Reply With Quote
  #254  
Old 08-10-2013, 02:42 PM
karani24 karani24 is offline
 
Join Date: Jul 2011
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Addinoall.css

Code:
}
.navtabs .popupbody li a:hover {
    background-color:  {vb:stylevar blockfoot_background.backgroundColor};
    color: {vb:stylevar linkhover_color};
}
.navtabs li.selected .popupbody li > a {
	color: {vb:stylevar navbar_link_color};
}
.toplinks ul.isuser .notifications .popupbody li a {
    border-top: medium none;
    color: {vb:stylevar navbar_link_color};
}
.navtabs ul {
    background: {vb:stylevar navbar_background};
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: 25px;
    height: 32px;
    border-top: none;
}
.navtabs li.selected a.navtab {
    padding-top: 0;
    top: 0;
}
.navtabs li a.navtab:hover {
	background:{vb:stylevar navbar_tab_background};
Reply With Quote
  #255  
Old 09-29-2013, 11:03 AM
rhody401's Avatar
rhody401 rhody401 is offline
 
Join Date: Feb 2012
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If the author is reading this, your site shows 'HaCked By RBG HomS'

Probably the /install folder exploit from last month.

You don't see it until you click FORUMS.
Reply With Quote
  #256  
Old 10-18-2013, 06:31 PM
brad heffernan brad heffernan is offline
 
Join Date: Sep 2012
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi this is my favorite style been using it for a long time but since the upgrade to 4.2.2 i am having an issue with the style, the navlinks overlap the navbar buttons. how would i fix this problem.
Other than that issue above everything else seems to be working fine.

Image attached

Any help will be greatly appreciated
Thanks
Attached Images
File Type: png errorBlueFolio.png (15.9 KB, 0 views)
Reply With Quote
  #257  
Old 11-19-2013, 09:42 PM
nxtgen nxtgen is offline
 
Join Date: Sep 2013
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Pretty sure the dev is done supporting this theme.. and their site for that matter.
Reply With Quote
  #258  
Old 12-07-2013, 01:33 PM
w4term4n w4term4n is offline
 
Join Date: Dec 2013
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by brad heffernan View Post
hi this is my favorite style been using it for a long time but since the upgrade to 4.2.2 i am having an issue with the style, the navlinks overlap the navbar buttons. how would i fix this problem.
Other than that issue above everything else seems to be working fine.

Image attached

Any help will be greatly appreciated
Thanks
I have exactly the same problem!. > _ <
Reply With Quote
  #259  
Old 12-21-2013, 11:54 PM
rhialy rhialy is offline
 
Join Date: Nov 2013
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just go into your XML file and search for:

".navtab ul"
here add the following css - command:
padding-top: 25px;

it should look like this:
Code:
.navtabs ul {
/*      background: {vb:stylevar navbar_background.backgroundColor}; */
        position:absolute;
	padding-top: 25px;
        top:{vb:math {vb:stylevar navbar_tab_size.height}px + {vb:stylevar navbar_padding.paddingTop}};
        {vb:stylevar left}:0px;
        width:100%;
        border-top:{vb:stylevar navbar_tab_border};
        -moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius};
        -moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius};
        -webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
        -webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
        margin-{vb:stylevar right}:-{vb:stylevar navbar_tab_size.width}px;


/* This is to fix RTL menu issue under Opera */
        direction:ltr;
}
then search for:

".navtabs li a.navtab"
here add the following css - command:
position: relative;
z-index: 11;

it should look like this:
Code:
.navtabs li a.navtab {
        border-top: {vb:stylevar navbar_tab_bevel};
        border-{vb:stylevar left}: {vb:stylevar navbar_tab_bevel};
        display:block;
        background:{vb:stylevar navbar_tab_background};
        _background-image:none;
        min-width:{vb:math {vb:stylevar navbar_tab_size.width} - 2 * {vb:stylevar padding}};
        width:auto !important;
        width:{vb:math {vb:stylevar navbar_tab_size.width} - 2 * {vb:stylevar padding}};
        _min-width:{vb:math {vb:stylevar navbar_tab_size.width} - 0.5 * {vb:stylevar padding}};
        _width:auto !important;
        _width:{vb:math {vb:stylevar navbar_tab_size.width} - 0.5 * {vb:stylevar padding}};
        text-align:center;
        color: {vb:stylevar navbar_tab_color};
        font:{vb:stylevar navbar_tab_font};
        text-decoration:none;
        line-height:{vb:stylevar navbar_tab_size.height}px;
	position: relative;
        z-index: 11;
}
this should fix the problem.
Reply With Quote
Благодарность от:
Jurg
  #260  
Old 12-23-2013, 01:52 PM
nxtgen nxtgen is offline
 
Join Date: Sep 2013
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rhialy View Post
Just go into your XML file and search for:

".navtab ul"
here add the following css - command:
padding-top: 25px;

it should look like this:
Code:
.navtabs ul {
/*      background: {vb:stylevar navbar_background.backgroundColor}; */
        position:absolute;
	padding-top: 25px;
        top:{vb:math {vb:stylevar navbar_tab_size.height}px + {vb:stylevar navbar_padding.paddingTop}};
        {vb:stylevar left}:0px;
        width:100%;
        border-top:{vb:stylevar navbar_tab_border};
        -moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius};
        -moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius};
        -webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
        -webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
        margin-{vb:stylevar right}:-{vb:stylevar navbar_tab_size.width}px;


/* This is to fix RTL menu issue under Opera */
        direction:ltr;
}
then search for:

".navtabs li a.navtab"
here add the following css - command:
position: relative;
z-index: 11;

it should look like this:
Code:
.navtabs li a.navtab {
        border-top: {vb:stylevar navbar_tab_bevel};
        border-{vb:stylevar left}: {vb:stylevar navbar_tab_bevel};
        display:block;
        background:{vb:stylevar navbar_tab_background};
        _background-image:none;
        min-width:{vb:math {vb:stylevar navbar_tab_size.width} - 2 * {vb:stylevar padding}};
        width:auto !important;
        width:{vb:math {vb:stylevar navbar_tab_size.width} - 2 * {vb:stylevar padding}};
        _min-width:{vb:math {vb:stylevar navbar_tab_size.width} - 0.5 * {vb:stylevar padding}};
        _width:auto !important;
        _width:{vb:math {vb:stylevar navbar_tab_size.width} - 0.5 * {vb:stylevar padding}};
        text-align:center;
        color: {vb:stylevar navbar_tab_color};
        font:{vb:stylevar navbar_tab_font};
        text-decoration:none;
        line-height:{vb:stylevar navbar_tab_size.height}px;
	position: relative;
        z-index: 11;
}
this should fix the problem.
That does fix the issue. Thanks!! :up:
Reply With Quote
  #261  
Old 01-16-2014, 06:15 PM
Baghira Baghira is offline
 
Join Date: Mar 2011
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

I tried this code, and it solved the problem for the overlapping...
but every first item of every submenu has a padding (left).. how can I fix this?
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 08:05 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.05157 seconds
  • Memory Usage 2,360KB
  • Queries Executed 28 (?)
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
  • (5)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_postinfo_query
  • fetch_postinfo
  • 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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete