antrobs Posted November 28, 2015 Posted November 28, 2015 For me the new forum style is a bit large. But anyway it's ok i can manage it :-) AnTrobs
Jasi2169 Posted December 5, 2015 Posted December 5, 2015 we bought uniform theme for ips 4.1 from this ipsfocus you can see here https://www.uret.in/ and it is working great at the moment Plus it remove bit from gap thing when we post new comment but only on new comment not on previous
Jasi2169 Posted December 5, 2015 Posted December 5, 2015 (edited) kao was right uniform looks nice Edited December 5, 2015 by Jasi2169
cypher Posted December 20, 2015 Posted December 20, 2015 are the signatures in posts also gone now ? or is there a way to bring them back ?
Teddy Rogers Posted February 7, 2021 Posted February 7, 2021 For those interested, I have installed a new dark theme and deleted the others. Scroll to the bottom of the page to find the option to change themes... Ted. 5
whoknows Posted February 8, 2021 Posted February 8, 2021 @Teddy Rogersthe code tag is doggy in dark mode. 1
XenocodeRCE Posted April 2, 2021 Posted April 2, 2021 Well I went back to white default mode because the code tag with purple and dark red in dark mode is not goo at all, i rather burn my eyes with white mode 1
atom0s Posted April 2, 2021 Posted April 2, 2021 Using an extension for modern browsers like StyleBot, you can fix it yourself with some basic edits. The syntax parser the forum uses is fairly bad/basic, so a very basic CSS edit/override works fine. Here's mine: @media screen { .str { color: #CC7645 } .kwd { color: #569CD6 } .com { color: #57A64A } .typ { color: #79D8FE } .lit { color: rgb(179, 201, 101) } .pln { color: #9A9A9A; } .pun,.opn,.clo { color: #A2B3AE } } I only targeted C/C++ language type tags that were the most annoying to try and read on the dark theme. It makes things look like this now instead: Not the best/proper to normal editors, but again the forums coloring system is garbage. (Invision's editor and such is pretty trash in general.) 1
Teddy Rogers Posted April 2, 2021 Posted April 2, 2021 As I too am using the dark theme there are some other eye sores too that come up for Administrator/ Moderator tasks that make it difficult to work with. I often find myself squinting at my phone trying to decipher what is on screen due some of the colour selections. I have notified some issues to the theme developer and believe they may be fixed in a future release. Please keep listing theme related problems here and I will point him to this topic in the hope they get rectified (or I will get around to it at some point)... Ted.
Teddy Rogers Posted April 4, 2021 Posted April 4, 2021 On 4/3/2021 at 7:09 AM, atom0s said: I only targeted C/C++ language type tags that were the most annoying to try and read on the dark theme. Thanks, I have added this to the css! If you see any others you want to change please let me know... Ted.
whoknows Posted April 4, 2021 Posted April 4, 2021 @atom0sseems that @Teddy Rogersmodify the actual CSS, no addon needed.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now