Seite 1 von 1

kleinere Problemchen

Verfasst: 24.08.2003 23:35
von tisi
Hallo,

fragt nicht warum, aber meine css-Datei sieht folgendermaßen aus, so dass es für einen Anfänger fast unmöglich ist, sich darin zurecht zu finden. Kann man das ohne größeren Aufwand in einem Texteditor vielleicht wieder geradebiegen :-?
body { background-color: #C6D9EC; color: #2B4157; scrollbar-base-color: #E8E8E8; scrollbar-arrow-color: #45688B;}font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }p, td { font-size: 11px; }a:link,a:active,a:visited { color : #2B4157; }a:hover { text-decoration: underline; color : #45688B; }hr { height: 0px; border: solid #506070 0px; border-top-width: 1px;}.bodyline { background-color: #2B4157;}.forumline { background-color: #FFFFFF;}td.row1 { background-color: #F5F8FB; }td.row2 { background-color: #E8EFF7; }td.row3, td.row3Right { background-color: #D0DFEF; }th { color: #FFFFFF; font-size: 11px; font-weight : bold; background-color: #6699CC;}td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-color:#AEC9E4; font-weight: bold;}td.spaceRow { background-color: #AEC9E4; }.maintitle,h1,h2 { font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #45688B;}.gen { font-size : 12px; }.genmed { font-size : 11px; }.gensmall { font-size : 10px; }.gen,.genmed,.gensmall { color : #2B4157; }a.gen,a.genmed,a.gensmall { color: #2B4157; text-decoration: none; } usw

Die Installaiton des Glance-Mod hat einwandfrei geklappt. Allerdings hat sich ein kleiner Schönheitsfehler eingeschlichen. Die Zellenbreiten in der glance_body.tpl stimmen nicht mit denjenigen der index_body.tpl überein -
insbesondere betrifft das die Zelle mit den "Folder-Gifs" und die Zelle "aus dem Forum" sollte sich über die gleiche Breite erstrecken wie die Zellen "Themen + Beiträge" aus der index_body.tpl.

zur Veranschaulichung : http://st.vith.be/phpBB2

Ich weiss dafür gibt's selfhtml & Co, aber da bin ich nachwievor nicht fitt genug :oops:

Verfasst: 24.08.2003 23:41
von Leuchte
also wegen der css datei würd ich mal sagen, falscher editor ;)
zum problem.. poste dochmal deine beiden *.tpl's als link

Verfasst: 24.08.2003 23:55
von tisi

Verfasst: 24.08.2003 23:56
von PhilippK
Die CSS-Datei ist vermutlich UNIX-Codiert, was aber einige Windows-Editoren nicht unterstützen.
Zum Konvertieren gibt's entsprechende Tools. Z.B. das vorletzte auf http://bettereditor.org/downloads.htm

Gruß, Philipp

Verfasst: 25.08.2003 00:08
von Leuchte
tausch mal die glance_body.tpl mit der hier aus (vorher backup!)

Code: Alles auswählen

<span class="gen"></span>
<table width="{GLANCE_TABLE_WIDTH}" cellpadding="2" cellspacing="1" border="0" class="forumline" height="100%">
	<!-- BEGIN switch_glance_news -->
    <tr>
		<th class="thCornerL" height="28" align="center">
	<!--	<span class="newsbutton" onClick="rollup_contract(this, 'phpbbGlance_news');">-->
    <!-- BEGIN switch_news_on -->
			-
    <!-- END switch_news_on -->
    <!-- BEGIN switch_news_off -->
			+
    <!-- END switch_news_off -->
		</span>
		</th>
		<th class="thTop" colspan="2" height="28" align="left">
            <table width="100%" cellpadding="0" cellspacing="0" border="0">
            <tr><th align="center">
                {NEWS_HEADING}
                </th>
            </tr>
            </table>
        </th>
        <th class="thTop" height="28" align="center" nowrap="nowrap">aus Forum&nbsp;</th>
        <th class="thCornerR" height="28" align="center" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
    </tr>

    <!-- BEGIN switch_news_on -->
    <tbody id="phpbbGlance_news" style="display: ;">
    <!-- END switch_news_on -->
    <!-- BEGIN switch_news_off -->
    <tbody id="phpbbGlance_news" style="display: none;">
    <!-- END switch_news_off -->  

	<!-- END switch_glance_news -->
    <!-- BEGIN news -->
	<tr>
		<td nowrap="nowrap" valign="middle" class="row1" align="center" width="30"><a href="{news.TOPIC_LINK}">{news.BULLET}</a></td>
		<td valign="middle" width="100%" class="row1"><span class="genmed">{news.TOPIC_TYPE} <a href="{news.TOPIC_LINK}" class="genmed">{news.TOPIC_TITLE}</a></span></td>
		<td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed">&nbsp;<a href="{news.FORUM_LINK}" class="genmed">{news.FORUM_TITLE}</a>&nbsp;</span></td>
		<td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="gensmall">{news.TOPIC_TIME}<br />{news.LAST_POSTER}</span></td>
	</tr>
	<!-- END news -->
    </tbody>

	<!-- BEGIN switch_glance_recent -->
    <tr>
		<th class="thCornerL" height="28" align="center" width="30">
	<!--	<span class="newsbutton" onClick="rollup_contract(this, 'phpbbGlance_recent');">-->
    <!-- BEGIN switch_recent_on -->
			-
    <!-- END switch_recent_on -->
    <!-- BEGIN switch_recent_off -->
			+
    <!-- END switch_recent_off -->
		</span>
		</th>
		<th class="thTop" height="28" align="left">
            <table width="100%" cellpadding="0" cellspacing="0" border="0">
            <tr><th align="center">
                {RECENT_HEADING}
                </th>
            </tr>
            </table>
        </th>
        <th class="thTop" height="28" align="center" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
        <th class="thCornerR" height="28" align="center" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
    </tr>

    <!-- BEGIN switch_recent_on -->
    <tbody id="phpbbGlance_recent" style="display: ;">
    <!-- END switch_recent_on -->
    <!-- BEGIN switch_recent_off -->
    <tbody id="phpbbGlance_recent" style="display: none;">
    <!-- END switch_recent_off -->  

	<!-- END switch_glance_recent -->

    <!-- BEGIN recent -->
	<tr>
		<td nowrap="nowrap" valign="middle" class="row1" align="center" width="30"><a href="{recent.TOPIC_LINK}">{recent.BULLET}</a></td>
		<td valign="middle" width="100%" class="row1"><span class="genmed">{recent.TOPIC_TYPE} <a href="{recent.TOPIC_LINK}" class="genmed">{recent.TOPIC_TITLE}</a></span></td>
		<td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed">&nbsp;<a href="{recent.FORUM_LINK}" class="genmed">{recent.FORUM_TITLE}</a>&nbsp;</span></td>
		<td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="gensmall">{recent.LAST_POST_TIME}<br />{recent.LAST_POSTER}</span></td>
	</tr>
    <!-- END recent -->
    </tbody>
</table>
<span class="gen"></span>

Verfasst: 25.08.2003 12:54
von tisi
das führt leider nicht zum gewünschten ERgebnis