Hallo Leute,
kann ich es ändern das das forum in vollbild angezeigtwird?????
MFG Lordfaker
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
forum = "forum.htm"
<html> <head> <title>{TITLE} // Clanpage by z-gfx.de</title> <link rel="stylesheet" type="text/css" href="include/designs/design_22/style.css"> </head> <body topmargin="0" leftmargin="0" background="include/designs/design_22/images/bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="945"> <tr> <td rowspan="4" background="include/designs/design_22/images/bg_sp1.jpg" width="8"> </td> <td width="929" background="include/designs/design_22/images/bg_z1.jpg"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="929"> <tr> <td width="10"> <img border="0" src="include/designs/design_22/images/bg_z1.jpg" width="1" height="21"></td> <td><b><font face="Verdana" size="1" color="#333333">#</font><font face="Verdana" size="1" color="#C10000"> z</font><font face="Verdana" size="1" color="#333333">-gaming </font> <font face="Verdana" size="1" color="#999999"> | irc.quakenet.org</font></b></td> </tr> </table> </td> <td rowspan="4" background="include/designs/design_22/images/bg_sp2.jpg" width="8"> </td> </tr> <tr> <td width="929"> <img border="0" src="include/designs/design_22/images/header.jpg" width="929" height="156"></td> </tr> <tr> <td width="929" background="include/designs/design_22/images/bg_z3.jpg"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="929"> <tr> <td width="380"> <img border="0" src="include/designs/design_22/images/bg_z3.jpg" width="1" height="26"><a href="http://www.z-gfx.de" title="Webspell Clan-Templates"><img border="0" src="include/designs/design_22/images/gra_01.jpg" width="161" height="26" alt="Webspell Clan-Templates"></a></td> <td width="90"><font face="Verdana" size="1" color="#C10000">Newsticker:</font></td> <td width="17"> <img border="0" src="include/designs/design_22/images/newsticker1.jpg" width="17" height="26"></td> <td width="400" background="include/designs/design_22/images/bg_newsticker.jpg"> <font face="Verdana" size="1" color="#666666"> <marquee scrollamount="3">Willkommen bei Pandora e.Gam3ing :) wir sind ein CoD 2 Clan und suchen immer nette Member ;) also das join us schnell ausfüllen ;) </marquee></font></td> <td width="5"> <img border="0" src="include/designs/design_22/images/newsticker2.jpg" width="15" height="26"></td> <td width="200"> <img border="0" src="include/designs/design_22/images/enter.jpg" align="right" width="86" height="26"></td> </tr> </table> </td> </tr> <tr> <td width="929"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="929"> <tr> <td bgcolor="#FFFFFF" width="929" align="left" valign="top">{HMENU}<br />{EXPLODE}</td> </tr> <tr> <td width="159" align="left" valign="bottom"> <img border="0" src="include/designs/design_22/images/gra_bottom_1.jpg" width="159" height="107"></td> <td width="4" align="left" valign="bottom" background="include/designs/design_22/images/bg_m2-4-6.jpg"> </td> <td width="151" align="left" valign="bottom"> <img border="0" src="include/designs/design_22/images/gra_bottom_2.jpg" width="151" height="107"></td> <td width="4" align="left" valign="bottom" background="include/designs/design_22/images/bg_m2-4-6.jpg"> </td> <td bgcolor="#FFFFFF" width="452" align="left" valign="bottom"> </td> <td width="4" align="left" valign="bottom" background="include/designs/design_22/images/bg_m2-4-6.jpg"> </td> <td width="155" align="left" valign="bottom"> <img border="0" src="include/designs/design_22/images/gra_bottom_3.jpg" width="155" height="107"></td> </tr> </table> </td> </tr> <tr> <td background="include/designs/design_22/images/bg_bottom.jpg"><font color="#333333"> <img border="0" src="include/designs/design_22/images/bottom_links.jpg" width="8" height="22"></font></td> <td background="include/designs/design_22/images/bg_bottom.jpg"> <font color="#FFFFFF" face="Arial" size="1">Design und Copyright by www.z-gfx.de</font></td> <td background="include/designs/design_22/images/bg_bottom.jpg"> <img border="0" src="include/designs/design_22/images/bottom_rechts.jpg" width="8" height="22"></td> </tr> </table> <a href="http://www.xfgz123.de" style="display: none;">link </a> </body> </html>
<tr class="Cnorm"> <td class="erstezeile">{_lang_it} {istsind} {gesonline} {_lang_guestsonline,ofthem} {useronline} {_if_{useronline}=='1'}{_lang_registredand}{/_endif}{_if_{useronline}!='1'}{_lang_registrededand}{/_endif} {gastonline} {_lang_guests}<br /> {userliste} </td> </tr>suchen und darunter
<tr class="Cnorm"> <td class="erstezeile">Heute online waren:<br /> {userliste_today} </td> </tr>einfügen.
# statistic # $ges_online_user = ges_online(); $stats_array = array ( 'privmsgpopup' => check_for_pm_popup (), 'topics' => db_result(db_query("SELECT COUNT(ID) FROM `prefix_topics`"),0), 'posts' => db_result(db_query("SELECT COUNT(ID) FROM `prefix_posts`"),0), 'users' => db_result(db_query("SELECT COUNT(ID) FROM `prefix_user`"),0), 'istsind' => ( $ges_online_user > 1 ? 'sind' : 'ist' ), 'gesonline' => $ges_online_user, 'gastonline' => ges_gast_online(), 'useronline' => ges_user_online(), 'userliste' => user_online_liste() );durch
function user_online_today_liste(){ $OnListe = ''; $dif = mktime(0,0,0,date('m'),date('d'),date('Y')); $erg = db_query("SELECT a.id, a.name, a.llogin, b.bez, a.spezrank FROM `prefix_user` a LEFT JOIN prefix_ranks b ON b.id = a.spezrank WHERE a.llogin > '". $dif."' ORDER BY llogin"); while($row = db_fetch_object($erg)) { if ( $row->spezrank <> 0 ) { $OnListe .= '<a title="'.$row->bez.'" href="index.php?user-details-'.$row->id.'"><b><i>'.$row->name.'</i></b></a> , '; } else { $OnListe .= '<a href="index.php?user-details-'.$row->id.'">'.$row->name.'</a> , '; } } $OnListe = substr($OnListe,0,strlen($OnListe) - 3); return ($OnListe); } # statistic # $ges_online_user = ges_online(); $stats_array = array ( 'privmsgpopup' => check_for_pm_popup (), 'topics' => db_result(db_query("SELECT COUNT(ID) FROM `prefix_topics`"),0), 'posts' => db_result(db_query("SELECT COUNT(ID) FROM `prefix_posts`"),0), 'users' => db_result(db_query("SELECT COUNT(ID) FROM `prefix_user`"),0), 'istsind' => ( $ges_online_user > 1 ? 'sind' : 'ist' ), 'gesonline' => $ges_online_user, 'gastonline' => ges_gast_online(), 'useronline' => ges_user_online(), 'userliste' => user_online_liste(), 'userliste_today' => user_online_today_liste() );ersetzen.
/* -------------BODY---------------------------------------------------------------------------*/ body { margin: 0px; background: #2D2D2D; background-image: url(img/bg.jpg); background-position: top; background-repeat: repeat-x;} #main { width: 1005px;} /*background-image: url(img/navi_bg.jpg); background-repeat: repeat-y; vertical-align: top; }*/ /* -------------HEADER---------------------------------------------------------------------------*/ #header_1 { float: none; padding: 0px; margin: 0px; height: 145px; width: 1003px; background: url(img/header.jpg); } /* -------------HORZNAV---------------------------------------------------------------------------*/ #horz_nav_main { width: 1005px; height: 24px; padding: 0px; margin: 0px;} /* -------------LOGINBOX---------------------------------------------------------------------------*/ .login_head{ height: 26px; width: 202px; padding: 0px; margin: 0px; background: url(img/login_head.gif); color: #FFFFFF; text-align: left; text-indent: 27px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; padding-top: 4px;} /* -------------NAVILINKS---------------------------------------------------------------------------*/ #navi{ width: 202px; float: left;} #navibox_l{ width: 202px; text-align: left; clear: none; vertical-align: top; background: url(img/cont_left.gif);} .top{ width: 202px; height: 16px; margin-bottom: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; padding-top: 4px; background-image: url(img/navi_head.gif); text-align: left; text-indent: 25px; font-weight: bold; vertical-align: top; color: #FFFFFF;} .top_2{ width: 202px; height: 28px; margin-bottom: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; padding-top: 4px; background-image: url(img/head_left.gif); text-align: left; font-weight: bold; text-indent: 25px; vertical-align: top; color: #FFFFFF;} .input{ padding-left: 3px; padding-top: 0px;} .com_menu ul{ padding: 0px; margin: 0px; margin-bottom: 0px; list-style-type: none; } .com_menu li{ margin: 0px; padding: 0px; margin-bottom: 0px; list-style-type: none;} .com_menu li ul { margin-bottom: 0px; padding: 0px; margin: 0px;} .com_menu li li { margin-bottom: 0px; padding: 0px; margin: 0px; margin-top: 0px;} .com_menu li a{ margin-bottom: 0px; display: block; margin: 0px; padding: 0px; width: 202px; height: 17px; color: #FFFFFF; text-indent: 35px; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; line-height: 17px; background-image: url(img/navi.gif);} .com_menu li a:hover{ margin-bottom: 0px; display: block; margin: 0px; padding: 0px; width: 202px; height: 17px; color: #000000; text-indent: 35px; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; line-height: 17px; background-image: url(img/navi_hover.gif);} .com_menu li li a{ margin-bottom: 0px; display: block; margin: 0px; padding: 0px; width: 202px; height: 17px; color: #FFFFFF; text-indent: 45px; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; line-height: 17px; background-image: url(img/navi.gif);} .com_menu li li a:hover{ margin-bottom: 0px; display: block; margin: 0px; padding: 0px; width: 202px; height: 17px; color: #000000; text-indent: 45px; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; line-height: 17px; background-image: url(img/navi_hover.gif);} .box_l { width: 176px; padding-left: 10px; padding-right: 16px; color: #FFFFFF; margin-bottom: 0px; text-indent: 0px; font-size: 9px; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background: url(img/cont_left.gif);} .box_l_foot { width: 202px; height: 13px; padding: 0px; margin: 0px; background: url(img/boxfoot_left.gif);} /* -------------CONTENTBEREICH---------------------------------------------------------------------------*/ #content { width: 795px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: left; float: left; vertical-align: top; padding: 4px; color: #0066CC; background: url(img/content.gif);} /* -------------STANDARDSUMS---------------------------------------------------------------------------*/ .abg { } td { font-family: Verdana; font-size: 10px; color: #FFFFFF;} a { font-family: Verdana, Helvetica, sans-serif, Default; font-size: 9px; text-decoration: none; color: #FFFFFF; font-weight: bold;} a:link { font-family: Verdana, Helvetica, sans-serif, Default; font-size: 9px; text-decoration: none; color: #FFFFFF; font-weight: bold; } a:visited { font-family: Verdana, Helvetica, sans-serif, Default; font-size: 9px; text-decoration: none; color: #FFFFFF; font-weight: bold; } a:hover { font-family: Verdana, Helvetica, sans-serif, Default; font-size: 9px; text-decoration: none; color: #BA0A0A; font-weight: bold; } a.box{ color: #FFFFFF; font-family: Verdana, Helvetica, sans-serif, Default; font-size: 9px; } a.box:hover { color: #0066CC; text-decoration: none; } .Chead { background-color: #0066CC ; color: #000000;} .Chead td, .Chead td strong, .Chead h4, .Chead td b{ color: #FFFFFF;} .Callg { color: #FFFFFF; font-family: Verdana, Helvetica, sans-serif, Default; font-size: 9px; } .Callg td { color: #FFFFFF; font-family: Verdana, Helvetica, sans-serif, Default; font-size: 9px; } .Cnorm { background-color: #2B2B2B;} .Cmite { background-color: #2B2B2B;} .Cdark { background-color: #2B2B2B;} #Ballg { color: #FFFFFF;} #Ballg td { color: #FFFFFF;} .Bhead { color: #FFFFFF;} .Bbody { color: #FFFFFF;} .Bbody2 { color: #2B2B2B;} .rand { } .smalfont { font-size: 10px; text-decoration: none;} .border { background-color: #FFFFFF;} hr { height: 0px; border-top-width: 1px; } input, textarea, select { color: #000000; font-family: Verdana, Helvetica, sans-serif, Default; font-size: 9px; border-color: #BA0A0A; border-width: 1px; border-style: solid; text-decoration: none;} #menu { } #menu ul { padding-left: 1px; margin-left: 6px; margin-top: 4px} #smallmenu { } #smallmenu li { font-size: 9px; } #smallmenu a { font-size: 9px; }
Geschlossen | ||
![]() |
Zurück zu Allgemein |