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 - Dark Gaming vBulletin Skin - Darkvision 4.2.1 (https://vborg.vbsupport.ru/showthread.php?t=231695)

210665 01-31-2010 12:00 PM

1 Attachment(s)
Hello

How and where can I change the background, so I have black characters are visible
Thanks

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxx

Hallo

Wie und wo kann ich den Hindergrund abändern, so das ich die Zeichen die schwarz sind sichtbar werden
Danke

Aclikyano 01-31-2010 02:28 PM

how can i center my new banner i put in IMAGE PATHS / TITLE IMAGE ?
thanks

or can you just link me to the PSD on your site please!

210665 01-31-2010 04:13 PM

1 Attachment(s)
I once again:

Here, too, would need to be improved, if you click outside the text box, then the input text is black.

My question is:
Could mitbeinbeziehen these errors on the next update.
Thanks for the reply

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

ich schon wieder:

Auch hier müsste nach gebessert werden, wenn man außerhalb vom Textfeld klickt dann ist der Eingabetext schwarz.

Meine Frage dazu:
Könnte man diese Fehler beim nächsten Update mitbeinbeziehen.
Danke für die Antwort

210665 01-31-2010 04:51 PM

1 Attachment(s)
next problem in Edit widgets

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

nächstes Problem bei Widgets bearbeiten

Seatbelt99 01-31-2010 06:01 PM

Excellent skins!

I have downloaded and installed the origional one (with blue lettering) and now I uploaded the white version. It also works great, but both folders are called darkvision. This caused me a little confusion/panic when it started asking if it should overwrite files, lol.

It might be a little more "noob friendly" to have the folders uniquely named, it would also be easier if/when someone wants to remove one of the skins but not the other.

Just a little suggestion on an otherwise great skin!

Also just noticed...with it being in the same folder it uses the same image for the banner.jpg...It looks fine in my case but I'm sure it would be better if you could define a different banner for each.

FCDobbs 01-31-2010 06:54 PM

Impulse,
thanks for your reply regarding the "viewing of Poll Results".

I have searched all the CSS files high and low for something called "pollresultsblock"
(that seems to be what this style/class is called, when I look at the page source).
But I can't find it anywhere.

Any chance you could point me in the right direction, please ?

Thanks

FCDobbs 01-31-2010 07:55 PM

Impulse,
OK... nevermind.... I was able to solve it myself.

First, the CSS is not in any .CSS file anywhere.
Actually it is within a Template.
The Template is called poll.css.

So, let's Edit some of those settings.......

1. I want the border of the results box to be a little darker.
So I change the border from #c4c4c4 to #949494

From this
Code:

#pollresults {
        border: 1px solid #c4c4c4;
        padding: {vb:stylevar padding};
        background: #f3f3f3;
        margin: 0 auto;
        margin-top: {vb:stylevar padding};
        clear:both;
        float: {vb:stylevar left};
        width: 98%;
}

to this
Code:

#pollresults {
        border: 1px solid #949494;
        padding: {vb:stylevar padding};
        background: #f3f3f3;
        margin: 0 auto;
        margin-top: {vb:stylevar padding};
        clear:both;
        float: {vb:stylevar left};
        width: 98%;
}

2. Now I want the results text to be darker for the top (header) of the results (which shows the total votes).
I change the pollinfo.blockhead.totalvotes color from
"color: {vb:stylevar body_color};" to "color:black;"

From this
Code:

#pollinfo .blockhead .totalvotes {
        color: {vb:stylevar body_color};     
        font-size: {vb:stylevar font.fontSize}px;
        display: inline-block;
        margin-top: {vb:math {vb:math {vb:stylevar font.fontSize}*1.5}-{vb:stylevar font.fontSize}}px;
        font-weight:bold;
}

to this
Code:

#pollinfo .blockhead .totalvotes {
        color:black;
/*        color: {vb:stylevar body_color};      */
        font-size: {vb:stylevar font.fontSize}px;
        display: inline-block;
        margin-top: {vb:math {vb:math {vb:stylevar font.fontSize}*1.5}-{vb:stylevar font.fontSize}}px;
        font-weight:bold;
}

3. Now I want to change the color of the text for the poll choices/descriptions.
I changed it from having no color defined, to having "color:black;" by
adding the "color:black;" line.

From this
Code:

#pollresults li {
        width: 100%;
        position: relative;
        min-height: 2em;
        float: {vb:stylevar left};
}

to this
Code:

#pollresults li {
        width: 100%;
        color:black;
        position: relative;
        min-height: 2em;
        float: {vb:stylevar left};
}

4. Now I want to change the color of the text which shows the number of votes per
poll choice/description.
I changed it from having no color defined, to having "color:black;" by
adding the "color:black;" line.

From this
Code:

#pollresults li .votes .pollbarwrapper .numvotes {
        background-color:white;
        padding:0.1em 0.2em;
        display: block;
        float: {vb:stylevar left};
        clear: {vb:stylevar right};
}

to this
Code:

#pollresults li .votes .pollbarwrapper .numvotes {
        background-color:white;
        color:black;
        padding:0.1em 0.2em;
        display: block;
        float: {vb:stylevar left};
        clear: {vb:stylevar right};
}

5. And I want to change the text color of the percentage for each poll choice/description.
I changed it from having no color defined, to having "color:black;" by
adding the "color:black;" line.

From this
Code:

#pollresults li .percentvotes {
        position: absolute;
        {vb:stylevar right}: 0px;
        top:0px;
}

to this
Code:

#pollresults li .percentvotes {
        position: absolute;
        color:black;
        {vb:stylevar right}: 0px;
        top:0px;
}

And that's about it.

Fundamentally, the Poll Results now is nicely all visible.

210665 01-31-2010 07:58 PM

1 Attachment(s)
Here, too, corrects
Auch hier geh?rt korrigiert

Attachment 111434

Jibberish 01-31-2010 10:16 PM

just a little tweak to clean up the icon legend on FORUMHOME tepmplate.

open the template editor , FORUMHOME template.

Find This:

PHP Code:

<div id="wgo_legend" class="wgo_subblock">
                <
h3><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
                                     <
div>
<
dl id="icon_legends" class="icon_legends">
                        <
dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
                        <
dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
                        <
dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
                        <
dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
                    <
vb:if condition="$vboptions['pt_hasprojectforums']">
                        <
dt><img src="{vb:stylevar imgdir_statusicon}/project_new-16.png" alt="{vb:rawphrase project_forum}" /></dt><dd>{vb:rawphrase project_forum}</dd>
                     </
vb:if>
                        </
dl>
                  </
div>
            </
div

Replace With This:

PHP Code:

<div id="wgo_legend" class="wgo_subblock">
                <
h3><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
                                     <
div>
                    <
dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /> {vb:rawphrase new_posts_forum},
                        <
img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /> {vb:rawphrase no_new_posts_forum},
                        <
img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /> {vb:rawphrase category_forum},
                        <
img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /> {vb:rawphrase link_forum}</dt>
                    <
vb:if condition="$vboptions['pt_hasprojectforums']">
                        <
img src="{vb:stylevar imgdir_statusicon}/project_new-16.png" alt="{vb:rawphrase project_forum}" /> {vb:rawphrase project_forum}</dt>
                    </
vb:if>
                 </
div>
            </
div


TalkTemplate 02-01-2010 10:42 AM

Thanks for the support guys. We are still working on the release update!

Aclikyano 02-01-2010 05:58 PM

link for the PSD for banner please!
or tell me how to center my custom banner i placed in titleimage :)
thanks

Aclikyano 02-01-2010 05:59 PM

also no idea why the thing on the right didn't pop up for my default or this skin even when i enable the option in vbopts.... do i need to add something first?

you know the thing you can open and close and put widgets in or whatever :)

TalkTemplate 02-01-2010 09:49 PM

Quote:

Originally Posted by Aclikyano (Post 1972373)
link for the PSD for banner please!
or tell me how to center my custom banner i placed in titleimage :)
thanks

PSD was uploaded on talktemplate.com. We are updating the other skins to 4.0.1 currently.

WriteToEnlight 02-02-2010 11:22 AM

With 4.0.2's release coming up soon I wonder will there be an updated version of this soon that will be better adjusted.
I also wonder if the PSD for the banner will be posted that way we can edit to customize for the user's website.

NBSFlak 02-02-2010 05:06 PM

Quote:

Originally Posted by NBSFlak (Post 1970572)
Hi :) when I change the width of the forum it justifies to the left, how can I center it? I'm going nuts tring to figure it out :p

Any ideas?

TalkTemplate 02-02-2010 10:22 PM

We plan to update this style with the upcoming vb4.0.2 release scheduled for feb. 4th.

Jibberish 02-02-2010 10:23 PM

edit: cancel that. simple revert worked a charm

SanaLTutsaK 02-03-2010 10:10 AM

nice thanks

WriteToEnlight 02-03-2010 05:11 PM

Quote:

Originally Posted by impulse8 (Post 1973446)
We plan to update this style with the upcoming vb4.0.2 release scheduled for feb. 4th.

That sounds good, I'm looking forward to the update.

TalkTemplate 02-03-2010 09:01 PM

Quote:

Originally Posted by WriteToEnlight (Post 1974073)
That sounds good, I'm looking forward to the update.

Unfortunately, vBulletin has pushed the update. We expect to have the skin update ready as soon as possible.

CrosseyedGamer 02-06-2010 12:27 AM

downloaded the yellow version and installed but got the white version???

Can you post the yellow XML please?
Thanks.

TalkTemplate 02-06-2010 02:49 AM

Quote:

Originally Posted by CrosseyedGamer (Post 1975726)
downloaded the yellow version and installed but got the white version???

Can you post the yellow XML please?
Thanks.

I'll add it with the next version update. Hopefully this weekend.

TalkTemplate 02-07-2010 11:04 PM

Schedule update is next sunday.

Aclikyano 02-08-2010 12:46 AM

Quote:

Originally Posted by impulse8 (Post 1972578)
PSD was uploaded on talktemplate.com. We are updating the other skins to 4.0.1 currently.

can you please give me a direct link via pm or something because i cant find the link for banner psd on your webpage.... thanks

TalkTemplate 02-08-2010 11:41 PM

Quote:

Originally Posted by Aclikyano (Post 1977072)
can you please give me a direct link via pm or something because i cant find the link for banner psd on your webpage.... thanks

http://www.talktemplate.com/threads/...ulletin-4-Skin

mrfarb 02-08-2010 11:57 PM

I have the darkvision installed on my forum, and hope the update fixes the dark text issue. I really like this style the best of all the ones here.

mrfarb 02-09-2010 08:24 PM

I just noticed this - using IE8, if you use the "Enhanced Interface - Full WYSIWYG Editing" option the text in the Message box is white. If you use the Standard or Basic editor, the text is black in the reply box, and unreadable. Is there a way to fix that, or is it just a compatablility issue with IE8?

znop 02-10-2010 06:36 AM

Great looking Skin.

Thanks

TalkTemplate 02-10-2010 05:35 PM

Quote:

Originally Posted by mrfarb (Post 1978618)
I just noticed this - using IE8, if you use the "Enhanced Interface - Full WYSIWYG Editing" option the text in the Message box is white. If you use the Standard or Basic editor, the text is black in the reply box, and unreadable. Is there a way to fix that, or is it just a compatablility issue with IE8?

vBulletin.com is in the process of fixing browser compatibility errors. Hopefully it will reflect on this skin in the next update.

Thanks for the support.

xDazedx 02-10-2010 06:43 PM

Anyone else seeing buttons to close a window for example with white text on a white button in regular DarkVision? Create Post > Click to Add Video > Buttons are all white on white. Also the New Mail notification window is blue background on blue text. If you mouseover it goes to black background & white text so it can be read.

Anyone know the buttons/css fields I need to look for on these or have these been addressed recently?

Thanks!

Aclikyano 02-10-2010 09:42 PM

thanks for linking to the banner psd :)

TalkTemplate 02-11-2010 09:59 PM

Quote:

Originally Posted by xDazedx (Post 1979361)
Anyone else seeing buttons to close a window for example with white text on a white button in regular DarkVision? Create Post > Click to Add Video > Buttons are all white on white. Also the New Mail notification window is blue background on blue text. If you mouseover it goes to black background & white text so it can be read.

Anyone know the buttons/css fields I need to look for on these or have these been addressed recently?

Thanks!

Quote:

Originally Posted by Aclikyano (Post 1979522)
thanks for linking to the banner psd :)

We will add this to our list of things to test. vBulletin.com is currently working on browser fixes and this maybe covered in the next update, which is why we chose to release the Darkvision update after vB 4.0.2.

Bulldog Stang 02-11-2010 10:07 PM

Thanks Impulse for all of your hard work. Been using this on one of my sites since its creation. Keep up the good work :-)

TalkTemplate 02-12-2010 03:38 AM

Quote:

Originally Posted by Bulldog Stang (Post 1980342)
Thanks Impulse for all of your hard work. Been using this on one of my sites since its creation. Keep up the good work :-)

I'm very happy to hear that. Stay tuned for the planned release.

irtehun 02-13-2010 03:10 AM

Can you at least Post a temp fix for the Login Font color problem? I have many users complaining about it.

xDazedx 02-13-2010 01:47 PM

Impulse8 - Please have a look at the memberlist area. The Posts column has a black background and black text.

Thanks!

Disi 02-13-2010 08:46 PM

1 Attachment(s)
Found another error, can someone tell me how to fix the background?

The screenshot is in the usercontrollpanel where you can choose you usergroups.

Cheers,

Disi

TalkTemplate 02-14-2010 02:14 AM

Quote:

Originally Posted by Disi (Post 1981612)
Found another error, can someone tell me how to fix the background?

The screenshot is in the usercontrollpanel where you can choose you usergroups.

Cheers,

Disi


This would be fixed by altering the block stylevars. This fix is included in the next update. Stay tuned.

Disi 02-14-2010 09:21 AM

Quote:

Originally Posted by impulse8 (Post 1981819)
This would be fixed by altering the block stylevars. This fix is included in the next update. Stay tuned.

Could you tell me where to do this, or when will be the release date of the next version?

Cheers,

Disi

Big-Pete 02-14-2010 01:07 PM

How can I change the sizes to reduce padding at the sides, ie more of a fluid style?


All times are GMT. The time now is 11:21 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.02247 seconds
  • Memory Usage 1,872KB
  • 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
  • (10)bbcode_code_printable
  • (2)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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