Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-21-2010, 11:00 PM
sergioloporto sergioloporto is offline
 
Join Date: Jul 2008
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Editing the style - selection styles

Hello,

I would like the texts of the posts and threads of the forums [not titles, only texts] to have a different color when selected/highlighted with the mouse.

The same for the text of the articles of the CMS [appearing in the article page itself, and in the general content.php page].

The same for the text of blog posts/comments.

Please tell me if:
  • there is a safe way to add the code so that when a new VB version will be released I don't have to copy and paste manually the new codes.
  • Please tell me how and where I can change the code.

I know that I have to add this to the parapgraphs:

HTML Code:
::-moz-selection{
background:#cc0000;
color:#fff;
}

::selection {
background:#cc0000;
color:#fff;
please help
Reply With Quote
  #2  
Old 06-26-2010, 08:38 PM
sergioloporto sergioloporto is offline
 
Join Date: Jul 2008
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bump
Reply With Quote
  #3  
Old 07-08-2010, 12:03 PM
sergioloporto sergioloporto is offline
 
Join Date: Jul 2008
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bump 2
Reply With Quote
  #4  
Old 07-11-2010, 08:59 AM
sergioloporto sergioloporto is offline
 
Join Date: Jul 2008
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bump 3
Reply With Quote
  #5  
Old 07-11-2010, 12:30 PM
Dead Eddie's Avatar
Dead Eddie Dead Eddie is offline
 
Join Date: Apr 2004
Location: at Home...
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try adding this to your additional.css template:

Code:
.postcontent::selection{
background:#cc0000;
color:#fff;
}

.blogcontent::selection{
background:#cc0000;
color:#fff;
}

.postcontainer::selection{
background:#cc0000;
color:#fff;
}

.postcontent::-moz-selection{
background:#cc0000;
color:#fff;
}

.blogcontent::-moz-selection{
background:#cc0000;
color:#fff;
}

.postcontainer::-moz-selection{
background:#cc0000;
color:#fff;
}
Should work until vB decides to change those classes.
Reply With Quote
  #6  
Old 07-11-2010, 12:46 PM
sergioloporto sergioloporto is offline
 
Join Date: Jul 2008
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi!! It works fine!! Thank you...

however it works only for normal text... if it is cursive or bold it doesn't work.

If I leave
HTML Code:
.postcontent::selection{
background:#cc0000;
color:#fff;
}
it is applied to normal text only.

if I put:

HTML Code:
.postcontent b i::selection{
background:#cc0000;
color:#fff;
}
it is applied to bold italic text only...

if I put

HTML Code:
.postcontent b::selection{
background:#cc0000;
color:#fff;
}
it is applied to bold only...

what should I put if I want it applied to each styles (bold, italics, normal)?
Reply With Quote
  #7  
Old 07-16-2010, 08:28 PM
sergioloporto sergioloporto is offline
 
Join Date: Jul 2008
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the end I decided to apply it to all the text of all VB CMS, and put:

Code:
*::selection{
background:#cc0000;
color:#fff;

*::-moz-selection{
background:#cc0000;
color:#fff;
Why it works only in FireFox?
I would like it to work also in Chrome and Opera. According to CSS3 it should work.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:29 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.08663 seconds
  • Memory Usage 2,214KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (4)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete