MyBB Community Forums

Full Version: [WIP] Dark Fusion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
Yes, but the header image is still too wide.
The <center> tags are what centering something is for, you dont have to add a bunch of blank space to the image.
Actually, <center> is archaic now. Use margin: 0 auto; (the first number is the margin on top or bottom of the element, the auto is to center it horizontally).
(2009-11-12, 02:17 AM)combus Wrote: [ -> ]Actually, <center> is archaic now. Use margin: 0 auto; (the first number is the margin on top or bottom of the element, the auto is to center it horizontally).

Lol right sorry, Toungue
Ok I'll resize the logo, also I made the theme a bit thinner.
You should release this soon. I can see that it will be very popular. =]
Really? Cause Im getting the vibe people dislike it...

Anyways it will be released I just have to name it, any ideas?
I opened up a new demo board to showcase the theme without all that other plugin junk, heres the link:

http://sfdemo.comoj.com/forums
It is a really beautiful theme ! Great work!
Can someone help me with this slight problem Im having? You see, if you go to the demo board and hover over one of the menu links it turns blue right, but theres a 1px gap between the board of the header and the menubar and I have tried everything to fix it... heres some of the coding that its using:

#menubar {
width: 40%;
padding-left: 150px;
padding-bottom: 20px;

.menu {
background: #101010;
width: 100%;
whitespace: nowrap;
word-spacing: 1.5em;
margin: auto;
text-align: center;
-moz-border-radius-bottomleft: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-bottom-right-radius: 15px;
font-size: 13px;
font-weight: bold;

EDIT*

Crap I messed it up, I'll fix it when I get home Toungue
Very nice theme man!
Pages: 1 2 3 4 5