News:

We have *Free* SMF 2.0 & 2.1 Themes for Download and Support!

Main Menu

Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 708
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 686
Total: 686

Legend R4 - Odd alignment issue

Started by emjay, Jan 25, 11, 07:52:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

emjay

Thank you for trying anyhow, I'll take a look at your other themes and see if there is one that we can use. Switching back and foward between the default theme and Legend it seems that the default theme is somehow setting a minimum post size, it will just add white space bellow the main post until the point where the avatar/and other info on the left pane is all displayed. It seems with Legend if the post is just 1 line or so it will push things out.


Crip

Intimadator is Dark
www.jpr62.com/demos/  All RC4..
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

emjay

Going to go with Nocturno, very clean theme. I'll keep an eye out if you manage to sort Legend since I love the menu bar you have in that theme.

Again thanks for all your time.

willemjan

I just noticed that the theme's CSS is missing the elements for topslice and botslice of the windowbg and windowbg2. Is that on purpose, Crip? Could that be causing the problem?

willemjan

Yep, that seems to fix it. Add this to your CSS:

/* Common styles used to add corners to divisions.
------------------------------------------------------- */
.windowbg span.topslice
{
display: block;
padding-left: 20px;
background: url(../images/theme/main_block.png) 0 -30px no-repeat;
}
.windowbg span.topslice span
{
display: block;
background: url(../images/theme/main_block.png) 100% -30px no-repeat;
height: 11px;
}
.windowbg span.botslice
{
display: block;
padding-left: 20px;
background: url(../images/theme/main_block.png) 0 -40px no-repeat;
font-size: 5px;
line-height: 5px;
margin-bottom: 0.2em;
}
.windowbg span.botslice span
{
display: block;
background: url(../images/theme/main_block.png) 100% -40px no-repeat;
height: 11px;
}

.windowbg2 span.topslice
{
display: block;
padding-left: 20px;
background: url(../images/theme/main_block.png) 0 -60px no-repeat;
}
.windowbg2 span.topslice span
{
display: block;
background: url(../images/theme/main_block.png) 100% -60px no-repeat;
height: 11px;
}
.windowbg2 span.botslice
{
display: block;
padding-left: 20px;
background: url(../images/theme/main_block.png) 0 -71px no-repeat;
font-size: 5px;
line-height: 5px;
margin-bottom: 0.2em;
}
.windowbg2 span.botslice span
{
display: block;
background: url(../images/theme/main_block.png) 100% -71px no-repeat;
height: 11px;
}

emjay

That worked!  :up:

Fantastic stuff, thank you for all the effort you put in to fixing this.

willemjan


Crip

not on purpose willemjan , just my mistake ..sorry :(
  .. i will update the Theme & Zip ASAP!
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

Quote from: Crip on Jan 27, 11, 08:56:11 AM
not on purpose willemjan , just my mistake ..sorry :(
  .. i will update the Theme & Zip ASAP!

Ah, no problem Bro ;) Everyone makes mistakes every now and then. It makes us human.

I was almost getting :uglystupid2: on this :P

Crip

me too , good thing your here... :up: :up:
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.