vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Css question (https://vborg.vbsupport.ru/showthread.php?t=298296)

mikesafl 05-19-2013 02:28 PM

Css question
 
In my additional css i have this code
Code:

.admin {
color: #FF0000;
font-weight: bold;
text-shadow: 0px 0px 13px #FF0000;
}

To make my usernames glow, how would i add a picture to show on the end of the name
Thanks in advance

skol 05-19-2013 06:13 PM

Username HTML Markup/usergroups..In the left box place your <img src="" /> html in that box and save.

ForceHSS 05-19-2013 06:18 PM

admincp/Usergroups/Usergroup Manager
edit user group admin in Username HTML Markup in the first box put
Code:

<span style="color:yellow;font-weight:bold;text-shadow: 1px 1px 10px yellow;">
in the 2nd box put
Code:

</span>
if you want to also change title either edit a member or in the same place above in User Title add
Code:

<span style="color:gold;font-weight:bold;text-shadow: 1px 1px 10px red;">Administrators</span>

mikesafl 05-19-2013 07:04 PM

Quote:

Originally Posted by skol (Post 2423012)
Username HTML Markup/usergroups..In the left box place your <img src="" /> html in that box and save.

When i do that it removes the style from the text

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

Quote:

Originally Posted by ForceHSS (Post 2423013)
admincp/Usergroups/Usergroup Manager
edit user group admin in Username HTML Markup in the first box put
Code:

<span style="color:yellow;font-weight:bold;text-shadow: 1px 1px 10px yellow;">
in the 2nd box put
Code:

</span>
if you want to also change title either edit a member or in the same place above in User Title add
Code:

<span style="color:gold;font-weight:bold;text-shadow: 1px 1px 10px red;">Administrators</span>

The way i have it is in additional css i have that code and then in html markup for admins i have <span class="admin"> but when i try to add img src before that code it doesnt work right it removes the text effect, so im trying to figure out how to add img src to the css code

ForceHSS 05-19-2013 07:10 PM

add the above code into usergroups only the code you are putting into the additional css is not needed you only need to find the code for the picture

mikesafl 05-19-2013 07:57 PM

Ok hold on and ill remove the additional and put that code into html mark up


All times are GMT. The time now is 07:05 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.01009 seconds
  • Memory Usage 1,725KB
  • 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
  • (7)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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