Log In · Register

 
blank space
Smarmosaur
post Sep 14 2008, 12:47 PM
Post #1


AKA RockIt Studios
******

Group: Official Member
Posts: 2,286
Joined: Jun 2006
Member No: 421,809



ok, this little thing is driving me insane. there is a huge space between the top of the blurbs box and where the title starts. there is nothing hidden there, and I have no freakin' idea where it's coming from. any fixes?

screenshot (see red box):



coding so far:
CODE
<style>
table, tr, td{background-color:transparent; border:0px;}
tr, td, .contacttable{border:none!important;}
.rail{display:none!important;}
.clearfix { position:relative; left:7px; }
.clearfix .clearfix { position:static; left:auto; }
body { margin:0 0 0 -8px; }
tr td .clearfix div {filter:alpha(opacity=0)!important;}
div[id="shortcuts"] {opacity:0;}
.profilewidth {margin-top:-30px!important;}
div .clearfix table tr td div div {position:relative;top:18px;filter:alpha(opacity=100)!important;}
.mslogo, .clearfix select, .clearfix form {display:none!important;}
div td, table table table{background-color:63656E;}
table table table {padding: 0px; text-transform: none; height: .01%; width: 100%;}
.profileinfo a img {margin-bottom:-5px;}
table.profileinfo td td img {visibility: hidden;}
table.profileInfo td.text a img {display: inline; visibility: visible;}
a.text, table div font a, table div div {visibility:hidden;}
table table div font a, table table div div {visibility:visible;}
img {border:0px;}
tr {background-color:transparent}
.extendednetwork, .latestblogentry, .blurbs, .friendspace, .friendscomments{width:483px; border:1px solid black;}
.profileinfo, .interestsanddetails, .userprofiledetail, .userprofileschool{border:1px solid black;}
.userprofileurl, .whitetext12, .blacktext10, .btext, .redbtext, .commentlinks, .redlink, .contacttable td.text, .interestsanddetails td.text, .userprofiledetail td.text, .userprofilecompany td.text, .userprofileschool td.text{display:none;}

body{
background-image:url("http://i6.photobucket.com/albums/y213/Vampyres_of_Myst/Backgrounds/circlessmall-2.png");}

.friendscomments table img, .friendscomments table tr td br {display: none; width: 0px;}
.friendscomments td table, .friendscomments td.text table, .friendspace table {background-color:transparent; border:0px;}
table table table table table {direction:rtl;}
table table table table table td {direction:ltr;}
.columnswidening { width:100%; }
.friendscomments td.text td b {visibility:hidden;}
.friendscomments td.text td b a, .friendscomments td.text td td b {visibility:visible;}
.friendscomments td.text td b a {display:none;}
.friendscomments td.text td td b a {display:inline;}
.friendspace td.text td td a img {width:70px; height:70px;}
.friendspace td.text td td a {visibility:hidden; font-size:0px; letter-spacing:-1000px;}
.friendspace td.text td td {line-height:0px;}
.friendspace td.text td td a img {visibility:visible;}
.friendspace .ImgOnlineNow {display:none;}
.friendspace .orangetext15{margin-top:-13px;}

.contactTable {
width:299px !important;
height:99px !important;
padding:0px !important;
background-image:url("http://i6.photobucket.com/albums/y213/Vampyres_of_Myst/Backgrounds/contacttablecircles-1.png");
background-attachment:scroll;
background-position:center center;
background-repeat:no-repeat;
background-color:transparent;}
.contactTable table, table.contactTable td { padding:0px !important;
background-color:transparent; background-image:none;}
.contactTable a img {visibility:hidden;}
.contactTable a {display:block; height:28px; width:115px;}
.contactTable .text {font-size:1px !important;}
.contactTable .text, .contactTable a, .contactTable img {filter:none !important;}
.contacttable img{
display:block!important;
margin:-2px!important;
margin-left:4px!important;}
.contacttable td td.text {display:table-cell; _display:inline;}

span.blacktext12{
background-image:url("http://i6.photobucket.com/albums/y213/Vampyres_of_Myst/Banners/circlesbanner.png");
background-repeat:no-repeat;
background-position:center center;
width:483px;
height:201px;
font-size:0px;
display:block!important;}

.nametext {
text-align:center;
display:table;
font-family:tahoma;
font-size:18px;
color:2b2b2b;
border-style:solid;
border-width:2px;
border-color:292b2b;
line-height:13px
font-weight:bold;
text-transform:lowercase;
letter-spacing:-3px;
background-color:c4a670;
visibility:visible;
width:300px;
margin-bottom:6px;}

.orangetext15{
color:292B2B;
border-style:solid;
border-size:2px;
border-color:292B2B;
text-align:center;
font-family:tahoma;
font-size:18px;
line-height:13px;
font-weight:bold;
text-transform:lowercase;
letter-spacing:-3px;
margin-top:0px;
margin-bottom:0px;
background-color:C4A670;
display:table;
width:99%;}

.lightbluetext8{
color:292B2B;
border-style:solid;
border-size:2px;
border-color:292B2B;
text-align:center;
font-family:tahoma;
font-size:18px;
line-height:6px;
font-weight:bold;
text-transform:lowercase;
letter-spacing:-3px;
margin-top:0px;
margin-bottom:0px;
background-color:C4A670;
display:table;
height:10px;
width:100%;}


.friendscomments td.text td td a {
border-style:solid;

border-size:2px;
border-color:2b2b2b;
color:292B2B;
line-height:13px;
_line-height:13px;
text-align:center;
font-family:tahoma;
font-size:18px;
font-weight:bold;
text-transform:lowercase;
letter-spacing:-3px;
margin-top:0px;
margin-bottom:0px;
background-color:C4A670;
display:table;
height:10px;
width:100%;}
.friendscomments td.text td td a:hover{
color:C4A670;
border-bottom:3px dashed;}

a:link, a:visited, a:active{
font-family:small fonts;
font-size:7px;
color:292B2B;
text-transform:uppercase;
line-height:12px;
text-decoration:none;
letter-spacing:1px;
font-weight:lighter;}
a:hover{
color:C4A670;
border-bottom:3px dashed;}
</style>
 
 
Start new topic
Replies
fixtatik
post Sep 14 2008, 01:36 PM
Post #2


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



couple things to change.
get rid of the !important in line 3:
CODE
tr, td, .contacttable{border:none!important;}

way down at the bottom, where you've defined .orangetext15, add .blurbs td.text to that as well.

add this anywhere to your stylesheet:
CODE
.blurbs td.text .orangetext15 {
  border:none;
  background:none;
  display:inline;
}

and finally, again back to where you defined .orangetext15 - change border-size:2px; to border-width:2px;, since border-size isn't a CSS attribute.

and all should be swell. =)
 

Posts in this topic
Smarmosaur   blank space   Sep 14 2008, 12:47 PM
fixtatik   couple things to change. get rid of the !impor...   Sep 14 2008, 01:36 PM
Smarmosaur   oh. crap. i knew something didn't look right w...   Sep 14 2008, 01:52 PM
schizo   Topic closed and moved to resolved.   Sep 14 2008, 01:54 PM


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: