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 09-09-2015 07:23 PM

Quote:

Originally Posted by mystiksven (Post 2554633)
I found the additonal.css now. No idea why i didn?t find it earlier :confused:

Do i need to change something there ?

Many Thanks :D

No.

When someone says anytime in the future to paste code that looks similar to this:

Code:

.exampleclass {
color: #000000;
}
#exampleid {
color: #000000;
}

You would paste that into additional.css. I wanted to clarify that since you said previously that you could not find the template but now you can.

^ On that same subject though, I need you to understand that you could not find the template additional.css but now you know where it is! So you must do the same thing for the arcade template, you must find it then add the code shown in blue from this post to the arcade template <-- Click that link, follow the instructions in that post to fix your arcade style.

mystiksven 09-10-2015 06:44 AM

Many Thanks :D

netzoner 09-20-2015 01:02 AM

nice thanks alot

TheLastSuperman 09-22-2015 06:41 PM

Quote:

Originally Posted by dachkraxler (Post 2553440)
Hello, I use version 4.2.2.
Thanks for helping amending
but I still have time, the dark color in the red box.
Can I change it?

ACK! I overlooked this apparently, sorry about that!

Lets see... on my version its not showing recent visitors in the dark color... so not sure what is causing that for you honestly but you can try this fix:

Add this to additional.css:
Code:

#sidebar_container .userprof_content a, #sidebar_container .userprof_content a:hover {
    color: #d3ab04 !important;
}

Again, not sure why its doing that but let me know if that sorts it, should ;).

mangmel 01-07-2016 12:08 PM

tell me where to change header logo ?

found on stylevar / titleimage

Paulski01 01-07-2016 07:02 PM

Any chance this will work with 4.2.3 in the future?

TheLastSuperman 01-08-2016 02:16 AM

Quote:

Originally Posted by mangmel (Post 2562182)
tell me where to change header logo ?


found on stylevar / titleimage

Great! For others in the future, this is outlined in the mods second post along with other useful information.

https://vborg.vbsupport.ru/showpost....82&postcount=2

Quote:

Originally Posted by Paulski01 (Post 2562233)
Any chance this will work with 4.2.3 in the future?

Yes'sir :cool:. Soon as I'm not inundated with work I'll update this to work with 4.2.3, I always do updates to free styles in my spare time and as of late with recent Holidays and New Years there has only been time off for family not much free time for el numero uno here honestly (save me ack!!!!!) so soon as I have a few free mins and I'm not already burnt out for the day I'll gladly sit down and update it ;).

Paulski01 01-08-2016 05:39 AM

Many thanks for the info, much appreciated!

Manoel J?nior 02-06-2016 02:35 PM

Hello Last SuperMan help me with a question, please, as you did for notifications, logins and all are at the bottom and not on top?

https://vborg.vbsupport.ru/external/2016/02/18.png

I liked the way you did, it preserved the banner. I'm currently using template Ultimate Green SEO Themes.

Could you help me how to do?

TheLastSuperman 02-08-2016 02:35 AM

Quote:

Originally Posted by Manoel J?nior (Post 2564341)
Hello Last SuperMan help me with a question, please, as you did for notifications, logins and all are at the bottom and not on top?

https://vborg.vbsupport.ru/external/2016/02/18.png

I liked the way you did, it preserved the banner. I'm currently using template Ultimate Green SEO Themes.

Could you help me how to do?

Do a "search in templates" for .toplinks

It should be in the vbulletin-chrome.css template but in your custom or purchased style might be in additional.css if they've made any changes to that css class.

Code:

.toplinks {
        position:absolute;
        {vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
        top:0;
        color:{vb:stylevar toplinks_link_color};
        font: {vb:stylevar header_font};
        text-align:{vb:stylevar right};
        background:{vb:stylevar toplinks_background};
}

Change the "top:0;" to a new number then save and also refresh the forum page to see how it looks. If 10 does not work then change it to 10px (this is just to test) and see if it moves, once you see it move you can then keep entering in a new amount until it's positioned correctly.

Alternatively you can add this to additional.css template:

Code:

.toplinks {
        margin-top:100px !important;
}

^ Same as with the other example i.e. change the 100px to a new value until it's positioned correctly.

Let me know ;).


All times are GMT. The time now is 10:45 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.02736 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (5)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