vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=230)
-   -   Feeling Blues (https://vborg.vbsupport.ru/showthread.php?t=182879)

AnthonyE 06-17-2008 10:00 PM

Feeling Blues
 
This is light liquid skin we designed to be used mostly for professional boards. Works just as well in fixed width and not too heavy on the graphics. See demo below.

Liquid Demo
vbAdvanced CMPS Demo


Installation

Upload the images folder into your forums root directory then install feeling_blues.xml file from your admin panel

Zip file contains
  • PSD source file for the header/background/buttons
  • Feeling Blues xml file
  • images folder to be used with the style

NAZIA 06-18-2008 07:25 PM

The best skin for my board thanks.
Installed..
Thanks again..

Bacon Butty 06-18-2008 07:40 PM

I like it, I like it a lot.

Well done.

Bacon Butty 06-18-2008 09:27 PM

I am considering using this style as the main one for my site, however it depends whether I can achieve a few seemingly simple tweaks.

Could anybody please tell me how I can change the font colour of the text shown on this screenshot? Any help greatly appreciated.

http://img361.imageshack.us/img361/8223/examplees2.jpg

AnthonyE 06-18-2008 10:35 PM

Code:

.nav_text a:link { font-weight: none;
                  font-size: 9pt;
                  font-family: Verdana;
                  text-decoration: none;
                  color:#37729f;
                  padding-left:10px;
                  padding-right:10px;}
                               
.nav_text a:visited { font-weight: none;
                      font-size: 9pt;
                      font-family: Verdana;
                      text-decoration: none;
                      color:#37729f;
                      padding-left:10px;
                      padding-right:10px;}
                       
.nav_text a:hover { font-weight: none;
                    font-size: 9pt;
                    font-family: Verdana;
                    text-decoration: none;
                    color:#FFFFFF;
                    padding-left:10px;
                    padding-right:10px;}

if you pull up additional Css definitions in all style options for this skin, you can just edit the above code to the color you like

Bacon Butty 06-18-2008 11:03 PM

Thanks a lot Anthony. Really appreciated that mate.

Any ideas how I can change this bit though?

http://img174.imageshack.us/img174/5885/skinkn8.jpg

Cant for the life of me figure out how where to change that white text.

Rated Excellent and clicked install. Great skin.

AnthonyE 06-18-2008 11:06 PM

in the same style sheet

.nav_text, should be right above .nav_text a:link

Q-v-n-s-Q 06-19-2008 12:42 AM

nice themes, thank

Bacon Butty 06-19-2008 11:33 AM

Quote:

Originally Posted by AnthonyE (Post 1553062)
in the same style sheet

.nav_text, should be right above .nav_text a:link

Tried that mate.

It works when within a forum, but on the forum home, it's still white.

[edit] Its okay now, I found the code in navbar and changed font colour that way.

AnthonyE 06-19-2008 03:11 PM

thanks for the kind words everybody

nesta2006 06-19-2008 11:32 PM

hello.
how change logo ?
plz help me .

ShawneyJ 06-20-2008 12:26 AM

looks good, nice work.

SticKer13 06-20-2008 10:37 AM

Wow!! It looks really good. I might use it for my forum.

Bacon Butty 06-20-2008 12:47 PM

Still tweaking it prior to making it my main forum style.

Any ideas how to make the first recipient username in the PM drop down visible? As in, how do I change the font from white?

http://img57.imageshack.us/img57/9917/pmzi4.jpg

Thanks

AnthonyE 06-20-2008 02:47 PM

Quote:

Originally Posted by nesta2006 (Post 1554074)
hello.
how change logo ?
plz help me .

path to the logo is in the all style options for this skin, you either need to replace logo.gif in the images/feeling_blues/misc folder or change the path to your own.

Quote:

Any ideas how to make the first recipient username in the PM drop down visible? As in, how do I change the font from white?
find Popup Menu Highlighted Option in all style options and change the font color to #367caf or black whatever works.

Bacon Butty 06-20-2008 04:56 PM

Thanks again for the support Anthony.

AnthonyE 06-20-2008 05:30 PM

username color is set in the postbit template

I'll look into this ie problem

Bacon Butty 06-20-2008 05:35 PM

Thanks.

Fantastic skin, by far the best I have seen on vB.

Bacon Butty 06-22-2008 09:55 PM

Solved that problem. Just last few niggling bits.

Any idea how to change this colour http://img508.imageshack.us/img508/775/screensz4.jpg (b4dbe0) without changing the table border css? Thats the only way I can see which changes the colour in the screenshot, but I want the table border to remain that colour.

Also, how to I alter the colours here? http://img48.imageshack.us/img48/6723/screen2hl2.jpg

Thanks :)

fr?nk 06-23-2008 05:29 PM

Hi!
Any idea how to change the position of the pathway to stand right beside the logo at the top?

Furthermore, I would like to include a header_size2.jpg image that uses the entire horizontal space.

Preview www.kartenforen.de

Many thanks in advance.

Best,
Frank

AnthonyE 06-24-2008 03:52 PM

Quote:

Originally Posted by Bacon Butty (Post 1556363)
Solved that problem. Just last few niggling bits.

Any idea how to change this colour http://img508.imageshack.us/img508/775/screensz4.jpg (b4dbe0) without changing the table border css? Thats the only way I can see which changes the colour in the screenshot, but I want the table border to remain that colour.

Also, how to I alter the colours here? http://img48.imageshack.us/img48/6723/screen2hl2.jpg

Thanks :)

you're looking for .vbmenu_control in all style option. The other color has to be changed in the showthread template for this skin.

you should be looking for this code:
Code:

<td style="background-color:#367caf" width="100%">

AnthonyE 06-24-2008 03:57 PM

Quote:

Originally Posted by fr?nk (Post 1557012)
Hi!
Any idea how to change the position of the pathway to stand right beside the logo at the top?

Furthermore, I would like to include a header_size2.jpg image that uses the entire horizontal space.

Preview www.kartenforen.de

Many thanks in advance.

Best,
Frank

it's not gonna work because the logo right now is the header template and breadcrumbs only work in a navbar template. If you want to move breadcrumbs right beside the logo you need to copy the header template into navbar

mesdar 07-12-2008 07:04 AM

very nice
thanx

Sayrex 07-12-2008 09:45 AM

Nice Style realy .

IRANCITY 07-13-2008 08:07 PM

nice style
installed
can u download this style....DEMO

NikosN 07-14-2008 01:27 PM

Thank you :)

martdj 07-14-2008 07:12 PM

Sorry for the noob question, but your instructions say to upload the 'images' folder to the root of my forum folder. Isn't there already an 'images' folder in the root? Thanks for the help! Great skin!

GSeybold 11-14-2008 11:57 AM

excellent skin!

ndut 11-17-2008 03:36 AM

nice skin, thanks

wayne.richards@ 11-30-2008 03:20 PM

Now I Really Like This Style! A LOT! Just Wondered How I Would Edit This To Make The Logo Centred?

Code:

<!-- logo -->
<a name="top"></a>
<br />
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
        <td bgcolor="#FFFFFF" align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
        <td bgcolor="#FFFFFF" align="$stylevar[right]" id="header_right_cell">
                <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
        </td>
</tr>
<tr>
    <td colspan="2" style="background-image:url(images/feelingblues/misc/header_line.jpg); background-repeat:no-repeat; background-position:right; background-color:#FFFFFF;" height="25">
   
    </td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output


mac-warez 11-30-2008 03:28 PM

Code:

<!-- logo -->
<a name="top"></a>
<br />
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
        <td bgcolor="#FFFFFF" align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
        <td bgcolor="#FFFFFF" align="$stylevar[right]" id="header_right_cell">
                <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
        </td>
</tr>
<tr>
    <td colspan="2" style="background-image:url(images/feelingblues/misc/header_line.jpg); background-repeat:no-repeat; background-position:right; background-color:#FFFFFF;" height="25">
   
    </td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output

this should center the logo :)

wayne.richards@ 11-30-2008 05:47 PM

Thanks Mac, Worked A Treat

wayne.richards@ 12-07-2008 02:29 PM

Everybody Who Has Looked At This Style On My Forums Loves It! Never Had That Response Before! Well Done!

d3nnis 12-12-2008 04:11 PM

i realised something about this skin. Under New post... the menu bar is missing.

netma11 12-13-2008 05:24 PM

thanks

GSeybold 01-12-2009 03:31 AM

Excellent Skin! Looks great with my logo!


Thank you so very much for such a nice skin! It's so soft and happy! :up:


Gabby

GSeybold 01-12-2009 06:55 AM

Done with uploading. This looks exception on my board! Thanks so much. I would like to give you a donation, how would I do this? :)

Sayrex 01-12-2009 03:07 PM

hi , Nice theme ? but not fix to vb 3.8 ?

GSeybold 01-13-2009 08:40 PM

This style looks really good using the horizontal Postbit. Best I've seen. Sample below.

Thanks again.

GSeybold 01-22-2009 09:29 AM

Hi Anthony
Having a problem with the background not showing up in Firefox. Any advice? Thanks

Gabby


All times are GMT. The time now is 05:03 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.02927 seconds
  • Memory Usage 1,818KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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