vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Suite Style - Avenger Blue Style by TheLastSuperman (https://vborg.vbsupport.ru/showthread.php?t=269253)

TheLastSuperman 12-05-2011 10:30 PM

Quote:

Originally Posted by Ben5150VH (Post 2275009)
hey no it didn't :(
any other ideas and thanks

Ok well still leave out that aling="center" as I showed above and now edit template additional.css and find:

Code:

.abimage {
        background: url({vb:stylevar titleimage}) center center no-repeat !important;
        height: 155px !important;
}

Add the code as shown in red:

Code:

.abimage {
        background: url({vb:stylevar titleimage}) center center no-repeat !important;
        height: 155px !important;
        float:left;
        clear:right;

}

Save and now let me know ;).

Ben5150VH 12-06-2011 02:02 AM

did what you said,
and took out the logo completely lol...

K4GAP 12-06-2011 03:14 AM

To make sure there were no issues with your style I have spent that last couple of hours looking for any faults.

I found NONE!

As I PM'ed you the other day I have been working on an Olive Drab version of your style for a gaming group I am the webmaster of. If I ever finish it I'll PM you the addy.

Thanks for all the hard work on this style. It is the best I've found yet for VB.

Ben5150VH 12-06-2011 03:27 AM

I agree i like it a lot and i don't get many styles from here i make my own but i do like this style a lot so thank you

EuroBeat2 12-06-2011 04:33 AM

Quote:

Originally Posted by GaryT (Post 2275061)
To make sure there were no issues with your style I have spent that last couple of hours looking for any faults.

I found NONE!

I concur. No problem. Now vB will release ver 4.19 and here we go again. Hope not.
Great job!

EB

customcolor 12-06-2011 05:01 AM

i did this to kick mine over to the left

PHP Code:

.abimage {
        
backgroundurl({vb:stylevar titleimage}) 70px center no-repeat !important
        
height155px !important;
        
margin-left: -2.8% !important;


notice that i took the first center out and replaced it with 70px

customcolor 12-06-2011 05:09 AM

but i too am having small problems...with the layer of the nav bar...

https://vborg.vbsupport.ru/external/2011/12/56.jpg

https://vborg.vbsupport.ru/external/2011/12/57.jpg

customcolor 12-06-2011 05:49 AM

fixed it! i had to change the layer in vbulletin chrome ccs. it was set to like 9999999

changed it to 100

PHP Code:

2}px;
    
background:{vb:stylevar navbar_background};
    
margin:{vb:stylevar navbar_margin};
    
color:{vb:stylevar navbar_color};
    
font:{vb:stylevar navbar_font};
    
border:{vb:stylevar navbar_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};
    
border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
    
border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
        
z-index100 !important;



Ben5150VH 12-06-2011 07:01 PM

that work thanks Customcolor:D

Ben5150VH 12-06-2011 07:05 PM

Thank to all :) works great :)


All times are GMT. The time now is 07:10 PM.

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.01736 seconds
  • Memory Usage 1,754KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete