Widok postu (Carbon 1.8)

Założony przez  schmit.

wersja skryptu MyBB: 1.8.x
adres forum: deathshoot.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Jak widać na zdjęciu dodanym do załącznika post po prostu znika na samym początku. Szukałem na to kodu lecz nie znazałem.


Załączone pliki Miniatury
   
.post {
    
width100%;
    
height100%;
    
overflowhidden;
}


}

.
post.classic {
    
background#161616;
}

.
post .post_author {
    
background#1D1D1D url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
    
padding5px;
    
color#6F6F6F;
    
overflowhidden;
    
line-height20px;
}

.
post.classic .post_author {
    
floatleft;
    
background#161616;
    
width15%;
    
border-left0;
    
padding5px 1%;   
    
border-right1px solid #393939;
    
margin: -12px 0 -20000px 5px;   padding-bottom20000px;   height100%;
}

.
post .post_author .buddy_status {
    
vertical-alignmiddle;
    
margin-top: -4px;
}

.
post .post_author div.author_avatar {
    
floatleft;
    
margin-right3px;
}

.
post.classic .post_author div.author_avatar {
    
floatnone;
    
text-aligncenter;
    
margin-bottom8px;
}

.
post .post_author div.author_avatar img {
    
padding5px;
    
border1px solid #4D4D4D;
    
background#3F3F3F url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
}

.
post .post_author div.author_information {
    
floatleft;
    
padding6px 8px;
}

.
post.classic .post_author div.author_information {
    
floatnone;
    
padding0;
    
text-aligncenter;
}

.
post .post_author div.author_statistics {
    
floatright;
    
font-size11px;
    
padding3px 10px 3px 5px;
    
color#666;
    
line-height1.3;
}

.
post.classic .post_author div.author_statistics {
    
margin6px 0 0 0;
      
text-aligncenter;
    
font-size10px;
    
padding6px 6px 3px 6px;
    
floatnone;
}

.
post .post_head {
    
font-size11px;
      
color#898989;
    
padding-bottom4px;
    
margin-bottom4px;
}

.
post .post_head span.edited_post {
    
font-size10px;
    
color#999;
}

.
post .post_head span.edited_post a {
    
color#666;
}

.
post_body {
    
font-size14px;
    
padding12px 0;
      
line-height1.2;    
      
color#7B7B7B;
}

.
post.classic .post_content {
    
background#1A1A1A;
    
padding0 0 0 15px;
    
height100%;
    
margin-bottom: -20000px;

padding0 15px 19%;
    
    
width81%;
}

.
post_content {
    
padding9px 10px 5px 10px;
}

.
post_content .signature {
    
margin5px 0 15px 0;
      
color#A0A0A0;
    
border-top1px solid #383838;
    
padding10px 0 4px 0;
}

.
post .post_meta {
    
margin4px 0;
    
font-size11px;
    
padding10px;
    
color#999;
}

.
post .post_meta a:link,
.
post .post_meta a:visited {
    
color#777;
}

.
post .post_meta a:hover,
.
post .post_meta a:active {
    
color#777;
}

.
post_controls {
    
clearboth;
    
background#222;
    
border-top1px solid #2B2B2B;
    
padding5px;
    
overflowhidden;

Zamień na:
.post {
    
width100%;
    
height100%;
    
overflowhidden;
}
.
post.classic {
    
background#161616;
      
}

.
post .post_author {
    
background#1D1D1D url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
    
padding5px;
    
color#6F6F6F;
    
overflowhidden;
    
line-height20px;
}


.
post.classic .post_author {
    
floatleft;
    
background#161616;
    
width15%;
    
border-left0;
    
padding5px 1%;   
    
border-right1px solid #393939;
    
margin: -12px 0 -20000px 5px;   padding-bottom20000px;   height100%;      
}

.
post .post_author .buddy_status {
    
vertical-alignmiddle;
    
margin-top: -4px;
}

.
post .post_author div.author_avatar {
    
floatleft;
    
margin-right3px;
}

.
post.classic .post_author div.author_avatar {
    
floatnone;
    
text-aligncenter;
    
margin-bottom8px;
}

.
post .post_author div.author_avatar img {
    
padding5px;
    
border1px solid #4D4D4D;
    
background#3F3F3F url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
}

.
post .post_author div.author_information {
    
floatleft;
    
padding6px 8px;
}

.
post.classic .post_author div.author_information {
    
floatnone;
    
padding0;
    
text-aligncenter;
}

.
post .post_author div.author_statistics {
    
floatright;
    
font-size11px;
    
padding3px 10px 3px 5px;
    
color#666;
    
line-height1.3;
}

.
post.classic .post_author div.author_statistics {
    
margin6px 0 0 0;
      
text-aligncenter;
    
font-size10px;
    
padding6px 6px 3px 6px;
    
floatnone;
}

.
post .post_head {
    
font-size11px;
      
color#898989;
    
padding-bottom4px;
    
margin-bottom4px;
}


.
post .post_head span.edited_post {
    
font-size10px;
    
color#999;
}

.
post .post_head span.edited_post a {
    
color#666;
}

.
post_body {
    
font-size14px;
    
padding12px 0;
      
line-height1.2;    
      
color#7B7B7B;
}


.
post.classic .post_content {
      
background#1A1A1A;
    
width81%;
    
padding0 0 0 15px;
    
floatleft;
    
height100%;
    
margin-bottom: -20000px;
    
padding-bottom20000px;
}

.
post_content {
    
padding9px 10px 5px 10px;
}

.
post_content .signature {
    
margin5px 0 15px 0;
      
color#A0A0A0;
    
border-top1px solid #383838;
    
padding10px 0 4px 0;
}

.
post .post_meta {
    
margin4px 0;
    
font-size11px;
    
padding10px;
    
color#999;      
}

.
post .post_meta a:link,
.
post .post_meta a:visited {
    
color#777;
}

.
post .post_meta a:hover,
.
post .post_meta a:active {
    
color#777;
}

.
post_controls {
    
clearboth;
    
background#222;
    
border-top1px solid #2B2B2B;
    
padding5px;
    
overflowhidden;

Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.



Użytkownicy przeglądający ten wątek:

1 gości