Merhaba,
Sizlerle yeni, değişik menü paylaşmak istedim.
=> Giriş yapmadan önce
http://img11.resimup.net/di/013009534782.jpg
=> Giriş yaptıktan sonra
http://img14.resimup.net/di/413009535378.jpg
=> Kodu eklemeniz gereken yer Yönetim Paneli Afiş asmak Modeller => Genel Yönetim "overall_header"
=>Düzenlemeniz gereken yerler http://siteadesiniz.com yazan yerlerde kendi site adresinizi yazmalisiniz. Kod'ta arayain ve "Site başlığı buraya" kendi site başlığınizi yazin, ayrica "yazi buraya" da kendi sloganizi yazmayi unutmayin
- Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB}> <head> <!-- BEGIN meta_emulate_ie7 --> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <!-- END meta_emulate_ie7 --> <title>{SITENAME_TITLE}{PAGE_TITLE}</title> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING};" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="content-style-type" content="text/css" /> <!-- BEGIN switch_canonical_url --> <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" /> <!-- END switch_canonical_url --> {META_FAVICO} {META} {META_FB_LIKE} <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" /> {T_HEAD_STYLESHEET} {CSS} <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" /> <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" /> <script src="{JQUERY_PATH}" type="text/javascript"></script> <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login --> <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script> <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script> <!-- END switch_fb_login -->
<!-- BEGIN switch_ticker --> <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" /> <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script> <!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new --> <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script> <script type="text/javascript">//<![CDATA[ /* Definir le sens de direction en fonction du panneau admin */ var tickerDirParam = "{switch_ticker.DIRECTION}"; var slid_vert = false; var auto_dir = 'next'; var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam ) { case 'top' : slid_vert = true; break;
case 'left': break;
case 'bottom': slid_vert = true; auto_dir = 'prev'; break;
case 'right': auto_dir = 'prev'; break;
default: slid_vert = true; }
$(document).ready(function() { var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0) { $('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */ $('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des ?l?ments */ var width_max = $('ul#fa_ticker_content').width(); var width_item = Math.floor(width_max / {switch_ticker.SIZE}); var height_max = h_perso;
/* Calcul de la hauteur maximale du contenur en fonction des ?l?ments et de la hauteur personnalis?e dans l'admin */ $('ul#fa_ticker_content li').each( function () { if ($(this).height() > height_max) { height_max = $(this).height(); } } );
/* Redimensionnement des ?l?ments et des images trop larges */ $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () { if ($(this).width() > width_item) { var ratio = $(this).width() / width_item; var new_height = Math.round($(this).height() / ratio); $(this).height(new_height).width(width_item); } });
/* Redimensionnement et centrage du conteneur en mode vertical */ if (slid_vert) { $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto'); }
/* Initialisation du caroussel */ $('#fa_ticker_content').jcarousel({ vertical: slid_vert, wrap: 'circular', auto: {switch_ticker.STOP_TIME}, auto_direction: auto_dir, scroll: 1, size: {switch_ticker.SIZE}, height_max: height_max, animation: {switch_ticker.SPEED} }); } else { $('ul#fa_ticker_content li:not(:first)').css('display','none'); $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center'); } }); //]]> </script> <!-- END switch_ticker_new -->
<script type="text/javascript">//<![CDATA[ $(document).ready(function(){ <!-- BEGIN switch_enable_pm_popup --> pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); pm.focus(); <!-- END switch_enable_pm_popup --> <!-- BEGIN switch_report_popup --> report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}'); report.focus(); <!-- END switch_report_popup --> <!-- BEGIN switch_ticker --> ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME}); <!-- END switch_ticker --> });
<!-- BEGIN switch_login_popup --> var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false; <!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup --> $(document).ready( function() { $(window).resize(function() { var windowWidth = document.documentElement.clientWidth; var popupWidth = $("#login_popup").width(); var mypopup = $("#login_popup");
$("#login_popup").css({ "left": windowWidth/2 - popupWidth/2 }); }); }); <!-- END switch_login_popup --> //]]> </script> {GREETING_POPUP} <!-- BEGIN switch_ticker_new --> <style> .jcarousel-skin-tango .jcarousel-item { text-align:center; width: 10px; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-right: {switch_ticker.SPACING}px; }
.jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: {switch_ticker.SPACING}px; } </style> <!-- END switch_ticker_new -->
<!-- BEGIN google_analytics_code --> <script type="text/javascript"> //<![CDATA[ var _gaq = _gaq || []; _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']); _gaq.push(['_trackPageview']);
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); //]]> </script> <!-- END google_analytics_code --> </head> <body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> <div id="antet"> <div id="continut"> <span style="font-size: 44px;"><a href="http://siteadesiniz.com">Site başlığı buraya</a></span><br> <span class="continut2" style="font-size: 16px;"><a href="http://siteadesiniz.com">yazi buraya....</a></span> </div> </div> <ul id="nav" class="dropdown dropdown-horizontal"> <li><a href="/">Anasayfa</a></li> <li><a href="/forum" class="dir">Forum</a> <ul> <li><a href="/memberlist">Üyeler/a></li> <li><a href="/groups">Gruplar</a></li> <li><a href="/calendar">Takvim</a></li> <li><a href="/gallery">Galeri</a></li> <li><a href="/faq">SSS</a></li> </ul> </li> <li><a href="#" class="dir">Link 1</a></li> <li><a href="#" class="dir">Link 2</a></li> <li><a href="#" class="dir">Link 3</a> <ul> <li><a href="#">SubLink 1</a></li> <li><a href="#">SubLink 2</a></li> <li><a href="#">SubLink 3</a></li> <li><a href="#">SubLink 4</a></li> <li><a href="#">SubLink 5</a></li> </ul> </li> <li><a href="#" class="dir">Link 4</a></li> <li><a href="#" class="dir">Link 5</a> <ul> <li><a href="#">SubLink 1</a></li> <li><a href="#">SubLink 2</a></li> <li><a href="#">SubLink 3</a></li> <li><a href="#">SubLink 4</a></li> <li><a href="#">SubLink 5</a></li> </ul> </li> <!-- BEGIN switch_user_logged_in --> <li id="logout"><a href="/login?logout=1">Çık</a></li> <li id="profil"><a href="/profile?mode=editprofile" class="dir">Profil</a> <ul> <li><a href="/profile?mode=editprofile">Bilgiler</a></li> <li><a href="/profile?mode=editprofile&page_profil=preferences">Seçenekler</a></li> <li><a href="/profile?mode=editprofile&page_profil=signature">İmza</a></li> <li><a href="/profile?mode=editprofile&page_profil=attachments">Eklentiler</a></li> <li><a href="/profile?mode=editprofile&page_profil=avatars">Avatar</a></li> <li><a href="/profile?mode=editprofile&page_profil=friendsfoes">Arkadaş ve tanınmamış</a></li> <li><a href="/search?search_id=watchsearch">Gözlenmiş konular </a></li> <li><a href="/search?search_id=watchsearch">Favoriler</a></li> </ul> </li> <li id="mesagerie"><a href="/privmsg?folder=inbox" class="dir">Özel Mesajlar</a> <ul> <li><a href="/privmsg?folder=inbox">Gelenler</a></li> <li><a href="/privmsg?folder=sentbox">Ulaşanlar </a></li> <li><a href="/privmsg?folder=outbox">Gönderilenler</a></li> <li><a href="/privmsg?folder=savebox">Saklananlar </a></li> </ul> </li> <!-- END switch_user_logged_in --> <!-- BEGIN switch_user_logged_out --> <li id="register"><a href="/register" class="dir">Kayit ol</a></li> <li id="login"><a href="/login" class="dir">Giriş yap</a></li> <!-- END switch_user_logged_out --> <li id="cautare"> <form method="get" action="/search.forum" id="search"> <input type="text" name="search_keywords" id="keywords" maxlength="128" value="Arama…" onclick="if (this.value == 'Arama…') this.value = '';" onblur="if (this.value == '') this.value = 'Arama…';"> <input type="submit" value="" id="cauta"> </form></li> </ul>
<!-- BEGIN hitskin_preview --> <div id="hitskin_preview" style="display: block;"> <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1> <div class="content"> <p> {hitskin_preview.L_THEME_SITE_PREVIEW}
<span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span> </p> </div> </div> <!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup --> <div id="login_popup"> <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0"> <tr height="25"> <td class="catLeft"> <span class="genmed module-title">{SITENAME}</span> </td> </tr> <tr height="{LOGIN_POPUP_MSG_HEIGHT}"> <td class="row1" align="left" valign="top"> <div id="login_popup_buttons"> <form action="{S_LOGIN_ACTION}" method="get"> <input type="submit" class="mainoption" value="{L_LOGIN}" /> <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" /> <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" /> </form> </div> <span class="genmed">{LOGIN_POPUP_MSG}</span> </td> </tr> </table> </div> <!-- END switch_login_popup -->
<a name="top"></a> {JAVASCRIPT} <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center"> <tr> <td class="bodyline"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <!-- BEGIN switch_logo_left --> <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td> <!-- END switch_logo_left --> <td align="center" width="100%" valign="middle"> <!-- BEGIN switch_logo_center --> <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
<!-- END switch_logo_center --> <div class="maintitle">{MAIN_SITENAME}</div>
<span class="gen">{SITE_DESCRIPTION} </span> </td> <!-- BEGIN switch_logo_right --> <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td> <!-- END switch_logo_right --> </tr> </table>
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}"> <tr> <td align="{MENU_POSITION}"{MENU_NOWRAP}></td> </tr> </table>
<div style="clear: both;"></div>
<!-- BEGIN switch_ticker_new --> <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline"> <tr> <td {CLASS_TABLE_TYPE} align="left" class="row1"> <div id="fa_ticker_container"> <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;"> <!-- BEGIN ticker_row --> <li>{switch_ticker.ticker_row.ELEMENT}</li> <!-- END ticker_row --> </ul> </div> </td> </tr> </table> </div> <!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker --> <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline"> <tr> <td {CLASS_TABLE_TYPE} align="left" class="row1"> <div id="fa_ticker_container"> <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;"> <div class="fa_ticker_content"> <!-- BEGIN ticker_row --> <div>{switch_ticker.ticker_row.ELEMENT}</div> <!-- END ticker_row --> </div> </div> </div> </td> </tr> </table> </div> <!-- END switch_ticker -->
<div id="page-body"> <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}> <table cellpadding="0" cellspacing="0" width="100%" class="three-col"> <tbody> <tr> <td valign="top" width="{C1SIZE}"> <div id="{ID_LEFT}"> <!-- BEGIN giefmod_index1 --> {giefmod_index1.MODVAR} <!-- BEGIN saut --> <div style="height:{SPACE_ROW}px"></div> <!-- END saut --> <!-- END giefmod_index1 --> </div> </td> <td valign="top" width="100%"> <!-- BEGIN html_validation --> </td> </tr> </tbody> </table> </div> </div> </td> </tr> </table> </body> </html> <!-- END html_validation -->
<style> /*---------Altele--------*/
.avatar{ border: 1px solid #c7c7c7; }
#continut { margin-left: 20px; }
.code{ color: black; padding: 1px; background:#f5f5f5 ; background-repeat: no-repeat; background-position: top right; border: 1px solid #c2c2c2; font-size: 0.95em; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.continut2{ margin-left: 30px; }
.postimg{ background-color: #ffffff; border: 1px solid #c7c7c7; }
.postimg2{ padding: 4px; background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); border: 1px solid #c7c7c7; margin: 4px; padding: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.optiunisb{ align: right; }
.profilc{ font-size: 12px; text-align: center; }
.titlu_topic99{ background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); margin-left: -9px; border: 1px solid #c7c7c7; width: 332px; border-top-right-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; }
.buton1{ padding: 4px; background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); border: 1px solid #c7c7c7; margin: 4px; padding: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.buton2{ background-color: #ffffff; border: 1px solid #c7c7c7; }
.semnatura{ padding: 4px; background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); border: 1px solid #c7c7c7; margin: 4px; padding: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.semnatura2{ background-color: #ffffff; border: 1px solid #c7c7c7; }
.catHead{ border: 1px solid #e1e1e1; }
.menunav{ margin-bottom: -100px; }
.forumline{ border: 1px solid #c7c7c7; }
.backgroundmenu{ width: 1600px; height: 100px; background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); border-bottom: 1px solid #e1e1e1; }
.tabel_meniu{ width: 100%; height: 200px; background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); }
.meniu_sus{ margin-top: -10px; }
.submeniu{ margin-top: -80px; background-image: -moz-linear-gradient(bottom, #f9f9f9, #ffffff); width: 1600px; height: 40px; border-bottom: 1px solid #e1e1e1; }
.profilcontent{ font-size: 12px; }
button.button2, input.button2 { border-bottom-left-radius: 5px; border-top-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius: 0px 5px 0px 5px; -moz-border-radius: 0px 5px 0px 5px;}
.reguli{ background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); font-size: 12px; text-align: center; }
.post-options-m{ text-align: right; }
.forumline, .thHead, .nav, .cattitle, .catHead{ border: none!important; }
.catHead{ border: none!important; }
.thCornerL{ border: none!important; }
.thCornerR{ border: none!important; }
.optiunim{ padding: 3px; border: 1px solid #B2B2B2; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.susm{ background: #c7c7c7; }
.structmesj{ border-top: 1px dashed #B2B2B2; padding: 5px 10px;}
.info_forum{ border: 1px solid #c7c7c7; opacity:0.7; filter:alpha(opacity=70); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.info_forum:hover{ border: 1px solid #c7c7c7; opacity:1; filter:alpha(opacity=100); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.titlu_topic99{ font-family: 'Times New Roman'; margin-bottom: -4px; margin-top: 4px; }
.icont{ margin-bottom: -4px; }
.lista_sb1{ padding: 4px; background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); border: 1px solid #c7c7c7; margin: 4px; padding: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.lista_sb2{ background-color: #ffffff; border: 1px solid #c7c7c7; }
/*--------Categories-------*/
.mesaj_ps1{ background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); border: 1px solid #c7c7c7; margin: 4px; padding: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.mesaj_ps2{ background-color: #ffffff; border: 1px solid #c7c7c7; }
.secondarytitle{ width: 600px; border-bottom: 1px dashed #c7c7c7; }
.cat_topic{ font-size: 11px; width: 30px; border: 1px solid #c7c7c7; padding: 2px; }
.cat_post{ font-size: 11px; width: 30px; border: 1px solid #c7c7c7; padding: 2px; }
.cat_lp{ font-size: 12px; margin-left: 50px; margin-right: -2px; border: 1px solid #c7c7c7; border-right: 0px; background: #f7f7f7; width: 200px; }
.cattt2{ background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); border: 1px solid #c7c7c7; margin: 4px; padding: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.cattt{ background-color: #ffffff; border: 1px solid #c7c7c7; }
.tabel_cat{ margin: 4px; border: 1px solid #c7c7c7; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
/*-------Topics list-------*/
.replies, .views{ font-size: 11px; }
.nouaore{ width: 600px; margin-right: 600px; }
.div_st2{ background-color: #fafafa; }
.div_st{ border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; padding: 4px; background-color: #f8f8f8; border: 1px solid #c7c7c7; }
.last_post{ background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); width: 200px; padding: 2px; border: 1px solid #c7c7c7; font-size: 11px; font-weight: bold; font-family: 'Arial'; }
.autor{ margin-left: -15px; margin-right: 20px; font-family: 'Arial'; padding: 2px; padding-left: 5px; padding-right: 5px; font-size: 10px; }
.reply{ padding: 2px; font-size: 12px; border: 1px solid #c7c7c7; }
.view{ padding: 2px; font-size: 12px; border: 1px solid #c7c7c7; }
.tabel_topic{ margin: 4px; margin-top: 2px; margin-bottom: 2px; border: 1px solid #c7c7c7; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; opacity: 0.8; filter:alpha(opacity=80); }
.tabel_hover{ margin: 4px; margin-top: 2px; margin-bottom: 2px; border: 1px solid #a6a4a4; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; opacity: 1; filter:alpha(opacity=100); }
.topic-title{ color: black; }
.titlu_topic2{ color: black; font-size: 13px; font-weight: bold; }
.titlu_topic2 br{ display: none!important; }
.titlu_topic{ background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); border-top-right-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; font-size: 13px; color: black; margin-left: -9px; border: 1px solid #c7c7c7; font-family: 'Times New Roman'; padding: 2px; padding-top: 0px; width: 400px; }
/*-----------Rezolvare buguri---------*/
.vote, .votebar, .vote-button, .vote-no-bar, .h34{ border: 0px; }
.last-topic{ background: black; }
.icon{ margin-top: -3px; margin-bottom: -3px; }
.topic_list_desc{ margin-top: -2px; }
.but_mesaj{ border: 1px solid #c7c7c7; }
.body{ font-family: 'Arial'; }
.reguli{ padding: 6px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border: 1px solid #e1e1e1; padding-left: 9px; }
/*--------Statistici & Cine este conectat-------*/
.echipa{ width: 300px; margin-left: 20px; }
.conectat{ margin-bottom: -60px; width: 400px; }
.statistici{ margin-right: 60px; width: 300px; }
.titlu_st{ color: #545454; font-weight: bold; font-size: 14px; font-family: 'Times New Roman'; }
.tabel_statistici{ border: 1px solid #c7c7c7; font-size: 13px; padding: 3px; font-family: 'Arial'; }
.tabel_statistici:hover{ border: 1px solid #a2a2a2; }
.echipacl{ font-weight: bold; }
/*-------Footer-------*/
#footer { height: 470px; background: url(http://i75.servimg.com/u/f75/16/05/93/11/back13.png) no-repeat center; }
/* ------------- Casuta de cautare */
html, body { margin: 0; padding: 0; }
#btn{ background-image: url(http://i65.servimg.com/u/f65/14/45/99/41/cauta10.png); background-position: top; width:55px; height:23px; border: 0; cursor: pointer; }
#btn:hover{ background-image: url(http://i65.servimg.com/u/f65/14/45/99/41/cauta10.png); background-position: bottom; }
.costum_search { background-color: #f0f0f0; color: #000000; border: 0px solid #000000; font-family: Verdona; font-size: 15px; font-style: italic; text-align: left; width: 120px; margin: 0px; } .cauta { background-color: transparent; border: 0px; }
/*---Viewtopic---*/
.butoane{ background: #ececec url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); border: 1px solid #c7c7c7; width: 110px; }
.postdet{ font-size: 11px; font-family: 'Arial'; }
.tabel_mesaj{ border: 1px solid #c7c7c7; }
#contur_mesaj{ border: 1px solid #c7c7c; }
.mesajm{ border: 1px solid #c7c7c7; }
.mesajt{ color: black; }
.titlet{ color: #939393; font-family: 'Arial'; }
.bkavatar { margin-right: 10px; background: #ececec url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); border: 1px solid #c7c7c7; padding: 3px; } .icons { padding: 3px; background-color: #ffffff; border: 1px solid #adadad; }
.rang { padding-left: 4px; padding-right: 4px; padding-bottom: 2px; font-size: 10px; } .member { padding-left: 4px; padding-right: 4px; } /*------------------------------------*/ .icons, .bkavatar{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } .rang{ border-bottom: 1px solid #adadad; border-left: 1px solid #adadad; border-right: 1px solid #adadad; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px font-size: 10px; } .member{ border-top: 1px solid #adadad; border-left: 1px solid #adadad; border-right: 1px solid #adadad; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
/*----------------Zonele pentru text----------------*/ input { text-shadow: 1px 1px 1px #ffffff; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff ), to(#ededed)); border: 1px solid #dbdbdb; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; background-color: #fdfdfd; } input:hover { text-shadow: 1px 1px 1px #ffffff; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff ), to(#ededed)); box-shadow: 0px 0px 2px #b6b6b; -webkit-box-shadow: 0px 0px 2px #b6b6b; -moz-box-shadow: 0px 0px 2px #b6b6b; border: 1px solid #c7c7c7; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
textarea { background: #ececec url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); border: 1px solid #c7c7c7; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
/*--------Altele---------*/ .copyright{ color: #aaaaaa; font-size: 12px; }
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { border: 0px; }
/*--------Pentru forumuri------------*/
.forumline { border: 0px; }
.forum_desc{ margin-bottom: -3px; margin-top: 7px;}
.titlu2 , .foruml , .cattitle{ font-family: 'Arial'; font-size: 10px; color: #ececec; }
.forum_name{ margin-bottom: 4px; padding: 3px; font-family: 'Arial'; font-size: 12px; border: 1px solid #c7c7c7; }
.tabel_forum{ margin-top: 4px; margin-bottom: 4px; border: 1px solid #c7c7c7; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.postz{ margin-left: 40px; }
.lastz{ margin-left: 40px; width: 190px; border-top: 1px solid #c7c7c7; border-left: 1px solid #c7c7c7; border-bottom: 1px solid #c7c7c7; border-top-left-radius: 3px; border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3x; -webkit-border-bottom-rleft-radius: 3px; }
/*----------------Background-ul forumului----------------*/ body { background: #f5fdff; font-family: 'Arial'; }
.bodyline { background: #ffffff; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-top-left-radius: 0px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-left: 1px solid #c7c7c7; border-right: 1px solid #c7c7c7; border-bottom: 1px solid #c7c7c7; padding-left: 9px; padding-right: 9px; padding-bottom: 9px; }
/*----------------Meniu membri----------------*/ #icon_mini_register{ background: url(http://i75.servimg.com/u/f75/16/05/93/11/inregi10.png); }
/*-----------Modificari categorii------*/
/*-----------Links--------*/ a {text-decoration: none;} a:hover{text-decoration: none !important;}
/*----------------Drop Down Menu----------------*/ ul.dropdown, ul.dropdown li, ul.dropdown ul { list-style: none; margin: 0; padding: 0; }
ul.dropdown { position: relative; z-index: 999; float: left; }
ul.dropdown li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1; }
ul.dropdown li.hover, ul.dropdown li:hover { position: relative; z-index: 999; cursor: default; }
ul.dropdown ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 999; width: 100%; }
ul.dropdown ul li { float: none; }
ul.dropdown ul ul { top: 1px; left: 99%; }
ul.dropdown li:hover > ul { visibility: visible; }
/* ----- ALL LEVELS (incl. first) */
ul.dropdown { font: bold 12px Arial, Helvetica, sans-serif; }
ul.dropdown li { padding: 7px 12px; background-color: transparent; color: #fff; }
ul.dropdown li.hover, ul.dropdown li:hover { background-color: transparent; }
ul.dropdown a:link, ul.dropdown a:visited { color: #fff; text-decoration: none; } ul.dropdown a:hover { color: #fff; text-decoration: underline; } ul.dropdown a:active { color: #fff; }
/* ----- END LEVEL */
/* ----- NON-FIRST LEVEL */
ul.dropdown ul { margin-left: -6px; width: 170px; padding-bottom: 9px; background: url(http://i65.servimg.com/u/f65/14/45/99/41/dropdo10.png) 0 100% no-repeat; color: #000; font-size: 11px; font-weight: normal; }
ul.dropdown ul li { background-color: transparent; color: #000; }
ul.dropdown ul li.hover, ul.dropdown ul li:hover { background-color: transparent; }
ul.dropdown ul li.empty { padding: 12px 12px 7px !important; font-weight: bold; }
ul.dropdown ul a:link, ul.dropdown ul a:visited { color: #000; } ul.dropdown ul a:hover { color: #000; text-decoration: none; } ul.dropdown ul a:active { color: #000; }
ul.dropdown ul ul { display: none; }
ul.dropdown ul ul li {}
/* ----- END LEVEL */
/*------------------------------------------------------------------------------------------------------/ * @section Support Class 'dir' * @level sep ul, .class */
/* ----- ALL LEVELS (incl. first) */
ul.dropdown *.dir { padding-right: 12px; background-image: none; background-position: 100% 50%; background-repeat: no-repeat; }
/* ----- END LEVEL */
ul.dropdown li a { /* Moved from 'custom' section */ display: block; padding: 7px 12px; }
/* ------------- Override default */
ul.dropdown li { padding: 0; }
/* ------------- Reinitiate default: post-override activities */
ul.dropdown li.dir { padding: 7px 20px 7px 12px; }
ul.dropdown ul li.dir { padding-right: 15px; }
/* ------------- Custom */
ul.dropdown li {
}
/* Especially for IE6 or lower */
ul.dropdown ul a { padding: 4px 5px 4px 12px; /*width: 139px;*/ }
ul.dropdown ul a:hover { padding: 3px 5px 3px 11px; border: solid 1px #ddd; background-color: #eee; font-weight: bold; }
ul.dropdown ul a.dir { /*width: 129px;*/ }
/* ------------- Casuta de cautare */
html, body { margin: 0; padding: 0; }
#btn{ background-image: url(http://i65.servimg.com/u/f65/14/45/99/41/cauta10.png); background-position: top; width:55px; height:23px; border: 0; cursor: pointer; }
#btn:hover{ background-image: url(http://i65.servimg.com/u/f65/14/45/99/41/cauta10.png); background-position: bottom; }
.costum_search { background-color: #f0f0f0; color: #000000; border: 0px solid #000000; font-family: Verdona; font-size: 15px; font-style: italic; text-align: left; width: 120px; margin: 0px; } .cauta { background-color: transparent; border: 0px; } body {margin: 0px !important;} .bodyline {border-top: 0px !important;} div.pun {border-top: 0px !important;} ul.dropdown, ul.dropdown li, ul.dropdown ul { list-style: none; margin: 0; padding: 0; } ul.dropdown { position: relative; z-index: 999; float: left; } ul.dropdown li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1; } ul.dropdown li.hover, ul.dropdown li:hover { position: relative; z-index: 999; cursor: default; } ul.dropdown ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 999; width: 100%; } ul.dropdown ul li {float: none;} ul.dropdown ul ul { top: 1px; left: 99%; } ul.dropdown li:hover > ul {visibility: visible;} /* —– Efectele meniului */ ul.dropdown { font: bold 12px Arial, Helvetica, sans-serif; /* fontul, dimensiunea si stilul textului */ } ul.dropdown li { margin-bottom: -1px; padding: 7px 12px; background-color: transparent; /* culoarea de fundal a meniului */ color: #000; /* culoarea link-ului */ } ul.dropdown li.hover, ul.dropdown li:hover { -moz-box-shadow:inset 0px 0px 5px #8A8A8A; -webkit-box-shadow:inset 0px 0px 5px #8A8A8A; box-shadow:inset 0px 0px 5px #8A8A8A; background-color: #ffffff; } ul.dropdown a:link, ul.dropdown a:visited { color: grey; text-decoration: none; } /* culoarea link-ului vizitat */ ul.dropdown a:hover { color: black; text-decoration: none; } /* culoarea link-ului la trecerea curosrului peste el */ ul.dropdown a:active { color: red; } /* culoarea link-ului cand tii apasat click pe el */ ul.dropdown ul { margin-left: -6px; width: 170px; padding-bottom: 9px; background: url(http://tutoriale.alexandrumiron.ro/files/fg-menu/bg.png) 0 100% no-repeat; /* imaginea de fundal a subnav-erilor */ color: #000; font-size: 11px; /* dimensiunea link-ului a subnav-elor */ font-weight: normal; } ul.dropdown ul li { color: #000; background-color: transparent; } ul.dropdown ul a:link, ul.dropdown ul a:visited { color: #000; } ul.dropdown ul a:hover { color: #000; text-decoration: none; } ul.dropdown ul a:active { color: #000; } /* —– Sfarsit Efecte */ ul.dropdown li a { display: block; padding: 7px 12px; } ul.dropdown li {padding: 0;} ul.dropdown ul a { padding: 4px 5px 4px 12px; /*width: 139px;*/ } ul.dropdown ul a:hover { padding: 3px 5px 3px 11px; border: solid 1px #ddd; background-color: #eee; font-weight: bold; } ul.dropdown ul a.dir { /*width: 129px;*/} #nav{ width: 100%; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E8E8E8); -ms-filter: “progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E8E8E8)”; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E8E8E8)); background: -moz-linear-gradient(top, #ffffff, #E8E8E8); background-color: #E8E8E8; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD; } li#cautare { margin-right: 10px; float: right; } li#cautare:hover { background-color: transparent; -moz-box-shadow:inset 0px 0px 0px; -webkit-box-shadow:inset 0px 0px 0px; box-shadow:inset 0px 0px 0px; } #keywords { font-style: italic; font-family: Georgia; font-size: 16px; padding-left: 5px; padding-right: 20px; margin-top: 2px; height: 20px; width: 125px; color: grey; background-color: #ffffff; border: 1px solid #d6d6d6; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } #keywords:focus { background-color: #F0FFFF; border: 1px solid #BABABA; } #cauta { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; width: 16px; height: 20px; background: url(http://tutoriale.alexandrumiron.ro/files/fg-menu/cauta.png) no-repeat; /* imaginea de cautare – lupa */ background-color: transparent; border: 0px; cursor: pointer; margin-left: -20px; } #cauta:hover { filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity: 1.0; opacity: 1.0; } li#profil { z-index: 999; position: absolute; right: 250px; }
li#logout { z-index: 999; position: absolute; right: 301px; }
li#mesagerie { z-index: 999; position: absolute; right: 165px; } li#register { z-index: 999; position: absolute; right: 255px; } li#login { z-index: 999; position: absolute; right: 160px; } a:link,a:hover { text-decoration: none !important; } div#antet { background-color: #E8E8E8; background: url(http://tutoriale.alexandrumiron.ro/files/fg-menu/bg-header.png); /* imaginea de fundal a antetului */ width: 100%; } #continut a{ text-decoration: none; color: #A3A3A3; } #continut a:hover{ text-decoration: none; color: #A3A3A3; } #continut { color: #A3A3A3; text-shadow: 1px 1px 1px #ffffff; font-family: Georgia; font-size: 12px; padding: 5px; }
/*MODIFICARE SUBIECTE AND PROFIL ETC -------------------------------------------------*/
.detaliis{ font-size: 12px; }
.tabels1{ padding: 4px; background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); border: 1px solid #c7c7c7; margin: 4px; padding: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.tabels2{ padding: 3px; background-color: #ffffff; border: 1px solid #c7c7c7; }
.profilc{ border: 1px solid #c7c7c7; font-size: 12px; }
.numes1{ font-size: 12px; padding: 4px; background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); border: 1px solid #c7c7c7; margin: 4px; padding: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.numes2{ font-size: 12px; padding: 3px; background-color: #ffffff; border: 1px solid #c7c7c7; }
.mesaj2{ font-size: 12px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 5px 10px;}
.mesajs1{ padding: 4px; background: #ffffff url(http://i75.servimg.com/u/f75/16/05/93/11/bg11.jpg); border: 1px solid #c7c7c7; margin: 4px; padding: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.mesajs2{ padding: 3px; background-color: #ffffff; border: 1px solid #c7c7c7; }
.net{ font-size: 12px; width:145px; border:1px solid #ccc; height:33px; background:#fff;} </style>
İyi forumlar.
|
Salı 12 Ekim 2021 - 23:12 tarafından ankatr
» Çok Acil Bir Yardım Çağrısı
Çarş. 20 Ara. 2017 - 19:27 tarafından maxivizyonum
» Domain hakkinda
Çarş. 20 Ara. 2017 - 17:50 tarafından maxivizyonum
» Yıllar Önce Açtığım Siteye Ulaşamıyorum Kapatmak İstiyorum.
Cuma 15 Eyl. 2017 - 23:08 tarafından Percy
» Profil alani
Perş. 25 Mayıs 2017 - 1:37 tarafından snappy
» Portal istek
Cuma 19 Mayıs 2017 - 8:06 tarafından Kertelek
» Kategorilerin üzerine duyuru
C.tesi 13 Mayıs 2017 - 16:29 tarafından Maxelle
» SSL Sertifika güvenli değil htpps
Perş. 11 Mayıs 2017 - 17:04 tarafından Atiim
» Anasayfa Son Mesajlar Çerceve
Paz 7 Mayıs 2017 - 1:14 tarafından Maxelle