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)

gOOvER 08-30-2011 09:37 AM

1 Attachment(s)
Quote:

Originally Posted by mitch84 (Post 2239861)
Hi, when I want add a file attachment (in advanced) I can't see names my "folders" background is white

So it lokks for me see attachment

Maybe you can darker this Upload site :)

Skyrider 08-30-2011 12:46 PM

Looks good! Though I'm not much of a fan of the new login / menu location. I prefer that being on top. (top right).

mitch84 08-30-2011 01:14 PM

Quote:

Originally Posted by TheLastSuperman (Post 2239194)
Oops :p

AdminCP > Styles & Templates > Style Manager > Avenger Blue > Stylevars

Find the stylevar under Threadbit w/ the name threadbit_hilite_background

Change the background color to: #1c4494

same with a topic is deleted but visible only by admins, I can read but it's difficult

TheLastSuperman 08-30-2011 03:39 PM

Quote:

Originally Posted by gOOvER (Post 2239818)
Ok, i found the Error. It's Language based error. I shorten it now to only one Word and the Checkbox is at the correct place :)

Maybe you find a fix. :)

You can try:

AdminCP > Styles & Templates > Style Manager > Edit Templates > CSS Templates > vbulletin-chrome.css

Find:

Code:

.toplinks form {
        min-width: 300px;
        display:block;
        margin-{vb:stylevar right}: 10px;
        text-align: {vb:stylevar left};
        float: {vb:stylevar right};
        clear: {vb:stylevar left};
        _width:20%;
        margin-top:-1px;
        border-left: 1px solid transparent;
        border-bottom: 1px solid transparent;
        border-right: 1px solid transparent;
}

.toplinks form:hover {
        min-width: 300px;
        display:block;
        margin-{vb:stylevar right}: 10px;
        text-align: {vb:stylevar left};
        float: {vb:stylevar right};
        clear: {vb:stylevar left};
        _width:20%;
        margin-top:-1px;
        border-left: 1px solid #707070;
        border-bottom: 1px solid #707070;
        border-right: 1px solid #707070;
        -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};
}

Adjust the min-width in each to a larger value i.e. 325px and then refresh to see if that helps with the longer name ;).

Quote:

Originally Posted by mitch84 (Post 2239861)
Hi, when I want add a file attachment (in advanced) I can't see names my "folders" background is white

Quote:

Originally Posted by gOOvER (Post 2239874)
So it lokks for me see attachment

Maybe you can darker this Upload site :)

^ Same problem for both of you... what I do is create all styles from scratch meaning that I use a default style of the most current version installed - I do not use the style generator at all due to noticing some misc issues w/ it in the past so one or two areas such as attachment uploads to be perfectly honest, I simply looked over because I never thought to upload a attachment :eek: but will have a fix by later today since this is supported :cool:.

Quote:

Originally Posted by FF|Skyrider (Post 2239920)
Looks good! Though I'm not much of a fan of the new login / menu location. I prefer that being on top. (top right).

That you can adjust via CSS alone :cool: so go to the css templates:

AdminCP > Styles & Templates > Style Manager > Edit Templates > CSS Templates > vbulletin-chrome.css

Find:

Code:

.toplinks {
        min-width:600px;
        position:absolute;
        {vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
        top:220px;
        color:{vb:stylevar toplinks_link_color};
        font: {vb:stylevar header_font};
        text-align:{vb:stylevar right};
}

Adjust the top:220px to 0px or a value that will suite your tastes, the hover effect should still work fine if not let me know ;).

Quote:

Originally Posted by mitch84 (Post 2239935)
qame with a topic is deleted but visible only by admins, I can read but it's difficult

I'll make a adjustment to that as well for the release later today however for now you can fix that by:

AdminCP > Styles & Templates > Style Manager > Stylevars

Find the stylevar under Threadbit w/ the name threadbit_deleted_background

Change the background color to: #384b72 or another color of your choice :cool:.

Again, I'll have a update later today for the most recent notes from all of you and also going to update the facebook login in the toplinks as the hover effect is not how I want it to be, it will resemble the other hover effects making it seem as if the facebook connect image is floating in the background when hovered over before clicking ;).

K4GAP 08-30-2011 08:07 PM

Quote:

Originally Posted by FF|Skyrider (Post 2239920)
Looks good! Though I'm not much of a fan of the new login / menu location. I prefer that being on top. (top right).

Different folks like different things I reckon.

I personally like where the login is located. It has the appearance of integration rather that just being in it's own spot.

I just can't brag about this style enough!

IMHO it's the best free style I've EVER seen.

TheLastSuperman 08-31-2011 12:10 AM

Quote:

Originally Posted by GaryT (Post 2240124)
Different folks like different things I reckon.

I personally like where the login is located. It has the appearance of integration rather that just being in it's own spot.

I just can't brag about this style enough!

IMHO it's the best free style I've EVER seen.

Thanks!

Quote:

Originally Posted by gOOvER (Post 2239874)
So it lokks for me see attachment

Maybe you can darker this Upload site :)

Updated on 8/30/2011

- Asset Manager (attachment upload window etc) css updated to match style.

Taurus1 08-31-2011 03:48 AM

I am a complete sucker for styles. I have more than 30 paid styles installed on my forum. But I have to say, even if this was a paid style, I would buy it instantly. It is truly beautiful, and most definitely the best free style I have ever seen. And believe me, I have seen them all. Congrats, and thank you!!

gOOvER 08-31-2011 06:09 AM

Quote:

Originally Posted by TheLastSuperman (Post 2240207)
Thanks!
Updated on 8/30/2011

- Asset Manager (attachment upload window etc) css updated to match style.

Thank you. :D

Skyrider 08-31-2011 07:47 AM

Thanks Superman. I also wonder if it's normal that the quick edit box is completely blue with no border around the type box or its buttons.

Also, do you happen to know if there's an addon for vB that only specific groups can use specific themes?

kNeeLy 08-31-2011 08:44 AM

this is simply sweet...that's it...

nice brotha!


All times are GMT. The time now is 12:53 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.01570 seconds
  • Memory Usage 1,755KB
  • 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
  • (11)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