vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=161)
-   -   Midnight Blue (https://vborg.vbsupport.ru/showthread.php?t=102957)

Jeramy 12-13-2005 10:00 PM

Midnight Blue
 
This is my first style ever. I designed it for one of my sites and decided to release it for everyone. If there are any errors, let me know, and I will try to fix them as fast as I can.

I took a few screenshots of my test forum using the skin to give you all a preview. I included the PSDs in the zip so you can change the header and whatnot.

Please click Install if you use this style

History:
1.05
Added flat buttons through CSS

1.04
Fixed error with code display in lower resolutions with legacy postbit.
Edit inline moderation CSS to make it more readable.
Edited PM images to display without rough edges on the light background.

1.03
Added a few new CSS lines to make links on forms and in the body easier to read against the background.

1.02
Small CSS fix
Fixed hardcoded image paths (due to vBadvanced)

1.00
Initial release

eViL_sTiGmA 12-14-2005 06:27 PM

FIrst post yay!!!

Very nice dude, i like it

Injektilo 12-14-2005 06:32 PM

great skin :) good work!

Jeramy 12-14-2005 06:34 PM

Thank you both. I just updated the zip. I accidentally had the image paths hardcoded because of vBadvanced.

harpez 12-14-2005 06:59 PM

Very nice style! Will be a possibility when I eventually launch my new site :D

Lamby1973 12-14-2005 07:58 PM

Very nice!

Retell 12-14-2005 08:07 PM

very nice, good job :)

Sooner95 12-14-2005 09:58 PM

Very nice man. I have 5 styles installed, and i wil be adding this.. might even mak it the default.

Nice job.

nexialys 12-14-2005 10:00 PM

strange, we're two here to think that this "blue" is more a "gray"... am i right or my monitor have a problem ?!

Jeramy 12-14-2005 11:35 PM

Quote:

Originally Posted by nexialys
strange, we're two here to think that this "blue" is more a "gray"... am i right or my monitor have a problem ?!

Well, it is a blue but I did use a very grey shade. If you open the PSD, you will see the palette is a blue color.

Yorixz 12-15-2005 04:18 AM

Very good job, thanks a lot!

Snake 12-15-2005 05:18 PM

Looking good. :)

Supes 12-19-2005 09:50 AM

This really is a top quaility skin :D

[high]* Supes installs[/high]

MSheraz86 12-19-2005 12:13 PM

Awesome Skin, Well done!!

Though there is a problem in having the other view (avatar etc displayed to the left) whenever a code tag is being used there seems to be a distance from the first user's post to the others. Hard to explain it as I don't have the right words but please take a look at the following screenshot and you'll understand exactly what I am trying to say :p.
I'm not sure how to rectify this problem so could you please help me on how to fix it? :D

https://vborg.vbsupport.ru/

Thanks

Jeramy 12-19-2005 01:51 PM

Quote:

Originally Posted by MSheraz86
Awesome Skin, Well done!!

Though there is a problem in having the other view (avatar etc displayed to the left) whenever a code tag is being used there seems to be a distance from the first user's post to the others. Hard to explain it as I don't have the right words but please take a look at the following screenshot and you'll understand exactly what I am trying to say :p.
I'm not sure how to rectify this problem so could you please help me on how to fix it? :D

https://vborg.vbsupport.ru/

Thanks

The error is actually caused by the user's screen size, but I fixed it for you thinking most people run at around 1024x768.

MSheraz86 12-19-2005 02:22 PM

Could you tell me how to update the skin without re-installing it all over again please :D.

Btw, I checked by resizing my screen to 800 x 600 and it had no effect on the distance. I'm quite sure it has to do with the skin itself cause it comes out PERFECT on VB Default skin. Each time a code tag is used it always has that distance.

Jeramy 12-19-2005 02:39 PM

Quote:

Originally Posted by MSheraz86
Could you tell me how to update the skin without re-installing it all over again please :D.

Btw, I checked by resizing my screen to 800 x 600 and it had no effect on the distance. I'm quite sure it has to do with the skin itself cause it comes out PERFECT on VB Default skin. Each time a code tag is used it always has that distance.

Well, it worked for me perfectly when I increased my display to 1280x1024.

Either way, to change it manually, go to Style Manager -> Midnight Blue -> StyleVars and then change the code block width to whatever number you want. (I changed it to 580px)

I don't know why it didn't work anyways. I didn't edit any default templates besides the header and footer, which should have nothing to do with the postbit.

MSheraz86 12-19-2005 03:13 PM

THANKS! :D That did the job!! I set it to 580px now it's all perfect :D

djnth 12-19-2005 07:04 PM

This skin is great, I was wondering about when I go to post a reply there is that same spacing problem in the Reply box, I haven't tried changing anything yet though as indicated above. Also I would like to have the width of the forum use up 100% of the width like the default skin does. I use 1280 x 1024 as my resolution if this makes a difference.

Jeramy 12-19-2005 08:33 PM

Quote:

Originally Posted by djnth
This skin is great, I was wondering about when I go to post a reply there is that same spacing problem in the Reply box, I haven't tried changing anything yet though as indicated above. Also I would like to have the width of the forum use up 100% of the width like the default skin does. I use 1280 x 1024 as my resolution if this makes a difference.

Is this happening in IE? If so, I know the problem you are talking about, and I have no clue how to fix it. Like I said, to make this style, I mostly edited the images and some CSS. I only actually changed two templates, so I have no idea why some of these errors are popping up. If a more advanced skinner were to want to try to help me figure out why there is that random space, I would be grateful. Strangely, not all instances of IE have this error because I have tried it on multiple computers. If this is not the same error you are talking about, it is new to me, and if so, take a screenshot and let me know.

To make it use 100% of the width, just to go to Style Manager -> Midnight Blue -> Main CSS. Then in the Body CSS (the first box) replace the "Extra CSS Attributes" with this:
Code:

margin: 0px 0px 0px 0px;
padding: 0px;

I actually like the look of this, so whenever I update the skin again, I'll be sure to include an XML file for this version of the style.

Jorrit787 12-20-2005 12:28 AM

I don't get it... I followed the instructions in the readme file, but it didn't change anything besides the logo and the buttons :ermm:

djnth 12-20-2005 12:47 AM

When I changed those CSS attributes the spacing problem went away!! I actually like them set something closer to the default skin settings so I went with:
Quote:

margin: 5px 15px 15px 15px;
I've also changed some of the buttons and gradients. I like a more subdued gradient and I'm not really into the standard drop shadow on text so I made the buttons smaller and flatter looking. I'm not done with the tweaks yet but I really appreciate the work you put into this skin, it is my favorite out of all those available for v3.5!!

Quote:

Originally Posted by jeramy
Is this happening in IE? If so, I know the problem you are talking about, and I have no clue how to fix it. Like I said, to make this style, I mostly edited the images and some CSS. I only actually changed two templates, so I have no idea why some of these errors are popping up. If a more advanced skinner were to want to try to help me figure out why there is that random space, I would be grateful. Strangely, not all instances of IE have this error because I have tried it on multiple computers. If this is not the same error you are talking about, it is new to me, and if so, take a screenshot and let me know.

To make it use 100% of the width, just to go to Style Manager -> Midnight Blue -> Main CSS. Then in the Body CSS (the first box) replace the "Extra CSS Attributes" with this:
Code:

margin: 0px 0px 0px 0px;
padding: 0px;

I actually like the look of this, so whenever I update the skin again, I'll be sure to include an XML file for this version of the style.


Ben5150 12-20-2005 12:49 AM

I have a problem with this in the posting area the cursor is moved to the right of the panel any news on how to fix this ? Great skin by the way outside of this problem...
See attachment, you see what I mean :::

djnth 12-20-2005 12:50 AM

See the post just above yours, I had the same problem and got it fixed.



Quote:

Originally Posted by Ben5150
I have a problem with this in the posting area the cursor is moved to the right of the panel any news on how to fix this ? Great skin by the way outside of this problem...
See attachment, you see what I mean :::


Ben5150 12-20-2005 01:00 AM

Thanks got it
Quote:

Originally Posted by djnth
See the post just above yours, I had the same problem and got it fixed.


Jeramy 12-20-2005 02:04 AM

Quote:

Originally Posted by djnth
When I changed those CSS attributes the spacing problem went away!! I actually like them set something closer to the default skin settings so I went with:


I've also changed some of the buttons and gradients. I like a more subdued gradient and I'm not really into the standard drop shadow on text so I made the buttons smaller and flatter looking. I'm not done with the tweaks yet but I really appreciate the work you put into this skin, it is my favorite out of all those available for v3.5!!

Okay thanks.

On another note, I don't mind if you completely take out all references to me in the footer, but I do not appreciate you rebranding it as your own custom design. I put a lot of work into it myself and don't see why you should receive all the credit.

I'll be releasing an update tomorrow with these new CSS attributes once I get on a decent computer.

Jeramy 12-20-2005 02:09 AM

Quote:

Originally Posted by Jorrit787
I don't get it... I followed the instructions in the readme file, but it didn't change anything besides the logo and the buttons :ermm:

It looks like you merged it with the default style or uploaded the images into the wrong directory.

Jorrit787 12-20-2005 02:54 AM

Quote:

Originally Posted by jeramy
It looks like you merged it with the default style or uploaded the images into the wrong directory.

I deleted all previous efforts and tried again, this time uploading the file to my server first, and it seems to work, thanks.

apollooooooo 12-20-2005 10:11 AM

Hey wondering if this is a problem with the style or something else.

Anytime anyone that uses Internet Explorer logs on to the site when the change page it logs them out again.

any ideas

Jeramy 12-20-2005 01:23 PM

Quote:

Originally Posted by apollooooooo
Hey wondering if this is a problem with the style or something else.

Anytime anyone that uses Internet Explorer logs on to the site when the change page it logs them out again.

any ideas

That sounds like a problem with your cookie settings. I just browsed around my site in IE with no problems.

Lena Starling 12-24-2005 06:08 PM

This could be a newb question, but...

Whenever I try to upload the .xml file it gives me the "Invalid File Specified" error. What could be causing that problem and how can I fix it?

MSheraz86 12-25-2005 02:39 PM

Lena are you sure this is how u're importing it

Admin CP > Styles & Templates > Download / Upload Styles > Import Style XML File > browse (select file, Open) and then click Import

If that's not how you're importing it then perhaps you need to do it like that :). Otherwise there is nothing wrong with the xml file unless u're really importing the wrong xml file?
Hope this helps :p if not then do post back and we'll see what could be the problem :).

djnth 01-03-2006 07:26 AM

Sorry about that. If I end up using the style on my real site, I'll be sure to put your link back.

Quote:

Originally Posted by Jeramy
Okay thanks.

On another note, I don't mind if you completely take out all references to me in the footer, but I do not appreciate you rebranding it as your own custom design. I put a lot of work into it myself and don't see why you should receive all the credit.

I'll be releasing an update tomorrow with these new CSS attributes once I get on a decent computer.


Bellina 01-03-2006 10:08 PM

pardon my stupidity if that is the case...I am getting tons of red x's

Reven 01-07-2006 12:19 PM

Heh, you seem to have named your style the exact same as my own, here:

https://vborg.vbsupport.ru/showthread.php?t=98052

No matter though.

Marky 01-07-2006 01:54 PM

Nice skin :D
Fantastic First style ;)
Good job ^_^

Dr.Viggy 05-15-2006 01:41 AM

*installed

catastrope 12-29-2006 05:01 PM

I am really sorry if i sound stupid here!
but how do I edit PSD files?What do I do with it?
I am a first-timer, please help me...

Also let me know how can i change the Midnight Blue text at the top of the forum?

I really love this style...and I want to keep this...pls guide me

catastrope 12-30-2006 07:13 AM

please somebody help me out with my queries in above post...
awaiting a response...
also...i run the latest 3.6.4 version of VBulletin...
will this template run smoothly on that?

squalo 12-31-2006 12:25 PM

they lack the img


All times are GMT. The time now is 05:02 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.01258 seconds
  • Memory Usage 1,829KB
  • 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
  • (13)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