vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=264)
-   -   Please help me with finding style variable editor (https://vborg.vbsupport.ru/showthread.php?t=328477)

ywwz 12-30-2020 08:27 PM

Please help me with finding style variable editor
 
1 Attachment(s)
<font size="3">Can anyone help me to find the right place to edit the background color of poll voters? THanks in advance.</font>

Seven Skins 12-30-2020 09:45 PM

You can add the code below to additional.css template and change the colors accordingly.

Code:

.pollresults-data tr td.pollvoter-cell .voter-icon .voters {
    border: 1px solid #2379B5;
    background: #F00;
}

.pollresults-data tr td.pollvoter-cell .voter-icon .voters .note {
    color: #2379B5;
}


ywwz 12-31-2020 06:57 AM

Thanks mate, is there a simple style variable editor thing? In case the changing additional.css file way doesn't work. &&

--------------- Added [DATE]1609425577[/DATE] at [TIME]1609425577[/TIME] ---------------

Quote:

Originally Posted by Seven Skins (Post 2605460)
You can add the code below to additional.css template and change the colors accordingly.

Code:

.pollresults-data tr td.pollvoter-cell .voter-icon .voters {
    border: 1px solid #2379B5;
    background: #F00;
}

.pollresults-data tr td.pollvoter-cell .voter-icon .voters .note {
    color: #2379B5;
}




Wasn't able to edit the addtional.css file of the dark style, solved the problem by switching to another lighter style. Thanks anyway mate.:up:

napy8gen 01-05-2021 10:02 PM

there is no style variable for that background. It is located in global.css
but for the text and border it used the text link color

To use that CSS overwrites, It is actually css_additional.css can be found inside Admincp>Styles> Style manager> style name xxx > edit templates> CSS Templates> css_additional.css


All times are GMT. The time now is 11:35 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.01705 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete