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!


All times are GMT. The time now is 02:23 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.01590 seconds
  • Memory Usage 1,786KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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