Recent Topics

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

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.

willemjan


Crip

Legend bug fixed & New Zip added ..
..big thanks to willemjan for finding the bugger. :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.

willemjan

Thats why I'm here, my friend  ;)

breakfader

Quote from: willemjan on Jan 27, 11, 04:27:06 AM
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;
}


So is this the code to fix the overlapping of tiny portal copyright at the bottom. I got lost after page 4  :)
This how mine look like Black Leather Belt

Crip

in the css add in the footer-area)))
line-height: 120%;

..add more if needed...
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.

breakfader