Radhe - New Theme Print

.Abhishek

Addicted
Joined
May 16, 2011
Messages
912
Reaction score
0
FP$
1,698
Here is a theme i designed today:

2vxp1l1.webp

Is it good? Should i further code this theme?

-- 10 Jul 2013, 18:29 --

Ok i coded half of it. How's it?

2ibf342.webp
 
Looks a bit like Absolution, I think that the bar behind the forum names is way to big, you should make it automatically resize to each of the forum names.
 
.Abhishek said:
I will think on your feedback.

BTW its completed now.

Live demo link: http://www.boardreloaded.com/forum/

I wouldn't really call it finished yet, still has some default stuff, some icons are the prosilver ones, style is not mobile friendly, you should fix that up due to high demand of mobile users.
 
Well i didn't change it because it already matches with the theme. Actually it is a mobile friendly theme but due to some SEO mods on my forum it is not displaying correctly. But this will be fixed within few days.
 
.Abhishek said:
Well i didn't change it because it already matches with the theme. Actually it is a mobile friendly theme but due to some SEO mods on my forum it is not displaying correctly. But this will be fixed within few days.
Mobile friendly?
 

Attachments

  • show.webp
    show.webp
    88.9 KB · Views: 74
.Abhishek said:
[REMOVED]

EDIT: I think installing PhpBB Mobile Style Mod would ignore that.

Still, it's better to have a main style overall that is compatible for every device.

Open: common.css
Find:
Code:
#wrap {
padding: 12px 20px;
min-width: 650px;
width: 80%;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 5px;
box-shadow: inset 5px 4px 10px -8px rgba(0,0,0,0.5),inset -5px -4px 10px -8px rgba(0,0,0,0.5);
}
Replace with:
Code:
#wrap {
padding: 12px 20px;
min-width: 980px;
width: 80%;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 5px;
box-shadow: inset 5px 4px 10px -8px rgba(0,0,0,0.5),inset -5px -4px 10px -8px rgba(0,0,0,0.5);
}

Should fix it.
 
Back
Top Bottom