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
rain, metulburr, DeaD_EyE like this post
Reply
#2
Control + f5 to fix quote/error/output tags messed up on desktop. ON Android settings -> Privacy -> Clear Browsing cache -> cached images and files only needed

Attached Files

Thumbnail(s)
       
Recommended Tutorials:
Reply
#3
Here are images how it should look after the new css changes.
So as mention clear Browser or Phone cache if it look different.
[Image: VjAQGO.png]
[Image: ZVnM3r.png]
Larz60+ and metulburr like this post
Reply
#4
For feedback: I think the message view inside a thread is fine and I haven't noticed any issues. But the thread view in a forum is very spread out and seems harder to read.

On my laptop with my browser full-screen, there are no threads visible when I enter a forum. When I scroll down to the threads, only 5 titles fit on my screen at once. This feels very sparse to me.
Reply
#5
For me with the dark theme in this thread https://python-forum.io/Thread-Looping-i...#pid128483 the output box is impossible to read.

hmmm. Actually this is not quite true. It works well in Firefox but not in Qutebrowser.
Reply
#6
Quote:But the thread view in a forum is very spread out and seems harder to read

I agree with this.....especially on the Phone...see atttachment

Attached Files

Thumbnail(s)
   
Recommended Tutorials:
Reply
#7
The designs bye @rain use bootstrap Tables with it's table responsive functionality turned on for Forum and Thread display.
I think possible to make a little less space when i test,but not that much.
So on Phone it's normal if want all Thread info visible,then have to do some scrolling.
It may be possibly to collapse text in Thread when break down to mobile,but then will lose Thread info and have to click to look.
I do mind at all a do some scrolling with all Thread info visible,rather than collapse text or any other method that involve a extra click to get info.
Reply
#8
i dont find it to be a biggie. I think having a responsive theme is a huge step forward. If its a pain in the ass, or removes something in the process, i would just live with it the way it is now.
Recommended Tutorials:
Reply
#9
(Oct-17-2020, 11:24 PM)metulburr Wrote: i dont find it to be a biggie. I think having a responsive theme is a huge step forward. If its a pain in the ass, or removes something in the process, i would just live with it the way it is now.

its not a big or anything near issue, i just made it hide on phone to make the forum more responsive, every forum designer do this thing to make it look more awesome, i can unhide it if you want to
Reply
#10
Hide what?
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Theme and Editor tips snippsat 0 6,192 Nov-29-2020, 12:20 PM
Last Post: snippsat
  rain theme glitch? metulburr 2 2,118 Oct-12-2020, 10:44 PM
Last Post: metulburr
  New Theme snippsat 9 4,330 Oct-12-2020, 08:50 PM
Last Post: snippsat
  alerts in new theme metulburr 4 2,493 Oct-12-2020, 04:37 PM
Last Post: snippsat
  Responsive theme kamaleon 5 4,081 Dec-31-2019, 10:55 PM
Last Post: metulburr
  Theme change snippsat 15 10,114 Nov-17-2018, 09:18 PM
Last Post: j.crater
  Dim theme metulburr 9 7,312 Aug-02-2017, 03:09 AM
Last Post: metulburr
  Dark theme metulburr 21 17,860 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