4
2014
Unity Forums V2 : Custom CSS
New unity forums are quite too messy for me (so much useless info, buttons, links, every font is different size etc..)
Had to make custom css (using Stylish firefox plugin)
This is not for everybody..personally I use the “New Posts” page everytime, so most modifications are currently there.
Custom CSS source: (still work in progress, check the source later again)
https://gist.github.com/unitycoder/3c51d415332e162257cd
—
Some notes whats modified and why:
– Removed the whole search bar (google is better) and there is another search thing on top already..
– Removed “Forums Members” links, theres atleast 3 forums links there already.. and no need to check members ever.
– Removed that gray top bar under Home > Forums, including that extra forum tools arrow button..
– Moved “New Posts” on left (like in the old version..)
– Made forum title “New Posts” font much smaller
– Cleaned up the threads list (really dont want the last poster name to be that huge, just want to see when last post was made and click that)
– Paging numbers, removed background colors, adjusted fonts
For the invidual thread view:
– Added post borders
– More margin on left (so that lines are not too long)
– Added old background gradient
– Added some margin between posts
– Moved username on top
– “Reply” > “Reply with quote” (like in old version)
– Adusted font sizes, colors
Still many other things to fix..so feel free to post comments or fork the sources.
You can use WebArchive to see the original layouts:
https://web.archive.org/web/20130906040937/http://forum.unity3d.com/search.php?searchid=1898575
https://web.archive.org/web/20130906040937/http://forum.unity3d.com/threads/145172-WIP-Small-Works-Art-Thread
—
Images
BEFORE
AFTER
—
—
—
BEFORE
AFTER

Related Posts
2 Comments + Add Comment
Leave a comment
Recent posts
- LudumDare59 : Signal
- Unity Editor: Tree Generator
- Leaf/Foliage Generator Tools (Runs in Browser)
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
- Convert LAS/LAZ/PLY pointclouds to GLTF (GLB) Point Meshes (standalone converter)
Recent Comments
- on Sprite Sheet Flip Book Shader
- on Sprite Sheet Flip Book Shader
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
- on UI Scroll View automatic Content height
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
An article by















*Updated:
– Username position fixed (after the recent forum changes)
https://gist.github.com/unitycoder/3c51d415332e162257cd
Looks like there has been some update today in the unity forums, so this current custom css is bit broken.