09-02-2020, 12:57 | #16 |
Registered User
![]() Join Date: Oct 2006
Posts: 23,934
|
|
![]() |
Advertisement
|
|
10-02-2020, 03:58 | #17 |
Registered User
![]() |
What version are you using? I've always just used the default skin and navigation is the same as it has always been with the old school drop down menus etc. I even force it on the mobile which is more faffy but bearable.
|
![]() |
10-02-2020, 05:20 | #18 |
Registered User
![]() |
Old school as in you have around 15 menus along the top, or four starting with talk to.?
|
![]() |
10-02-2020, 07:24 | #19 |
Registered User
![]() |
4 starting with Talk To although I appreciate it changed a while back it's not intrinsically different. I've never bothered with mobile, touch or enhanced or whatever the names for all those different versions were/are.
|
![]() |
Thanks from: |
12-02-2020, 13:16 | #20 |
Mostly harmless
![]() |
Based on Ads by Google's work (much appreciated) I've changed the colours to get as close as possible to the really old white/beta skin (colours picked off an old screenshot.)
Code:
/* FONTS */ /* Primary Dark blue font */ .page a, .nav-drop-menu a , #breadcrumb a, #footer a, .time, legend { /* color: #3c508c aliceblue !important;*/ /*Poster Name*/ /*color: #3c508c !important;*/ color: #22229c !important; } /* White Font */ .thead strong, .thead a, .thead, .thead span, .tfoot strong, .tfoot a, .tfoot, .tfoot span, .tcat a{ color: #fff !important; } /* Black Font and Main Post Background */ .alt1 { color: #182339; /*background: #f8f8ff;*/ background: #f5f5ff; } .alt2 { color: #182339; /* background: #efefef;*/ /*Left Panel & Quoted Post Background*/ /*background: #e8e8f8;*/ background: #e1e4f2; } /* BACKGROUNDS */ /* Lightest blue back */ body, .body-override, #nav .nav-drop-menu, #nav .columncontainer #nav .title, .page, #footer { background: #ffffff; } /* Dark blue back */ .nav-area, #nav > li.hover > a, .generic-wrapper-header .active { background: #7f98c4 !important; color: #fff !important; } #nav > li.hover { background: #81938e !important; } /* Darkest blue back */ #header, .threads-wrapper-header, .generic-wrapper-header, .thead, .tfoot { /*background: #5572a5 !important;*/ background: #3e5687 !important; } /* BUTTONS */ .gradient_button:not(.grey), .jumpbutton , #adv-search-form button span { background: #5572a5 !important; border: 1px solid #4a5c58 !important; } .gradient_button:not(.grey):hover, .jumpbutton:hover , #adv-search-form button span:hover { background: #3c508c !important; border: 1px solid #4a5c58 !important; } .gradient_button.grey { background: #f9f9f9; } #adv-search-form button { border: 0 !important; } /* BORDERS */ /* Dark blue border */ .nav-area { border-bottom: 1px solid #3c508c !important; } #nav li { border-left: 1px solid #3c508c !important; } /* MISC */ /* User / My forums dropdown */ #userlist div, #forumlist div, #userlist a, #forumlist a { background: #7f98c4 !important; color: #fff !important; } #userlist a:hover, #forumlist a:hover { background: #5572a5 !important; } #userlist, #forumlist { margin-top: 4px !important; background: none !important; } #userlist .title, #forumlist .title { border-bottom-color: #5572a5 } /* Tabs on User Page */ .tcat { background: #3c508c; } #profile_tabs .tab_list li:hover { background: #3c508c !important; } .tborder, .tcat { border: 1px solid #3c508c !important; border-bottom: 1px solid #3c508c !important; } /* Outline of Reply Box */ .panelsurround { background-color: #f5f5ff; } /* Message Box */ #vB_Editor_QR, #vB_Editor_QR_iframe, #vB_Editor_001, #vB_Editor_001_iframe { border: 1px solid #3c508c !important; } /* Search Results */ .results-wrapper, .facet_wrapper { background: #fff; border: 1px solid #81938e; } .results-wrapper a, .facet_wrapper a { color: #3f4d4a !important; } /* Recolour Items */ /* #ddd */ .arrow-disable { filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(2381%) hue-rotate(291deg) brightness(91%) contrast(90%); } /* QOL Fix Min Width of page */ body, .holder, #header { min-width: 500px !important; } /* Hide share buttons to save pagination when screen gets small */ @media only screen and (max-width:1000px) { .social_share_bar { display: none !important; } } /* Fix submit button */ @media only screen and (max-width:900px) { #vB_Editor_QR_formbuttons { display: inline } } /* Fewer ads */ .top_adslot_wrapper, .sponsored-content, #top_adslot_main, iframe[title="3rd party ad content"] { display: none; } Enjoy! |
![]() |
(2) thanks from: |
Advertisement
|
|
12-02-2020, 22:48 | #21 | |
Moderator
![]() |
Quote:
Love Hotblack Desiato's old style theme!!Now installed. |
|
![]() |
13-02-2020, 00:12 | #22 |
Registered User
![]() |
And old green which was the theme I previously used all the time.
HTML Code:
/* FONTS */ /* Primary Dark green font */ .page a, .nav-drop-menu a , #breadcrumb a, #footer a, .time, legend { color: #1c2321 !important; } /* White Font */ .thead strong, .thead a, .thead, .thead span, .tfoot strong, .tfoot a, .tfoot, .tfoot span, .tcat a{ color: #fff !important; } /* Black Font */ .alt1, .alt2 { color: #000; } /* BACKGROUNDS */ /* Lightest green back */ body, .body-override, #nav .nav-drop-menu, #nav .columncontainer, #nav .title, .page, #footer { background: #e7eeee !important; } /* Dark green back */ .nav-area, #nav > li.hover > a, .generic-wrapper-header .active { background: #81938e !important; color: #fff !important; } #nav > li.hover { background: #81938e !important; } /* Darkest green back */ #header, .threads-wrapper-header, .generic-wrapper-header, .thead, .tfoot { background: #667b76 !important; } /* BUTTONS */ .gradient_button:not(.grey), .jumpbutton , #adv-search-form button span { background: #667b76 !important; border: 1px solid #4a5c58 !important; } .gradient_button:not(.grey):hover, .jumpbutton:hover , #adv-search-form button span:hover { background: #4e645f !important; border: 1px solid #4a5c58 !important; } .gradient_button.grey { background: #f9f9f9; } #adv-search-form button { border: 0 !important; } /* BORDERS */ /* Dark green border */ .nav-area { border-bottom: 1px solid #4e645f !important; } #nav li { border-left: 1px solid #4e645f !important; } /* MISC */ /* User / My forums dropdown */ #userlist div, #forumlist div, #userlist a, #forumlist a { background: #81938e !important; color: #fff !important; } #userlist a:hover, #forumlist a:hover { background: #667b76 !important; } #userlist, #forumlist { margin-top: 4px !important; background: none !important; } #userlist .title, #forumlist .title { border-bottom-color: #667b76 } /* Tabs on User Page */ .tcat { background: #485854; } #profile_tabs .tab_list li:hover { background: #4e645f !important; } .tborder, .tcat { border: 1px solid #4e645f !important; border-bottom: 1px solid #485854 !important; } /* Message Box */ #vB_Editor_QR, #vB_Editor_QR_iframe, #vB_Editor_001, #vB_Editor_001_iframe { border: 1px solid #4e645f !important; } /* Search Results */ .results-wrapper, .facet_wrapper { background: #fff; border: 1px solid #81938e; } .results-wrapper a, .facet_wrapper a { color: #3f4d4a !important; } /* Recolour Items */ /* #ddd */ .arrow-disable { filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(2381%) hue-rotate(291deg) brightness(91%) contrast(90%); } /* QOL Fix Min Width of page */ body, .holder, #header { min-width: 500px !important; } /* Hide share buttons to save pagination when screen gets small */ @media only screen and (max-width:1000px) { .social_share_bar { display: none !important; } } /* Fix submit button */ @media only screen and (max-width:900px) { #vB_Editor_QR_formbuttons { display: inline } } /* Fewer ads */ .top_adslot_wrapper, .sponsored-content, #top_adslot_main, iframe[title="3rd party ad content"] { display: none; } (Other web devs - Please don't judge. I start well and as it drags on, I get sloppy with my CSS.) |
![]() |
Thanks from: |
Advertisement
|
|
13-02-2020, 08:07 | #25 | |
Registered User
![]() |
Quote:
Write style for: www.boards.iethis URL Click the boards.ie part and paste in the code above. Then disable the dark blue one. |
|
![]() |
Thanks from: |
13-02-2020, 15:08 | #28 |
Registered User
![]() |
the green theme is pretty close to the old school green thats amazing thanks you should win a prize or something
|
![]() |
Thanks from: |
13-02-2020, 16:30 | #29 | |
Registered User
![]() Join Date: Oct 2006
Posts: 23,934
|
Quote:
The one I'm on now is dreadful and very difficult to get to the forum I'd normally use so now I'm putting a keyword into the search and taking the long way to a forum. I'd normally use AH (like most), motorbikes and some of the sports forum ie cycling, running & athletics & swimming. I'm hardly using any of them now. |
|
![]() |
13-02-2020, 18:03 | #30 |
Mostly harmless
![]() |
Follow the forums you use the most, then go to your Control Panel, links to your followed forums will be below your unread followed threads. I haven't used the top menu for years.
|
![]() |