SHOUTBAWX Background color, suggest it here menu

Shout-Out

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 30 of 30
  1. #16
    ev1's Avatar Banned
    Reputation
    98
    Join Date
    Nov 2008
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why not code a simple overlay color changer, so if someone complains they can change it themselves?

    SHOUTBAWX Background color, suggest it here
  2. #17
    KuRIoS's Avatar Admin
    Authenticator enabled
    Reputation
    2984
    Join Date
    Apr 2006
    Posts
    9,811
    Thanks G/R
    353/298
    Trade Feedback
    9 (100%)
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by ev0 View Post
    Why not code a simple overlay color changer, so if someone complains they can change it themselves?
    Code it and sure..

  3. #18
    ev1's Avatar Banned
    Reputation
    98
    Join Date
    Nov 2008
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KuRIoS View Post
    Code it and sure..
    kk, I'll make simple javascript function that changes it to 3 different colors with a link instead of having a drop down color changer.

  4. #19
    ev1's Avatar Banned
    Reputation
    98
    Join Date
    Nov 2008
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay super simple:

    on the html of this current bawx find the HTML:

    HTML Code:
    <div class="blockrow floatcontainer">
    		<!-- Chatbox inner left -->
    and replace with:

    HTML Code:
    <div id="blah" class="blockrow floatcontainer">
    		<!-- Chatbox inner left -->
    Now for a simple javascript code to change that div element's background color, we'll go with standard black:

    Drop this link somewhere on the bawx and when a user clicks it, it will change the background to black (in Chrome at least). I haven't tested it too much, but in the console and DOM editor on chrome it works fine.

    HTML Code:
    <a href="#blah" onclick="document.getElementById('blah').style.background = '#000000';">Title</a>

  5. #20
    Narudan's Avatar Banned
    Reputation
    365
    Join Date
    Aug 2007
    Posts
    1,725
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now do a drop down!

  6. #21
    ev1's Avatar Banned
    Reputation
    98
    Join Date
    Nov 2008
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Narudan View Post
    Now do a drop down!
    Okay

    HTML Code:
    <div class="blockrow floatcontainer">
    		<!-- Chatbox inner left -->
    and replace with:

    HTML Code:
    <div id="blah" class="blockrow floatcontainer">
    		<!-- Chatbox inner left -->
    Now insert this where ever you want:

    HTML Code:
    <script type="text/javascript" src="http://jscolor.com/example/jscolor/jscolor.js"></script>
    
    <p> Change background: <input class="color"
    	onchange="document.getElementsByTagName('blah')[0].style.backgroundColor = '#'+this.color">

  7. #22
    Zoidberg's Avatar Elite User
    Reputation
    391
    Join Date
    Mar 2007
    Posts
    1,636
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KuRIoS View Post
    Code it and sure..
    As I understand it it's going to change the background color to the wish of the user? In that case, it's a HORRIBLE idea. If half chooses to go with a bright background and the other half chooses to go with a dark background, chaos will ensue and half of all chats will be unreadable on all backgrounds.

    Abra su mente a la realidad.
    Do NOT contact me about trading section stuff. Contact a section MOD instead.

  8. #23
    Narudan's Avatar Banned
    Reputation
    365
    Join Date
    Aug 2007
    Posts
    1,725
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well let them choose between black and different dark colors.

    Oh and while you are at it: remove the dark unreadable font colors

  9. #24
    ev1's Avatar Banned
    Reputation
    98
    Join Date
    Nov 2008
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Narudan View Post
    Well let them choose between black and different dark colors.

    Oh and while you are at it: remove the dark unreadable font colors
    I can do that in php, but i need to see the base functions for it

  10. #25
    KuRIoS's Avatar Admin
    Authenticator enabled
    Reputation
    2984
    Join Date
    Apr 2006
    Posts
    9,811
    Thanks G/R
    353/298
    Trade Feedback
    9 (100%)
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    Well, we will only take a look at it if coded. It doesnt mean that we will use it tho

  11. #26
    #ClumsyWizard's Avatar Contributor The Clumsiest of Wizards CoreCoins Purchaser
    Reputation
    227
    Join Date
    Sep 2006
    Posts
    744
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As long as I can stay black, because now I can never go back...

  12. #27
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I'd like the box to match the rest of the site. why have a big black box in the middle of a light colored website?

    just make it the same style as the reply / quick reply area. matches the site, looks clean, etc.



    whatever you decide, just remove chat colors that are not legible on the background.

    and change the user name colors of different ranks to also be legible (I'm looking at you, news team)

    Edit: my post being edited by Kur makes me sadface.
    Last edited by TehVoyager; 03-12-2012 at 04:04 PM. Reason: edited out stuff that wasnt for this thread


    (don't post things I post to Patreon.)

  13. #28
    sakimi's Avatar Active Member
    Reputation
    31
    Join Date
    Mar 2008
    Posts
    277
    Thanks G/R
    1/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think a slightly darker grey / the shade of the thread post background would be best over-all. It will match the site and makes all of the text colours readable (some more-so than others)

  14. #29
    Cannibalman's Avatar Member
    Reputation
    2
    Join Date
    Jan 2010
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I like it the way it is

  15. #30
    Toddler's Avatar Contributor
    Reputation
    127
    Join Date
    Mar 2011
    Posts
    122
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Deep purple is said to be one of the most eye-relaxing colours.

    Example: http://www.distinctivefabric.com/ima...purple-300.jpg
    I’m a member of the Imperial Senate on a diplomatic mission to Alderaan

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Test your font color etc. here
    By Xel in forum The Back Room
    Replies: 5
    Last Post: 05-15-2010, 03:59 PM
  2. [Suggestion] Fix the Shoutbawx
    By XC4T4LY5TX in forum Suggestions
    Replies: 3
    Last Post: 01-31-2010, 01:02 PM
  3. Shoutbawx Color defined by Usergroup
    By !iMacroMage! in forum Suggestions
    Replies: 6
    Last Post: 07-23-2009, 06:18 PM
  4. [Suggestion] Default font color
    By Eski in forum Suggestions
    Replies: 20
    Last Post: 02-01-2008, 11:10 PM
All times are GMT -5. The time now is 11:55 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search