MyBB Community Forums

Full Version: RoundoDarko - Free Theme Dark Modern MyBB (Responsive)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(2021-12-02, 06:15 PM)Aytac Wrote: [ -> ]
(2021-11-19, 12:56 AM)Waleed B. Wrote: [ -> ]Sorry about that. Hosting issues. Demo link updated

DEMO LINK: https://bitoony.com/mybb/index.php

It would be better if you made the main page of the theme like this, like xenforo.Check out the demo site in the link I gave.

DEMO LINK: demo website

So rows with 2 columns. Maybe in a future theme. A lot of people like Flarum's design so this was my attempt at creating a front end similar to that sofware. The development of the theme was centered around that, creating something for MyBB that functions similar to Flarum.
Perfect theme mate nice release and thank you for being generous sharing it free. Smile
This is a great theme! Just installed! 

Just parts are not mobile friendly. When sending a PM or clicking on the contact us form don’t fit in the screen. Is it my error?
Just a little touch for mobile view menu header , If anybody like it , they can apply it   Toungue

open responsive.css and chek for .show_hide_mobile_header class and change the whole value to this -> 
	.show_hide_mobile_header {
    	font-weight: 900;
    	cursor: pointer;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	height: 43px;
    	border-bottom: 0.5px solid #3c3838;
    	border-top: 0.5px solid #444141;
	}

	.show_hide_mobile_header:hover {
    	background: #111;
	}


and check for .mobile_header class and remove or comment out the padding property :- 
	.mobile_header {
		background:#18181a;/*padding:8px 20px;*/border-bottom:1px solid #1c1d22;
	}


and there after check for the .mobile_header a  and in that selector change the padding value to padding: 10px 23px;

	.mobile_header a{
		display:block;
		padding:10px 23px;
		border-bottom:1px solid #131314;
		font-size:14px;
	}

and check the menu for mobile view again  Big Grin
I did managed to make some changes in styling and make it improves and attractive. I worked on the Roundo Light Theme , here is my forum link :- https://forum.storytales.xyz/

Any comments regarding this will be praised.. Thank You
for a newbie like me who is new in CSS and coding stuff, It is really informative to read and learn about new stuff, but I want to is this all demo sites are opening in light mode, do I need to change my pc them to dark so I can see every stuff in dark or I have to change it within website???

and I also wanted to know do I have to learn WordPress first or Django, I know python my tutor is saying to go first with Django then WordPress???
Beautiful theme, thanks for releasing it.
(2022-04-12, 12:27 PM)PARADOXP Wrote: [ -> ]I did managed to make some changes in styling and make it improves and attractive. I worked on the Roundo Light Theme , here is my forum link :- https://forum.storytales.xyz/

Any comments regarding this will be praised.. Thank You

is this really a bad edition ?
(2022-08-11, 03:03 AM)PARADOXP Wrote: [ -> ]
(2022-04-12, 12:27 PM)PARADOXP Wrote: [ -> ]I did managed to make some changes in styling and make it improves and attractive. I worked on the Roundo Light Theme , here is my forum link :- https://forum.storytales.xyz/

Any comments regarding this will be praised.. Thank You

is this really a bad edition ?

Sorry haven't been very active. Your choice to emboss and inner shadow containers looks very dated. Like 2000's dated. The dark shadows on containers is really harsh. I wouldn't really call a few styling changes an "edition". The styling changes don't really follow modern web design trends. Regardless of your design choices, I wish you the best with your forum.
(2022-08-11, 04:17 AM)Waleed B. Wrote: [ -> ]
(2022-08-11, 03:03 AM)PARADOXP Wrote: [ -> ]
(2022-04-12, 12:27 PM)PARADOXP Wrote: [ -> ]I did managed to make some changes in styling and make it improves and attractive. I worked on the Roundo Light Theme , here is my forum link :- https://forum.storytales.xyz/

Any comments regarding this will be praised.. Thank You

is this really a bad edition ?

Sorry haven't been very active. Your choice to emboss and inner shadow containers looks very dated. Like 2000's dated. The dark shadows on containers is really harsh. I wouldn't really call a few styling changes an "edition". The styling changes don't really follow modern web design trends. Regardless of your design choices, I wish you the best with your forum.

sorry i didn't mean to use the word "edition" i was just hoping for a complement towards it that i could know if it look bad or good . Thanks for pointing out the things i wanted to know.
Pages: 1 2 3 4 5