admin
|
Beispiele für include minitab und mininext - 24/03/2006 14:51
Einstellungen für minitab und mininext, bei Einbindung per include, anhand von Beispielen.
Zu sehen unter http://www.hansafriesoythe.de/content/blogcategory/0/130/
Minitab

Minitab-Template (/lmo/template/mini/standard.tpl.php
| Code: | <style type="text/css">
.minitab td, .minitab th .minitab tr{ font-family:Arial, Helvetica, sans-serif;font-size:11px;white-space:normal;text-align:right;color:#333333;border:none;padding:4px;text-indent:3px; }
.minitab table{ border:none;padding:0px;margin:0px;width:168px; }
</style>
<table cellspacing="0" class="minitab">
<!-- BEGIN Inhalt -->
<tr style="<!--Style-->">
<td><!--Platz--></td>
<td><!--TendenzIMG--></td>
<td><!--TeamLang--></td>
<td><!--Punkte--></td>
</tr>
<!-- END Inhalt -->
<tr>
<td colspan="4"><a target="_blank" href="http://www.liga-manager-online.de">(C)</a></td>
<td colspan="4"> </td>
</tr>
</table>
|
Mininext
Mininext-Template (/lmo/template/mini/mininext.tpl.php
| Code: | <style type="text/css">
.nextgame caption, .nextgame td, .nextgame th { background-image:none;font-family:Arial, Helvetica, sans-serif;font-size:11px;white-space:nowrap;text-align:center;color:#333333; }
.nextgame table{ background:none;background-color:none;border:none;border-collapse:collapse;border:0px solid #ccc;margin-bottom:0.3em; }
.nextgame .lost {color: #900;}
.nextgame .win {color: #090;}
.nextgame .draw {color: #999;}
.nextgame .noResult {color: #000;}
.nextgame .result {font-weight:bold;font-size:160%;}
.nextgame ul {margin:0.5em 0;padding:0;list-style:none;}
.nextgame caption { color:#333333;margin-bottom:0.3em;}
.nextgame acronym { cursor:help;border-bottom:1px dotted;color:blue; }
.nextgame small{font-size:11px;}
</style>
<table class="nextgame">
<tr>
<td>
<table width="161">
<caption color="333333"><!--gameTxt--></caption>
<tr>
<td class="nextgame"><!--gameDate--> <!--gameTime--></td>
</tr>
<tr>
<td align="center"><!--homeName--></td>
</tr>
<tr>
<td align="center"><!--imgHomeBig--> - <!--imgGuestBig--></td>
</tr>
<tr>
<td align="center"><!--guestName--></td>
</tr>
<tr>
<td></td>
</tr>
</table>
<!-- BEGIN previous -->
<table width="100%">
<caption><!--previous_gameTxt--></caption>
<tr>
<td class="nextgame"><!--previous_gameDate--> <!--previous_gameTime--></td>
</tr>
<tr>
<td align="center"><!--previous_imgHomeSmall--></td>
</tr>
<tr>
<td align="center"><!--previous_homeName--></td>
</tr>
<tr>
<td class="result"><!--previous_hTore--> : <!--previous_gTore--></td>
</tr>
<tr>
<td align="center"><!--previous_guestName--></td>
</tr>
<tr>
<td align="center"><!--previous_imgGuestSmall--></td>
</tr>
</table>
<!-- END previous -->
</td>
</tr>
<tr>
<td align="right"><small><!--ligaDatum--> <!--copy--></small></td>
</tr>
</table>
|
Ergänzungen im Joomla! Template css ( /templates/DeinJoomlaTemplate/css/template_css.css )
| Code: | .lmo_mininext {
font-size: 10px;
background: transparent;
background-color: transparent;
background-image: none;
text-align: center;
azimuth: center;
}
.lmo_mininext caption {
color: #333333;
font-size: 11px;
font-weight: bold;
height: 21px;
letter-spacing: 1px;
line-height: 21px;
text-align: center;
text-indent: 8px;
text-transform: uppercase;
}
|
Herzliche Grüsse,
Jörn 
Post geändert von: admin, am: 02/02/2007 03:33
|