Install Guides (Stolen from the previous thread)
Google Chome Install Guide
- Download the https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en-GB
- Press the Spanner Icon (Top right) and Press Extensions
- Press the Options button for Stylish
- Press "Add New Style"
- Write a name in the name box (anything you want)
- Copy the CSS scripts that you want into the large text box marked "code"
- Check "Enabled"
- In the "Applies to" drop down, select "URLs Starting With" and in the text box put "http://www.gamesas.com/" (Without the quotes)
- Press Save
Firefox Install Guide
- Install https://addons.mozilla.org/en-US/firefox/addon/stylish/
- Click on the new icon bottom right
- Ensure you are on the forums
- Press Write New Style, then For www.gamesas.com
- It should open a dialog box
- Put any name you want in the "name" box
- Paste the CSS scripts that you want between the braces. e.g.:
@namespace url(http://www.w3.org/1999/xhtml);@-moz-document domain("www.gamesas.com") {/* paste code in this bit */}- Press Save
Opera Installation Guide (By DEFRON)
-Save CSS somewhere
-right-click the forum website
-Edit Site Preferences
-Display
-Using the Choose Dialoge, locate the CSS file
-Open it, ok out
----------------------------------------------
Creating your own User Style
Creating a user style is simple if you have web design experience. Even if you don't, it's not that hard.
The bare minimum you need is a notepad program and a way to view page sources (which any browser has), however I'd recommend using a program with syntax highlighting (like http://notepad-plus-plus.org/) and a web developer tool (my favorite is http://www.opera.com/dragonfly/, but http://getfirebug.com/ is also good I hear). Firefox also has a very neat https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector/3D_view which can be helpful when selecting the right box to apply your changes to.
-----------------------------------------------
Useful tricks
Disable stalker bar and add padding to the body to make room for it:
body{padding-top: 20px !important;}#bar{position: absolute !important;}Replace pink hearts (Opera and Chrome):
img[src*="http://www.gamesas.com/images/smilie/bullet_pip_pinkheart.png"]{content: url("http://i.imgur.com/FYVx0i3.png");}Replace pink hearts (Firefox):
img[src*="http://www.gamesas.com/images/smilie/bullet_pip_pinkheart.png"]{background-image: url('http://www.gamesas.com/images/smilie/bunny.gif');background-repeat: no-repeat;width:22px;padding-top: 22px;display:inline-block;height: 0px;}For firefox, you have to match the padding-top and width to the height and width of the image you wish to use.
For any browser, I don't suggest you exceed a width of 28px for your image (height can be pretty much anything)
-----------------------------------------------
UserStyles for the Forums
Elegant Reborn
By Defron
Attempts to recreate the Elegant theme from the old forums after the update, currently in beta.
https://dl.dropboxusercontent.com/u/13148065/Beth/elegantreborn.css
https://dl.dropboxusercontent.com/u/13148065/Beth/elegant_reborn2.jpg | https://dl.dropboxusercontent.com/u/13148065/Beth/elegant_reborn.jpg
Most of the every-day things are Elegant-styled now, the one main exception is the post editor (especially the rich text editor). There's still a few things in the user profile unfixed, most hidden menus, and search-related things, and creating new threads. These will be addressed as I have free time
Share your user styles and I'll add them to the OP for others to use.