Python Forum
New Theme for all users
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New Theme for all users
#1
Roll out our new Responsive Themes for all users.
The Themes we gone for is Deviance Dark & Light - Responsive Theme
@rain the developer of this Themes is here and have been helping us with eg bug,style...ect and other issues.

So feedback good and bad can be posted here,we continue to fix bug,style...ect as the arise.
They new Light(default) and Dark(choose down right corner).
We also keep a default MyBB Theme.

I done quite bit work with code/tag syntax highlighter and our Editor(Rin Editor).
Here a demo of syntax highlighter,look also in Dark theme to see how it look there.

Test python tag.
 
class Foo:
    def __init__(self, frob, frotz):
        self.frobnicate = frob
        self.frotz = frotz

class Bar(Foo):
    def __init__(self, frob, frizzle):
        super().__init__(frob, frizzle)
        self.frotz = 34
        self.frazzle = frizzle

bar = Bar(1,2)
print(f"frobnicate: {bar.frobnicate}")
print(f"frotz: {bar.frotz}")
Test of output tag.
Output:
  frobnicate: 1 frotz: 34
Quote:Test of quote: The quick brown fox jumps over the lazy dog.

Error:
Test of error tag.
Test inline
DeaD_EyE, rain, metulburr like this post
Reply


Messages In This Thread
New Theme for all users - by snippsat - Oct-15-2020, 07:55 AM
RE: New Theme for all users - by metulburr - Oct-15-2020, 11:23 AM
RE: New Theme for all users - by snippsat - Oct-15-2020, 05:53 PM
RE: New Theme for all users - by bowlofred - Oct-16-2020, 04:38 PM
RE: New Theme for all users - by Gribouillis - Oct-16-2020, 05:28 PM
RE: New Theme for all users - by metulburr - Oct-16-2020, 06:14 PM
RE: New Theme for all users - by snippsat - Oct-17-2020, 12:46 PM
RE: New Theme for all users - by metulburr - Oct-17-2020, 11:24 PM
RE: New Theme for all users - by rain - Oct-18-2020, 01:45 AM
RE: New Theme for all users - by metulburr - Oct-18-2020, 09:54 AM
RE: New Theme for all users - by rain - Oct-18-2020, 05:12 PM
RE: New Theme for all users - by metulburr - Oct-18-2020, 07:53 PM
RE: New Theme for all users - by Skaperen - Oct-21-2020, 10:08 AM
RE: New Theme for all users - by MvGulik - Apr-29-2021, 06:53 PM
RE: New Theme for all users - by metulburr - Apr-30-2021, 11:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Theme and Editor tips snippsat 0 6,197 Nov-29-2020, 12:20 PM
Last Post: snippsat
  rain theme glitch? metulburr 2 2,119 Oct-12-2020, 10:44 PM
Last Post: metulburr
  New Theme snippsat 9 4,331 Oct-12-2020, 08:50 PM
Last Post: snippsat
  alerts in new theme metulburr 4 2,495 Oct-12-2020, 04:37 PM
Last Post: snippsat
  Responsive theme kamaleon 5 4,090 Dec-31-2019, 10:55 PM
Last Post: metulburr
  Theme change snippsat 15 10,131 Nov-17-2018, 09:18 PM
Last Post: j.crater
  Dim theme metulburr 9 7,314 Aug-02-2017, 03:09 AM
Last Post: metulburr
  Dark theme metulburr 21 17,874 Oct-11-2016, 06:02 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020