Topic: Devlounge Punbb
Skinned to match my site, just need to add the nav.
Don't be afraid to register
thoughts / comments?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 show off → Devlounge Punbb
Skinned to match my site, just need to add the nav.
Don't be afraid to register
thoughts / comments?
I like the layout but I find the red too bright
very nice. what is the cms? custom?
well i think it is wordpress
It looks great! My only gripe though is that the banner at the top doesn't link to the home page.
well i think it is wordpress
doh... view source can be my friend.
i never really looked at source .... it is obvious it is wordpress ... they all look the same and i hate it for that ... it is like windows .. everyone is using it but that doesnt mean it is the best
It looks awsome! Great work.
Very nice!
A really noob question: How do I add a square at the bottom as u have done? (The black one)
A really noob question: How do I add a square at the bottom as u have done? (The black one)
You should be able to add something similar quite easily by editing main.tpl.
helpme wrote:A really noob question: How do I add a square at the bottom as u have done? (The black one)
You should be able to add something similar quite easily by editing main.tpl.
Yes ofcourse but What shall I write?
#footer {
clear: both;
width: 720px;
height: 100%;
color: #fff;
margin-top: 10px;
margin: 0 auto;
line-height: 20px;
padding: 5px;
background: #4e4c4d;
font: 0.7em/18px Verdana, Helvetica, Arial, Sans-Serif;
}
put that into css file
and then <div id="footer">Your text</div> in the end of main.tpl
Thats it
#footer {
clear: both;
width: 720px;
height: 100%;
color: #fff;
margin-top: 10px;
margin: 0 auto;
line-height: 20px;
padding: 5px;
background: #4e4c4d;
font: 0.7em/18px Verdana, Helvetica, Arial, Sans-Serif;
}
put that into css file
and then <div id="footer">Your text</div> in the end of main.tpl
Thats it
PunBB Forums → PunBB 1.2 show off → Devlounge Punbb
Powered by PunBB, supported by Informer Technologies, Inc.