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

Reply
 
Thread Tools
Clean Blue Details »»
Clean Blue
Version: 1.00, by HaYLaZ HaYLaZ is offline
Developer Last Online: Mar 2013 Show Printable Version Email this Page

Version: 3.8.2 Rating:
Released: 01-21-2009 Last Update: 04-11-2009 Installs: 187
Re-useable Code Translations  
No support by the author.

Installation

Download zip and extract.

Upload Cb folder to your forums root. Than import Style xml file (fixed or fluid) via admincp>>style manager>>download-upload styles section.


Adding Any Lin k to Navbar

open header template and find

Code:
<div class="nvlink" align="center">
add your codes below it example;

<div class="nvlink" align="center">
<a href="#">My Link </a>

For Vbulletin 3.7.X Version can be found at Here

Zip File Contains :

Style Files
Xml File
Psd Files
Fonts

Updated 3.8.2

Download Now

File Type: zip cleanblue382.zip (1.09 MB, 1745 views)

Screenshots

File Type: jpg cb1.jpg (30.7 KB, 0 views)
File Type: jpg cb2.jpg (43.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 03-06-2009, 08:29 AM
Andy365 Andy365 is offline
 
Join Date: Sep 2007
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

I am trying to change the link color of the fonts in the navigation of this skin. In the additional CSS:

Code:
nvlink {
font:bold 11px Tahoma;
font-color:#FFFFFF;
text-decoration:none;
width:auto;
}
.nvlink a {
font-color:#FFFFFF;
text-decoration:none;
margin-right:20px;
}
.nvlink a:visited {
font-color:#FFFFFF;
text-decoration:none;
margin-right:20px;
}
.nvlink a:hover{
font-color:#CCCCCC;
text-decoration:underline;
}
Only the hover color works though. Is there something I am doing wrong here?
Reply With Quote
  #33  
Old 03-06-2009, 08:45 AM
Andy365 Andy365 is offline
 
Join Date: Sep 2007
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Figured it out. I needed to use the "thead" class instead.

Trying to figure out how to make space between the links though....they are too close together.
Reply With Quote
  #34  
Old 03-06-2009, 12:49 PM
intensecool intensecool is offline
 
Join Date: Feb 2007
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can writing out ?

Reply With Quote
  #35  
Old 03-08-2009, 04:47 PM
anderow anderow is offline
 
Join Date: Jun 2008
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am running the 3.7 version of this skin and it seems to run fine with 3.8xx

What will I gain from an upgrade and losing all my customisations etc?

Anyone know the best way to update a Skin and put the mods back into the new one?
Reply With Quote
  #36  
Old 03-09-2009, 12:16 AM
anderow anderow is offline
 
Join Date: Jun 2008
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, just noticed but on the 3.7 VB (ive updated to 3.8 on my test DB and trying to get the new CB skin working pre upgrade) I have on the homepage, the subforums listed in a drop down listbox on the homepage.

So for each main forum, its subforums are in a listbox underneath.

This is a setting available in the VB admin panel (but I cant find it for the life of me at the moment)

Anyway, it doesnt work anymore on the new clear blue....

My test site is a replica of my working forums... so I know it 'did' work using the old 3.7 skin.?

Any ideas please?
Reply With Quote
  #37  
Old 03-12-2009, 07:16 AM
HaYLaZ's Avatar
HaYLaZ HaYLaZ is offline
 
Join Date: Apr 2005
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Andy365 View Post
Hi

I am trying to change the link color of the fonts in the navigation of this skin. In the additional CSS:

Code:
nvlink {
font:bold 11px Tahoma;
font-color:#FFFFFF;
text-decoration:none;
width:auto;
}
.nvlink a {
font-color:#FFFFFF;
text-decoration:none;
margin-right:20px;
}
.nvlink a:visited {
font-color:#FFFFFF;
text-decoration:none;
margin-right:20px;
}
.nvlink a:hover{
font-color:#CCCCCC;
text-decoration:underline;
}
Only the hover color works though. Is there something I am doing wrong here?
You must change #ffffff color sections above the code.

Quote:
Originally Posted by anderow View Post
I am running the 3.7 version of this skin and it seems to run fine with 3.8xx

What will I gain from an upgrade and losing all my customisations etc?

Anyone know the best way to update a Skin and put the mods back into the new one?
3.7.x version

https://vborg.vbsupport.ru/showthread.php?t=171410
Reply With Quote
  #38  
Old 03-13-2009, 06:18 PM
NakedAlien's Avatar
NakedAlien NakedAlien is offline
 
Join Date: Feb 2009
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I center the logo? Do I have to remove something? Because I've tried the <center> tags but it doesn't have any effect.
Reply With Quote
  #39  
Old 03-16-2009, 07:21 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/showpost.php?p=1769398&postcount=3446" target="_blank">https://vborg.vbsupport.ru/showp...postcount=3446</a>

Help please.....
Reply With Quote
  #40  
Old 03-17-2009, 08:57 PM
DPtheGod's Avatar
DPtheGod DPtheGod is offline
 
Join Date: May 2007
Location: Everett, WA
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this! I'll download and install tonight at home.
Reply With Quote
  #41  
Old 03-31-2009, 06:43 PM
Artak Artak is offline
 
Join Date: Jan 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello.. Is any update need for 3.8.2 version ?
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 12:51 AM.


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.09072 seconds
  • Memory Usage 2,331KB
  • Queries Executed 26 (?)
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
  • (3)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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_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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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