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
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on
*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.