Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Major Changes to the Word Censor - PLEASE READ
Home
Forums
FreeOnes
Questions, Comments, and Suggestions
Style customization for the new board
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Automate" data-source="post: 10771963" data-attributes="member: 340712"><p>Add this [USER=122599]@Supafly[/USER] :</p><p></p><p>[CODE=css]</p><p>/* Links */</p><p>a {</p><p> color: #4060c0;</p><p> font-weight: bold;</p><p>}</p><p>/* Link color when mouseover */</p><p>a:hover {</p><p> color: #f85;</p><p>}[/CODE]</p><p></p><p>The problem here for me is that that changes color for links <strong>everywhere</strong> because this board doesn't seem to have specific enough CSS IDs to target links in different parts of the board, so if you use those other background color tweaks above then this link color probably will blend into the background with those enabled in some parts of the site. It's simple enough technically to make these changes (<em>color, background-color</em> and hexadecimal HTML color definitions after that is most of what you need and then to find the HTML element and its class - or preferably ID), but when it comes to looking at how it affects the whole, it gets somewhat more difficult.</p><p></p><p>However, I'm not an CSS expert by any means so I probably don't know all the tricks for CSS selectors. If someone is an expert at this, please post.</p></blockquote><p></p>
[QUOTE="Automate, post: 10771963, member: 340712"] Add this [USER=122599]@Supafly[/USER] : [CODE=css] /* Links */ a { color: #4060c0; font-weight: bold; } /* Link color when mouseover */ a:hover { color: #f85; }[/CODE] The problem here for me is that that changes color for links [B]everywhere[/B] because this board doesn't seem to have specific enough CSS IDs to target links in different parts of the board, so if you use those other background color tweaks above then this link color probably will blend into the background with those enabled in some parts of the site. It's simple enough technically to make these changes ([I]color, background-color[/I] and hexadecimal HTML color definitions after that is most of what you need and then to find the HTML element and its class - or preferably ID), but when it comes to looking at how it affects the whole, it gets somewhat more difficult. However, I'm not an CSS expert by any means so I probably don't know all the tricks for CSS selectors. If someone is an expert at this, please post. [/QUOTE]
Insert quotes…
Name
Verification
Do you eat dinner in the morning or night?
Post reply
Home
Forums
FreeOnes
Questions, Comments, and Suggestions
Style customization for the new board
Top