Forums / Cotonti / Skins / New Skin Help- DS-Lyynx

gamer24.7
#13355 2009-06-22 00:38
Done, i now got this in my index.tpl:
<!-- BEGIN: MAIN -->
<div id="lSide">

	<div class="lBoxHD">{PHP.skinlang.index.Online}</div>
	<div class="lboxBody"><a href="plug.php?e=whosonline">{PHP.out.whosonline}</a></div>

<div id="cside">

	{INDEX_NEWS}

	<div class="cBoxHD">{PHP.skinlang.index.Newinforums}</div>
	<div class="cboxBody">{PLUGIN_LATESTTOPICS}</div>
	
	<div class="cBoxHD">{PHP.skinlang.index.Recentadditions}</div>
	<div class="cboxBody">{PLUGIN_LATESTPAGES}</div>

</div>

<div id="rside">

	<div class="rBoxHD">{PHP.skinlang.index.Polls}</div>
	<div class="rboxBody">{PLUGIN_INDEXPOLLS}</div>
		
	<div class="rBoxHD">{PHP.skinlang.index.Online}</div>
	<div class="rboxBody"><a href="plug.php?e=whosonline">{PHP.out.whosonline}</a> :<br />{PHP.out.whosonline_reg_list}</div>
    
</div>

<!-- END: MAIN -->

And this in my .css:
/* ============== Home page ============== */
#content { background:#303030 none; padding:0 10px; margin:0; width:780px; }

#content #lSide { float:left; width:190px; }
#content #lSide .lBoxHD{ width:180px; color:#AAA; background: url(img/lBoxHD.png) no-repeat; height:35px; padding:0 0 0 10px; }
#content #lSide .lboxBody { width:170px; background:#222 url(img/lboxBody.png) no-repeat bottom; min-height:20px; padding:10px; margin-bottom:10px; } 

#content #cSide { width:380px; }
#content #cSide .cBoxHD { color:#AAA; background: url(img/cBoxHD.png) no-repeat; width:370px; height:35px; padding:0 0 0 10px; }
#content #cSide .cboxBody { width:370px; background:#222 url(img/cboxBody.png) no-repeat bottom; min-height:20px; padding:10px; margin-bottom:10px; } 

#content #rSide {float:right; width:190px; }
#content #rSide .rBoxHD { color:#AAA; background: url(img/rBoxHD.png) no-repeat; width:180px; height:35px; padding:0 0 0 10px; }
#content #rSide .rboxBody { width:180px; background:#222 url(img/rboxBody.png) no-repeat bottom; min-height:20px; padding:10px; margin-bottom:10px; }

.newsTitle { background: url(img/news_title.png) no-repeat; width:400px; height:20px; line-height:25px; vertical-align:middle; padding:0 0 0 25px; }
.newsTitle a { font-weight:bold; text-decoration:none; color:#999; }
.newsDate { float:right; padding:0 10px 0 0; height:25px; line-height:25px; vertical-align:middle; }
.newsBody { margin:10px 0 0 10px }
.newsPosted { float:left; margin:8px 0 0 10px; }
.newsOther { text-align:right; margin:8px 0; }

And it still dose'nt work...
[b][color=#000000]Click [/color][url=http://www.design-studio.netau.net][color=#EF2929][u]Here[/u][/color][/url] [color=#F57900]For All You Design [/color][color=#756745]Related Needs.[/color][/b]

Dit bericht is bewerkt door gamer24.7 (2009-06-22 00:39, 15 jaren ago)