I can't direct you towards the thread since it's a members-only forum, but here a screenshot of the post.
[SPOILER="Spoiler"]
[Image: http://puu.sh/35nmE.jpg]
[/SPOILER]
Hey, thanks for responding! I'm coding in C++ using the Qt framework, and the theming language is Qt Style Sheets.
The relevant documentation is here:
https://qt-project.org/doc/qt-5.0/qtwidgets/stylesheet-syntax.html
https://qt-project.org/doc/qt-5.0/qtwidgets/stylesheet-reference.html
Please note, that while the application is potentially cross-platform, I'm primarily targeting Windows for the initial release and so you will need access to a Windows system to test your styles (unless you just want to forget the stylesheet and photoshop some images).
Here are some reference images from in-game:
http://puu.sh/35QGI
http://puu.sh/35QHk
http://puu.sh/35QHN
http://puu.sh/35QIe
Now obviously the UI in the game has a dark theme, and I'm going for a light theme for my application, so we don't have to copy exactly what the game does. The orange style is only one possibility, perhaps there might be a better colour for us to use?
I'm also not creating an exact replica of the game UI. I've done away with the "+ CERTIFY" button, so I would like the cost of a cert level to be represented on the button itself.
Please let me know if you'd like to help out, and any further questions you might have.