Nu imi afiseaza logo-ul
Pagina 1 din 1 • Distribuiţi
Nu imi afiseaza logo-ul
Am vrut sa pun un logo la forum si am constatat ca nu mi-l afiseaza.
L-am adaugat in "Imagini si culori" pe "Mod Avansat" . Acolo in previzualizare mi-l arata ca este, insa cand intru pe forum nu apare nimic.
Sa fie oare o problema din template?
Uitati aici scripturile din overall_header:
L-am adaugat in "Imagini si culori" pe "Mod Avansat" . Acolo in previzualizare mi-l arata ca este, insa cand intru pe forum nu apare nimic.
Sa fie oare o problema din template?
Uitati aici scripturile din overall_header:
- Cod:
<!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} {NAMESPACE_BBCODE}>
<head>
<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_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- 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 width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
if (width_max > 0)
{
$('#fa_ticker_content').css('display','block');
$('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).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);
}
});
if (slid_vert)
{
var height_max = h_perso;
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
$('ul#fa_ticker_content li').height(height_max);
}
$('#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[
jQuery().ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
if(pm != null) { 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}');
if(report != null) { report.focus(); }
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
$(window).load(function() {
Ticker.start({
height : {switch_ticker.HEIGHT},
spacing : {switch_ticker.SPACING},
speed : {switch_ticker.SPEED},
direction : '{switch_ticker.DIRECTION}',
pause : {switch_ticker.STOP_TIME}
});
});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, 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 -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
_gaq.push(["_trackPageview"]);
_gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis -->
_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
_gaq.push(['b._trackPageview']);
<!-- END google_analytics_code_bis -->
(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 -->
<script type="text/javascript" src="http://tinyurl.com/var-fa"></script>
</head>
<body>
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="http://i58.tinypic.com/169jb7m.png" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<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" class="module main">
<div id="login_popup_title" class="main-head">
<div class="h3">{SITENAME}</div>
</div>
<div class="main-content">
{LOGIN_POPUP_MSG}
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="button2" value="{L_LOGIN}" />
<input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
</div>
</div>
<!-- END switch_login_popup -->
<a id="top" name="top" accesskey="t"></a>
<div class="minwidth_IE">
<div class="layout_IE">
<div class="container_IE">
<div id="header_bar" class="clearfix">
<div class="main_width">
<div class="socialicons">
<a href="http://www.ipbskinning.com" class="twitter"></a>
<a href="http://www.ipbskinning.com" class="facebook"></a>
<a href="http://www.ipbskinning.com" class="google"></a>
<a href="http://www.ipbskinning.com" class="youtube"></a>
<a href="http://www.ipbskinning.com" class="rss"></a>
</div>
<!-- BEGIN switch_user_logged_in -->
<div id="user_navigation" class="logged_in">
<ul class="ipsList_inline">
<li><a href="/profile?mode=editprofile&page_profil=avatars" title="User control panel">My profile</a></li>
<li><a href="/privmsg?folder=inbox" title="Messenger">Messenger</a></li>
<li><a href="/search?search_id=watchsearch" title="Notifications">Notifications</a></li>
<li><a href="/login?logout" title="Sign Out">Sign Out</a></li>
</ul>
</div><!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="user_navigation" class="not_logged_in">
<ul class="ipsList_inline right">
<li>
<span class="services">
</span>
<a href="/login" title="Sign In" id="sign_in">
<img alt="" src="http://i78.servimg.com/u/f78/18/17/62/92/key10.png" />
Sign In
</a>
</li>
<li>
<a href="/register" title="Create Account" id="register_link" >
<img alt="" src="http://i78.servimg.com/u/f78/18/17/62/92/key10.png" />
Create Account</a>
</li>
</ul>
</div>
<!-- END switch_user_logged_out -->
</div>
</div>
<div id="branding">
<div class="main_width">
<div id="logo">
<div id="textlogo"></div>
</div>
<div id="search" class="right">
<form method="get" action="/search?search_where=11" id="search-box">
<fieldset>
<label for="main_search" class="hide">Search</label>
<a href="/search?search_where=11" title="Advanced Search" accesskey="4" rel="search" id="adv_search" class="right">Advanced</a>
<span id="search_wrap" class="right">
<input type="text" id="main_search" name="search_keywords" class="" size="17" tabindex="100" placeholder="Search...">
<span class="choice ipbmenu clickable" id="search_options">Forums</span>
<input type="submit" class="submit_input clickable" value="">
</span>
</fieldset>
</form>
</div>
</div>
</div>
<div id="navcontainer">
<div id="primary_nav" class="clearfix">
<div class="main_width">
<ul class="ipsList_inline" id="community_app_menu">
<li id="nav_app_forums" class="left active"><a href="/forum" title="Inapoi la prima pagina">Forum</a></li>
<li id="nav_app_members" class="left "><a href="/memberlist" title="Vezi toti membrii">Members</a></li>
<li id="nav_app_downloads" class="left "><a href="http://csarges.forum.st/t39-beneficiile-si-statisticile-donatiilor" title="Doneaza pentru comunitate">Donate</a></li>
<li id="nav_app_blog" class="left "><a href="http://csarges.forum.st/t3-regulament-forum-oficial" title="Vezi regulamentul">Regulament</a></li>
<li id="nav_app_ccs" class="left "><a href="" title="Vezi serverele noastre">Servers</a></li>
<li id="nav_app_nexus" class="left "><a href="http://csarges.forum.st/privmsg?mode=post&u=1" title="Contacteaza un suport">Contact</a></li>
<li id="nav_app_calendar" class="left "><a href="/register" title="Inregistreaza-te acum">Register</a></li>
<li id="nav_other_apps" style="display: none;">
<a href="#" class="ipbmenu" id="more_apps"><img src="http://ipbskinning.com/demoboard/public/style_images/sylopro/useropts_arrow.png"></a>
</li>
</ul>
</div>
</div>
</div>
<div class="pun">
<div id="pun-intro" class="clearfix">
<a href="http://csarges.forum.st/" id="pun-logo"><img src="http://i58.tinypic.com/169jb7m.png" alt="{L_INDEX}" /></a>
<!-- BEGIN switch_h1 -->
<div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
<!-- END switch_h1 -->
<!-- BEGIN switch_desc -->
<p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
<!-- END switch_desc -->
</div>
<div id="pun-head">
<div id="pun-navlinks">
<ul class="clearfix">
<li>{GENERATED_NAV_BAR}</li>
</ul>
</div>
</div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</div>
</div>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<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>
</div>
</div>
</div>
<!-- END switch_ticker -->
<!-- BEGIN switch_user_logged_out -->
<div id="guestcontainer">
<div class="registerbutton">
<h3><a href="/register"> Register now </a></h3>
</div>
<div class="guestmessage">
<p>Welcome! Please take a second to register. </p>
</div>
</div>
<!-- END switch_user_logged_out -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<div id="outer-wrapper">
<div id="wrapper">
<div id="container">
<div id="content">
<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>
<div id="main">
<div id="main-content">
<!-- BEGIN html_validation -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<!-- END html_validation -->
Ultima editare efectuata de catre Wedetyke in Dum Mai 17, 2015 9:06 pm, editata de 1 ori
Re: Nu imi afiseaza logo-ul
Salut, ca sa adaugati un banner in josul forumului trebuie sa urmati urmatorii pasi :
intra in P.A->> Afisare ->> Template-uri ->> General ->> Overall_Footer
Si jos de tot introduci codul bannerului si dai Inregistreaza. Dupa aceea reveniti din nou pe pagina cu templaturile si da-ti pe din dreptul Overall_Footer pentru a publica modificare aduse.
intra in P.A->> Afisare ->> Template-uri ->> General ->> Overall_Footer
Si jos de tot introduci codul bannerului si dai Inregistreaza. Dupa aceea reveniti din nou pe pagina cu templaturile si da-ti pe din dreptul Overall_Footer pentru a publica modificare aduse.
Re: Nu imi afiseaza logo-ul
Nu, nu. Nu cu cele de jos am eu probleme. Am problema chiar cu imaginea de sus din antent.
Mă refer la logo-ul formului, nu apare.
Mă refer la logo-ul formului, nu apare.
Re: Nu imi afiseaza logo-ul
Inlocuieste template-ul actual cu acesta:
Cauta in css:
si inlocuieste cu:
- Cod:
<!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} {NAMESPACE_BBCODE}>
<head>
<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_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- 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 width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
if (width_max > 0)
{
$('#fa_ticker_content').css('display','block');
$('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).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);
}
});
if (slid_vert)
{
var height_max = h_perso;
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
$('ul#fa_ticker_content li').height(height_max);
}
$('#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[
jQuery().ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
if(pm != null) { 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}');
if(report != null) { report.focus(); }
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
$(window).load(function() {
Ticker.start({
height : {switch_ticker.HEIGHT},
spacing : {switch_ticker.SPACING},
speed : {switch_ticker.SPEED},
direction : '{switch_ticker.DIRECTION}',
pause : {switch_ticker.STOP_TIME}
});
});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, 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 -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
_gaq.push(["_trackPageview"]);
_gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis -->
_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
_gaq.push(['b._trackPageview']);
<!-- END google_analytics_code_bis -->
(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 -->
<script type="text/javascript" src="http://tinyurl.com/var-fa"></script>
</head>
<body>
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="http://i58.tinypic.com/169jb7m.png" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<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" class="module main">
<div id="login_popup_title" class="main-head">
<div class="h3">{SITENAME}</div>
</div>
<div class="main-content">
{LOGIN_POPUP_MSG}
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="button2" value="{L_LOGIN}" />
<input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
</div>
</div>
<!-- END switch_login_popup -->
<a id="top" name="top" accesskey="t"></a>
<div class="minwidth_IE">
<div class="layout_IE">
<div class="container_IE">
<div id="header_bar" class="clearfix">
<div class="main_width">
<div class="socialicons">
<a href="http://www.ipbskinning.com" class="twitter"></a>
<a href="http://www.ipbskinning.com" class="facebook"></a>
<a href="http://www.ipbskinning.com" class="google"></a>
<a href="http://www.ipbskinning.com" class="youtube"></a>
<a href="http://www.ipbskinning.com" class="rss"></a>
</div>
<!-- BEGIN switch_user_logged_in -->
<div id="user_navigation" class="logged_in">
<ul class="ipsList_inline">
<li><a href="/profile?mode=editprofile&page_profil=avatars" title="User control panel">My profile</a></li>
<li><a href="/privmsg?folder=inbox" title="Messenger">Messenger</a></li>
<li><a href="/search?search_id=watchsearch" title="Notifications">Notifications</a></li>
<li><a href="/login?logout" title="Sign Out">Sign Out</a></li>
</ul>
</div><!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="user_navigation" class="not_logged_in">
<ul class="ipsList_inline right">
<li>
<span class="services">
</span>
<a href="/login" title="Sign In" id="sign_in">
<img alt="" src="http://i78.servimg.com/u/f78/18/17/62/92/key10.png" />
Sign In
</a>
</li>
<li>
<a href="/register" title="Create Account" id="register_link" >
<img alt="" src="http://i78.servimg.com/u/f78/18/17/62/92/key10.png" />
Create Account</a>
</li>
</ul>
</div>
<!-- END switch_user_logged_out -->
</div>
</div>
<div id="branding">
<div class="main_width">
<div id="logo">
<div id="textlogo"><a href="http://csarges.forum.st/" id="pun-logo"><img src="http://i19.servimg.com/u/f19/18/06/95/12/fdd10.png" alt="{L_INDEX}" /></a></div>
</div>
<div id="search" class="right">
<form method="get" action="/search?search_where=11" id="search-box">
<fieldset>
<label for="main_search" class="hide">Search</label>
<a href="/search?search_where=11" title="Advanced Search" accesskey="4" rel="search" id="adv_search" class="right">Advanced</a>
<span id="search_wrap" class="right">
<input type="text" id="main_search" name="search_keywords" class="" size="17" tabindex="100" placeholder="Search...">
<span class="choice ipbmenu clickable" id="search_options">Forums</span>
<input type="submit" class="submit_input clickable" value="">
</span>
</fieldset>
</form>
</div>
</div>
</div>
<div id="navcontainer">
<div id="primary_nav" class="clearfix">
<div class="main_width">
<ul class="ipsList_inline" id="community_app_menu">
<li id="nav_app_forums" class="left active"><a href="/forum" title="Inapoi la prima pagina">Forum</a></li>
<li id="nav_app_members" class="left "><a href="/memberlist" title="Vezi toti membrii">Members</a></li>
<li id="nav_app_downloads" class="left "><a href="http://csarges.forum.st/t39-beneficiile-si-statisticile-donatiilor" title="Doneaza pentru comunitate">Donate</a></li>
<li id="nav_app_blog" class="left "><a href="http://csarges.forum.st/t3-regulament-forum-oficial" title="Vezi regulamentul">Regulament</a></li>
<li id="nav_app_ccs" class="left "><a href="" title="Vezi serverele noastre">Servers</a></li>
<li id="nav_app_nexus" class="left "><a href="http://csarges.forum.st/privmsg?mode=post&u=1" title="Contacteaza un suport">Contact</a></li>
<li id="nav_app_calendar" class="left "><a href="/register" title="Inregistreaza-te acum">Register</a></li>
<li id="nav_other_apps" style="display: none;">
<a href="#" class="ipbmenu" id="more_apps"><img src="http://ipbskinning.com/demoboard/public/style_images/sylopro/useropts_arrow.png"></a>
</li>
</ul>
</div>
</div>
</div>
<div class="pun">
<div id="pun-intro" class="clearfix">
<!-- BEGIN switch_h1 -->
<div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
<!-- END switch_h1 -->
<!-- BEGIN switch_desc -->
<p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
<!-- END switch_desc -->
</div>
<div id="pun-head">
<div id="pun-navlinks">
<ul class="clearfix">
<li>{GENERATED_NAV_BAR}</li>
</ul>
</div>
</div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</div>
</div>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<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>
</div>
</div>
</div>
<!-- END switch_ticker -->
<!-- BEGIN switch_user_logged_out -->
<div id="guestcontainer">
<div class="registerbutton">
<h3><a href="/register"> Register now </a></h3>
</div>
<div class="guestmessage">
<p>Welcome! Please take a second to register. </p>
</div>
</div>
<!-- END switch_user_logged_out -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<div id="outer-wrapper">
<div id="wrapper">
<div id="container">
<div id="content">
<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>
<div id="main">
<div id="main-content">
<!-- BEGIN html_validation -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<!-- END html_validation -->
Cauta in css:
- Cod:
#textlogo {
color: #fff;
float: left;
font-size: 24px;
margin-top: 6px;
padding: 10px;
text-shadow: 1px 1px 3px #000;
transition: all .3s ease-in-out 0;
}
si inlocuieste cu:
- Cod:
#textlogo {
float: left;
margin-top: -6px;
}
Re: Nu imi afiseaza logo-ul
A mers sa pun logo-ul direct din script dar nu gasesc in css acest script dat de dvs.
Am schimbat link-ul imaginii cu cel dorit si intr-adevar a mers dar problema este ca imi suprapune bara forumului.
- Cod:
#textlogo {
color: #fff;
float: left;
font-size: 24px;
margin-top: 6px;
padding: 10px;
text-shadow: 1px 1px 3px #000;
transition: all .3s ease-in-out 0;
}
Am schimbat link-ul imaginii cu cel dorit si intr-adevar a mers dar problema este ca imi suprapune bara forumului.
Re: Nu imi afiseaza logo-ul
Poti posta foaia de stil css?
Re: Nu imi afiseaza logo-ul
- Cod:
/********** CSS FUENTES **********/
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); }
/********** CSS GENERAL **********/
html, body, .main .main-foot, .main .main-head, .popupInner h3, .cabezal { background: #323232 url(http://ipbskinning.com/demoboard/public/style_images/sylopro/background.png ) repeat; }
body { font-size: 13px; position: relative; font-family: 'Open Sans',sans-serif; }
#pun-head {
display: none;
}
#pun-visit, .main-box {
display: none!important;
}
#pun-intro {
display: none;
}
ul, ol, li { list-style-type: none; }
.pun { background: #fff; padding: 10px 10px; line-height: 120%; -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.1); -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1); box-shadow: 0 5px 9px rgba(0,0,0,0.1); margin-top: 6px; border-radius: 3px; }
/*----------[Borrar Subrayados]------------*/
a {text-decoration: none;}
a:link {text-decoration: none;}
a:hover {text-decoration: none!important;}
a.forumtitle {text-decoration: none;}
a.forumtitle:hover {text-decoration: none!important;}
a.topictitle {text-decoration: none;}
a.topictitle:hover {text-decoration: none!important;}
/*----------------FIN---------------*/
.pun a:link { color: #666; }
.pun a:hover { color: #474747; }
/*Inline CSS for CSS values and limits*/
#branding, #header_bar, #primary_nav { min-width: 980px; }
.pun, .main_width { width: 87%; }
.pun, .main_width { margin: 0 auto; min-width: 800px; }
.main .main-head { margin-top: 9px; }
#copyright:last-child a:first-child:before { content: ''; padding-right: 5px; }
#primary_nav.floating { background: #102030 url(http://ipbskinning.com/demoboard/public/style_images/sylopro/navbg.png ) repeat-x; }
/************************************************************************/
/* LISTS */
.ipsList_inline > li {
display: inline-block;
margin: 0 3px;
}
.ipsList_inline > li:first-child { margin-left: 0; }
.ipsList_inline > li:last-child { margin-right: 0; }
.ipsList_inline.ipsList_reset > li:first-child { margin-left: 3px; }
.ipsList_inline.ipsList_reset > li:last-child { margin-right: 3px; }
.ipsList_inline.ipsList_nowrap { white-space: nowrap; }
.ipsList_withminiphoto > li { /*margin-bottom: 8px;*/ padding: 7px; }
.ipsList_withmediumphoto > li .list_content { margin-left: 60px; }
.ipsList_withminiphoto > li .list_content { margin-left: 44px; }
#index_stats .ipsList_withtinyphoto .list_content,
.ipsList_withtinyphoto > li .list_content { margin-left: 32px; }
.list_content { word-wrap: break-word; }
.ipsList_data li { padding: 6px; line-height: 1.3; }
.ipsList_data .row_data { display: inline-block; }
.ipsList_data .row_title, .ipsList_data .ft {
display: inline-block;
float: left;
width: 120px;
font-weight: bold;
text-align: right;
padding-right: 10px;
}
.ipsList_data.ipsList_data_thin .row_title, .ipsList_data.ipsList_data_thin .ft {
width: 80px;
}
/***CSS HEADER***/
#header_bar { background: url(http://ipbskinning.com/demoboard/public/style_images/sylopro/user_navigation.png) repeat-x; padding: 0; text-align: right; }
.socialicons { float: left; margin: 10px -10px 0 14px; }
.socialicons
.twitter{background-image:url(http://ipbskinning.com/demoboard/public/style_images/sylopro/twitter.png)}.socialicons .twitter:hover{opacity:0.2}.socialicons
.facebook{background-image:url(http://ipbskinning.com/demoboard/public/style_images/sylopro/facebook.png)}.socialicons .facebook:hover{opacity:0.2}.socialicons
.rss{background-image:url(http://ipbskinning.com/demoboard/public/style_images/sylopro/rss.png)}.socialicons .rss:hover{opacity:0.2}.socialicons
.google{background-image:url(http://ipbskinning.com/demoboard/public/style_images/sylopro/googleplus.png)}.socialicons .google:hover{opacity:0.2}.socialicons
.youtube{background-image:url(http://ipbskinning.com/demoboard/public/style_images/sylopro/youtube.png)}.socialicons .youtube:hover{opacity:0.2}#bcholder{width:100%;height:50px;background:blue;margin-bottom:10px}#primary_nav.floating{border-radius:0 0 4px 4px;box-shadow:5px 5px 10px 0 rgba(0, 0, 0, 0.4);color:#FFF;left:0;margin:0
auto;position:fixed;right:0;text-shadow:none;top:0;z-index:1000}#navcontainer{height:60px}
.socialicons a { display: block; float: left; height: 16px; margin: 0 10px 0 0; opacity: 0.7; text-indent: -9999px; width: 16px; }
/*no logeado css fix issues */
#user_navigation.not_logged_in { height: 26px; padding: 6px 0 4px; }
/*** CSS USER ***/
#user_navigation { color: #9f9f9f; font-size: 11px; }
#user_navigation .ipsList_inline li { margin: 0; }
#user_navigation a { color: #fff; }
img, .input_check, .input_radio { vertical-align: middle; }
#user_navigation #register_link { color: #fff; display: inline-block; padding: 3px 8px; }
/*** CSS BRANDING ***/
#branding { min-height: 64px; }
#logo { display: inline; }
/* este css es el que modifica la apariencia del logo http://i.imgur.com/ilnfbol.png */#textlogo { float: left; padding: 10px; font-size: 24px; margin-top: 6px; text-shadow: 1px 1px 3px #000; transition: all 0.3s ease-in-out 0s; color: #fff; }
/* css buscador */
#search { margin: 19px 0; opacity: .7; transition: all 0,2s; }
#search:hover { opacity: 1; }
fieldset, img { border: 0; }
.hide { display: none; }
#adv_search { width: 16px; height: 16px; background: url(http://ipbskinning.com/demoboard/public/style_images/sylopro/advanced_search.png) no-repeat right 50%; text-indent: -3000em; display: inline-block; margin: 4px 0 4px 4px; }
#search_wrap { position: relative; background: #fff; display: block; padding: 0 26px 0 4px; height: 26px; line-height: 25px; -moz-border-radius: 3px 4px 4px 3px; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 3px; border-radius: 3px 4px 4px 3px; -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2); -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2); box-shadow: 0px 2px 4px rgba(0,0,0,0.2); min-width: 230px; border: 2px solid #BEBDBD; }
#main_search { background: transparent; border: 0; font-size: 12px; outline: 0; padding: 0; width: 166px; margin-top: 5px; }
#search_options { font-size: 10px; height: 20px; line-height: 20px; margin: 3px 3px 3px 0; padding: 0 6px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #eaeaea; display: inline-block; float: right; max-width: 80px; text-overflow: ellipsis; overflow: hidden; }
.clickable { cursor: pointer; }
#search .submit_input { background: transparent url(http://ipbskinning.com/demoboard/public/style_images/sylopro/search_icon.png) no-repeat 50%; text-indent: -3000em; padding: 0; border: 0; display: block; width: 26px; height: 26px; position: absolute; right: 0; top: 0; bottom: 0; }
/********** CSS NAVBAR **********/
#navcontainer { height: 60px; }
#primary_nav { font-size: 13px; background: url(http://ipbskinning.com/demoboard/public/style_images/sylopro/navbg.png) repeat-x; }
#community_app_menu>li { margin: 0px 3px 0 0; position: relative; }
#community_app_menu>li>a { color: #dfdfdf; display: block; padding: 15px 15px 17px; text-shadow: 0px 1px 1px rgba(0,0,0,0.5); }
#community_app_menu>li.active>a { margin-top: 0; text-shadow: none; box-shadow: 0 1px 15px #000 inset, 1px 0 0 rgba(255, 255, 255, 0.05), -1px 0 0 rgba(255, 255, 255, 0.05); }
#community_app_menu>li>a:hover, #community_app_menu>li>a.menu_active { color: #fff; }
/********** CSS INDEX_BOX **********/
#stats,.pun .frm-form, .pun .post { background: #fff; border: 1px solid #E4E2E2; }
.pun-crumbs { margin: 0px; padding: 0px; line-height: 15px; height: 40px; background-color: #FFF; background-image: -webkit-linear-gradient(#FFF,#EEE); background-image: -moz-linear-gradient(#FFF,#EEE)); background-image: -ms-linear-gradient(#FFF,#EEE); background-image: -o-linear-gradient(#FFF,#EEE); background-image: linear-gradient(#FFF,#EEE); -moz-border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; border: 1px #CCC solid; -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.1); -ms-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.1); -o-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.1); box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.1); }
.pun-crumbs p { color: #777; margin-top: 18px; padding-left: 7px; line-height: 0px; font-size: 11px; }
.pun .main-content { background: #f2f2f2!important; border: 0px; padding: 9px; }
.pun table.table { background: #fff; border: 1px solid #E4E2E2; }
.table tbody.statused tr td { background: #fff!important; border: 0; border-bottom: 1px solid #f3f3f3; padding: 10px; color: #5a5a5a; }
.table tbody.statused tr td div.by.smalltext { font-size: 11px; color: #a4a4a4; }
.pun .table .tch3xd { text-align: right; }
.pun table.table td.col_c_stats { text-align: right; width: 15%; }
.pun table.table th { background-color: transparent; color: #333; padding: .5em 0; font-variant: small-caps; font-family: tahoma; font-size: 13px; }
.table tbody.statused tr td a.forumtitle { color: #666!Important; font-family: 'Open Sans',sans-serif; font-size: 14px; font-weight: 100; }
.table tbody.statused tr td a.forumtitle:hover { color: #666!Important; }
.table tbody.statused tr td .desc { color: #8B8A8A; font-size: 12px; line-height: 18px; }
.main .main-foot, .main .main-head, .cabezal { color: #fff; padding: 10px 10px 11px; font-size: 16px; font-weight: 300; border-radius: 3px 3px 3px 3px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) inset; }
.main .main-head .page-title, .main .main-head .page-title .h2, .main .main-head .page-title h2 { color: #fff; font-size: 16px; font-weight: 300; }
div.derechita { margin-left: 26px; }
.table tbody.statused tr td.tdtopics a.topictitle { display: inline-block; font-size: 14px; margin-bottom: 1px; }
.main .ipb-content thead { display: none; }
/******************************************************************
************** CSS VIEW TOPIC BODY, HELL YEAH ********************/
.pun h2, .pun h3, .pun input, .pun select, .pun th { font-family: 'Open Sans',sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; }
img.small { max-height: 12px; margin-left: 3px; margin-top: -2px; opacity: 0.5; }
.desc.blend_links { font-size: 11px; color: #76716b; }
.desc.blend_links a { font-size: 11px; color: #76716b; }
.pun .post { border-bottom: 0px none }
.pun .post:last-child { border-bottom: 1px solid #dcd6d1!important }
.pun .post .cabezal .author a span strong { font-weight: 100!important; }
.pun .post .cabezal .author a span { color: white!important; }
.pun .post .cabezal .author a { color: white!important; }
.postfoot { border: 0px; clear: both; margin-left: -16em; padding: .5em 1em; text-align: right; }
.pun .posthead { background: transparent; border-bottom: 0px; padding: 10px 6px 10px 9px; font-size: 11px; color: #a49f98; font-weight: normal; }
.pun .posthead h2 { font-family: 'Open Sans',sans-serif; font-size: 12px; }
.pun .post-entry { padding: 1px; line-height: 1.6; word-wrap: break-word; color: #282828; }
.pun .post .user { display: inline; float: left; margin-left: -191px; margin-top: -2.8em; position: relative; text-align: center; width: 164px; }
.pun .postmain { background-color: transparent; border-left: 0px; margin-left: 16em; }
.pun .user-ident .user-basic-info div#Avatar_For_IPB img { padding: 1px; border: 1px solid #d5d1c8; background: #FDFAF7; -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1); box-shadow: 0px 2px 2px rgba(0,0,0,0.1); max-width: 150px; max-height: 250px; }
.pun .user-ident .user-basic-info div#Avatar_For_IPB a img:hover { border-color: #7b7672; }
.pun .user .user-info { line-height: 1.8em; color: #a49f98; font-weight: normal; font-size: 11px; }
.pun .user-ident .user-basic-info { font-weight: 100; }
/*** CSS MINI AVATAR EN ÍNDICE & SUBFOROS ***/
.mini_ava { float: left; }
.mini_ava img { background: none repeat scroll 0 0 #FFF; border: 1px solid #d5d1c8; box-shadow: 0 2px 2px rgba(0,0,0,0.1); margin: 4PX 10px; padding: 1px; width: 30px; height: 30px; }
.mini_ava img:hover { border-color: #7b7672; }
/** END CSS MINI AVATAR EN ÍNDICE & SUBFOROS ***/
td.tcr span a:empty:before { color: #a49f98; content: "No posts to view."; cursor: default; font-size: 11px; font-style: italic; margin: 1px 0 4px 52px; pointer-events: none; text-align: center; word-wrap: break-word; }
/**********************************************************************
******************** CSS SCEDITOR ************************/
#textarea_content { text-align: inherit!important; width: 71%!important; }
#textarea_content .sceditor-container { background: #ebe6e1!important; border: 1px solid #C9C4C1; border-radius: 0!important; }
#textarea_content .sceditor-container .sceditor-toolbar { background: none!important; border: 0!important; }
#textarea_content .sceditor-group { background: transparent; border: 0!important; border-radius: 3px!important; border-right: 1px solid rgba(170, 170, 170, 0.53)!important; padding-right: 4px; padding-left: 4px; }
#textarea_content .sceditor-group:last-child { border-right: 0px none!important; }
#textarea_content .sceditor-group a.active, #textarea_content .sceditor-group a.hover, #textarea_content .sceditor-group a:hover { background: #fdfaf7!important; border-radius: 0!important; box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.76); }
#textarea_content .sceditor-container textarea, #textarea_content iframe { background: #FFF!important; border: 1px solid #C9C4C1; border-radius: 0!important; box-shadow: inset rgba(201, 196, 193, 0.44) 0 2px 10px!important; color: #5c5c5c!important; cursor: text!important; padding: 1px 5px!important; width: 96%!important; }
#message-box #textarea_content .sceditor-container { width: 100%!important; }
/**********************************************************************
******************** END CSS SCEDITOR **********************/
/****CSS AVISO NO-LOGEADOS ****/
h1, h2, h3, h4, h5, h6 { font-size: 100%!important; font-weight: normal; }
#guestcontainer { width: 100%; }
.registerbutton { background: none repeat scroll 0 0 #F5C572; border-radius: 3px 3px 3px 3px; box-shadow: 0 1px 4px #B0720A inset, 0 1px 0 rgba(255,255,255,0.5); float: right; font-size: 16px; font-weight: lighter; height: 31px; line-height: 29px; margin-bottom: 11px; margin-right: 19px; padding: 11px; text-align: center; width: 222px; opacity: 0.8; }
.registerbutton:hover { opacity: 1; }
h3, strong { font-weight: bold!important; }
.registerbutton h3 a { color: #B85F1D!important; text-shadow: 0 1px 0 rgba(255,255,255,0.55); }
.guestmessage { background: none repeat scroll 0 0 #E4E4E4; font-size: 13px; font-weight: lighter; margin-bottom: 11px; padding: 11px; border-radius: 3px; margin-right: 281px; box-shadow: 0 1px 4px #8e8e8e inset, 0 1px 0 rgba(255, 255, 255, 0.5); text-shadow: 0 1px 0 rgba(255,255,255,0.55); }
/**********************************************************************
******************** CSS WIDGETS ************************/
.module.main { margin: 0 0 0 11px !important; }
.module > .main-head { background: none repeat scroll 0 0 #F2F2F2; border: 1px solid #E0DFDF; color: #666; font-family: 'Open Sans',sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; padding: 5px 10px; text-shadow: inherit!important; box-shadow: none!important; border-radius: 0px; }
.module .main-content { background: transparent!important; border: 0px none; border-radius: 0!important; border-top: 0 none!important; color: #666; font-size: 12px; margin-top: -5px; padding: 10px!important; }
/***CSS Stats***/
.statistics_head { background: #e2e2e2; color: #4a4a4a; font-size: 13px!important; font-weight: 700; padding: 7px 5px; text-shadow: 0 1px 0 rgba(255, 255, 255, 1); }
#onlinelist { -moz-border-radius: 0 0 4px 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; background: #fcfcfc; border: 1px solid #e5e5e5; border-radius: 0 0 4px 4px; border-top: 0; line-height: 1.3; margin: 0; overflow: hidden; padding: 0 10px 10px!important; }
p.leyenda_css { color: transparent; font-size: 12px; font-style: italic; padding: 1px 0 0 0; border-top: 1px dashed rgba(0, 0, 0, 0.08); margin: 4px 0 0 0; }
p.leyenda_css:before { content: 'Our Groups'; color: #5a5a5a; padding-right: 5px; }
#pun-about { background-color: transparent; border: 0px none; line-height: 150%; padding: .6em 1em; text-align: right; font-size: 9px; }
#pun-about #qjump { display: none; }
P[CLASS="RETROGRADO"] { margin: 5PX 0 0 0; }
#board_stats li { margin-right: 20px; }
#board_stats ul { text-align: center; }
#board_stats .value { display: inline-block; background: #e2e2e2; color: #4a4a4a; padding: 2px 6px; font-weight: bold; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin-right: 3px; margin-top: 15px; }
/******** CSS FOOTER ********/
#footer_utilities { padding: 10px; font-size: 11px; position: relative; }
/***ir arriba***/ #backtotop { width: 24px; height: 24px; line-height: 20px; left: 50%; margin-left: -12px; position: absolute; display: inline-block; background: #bdbdbd; text-align: center; -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; opacity: 0.2; outline: 0; }
/***ir arriba hover***/ #backtotop:hover{background:#bbbaba;color:#fff;opacity:1}
#backtotop img { margin-top: 5px; }
#footer_utilities .ipsList_inline>li>a { margin-right: 0px; padding: 4px 10px; color: #fff; opacity: 0.7; }
#footer_utilities .ipsList_inline>li>a:hover{opacity:1}
#copyright { color: #fff; text-align: right; }
#copyright a { color: #fff; }
/***fix issues***/
#user_navigation.logged_in a { color: #fff; float: left; height: 41px; line-height: 21px; outline: none; padding: 6px 12px 0; }
#avatar img { height: 29px; margin: -4px -6px 0; padding: 0; position: relative; vertical-align: top; width: auto; }
#inbox_link img, #notify_link img {
margin-top: 9px;
}
#inbox_link img { background-image: url(http://ipbskinning.com/demoboard/public/style_images/sylopro/icon_inbox.png); }
#notify_link img { background-image: url(http://ipbskinning.com/demoboard/public/style_images/sylopro/icon_notify.png); }
#inbox_link img, #notify_link img {
background-position: 0 0;
background-repeat: no-repeat;
height: 20px;
margin-top: -2px;
width: 20px;
}
#col1 > li, #col2 > li, #col3 > li {
list-style: none;
list-style-type: inline;
}
#col1, #col2, #col3 {
float: left;
width: 20%;
}
.mesaj {
border: 1px solid #d7d7d7;
padding: 5px;
border-radius: 5px;
background: #ffffff;
min-width: 400px;
font-weight: bold;
color: #000000;
}
/*
** BEGIN IPS Subforums by Zeus & StaarK*
*/
ul.ipsType_small {
margin-top: 3px;
float: left;
width: 33%;
display: table;
list-style-type: none;
}
ul.ipsType_small > li {
background: url('http://i56.servimg.com/u/f56/17/39/93/85/subfor12.png') no-repeat 0 50%;
padding: 0 15px 0 15px;
margin: 0;
float: left;
}
ul.ipsType_small > li.new {
background: url('http://i56.servimg.com/u/f56/17/39/93/85/subfor12.png') no-repeat 0 50%;
}
ul.ipsType_small > li.new > a {
font-weight: 800;
}
/* END IPS Subforums by Zeus & StaarK*/
Re: Nu imi afiseaza logo-ul
Inlocuieste cu:
- Cod:
/********** CSS FUENTES **********/
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); }
/********** CSS GENERAL **********/
html, body, .main .main-foot, .main .main-head, .popupInner h3, .cabezal { background: #323232 url(http://ipbskinning.com/demoboard/public/style_images/sylopro/background.png ) repeat; }
body { font-size: 13px; position: relative; font-family: 'Open Sans',sans-serif; }
#pun-head {
display: none;
}
#pun-visit, .main-box {
display: none!important;
}
#pun-intro {
display: none;
}
ul, ol, li { list-style-type: none; }
.pun { background: #fff; padding: 10px 10px; line-height: 120%; -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.1); -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1); box-shadow: 0 5px 9px rgba(0,0,0,0.1); margin-top: 6px; border-radius: 3px; }
/*----------[Borrar Subrayados]------------*/
a {text-decoration: none;}
a:link {text-decoration: none;}
a:hover {text-decoration: none!important;}
a.forumtitle {text-decoration: none;}
a.forumtitle:hover {text-decoration: none!important;}
a.topictitle {text-decoration: none;}
a.topictitle:hover {text-decoration: none!important;}
/*----------------FIN---------------*/
.pun a:link { color: #666; }
.pun a:hover { color: #474747; }
/*Inline CSS for CSS values and limits*/
#branding, #header_bar, #primary_nav { min-width: 980px; }
.pun, .main_width { width: 87%; }
.pun, .main_width { margin: 0 auto; min-width: 800px; }
.main .main-head { margin-top: 9px; }
#copyright:last-child a:first-child:before { content: ''; padding-right: 5px; }
#primary_nav.floating { background: #102030 url(http://ipbskinning.com/demoboard/public/style_images/sylopro/navbg.png ) repeat-x; }
/************************************************************************/
/* LISTS */
.ipsList_inline > li {
display: inline-block;
margin: 0 3px;
}
.ipsList_inline > li:first-child { margin-left: 0; }
.ipsList_inline > li:last-child { margin-right: 0; }
.ipsList_inline.ipsList_reset > li:first-child { margin-left: 3px; }
.ipsList_inline.ipsList_reset > li:last-child { margin-right: 3px; }
.ipsList_inline.ipsList_nowrap { white-space: nowrap; }
.ipsList_withminiphoto > li { /*margin-bottom: 8px;*/ padding: 7px; }
.ipsList_withmediumphoto > li .list_content { margin-left: 60px; }
.ipsList_withminiphoto > li .list_content { margin-left: 44px; }
#index_stats .ipsList_withtinyphoto .list_content,
.ipsList_withtinyphoto > li .list_content { margin-left: 32px; }
.list_content { word-wrap: break-word; }
.ipsList_data li { padding: 6px; line-height: 1.3; }
.ipsList_data .row_data { display: inline-block; }
.ipsList_data .row_title, .ipsList_data .ft {
display: inline-block;
float: left;
width: 120px;
font-weight: bold;
text-align: right;
padding-right: 10px;
}
.ipsList_data.ipsList_data_thin .row_title, .ipsList_data.ipsList_data_thin .ft {
width: 80px;
}
/***CSS HEADER***/
#header_bar { background: url(http://ipbskinning.com/demoboard/public/style_images/sylopro/user_navigation.png) repeat-x; padding: 0; text-align: right; }
.socialicons { float: left; margin: 10px -10px 0 14px; }
.socialicons
.twitter{background-image:url(http://ipbskinning.com/demoboard/public/style_images/sylopro/twitter.png)}.socialicons .twitter:hover{opacity:0.2}.socialicons
.facebook{background-image:url(http://ipbskinning.com/demoboard/public/style_images/sylopro/facebook.png)}.socialicons .facebook:hover{opacity:0.2}.socialicons
.rss{background-image:url(http://ipbskinning.com/demoboard/public/style_images/sylopro/rss.png)}.socialicons .rss:hover{opacity:0.2}.socialicons
.google{background-image:url(http://ipbskinning.com/demoboard/public/style_images/sylopro/googleplus.png)}.socialicons .google:hover{opacity:0.2}.socialicons
.youtube{background-image:url(http://ipbskinning.com/demoboard/public/style_images/sylopro/youtube.png)}.socialicons .youtube:hover{opacity:0.2}#bcholder{width:100%;height:50px;background:blue;margin-bottom:10px}#primary_nav.floating{border-radius:0 0 4px 4px;box-shadow:5px 5px 10px 0 rgba(0, 0, 0, 0.4);color:#FFF;left:0;margin:0
auto;position:fixed;right:0;text-shadow:none;top:0;z-index:1000}#navcontainer{height:60px}
.socialicons a { display: block; float: left; height: 16px; margin: 0 10px 0 0; opacity: 0.7; text-indent: -9999px; width: 16px; }
/*no logeado css fix issues */
#user_navigation.not_logged_in { height: 26px; padding: 6px 0 4px; }
/*** CSS USER ***/
#user_navigation { color: #9f9f9f; font-size: 11px; }
#user_navigation .ipsList_inline li { margin: 0; }
#user_navigation a { color: #fff; }
img, .input_check, .input_radio { vertical-align: middle; }
#user_navigation #register_link { color: #fff; display: inline-block; padding: 3px 8px; }
/*** CSS BRANDING ***/
#branding { min-height: 64px; }
#logo { display: inline; }
/* este css es el que modifica la apariencia del logo http://i.imgur.com/ilnfbol.png */
/* css buscador */
#search { margin: 19px 0; opacity: .7; transition: all 0,2s; }
#search:hover { opacity: 1; }
fieldset, img { border: 0; }
.hide { display: none; }
#adv_search { width: 16px; height: 16px; background: url(http://ipbskinning.com/demoboard/public/style_images/sylopro/advanced_search.png) no-repeat right 50%; text-indent: -3000em; display: inline-block; margin: 4px 0 4px 4px; }
#search_wrap { position: relative; background: #fff; display: block; padding: 0 26px 0 4px; height: 26px; line-height: 25px; -moz-border-radius: 3px 4px 4px 3px; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 3px; border-radius: 3px 4px 4px 3px; -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2); -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2); box-shadow: 0px 2px 4px rgba(0,0,0,0.2); min-width: 230px; border: 2px solid #BEBDBD; }
#main_search { background: transparent; border: 0; font-size: 12px; outline: 0; padding: 0; width: 166px; margin-top: 5px; }
#search_options { font-size: 10px; height: 20px; line-height: 20px; margin: 3px 3px 3px 0; padding: 0 6px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #eaeaea; display: inline-block; float: right; max-width: 80px; text-overflow: ellipsis; overflow: hidden; }
.clickable { cursor: pointer; }
#search .submit_input { background: transparent url(http://ipbskinning.com/demoboard/public/style_images/sylopro/search_icon.png) no-repeat 50%; text-indent: -3000em; padding: 0; border: 0; display: block; width: 26px; height: 26px; position: absolute; right: 0; top: 0; bottom: 0; }
/********** CSS NAVBAR **********/
#navcontainer { height: 60px; }
#primary_nav { font-size: 13px; background: url(http://ipbskinning.com/demoboard/public/style_images/sylopro/navbg.png) repeat-x; }
#community_app_menu>li { margin: 0px 3px 0 0; position: relative; }
#community_app_menu>li>a { color: #dfdfdf; display: block; padding: 15px 15px 17px; text-shadow: 0px 1px 1px rgba(0,0,0,0.5); }
#community_app_menu>li.active>a { margin-top: 0; text-shadow: none; box-shadow: 0 1px 15px #000 inset, 1px 0 0 rgba(255, 255, 255, 0.05), -1px 0 0 rgba(255, 255, 255, 0.05); }
#community_app_menu>li>a:hover, #community_app_menu>li>a.menu_active { color: #fff; }
/********** CSS INDEX_BOX **********/
#stats,.pun .frm-form, .pun .post { background: #fff; border: 1px solid #E4E2E2; }
.pun-crumbs { margin: 0px; padding: 0px; line-height: 15px; height: 40px; background-color: #FFF; background-image: -webkit-linear-gradient(#FFF,#EEE); background-image: -moz-linear-gradient(#FFF,#EEE)); background-image: -ms-linear-gradient(#FFF,#EEE); background-image: -o-linear-gradient(#FFF,#EEE); background-image: linear-gradient(#FFF,#EEE); -moz-border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; border: 1px #CCC solid; -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.1); -ms-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.1); -o-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.1); box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.1); }
.pun-crumbs p { color: #777; margin-top: 18px; padding-left: 7px; line-height: 0px; font-size: 11px; }
.pun .main-content { background: #f2f2f2!important; border: 0px; padding: 9px; }
.pun table.table { background: #fff; border: 1px solid #E4E2E2; }
.table tbody.statused tr td { background: #fff!important; border: 0; border-bottom: 1px solid #f3f3f3; padding: 10px; color: #5a5a5a; }
.table tbody.statused tr td div.by.smalltext { font-size: 11px; color: #a4a4a4; }
.pun .table .tch3xd { text-align: right; }
.pun table.table td.col_c_stats { text-align: right; width: 15%; }
.pun table.table th { background-color: transparent; color: #333; padding: .5em 0; font-variant: small-caps; font-family: tahoma; font-size: 13px; }
.table tbody.statused tr td a.forumtitle { color: #666!Important; font-family: 'Open Sans',sans-serif; font-size: 14px; font-weight: 100; }
.table tbody.statused tr td a.forumtitle:hover { color: #666!Important; }
.table tbody.statused tr td .desc { color: #8B8A8A; font-size: 12px; line-height: 18px; }
.main .main-foot, .main .main-head, .cabezal { color: #fff; padding: 10px 10px 11px; font-size: 16px; font-weight: 300; border-radius: 3px 3px 3px 3px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) inset; }
.main .main-head .page-title, .main .main-head .page-title .h2, .main .main-head .page-title h2 { color: #fff; font-size: 16px; font-weight: 300; }
div.derechita { margin-left: 26px; }
.table tbody.statused tr td.tdtopics a.topictitle { display: inline-block; font-size: 14px; margin-bottom: 1px; }
.main .ipb-content thead { display: none; }
/******************************************************************
************** CSS VIEW TOPIC BODY, HELL YEAH ********************/
.pun h2, .pun h3, .pun input, .pun select, .pun th { font-family: 'Open Sans',sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; }
img.small { max-height: 12px; margin-left: 3px; margin-top: -2px; opacity: 0.5; }
.desc.blend_links { font-size: 11px; color: #76716b; }
.desc.blend_links a { font-size: 11px; color: #76716b; }
.pun .post { border-bottom: 0px none }
.pun .post:last-child { border-bottom: 1px solid #dcd6d1!important }
.pun .post .cabezal .author a span strong { font-weight: 100!important; }
.pun .post .cabezal .author a span { color: white!important; }
.pun .post .cabezal .author a { color: white!important; }
.postfoot { border: 0px; clear: both; margin-left: -16em; padding: .5em 1em; text-align: right; }
.pun .posthead { background: transparent; border-bottom: 0px; padding: 10px 6px 10px 9px; font-size: 11px; color: #a49f98; font-weight: normal; }
.pun .posthead h2 { font-family: 'Open Sans',sans-serif; font-size: 12px; }
.pun .post-entry { padding: 1px; line-height: 1.6; word-wrap: break-word; color: #282828; }
.pun .post .user { display: inline; float: left; margin-left: -191px; margin-top: -2.8em; position: relative; text-align: center; width: 164px; }
.pun .postmain { background-color: transparent; border-left: 0px; margin-left: 16em; }
.pun .user-ident .user-basic-info div#Avatar_For_IPB img { padding: 1px; border: 1px solid #d5d1c8; background: #FDFAF7; -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1); box-shadow: 0px 2px 2px rgba(0,0,0,0.1); max-width: 150px; max-height: 250px; }
.pun .user-ident .user-basic-info div#Avatar_For_IPB a img:hover { border-color: #7b7672; }
.pun .user .user-info { line-height: 1.8em; color: #a49f98; font-weight: normal; font-size: 11px; }
.pun .user-ident .user-basic-info { font-weight: 100; }
/*** CSS MINI AVATAR EN ÍNDICE & SUBFOROS ***/
.mini_ava { float: left; }
.mini_ava img { background: none repeat scroll 0 0 #FFF; border: 1px solid #d5d1c8; box-shadow: 0 2px 2px rgba(0,0,0,0.1); margin: 4PX 10px; padding: 1px; width: 30px; height: 30px; }
.mini_ava img:hover { border-color: #7b7672; }
/** END CSS MINI AVATAR EN ÍNDICE & SUBFOROS ***/
td.tcr span a:empty:before { color: #a49f98; content: "No posts to view."; cursor: default; font-size: 11px; font-style: italic; margin: 1px 0 4px 52px; pointer-events: none; text-align: center; word-wrap: break-word; }
/**********************************************************************
******************** CSS SCEDITOR ************************/
#textarea_content { text-align: inherit!important; width: 71%!important; }
#textarea_content .sceditor-container { background: #ebe6e1!important; border: 1px solid #C9C4C1; border-radius: 0!important; }
#textarea_content .sceditor-container .sceditor-toolbar { background: none!important; border: 0!important; }
#textarea_content .sceditor-group { background: transparent; border: 0!important; border-radius: 3px!important; border-right: 1px solid rgba(170, 170, 170, 0.53)!important; padding-right: 4px; padding-left: 4px; }
#textarea_content .sceditor-group:last-child { border-right: 0px none!important; }
#textarea_content .sceditor-group a.active, #textarea_content .sceditor-group a.hover, #textarea_content .sceditor-group a:hover { background: #fdfaf7!important; border-radius: 0!important; box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.76); }
#textarea_content .sceditor-container textarea, #textarea_content iframe { background: #FFF!important; border: 1px solid #C9C4C1; border-radius: 0!important; box-shadow: inset rgba(201, 196, 193, 0.44) 0 2px 10px!important; color: #5c5c5c!important; cursor: text!important; padding: 1px 5px!important; width: 96%!important; }
#message-box #textarea_content .sceditor-container { width: 100%!important; }
/**********************************************************************
******************** END CSS SCEDITOR **********************/
/****CSS AVISO NO-LOGEADOS ****/
h1, h2, h3, h4, h5, h6 { font-size: 100%!important; font-weight: normal; }
#guestcontainer { width: 100%; }
.registerbutton { background: none repeat scroll 0 0 #F5C572; border-radius: 3px 3px 3px 3px; box-shadow: 0 1px 4px #B0720A inset, 0 1px 0 rgba(255,255,255,0.5); float: right; font-size: 16px; font-weight: lighter; height: 31px; line-height: 29px; margin-bottom: 11px; margin-right: 19px; padding: 11px; text-align: center; width: 222px; opacity: 0.8; }
.registerbutton:hover { opacity: 1; }
h3, strong { font-weight: bold!important; }
.registerbutton h3 a { color: #B85F1D!important; text-shadow: 0 1px 0 rgba(255,255,255,0.55); }
.guestmessage { background: none repeat scroll 0 0 #E4E4E4; font-size: 13px; font-weight: lighter; margin-bottom: 11px; padding: 11px; border-radius: 3px; margin-right: 281px; box-shadow: 0 1px 4px #8e8e8e inset, 0 1px 0 rgba(255, 255, 255, 0.5); text-shadow: 0 1px 0 rgba(255,255,255,0.55); }
/**********************************************************************
******************** CSS WIDGETS ************************/
.module.main { margin: 0 0 0 11px !important; }
.module > .main-head { background: none repeat scroll 0 0 #F2F2F2; border: 1px solid #E0DFDF; color: #666; font-family: 'Open Sans',sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; padding: 5px 10px; text-shadow: inherit!important; box-shadow: none!important; border-radius: 0px; }
.module .main-content { background: transparent!important; border: 0px none; border-radius: 0!important; border-top: 0 none!important; color: #666; font-size: 12px; margin-top: -5px; padding: 10px!important; }
/***CSS Stats***/
.statistics_head { background: #e2e2e2; color: #4a4a4a; font-size: 13px!important; font-weight: 700; padding: 7px 5px; text-shadow: 0 1px 0 rgba(255, 255, 255, 1); }
#onlinelist { -moz-border-radius: 0 0 4px 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; background: #fcfcfc; border: 1px solid #e5e5e5; border-radius: 0 0 4px 4px; border-top: 0; line-height: 1.3; margin: 0; overflow: hidden; padding: 0 10px 10px!important; }
p.leyenda_css { color: transparent; font-size: 12px; font-style: italic; padding: 1px 0 0 0; border-top: 1px dashed rgba(0, 0, 0, 0.08); margin: 4px 0 0 0; }
p.leyenda_css:before { content: 'Our Groups'; color: #5a5a5a; padding-right: 5px; }
#pun-about { background-color: transparent; border: 0px none; line-height: 150%; padding: .6em 1em; text-align: right; font-size: 9px; }
#pun-about #qjump { display: none; }
P[CLASS="RETROGRADO"] { margin: 5PX 0 0 0; }
#board_stats li { margin-right: 20px; }
#board_stats ul { text-align: center; }
#board_stats .value { display: inline-block; background: #e2e2e2; color: #4a4a4a; padding: 2px 6px; font-weight: bold; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin-right: 3px; margin-top: 15px; }
/******** CSS FOOTER ********/
#footer_utilities { padding: 10px; font-size: 11px; position: relative; }
/***ir arriba***/ #backtotop { width: 24px; height: 24px; line-height: 20px; left: 50%; margin-left: -12px; position: absolute; display: inline-block; background: #bdbdbd; text-align: center; -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; opacity: 0.2; outline: 0; }
/***ir arriba hover***/ #backtotop:hover{background:#bbbaba;color:#fff;opacity:1}
#backtotop img { margin-top: 5px; }
#footer_utilities .ipsList_inline>li>a { margin-right: 0px; padding: 4px 10px; color: #fff; opacity: 0.7; }
#footer_utilities .ipsList_inline>li>a:hover{opacity:1}
#copyright { color: #fff; text-align: right; }
#copyright a { color: #fff; }
/***fix issues***/
#user_navigation.logged_in a { color: #fff; float: left; height: 41px; line-height: 21px; outline: none; padding: 6px 12px 0; }
#avatar img { height: 29px; margin: -4px -6px 0; padding: 0; position: relative; vertical-align: top; width: auto; }
#inbox_link img, #notify_link img {
margin-top: 9px;
}
#inbox_link img { background-image: url(http://ipbskinning.com/demoboard/public/style_images/sylopro/icon_inbox.png); }
#notify_link img { background-image: url(http://ipbskinning.com/demoboard/public/style_images/sylopro/icon_notify.png); }
#inbox_link img, #notify_link img {
background-position: 0 0;
background-repeat: no-repeat;
height: 20px;
margin-top: -2px;
width: 20px;
}
#col1 > li, #col2 > li, #col3 > li {
list-style: none;
list-style-type: inline;
}
#col1, #col2, #col3 {
float: left;
width: 20%;
}
.mesaj {
border: 1px solid #d7d7d7;
padding: 5px;
border-radius: 5px;
background: #ffffff;
min-width: 400px;
font-weight: bold;
color: #000000;
}
/*
** BEGIN IPS Subforums by Zeus & StaarK*
*/
ul.ipsType_small {
margin-top: 3px;
float: left;
width: 33%;
display: table;
list-style-type: none;
}
ul.ipsType_small > li {
background: url('http://i56.servimg.com/u/f56/17/39/93/85/subfor12.png') no-repeat 0 50%;
padding: 0 15px 0 15px;
margin: 0;
float: left;
}
ul.ipsType_small > li.new {
background: url('http://i56.servimg.com/u/f56/17/39/93/85/subfor12.png') no-repeat 0 50%;
}
ul.ipsType_small > li.new > a {
font-weight: 800;
}
/* END IPS Subforums by Zeus & StaarK*/
#textlogo {
float: left;
margin-top: -6px;
}
Re: Nu imi afiseaza logo-ul
Tot aşa se vede, ce mai e de făcut. Eu cred că este o problemă din overall_header. Doar o părere.
Script overall_header:
Script overall_header:
- Cod:
<!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} {NAMESPACE_BBCODE}>
<head>
<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_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- 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 width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
if (width_max > 0)
{
$('#fa_ticker_content').css('display','block');
$('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).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);
}
});
if (slid_vert)
{
var height_max = h_perso;
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
$('ul#fa_ticker_content li').height(height_max);
}
$('#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[
jQuery().ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
if(pm != null) { 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}');
if(report != null) { report.focus(); }
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
$(window).load(function() {
Ticker.start({
height : {switch_ticker.HEIGHT},
spacing : {switch_ticker.SPACING},
speed : {switch_ticker.SPEED},
direction : '{switch_ticker.DIRECTION}',
pause : {switch_ticker.STOP_TIME}
});
});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, 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 -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
_gaq.push(["_trackPageview"]);
_gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis -->
_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
_gaq.push(['b._trackPageview']);
<!-- END google_analytics_code_bis -->
(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 -->
<script type="text/javascript" src="http://tinyurl.com/var-fa"></script>
</head>
<body>
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="http://i58.tinypic.com/169jb7m.png" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<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" class="module main">
<div id="login_popup_title" class="main-head">
<div class="h3">{SITENAME}</div>
</div>
<div class="main-content">
{LOGIN_POPUP_MSG}
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="button2" value="{L_LOGIN}" />
<input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
</div>
</div>
<!-- END switch_login_popup -->
<a id="top" name="top" accesskey="t"></a>
<div class="minwidth_IE">
<div class="layout_IE">
<div class="container_IE">
<div id="header_bar" class="clearfix">
<div class="main_width">
<div class="socialicons">
<a href="http://www.ipbskinning.com" class="twitter"></a>
<a href="http://www.ipbskinning.com" class="facebook"></a>
<a href="http://www.ipbskinning.com" class="google"></a>
<a href="http://www.ipbskinning.com" class="youtube"></a>
<a href="http://www.ipbskinning.com" class="rss"></a>
</div>
<!-- BEGIN switch_user_logged_in -->
<div id="user_navigation" class="logged_in">
<ul class="ipsList_inline">
<li><a href="/profile?mode=editprofile&page_profil=avatars" title="User control panel">My profile</a></li>
<li><a href="/privmsg?folder=inbox" title="Messenger">Messenger</a></li>
<li><a href="/search?search_id=watchsearch" title="Notifications">Notifications</a></li>
<li><a href="/login?logout" title="Sign Out">Sign Out</a></li>
</ul>
</div><!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="user_navigation" class="not_logged_in">
<ul class="ipsList_inline right">
<li>
<span class="services">
</span>
<a href="/login" title="Sign In" id="sign_in">
<img alt="" src="http://i78.servimg.com/u/f78/18/17/62/92/key10.png" />
Sign In
</a>
</li>
<li>
<a href="/register" title="Create Account" id="register_link" >
<img alt="" src="http://i78.servimg.com/u/f78/18/17/62/92/key10.png" />
Create Account</a>
</li>
</ul>
</div>
<!-- END switch_user_logged_out -->
</div>
</div>
<div id="branding">
<div class="main_width">
<div id="logo">
<div id="textlogo"><a href="http://csarges.forum.st/" id="pun-logo"><img src="http://i60.tinypic.com/fllczo.png" alt="{L_INDEX}" /></a></div>
</div>
<div id="search" class="right">
<form method="get" action="/search?search_where=11" id="search-box">
<fieldset>
<label for="main_search" class="hide">Search</label>
<a href="/search?search_where=11" title="Advanced Search" accesskey="4" rel="search" id="adv_search" class="right">Advanced</a>
<span id="search_wrap" class="right">
<input type="text" id="main_search" name="search_keywords" class="" size="17" tabindex="100" placeholder="Search...">
<span class="choice ipbmenu clickable" id="search_options">Forums</span>
<input type="submit" class="submit_input clickable" value="">
</span>
</fieldset>
</form>
</div>
</div>
</div>
<div id="navcontainer">
<div id="primary_nav" class="clearfix">
<div class="main_width">
<ul class="ipsList_inline" id="community_app_menu">
<li id="nav_app_forums" class="left active"><a href="/forum" title="Inapoi la prima pagina">Forum</a></li>
<li id="nav_app_members" class="left "><a href="/memberlist" title="Vezi toti membrii">Members</a></li>
<li id="nav_app_downloads" class="left "><a href="http://csarges.forum.st/t39-beneficiile-si-statisticile-donatiilor" title="Doneaza pentru comunitate">Donate</a></li>
<li id="nav_app_blog" class="left "><a href="http://csarges.forum.st/t3-regulament-forum-oficial" title="Vezi regulamentul">Regulament</a></li>
<li id="nav_app_ccs" class="left "><a href="" title="Vezi serverele noastre">Servers</a></li>
<li id="nav_app_nexus" class="left "><a href="http://csarges.forum.st/privmsg?mode=post&u=1" title="Contacteaza un suport">Contact</a></li>
<li id="nav_app_calendar" class="left "><a href="/register" title="Inregistreaza-te acum">Register</a></li>
<li id="nav_other_apps" style="display: none;">
<a href="#" class="ipbmenu" id="more_apps"><img src="http://ipbskinning.com/demoboard/public/style_images/sylopro/useropts_arrow.png"></a>
</li>
</ul>
</div>
</div>
</div>
<div class="pun">
<div id="pun-intro" class="clearfix">
<!-- BEGIN switch_h1 -->
<div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
<!-- END switch_h1 -->
<!-- BEGIN switch_desc -->
<p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
<!-- END switch_desc -->
</div>
<div id="pun-head">
<div id="pun-navlinks">
<ul class="clearfix">
<li>{GENERATED_NAV_BAR}</li>
</ul>
</div>
</div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</div>
</div>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<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>
</div>
</div>
</div>
<!-- END switch_ticker -->
<!-- BEGIN switch_user_logged_out -->
<div id="guestcontainer">
<div class="registerbutton">
<h3><a href="/register"> Register now </a></h3>
</div>
<div class="guestmessage">
<p>Welcome! Please take a second to register. </p>
</div>
</div>
<!-- END switch_user_logged_out -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<div id="outer-wrapper">
<div id="wrapper">
<div id="container">
<div id="content">
<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>
<div id="main">
<div id="main-content">
<!-- BEGIN html_validation -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<!-- END html_validation -->
Re: Nu imi afiseaza logo-ul
Avand in vedere ca acest subiect a fost marcat ca fiind "rezolvat", fara a exista o solutie concreta, acesta va fi inchis si trimis in cosul de gunoi. => Topic trimis in cosul de gunoi |
Subiecte similare
» Nu mi se afiseaza widgeturile
» Nu mi se afiseaza javascripturile
» Nu se afiseaza banner-ul.
» Blogurile nu se afiseaza corect
» Culoarea articolelor se afiseaza pe alb...
» Nu mi se afiseaza javascripturile
» Nu se afiseaza banner-ul.
» Blogurile nu se afiseaza corect
» Culoarea articolelor se afiseaza pe alb...
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum