Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: theme.php news functions

Parašė Narysx· 2009 Bal. 2 15:04:10
#1

theme.php dalis:

function render_news($subject, $news, $info) {

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>» $subject
</td>
</tr>
<tr>
<td class='main-body'>$news
</td>
</tr>
<td class='main-body'>";
echo "Parašyta - ".showdate("longdate", $info['news_date']).". ".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."' class='news'>Plačiau</a> | \n" : "")."";
   if ($info['news_allow_comments'])
   echo "<a href='news.php?readmore=".$info['news_id']."' class='news'>".$info['news_comments']." Kmntr</a>. "; echo"</td>";
echo "</tr>
</table>\n";

}






Ką pakeisti, kad ten virš datos būtų vienguba lentelės linija, o ne tokia storesnė?

Parašė Enzo· 2009 Bal. 2 15:04:31
#2

paprasta :D
main-body antrą klassą pakeiti į news-footer ir ten kur border nustatai kad būtų border-right, border-bottom, border-left. Nesupranti? Įdėk čia savo news-footer styles.css kodą

Parašė Narysx· 2009 Bal. 2 15:04:59
#3

.news-footer {
font-size : 10px;
color : #555;
background-color : #f1f1f1;
padding : 3px 4px 4px 4px;
}

:?

Parašė Enzo· 2009 Bal. 2 15:04:34
#4

function render_news($subject, $news, $info) {

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>» $subject
</td>
</tr>
<tr>
<td class='main-body'>$news
</td>
</tr>
<td class='news-footer'>";
echo "Parašyta - ".showdate("longdate", $info['news_date']).". ".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."' class='news'>Plačiau</a> | \n" : "")."";
   if ($info['news_allow_comments'])
   echo "<a href='news.php?readmore=".$info['news_id']."' class='news'>".$info['news_comments']." Kmntr</a>. "; echo"</td>";
echo "</tr>
</table>\n";

}




.news-footer {
font-size : 10px;
color : #555;
background-color : #f1f1f1;
padding : 3px 4px 4px 4px;
border-right:1px solid #555;
border-left:1px solid #555;
border-bottom:1px solid #555;
}



Redagavo Enzo· 2009 Bal. 2 15:04:23

Parašė Narysx· 2009 Bal. 2 15:04:41
#5

Ačiū. :)
Bet ne toks borderis būna... Gaunasi juodas, o man reikia tokio pilko, kai ir visoj naujienoj.

Redagavo Narysx· 2009 Bal. 2 15:04:39

Parašė Narysx· 2009 Bal. 2 17:04:11
#6

Up.

Parašė Manijakass· 2009 Bal. 2 17:04:30
#7

tai pakeisk situos pagal savo slapvas.

.news-footer {
font-size : 10px;
color : #555;
background-color : #f1f1f1;
padding : 3px 4px 4px 4px;
border-right:1px solid #555;
border-left:1px solid #555;
border-bottom:1px solid #555;
}



Parašė Narysx· 2009 Bal. 2 17:04:29
#8

Keičiau... Ne taip gaunasi. Ne vienodas borderis. px keičiant irgi tas pats.

Parašė 7even· 2009 Bal. 2 17:04:59
#9

color : #555; :[ kuola uz atsakyma :) dekuj

Parašė Manijakass· 2009 Bal. 2 17:04:15
#10

Px - tai pikseliai o tai reiskia didumas,platumas, turetu #555 keitaliojus viskas gautis,arba solid keisk i kita.

Parašė Narysx· 2009 Bal. 2 17:04:59
#11

:D žn aš, kas yra px. :D Never mind, susitvarkiau...