Стиль AeroRed . Получается такая картинка -
Как это исправить ?
Повторяется при изминении разрешения экрана.И если можно дайте чистый не измененный код шаблона оверал хедер на стиль AeroRed. А то чувствую что мадам там уже покапалась.
Gold писал(а):Стиль eTech – администраторский раздел – картинки и логотипы – выбираем нужное изображение, предварительно загрузив его – установить как логотип для стиля eTech.
[spoiler=]<!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}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />
{META}
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
<!-- IF S_ENABLE_FEEDS -->
<!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
<script type="text/javascript">
// <![CDATA[
<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
}
<!-- ENDIF -->
function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}
window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
return false;
}
function jumpto()
{
var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
var per_page = '{PER_PAGE}';
var base_url = '{A_BASE_URL}';
if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0)
{
if (base_url.indexOf('?') == -1)
{
document.location.href = base_url + '?start=' + ((page - 1) * per_page);
}
else
{
document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * per_page);
}
}
}
/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}
/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
var parent = document.getElementById(id);
if (!parent)
{
eval('parent = document.' + id);
}
if (!parent)
{
return;
}
var rb = parent.getElementsByTagName('input');
for (var r = 0; r < rb.length; r++)
{
if (rb[r].name.substr(0, name.length) == name)
{
rb[r].checked = state;
}
}
}
<!-- IF ._file -->
/**
* Play quicktime file by determining it's width/height
* from the displayed rectangle area
*
* Only defined if there is a file block present.
*/
function play_qt_file(obj)
{
var rectangle = obj.GetRectangle();
if (rectangle)
{
rectangle = rectangle.split(',')
var x1 = parseInt(rectangle[0]);
var x2 = parseInt(rectangle[2]);
var y1 = parseInt(rectangle[1]);
var y2 = parseInt(rectangle[3]);
var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
}
else
{
var width = 200;
var height = 0;
}
obj.width = width;
obj.height = height + 16;
obj.SetControllerVisible(true);
obj.Play();
}
<!-- ENDIF -->
// ]]>
</script>
</head>
<body border="0" class="{S_CONTENT_DIRECTION}">
<div id="logodesc">
<table width="100%" cellspacing="0">
<tr>
<td><a href="{U_INDEX}"><img src="http://probnichek.4admins.ru/storage/probnichek_4admins_ru/images/logo now.jpg"></a></td>
<td width="100%" align="center"><h1></h1><span class="gen"></span></td>
</tr>
</table>
</div>
<div id="TribalLogo" style=" z-index:300;LEFT: 50%; Margin-left: -512px; POSITION:absolute; TOP:0px; width:350px; height:160px"><a href="{U_INDEX}"><img border="0" src="http://for.tobase.ru/storage/for_tobase_ru/images/111.png"></a></div>
<a name="top"></a>
<div id="masterwrap" style="position absolute;">
<div id="menubar1">
<div style="outline: #e2bed1 double medium; height: 27px; width: 84%; position: relative; top: 90px; left: 90px; background-image: url('http://for.tobase.ru/styles/custom_styles/for_tobase_ru/theme/images/rowbg.png'); text-align: center; vertical-align: middle;">
<!-- IF S_USER_LOGGED_IN --><a href="{U_LOGIN_LOGOUT}" title="Logout">{L_LOGIN_LOGOUT}</a> <!-- ELSE --><a href="{U_LOGIN_LOGOUT}" title="Login">{L_LOGIN_LOGOUT}</a> <!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --> <a href="{U_RESTORE_PERMISSIONS}"></a><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a> <!-- ENDIF -->
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> <span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->
<!-- IF not S_IS_BOT --><!-- IF S_USER_LOGGED_IN --><!-- IF S_DISPLAY_PM --> <a href="{U_PRIVATEMSGS}" title="No Messages">{PRIVATE_MESSAGE_INFO}<a/> <!-- IF PRIVATE_MESSAGE_INFO_UNREAD --><a href="{U_PRIVATEMSGS}" title="No Messages">{PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a> <!-- ENDIF -->
<!-- ELSEIF S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --> <a href="{U_REGISTER}" title="Register">{L_REGISTER}</a>
<!-- ENDIF -->
<!-- ENDIF -->
</td>
<td class="genmed" align="{S_CONTENT_FLOW_END}">
<a href="{U_FAQ}"title=" Frequently Asked Questions"> {L_FAQ}</a>
<!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH}" title="Search">{L_SEARCH}</a> <!-- ENDIF -->
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_MEMBERLIST --><a href="{U_MEMBERLIST}" title="Member List">{L_MEMBERLIST}</a> <!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN --><a href="{U_PROFILE}" title="User Control Panel">{L_PROFILE}</a><!-- ENDIF -->
<!-- ENDIF -->
</div>
</div>
<div id="topwrapper">
<table width="100%" cellspacing="0">
<tr>
<td width="35px"></td>
<td class="gensmall"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
<td class="gensmall" align="{S_CONTENT_FLOW_END}">{CURRENT_TIME}<br /></td>
<td width="70px"> </td>
</tr>
</table>
</div>
</div>
<div id="menubar">
<div id="bgwrapper">
<div id="mainwrap" style="margin: 0 auto; width:974px; padding: 5px;">
<div id="wrapcentre">
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
<tr>
<td class="row1">
<div class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></div>
<div class="searchbar">
<!-- IF S_DISPLAY_SEARCH -->
<a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a>
<!-- IF S_USER_LOGGED_IN or S_LOAD_UNREADS -->
<!-- IF S_LOAD_UNREADS --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- IF S_USER_LOGGED_IN --> | <!-- ENDIF --><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF -->
<!-- ENDIF -->
<!-- ENDIF -->
</div>
</td>
</tr>
</table>
<br />[/spoiler]
[spoiler=]/* phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name: Tribal Abstract
Based on style: subSilver (the default phpBB 2 style)
Original author: subBlue ( http://www.subBlue.com/ )
Modified by: psoTFX and the phpBB team ( http://www.phpbb.com )
Re-Modified by QuakeZone
This is an alternative style for phpBB3 for those wishing to stay with
the familiar subSilver style of phpBB version 2.x
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
/* Layout
------------ */
* {
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
html {
font-size: 100%;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #ffffff;
z-index:-9;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0px auto;
border: 0;
background: #000000;
background-image: url('http://probnichek.4admins.ru/storage/probnichek_4admins_ru/images/нг9.gif');
}
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
padding: 0;
margin: 0 auto;
}
#wrapcentre {
padding: 0;
margin: 0 auto;
}
#wrapfooter {
text-align: center;
clear: both;
margin: 0 auto;
}
#wrapnav {
width: 100%;
margin: 0px auto;
/* background-color: #ECECEC; */
border-width: 1px;
border-style: solid;
border-color: #A9B8C2;
}
#logodesc {
color: white;
margin-bottom: 5px;
padding: 5px 25px;
background: none;
}
#menubar {
margin: 0px auto;
}
#datebar {
margin: 0px auto;
}
#findbar {
width: 100%;
margin: 0px auto;
padding: 0;
border: 0;
}
.forumrules {
background-color: #F9CC79;
border-width: 1px;
border-style: solid;
border-color: #BB9860;
padding: 4px;
font-weight: normal;
font-size: 1.1em;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.forumrules h3 {
color: red;
}
#pageheader { }
#pagecontent {
color: #ffffff;
}
#pagefooter { }
#poll { }
#postrow { }
#postdata { }
/* Text
--------------------- */
h1 {
color: ffffff;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
font-weight: bold;
font-size: 4.0em;
text-decoration: none;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.5em;
text-decoration: none;
line-height: 120%;
}
h3 {
font-size: 1.3em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
line-height: 120%;
}
h4 {
margin: 0.3em 0px 0px 0px;
font-size: 1.1em;
font-weight: bold;
}
p {
font-size: 1.1em;
}
p.moderators {
margin: 0;
float: left;
color: #ffffff;
font-weight: bold;
}
.rtl p.moderators {
float: right;
}
p.linkmcp {
margin: 0;
float: right;
white-space: nowrap;
}
.rtl p.linkmcp {
float: left;
}
p.breadcrumbs {
margin: 0;
float: left;
color: #ffffff;
font-weight: bold;
white-space: normal;
font-size: 1em;
}
.rtl p.breadcrumbs {
float: right;
}
p.datetime {
margin: 0;
float: right;
white-space: nowrap;
font-size: 1em;
}
.rtl p.datetime {
float: left;
}
p.searchbar {
padding: 2px 0;
white-space: nowrap;
}
p.searchbarreg {
margin: 0;
float: right;
white-space: nowrap;
}
.rtl p.searchbarreg {
float: left;
}
p.forumdesc {
padding-bottom: 4px;
}
p.topicauthor {
margin: 1px 0;
}
p.topicdetails {
margin: 1px 0;
}
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
margin: 1px 0;
color: red;
font-weight:bold;
}
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
color: green;
font-weight:bold;
}
.postapprove img, .postreported img {
vertical-align: bottom;
padding-top: 5px;
}
.postauthor {
color: #ffffff;
}
.postdetails {
color: #ffffff;
}
.postbody {
font-size: 1.3em;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.postbody li, ol, ul {
margin: 0 0 0 1.5em;
}
.rtl .postbody li, .rtl ol, .rtl ul {
margin: 0 1.5em 0 0;
}
.posthilit {
background-color: yellow;
}
.nav {
margin: 0;
color: #ffffff;
font-weight: bold;
}
.pagination {
padding: 4px;
color: #ffffff;
font-size: 1em;
font-weight: bold;
}
.cattitle {
}
.gen {
margin: 1px 1px;
font-size: 1.2em;
}
.genmed {
margin: 1px 1px;
font-size: 1.1em;
}
.gensmall {
margin: 1px 1px;
font-size: 1em;
}
.copyright {
color: #ffffff;
font-weight: normal;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a.copyright:link, a.copyright:visited, a.copyright:active {
color: #ffffff;
}
a.copyright:hover {
color: #ffffff;
text-decoration: underline;
}
.titles {
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.3em;
text-decoration: none;
}
.error {
color: red;
}
div.searchbar {
margin: 0;
float: right;
color: #ffffff;
font-weight: bold;
white-space: normal;
font-size: 1em;
}
.breadcrumbs {
margin: 0;
float: left;
color: ffffff;
font-weight: bold;
white-space: normal;
font-size: 1em;
}
/* Tables
------------ */
th {
color: #ffffff;
font-size: 1.1em;
font-weight: bold;
/* background-color: #006699; */
background-image: url('http://for.tobase.ru/styles/custom_styles/for_tobase_ru/theme/images/row1.png');
white-space: nowrap;
padding: 7px 5px;
height: 25px;
}
tr th {
padding-top: 4px;
}
td {
padding: 0px;
}
td.profile {
padding: 4px;
}
.tablebg {
/* background-color: #A9B8C2; */
}
.catdiv {
height: 28px;
margin: 0;
padding: 0;
border: 0;
background: url('http://probnichek.4admins.ru/storage/probnichek_4admins_ru/images/tab-top.png');
}
.rtl .catdiv {
background: url('http://probnichek.4admins.ru/storage/probnichek_4admins_ru/images/tab-top.png') repeat-y scroll top right;
}
.cat {
height: 28px;
margin: 0;
padding: 10px 0 5px;
border: 0;
/* background-color: #C7D0D7; */
background-image: url('http://probnichek.4admins.ru/storage/probnichek_4admins_ru/images/tab-top.png');
text-indent: 4px;
}
.row1 {
background-image: url('http://for.tobase.ru/styles/custom_styles/for_tobase_ru/theme/images/rowbg.png');
padding: 4px;
}
.row2 {
background-image: url('http://for.tobase.ru/styles/custom_styles/for_tobase_ru/theme/images/rowbg.png');
padding: 4px;
}
.row3 {
background-image: url('http://for.tobase.ru/styles/custom_styles/for_tobase_ru/theme/images/rowbg.png');
padding: 4px;
}
.spacer {
background-color: #ffffff;
}
hr {
height: 1px;
border-width: 0;
/* background-color: #D1D7DC; */
color: #D1D7DC;
}
.legend {
text-align:center;
margin: 0 auto;
}
/* Links
------------ */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
direction: rtl;
unicode-bidi: embed;
}
a:link {
color: #ffffff;
text-decoration: none;
}
a:active,
a:visited {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #ffffff;
text-decoration: underline;
}
a.forumlink {
color: #ffffff;
font-weight: bold;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
}
a.topictitle {
margin: 1px 0;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.2em;
}
a.topictitle:visited {
color: #ffffff;
text-decoration: none;
}
th a,
th a:visited {
color: #ffffff !important;
text-decoration: none;
}
th a:hover {
text-decoration: underline;
}
/* Form Elements
------------ */
form {
margin: 0;
padding: 0;
border: 0;
}
input {
color: #333333;
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
border: 1px solid #A9B8C2;
background-color: #FAFAFA;
}
textarea {
background-color: #FAFAFA;
color: #333333;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 1.3em;
line-height: 1.4em;
font-weight: normal;
border: 1px solid #A9B8C2;
padding: 2px;
}
select {
color: #333333;
background-color: #FAFAFA;
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
border: 1px solid #A9B8C2;
padding: 1px;
}
option {
padding: 0 1em 0 0;
}
option.disabled-option {
color: graytext;
}
.rtl option {
padding: 0 0 0 1em;
}
input.radio {
border: none;
background-color: transparent;
}
.post {
background-color: white;
border-style: solid;
border-width: 1px;
}
.btnbbcode {
color: #000000;
font-weight: normal;
font-size: 1.1em;
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
background-color: #EFEFEF;
border: 1px solid #666666;
}
.btnmain {
font-weight: bold;
background-color: #ECECEC;
border: 1px solid #A9B8C2;
cursor: pointer;
padding: 1px 5px;
font-size: 1.1em;
}
.btnlite {
font-weight: normal;
background-color: #ECECEC;
border: 1px solid #A9B8C2;
cursor: pointer;
padding: 1px 5px;
font-size: 1.1em;
}
.btnfile {
font-weight: normal;
background-color: #ECECEC;
border: 1px solid #A9B8C2;
padding: 1px 5px;
font-size: 1.1em;
}
.helpline {
background-color: #DEE3E7;
border-style: none;
}
/* BBCode
------------ */
.quotetitle, .attachtitle {
margin: 10px 5px 0 5px;
padding: 4px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #800000;
color: #ffffff;
background-color: #400000;
font-size: 0.85em;
font-weight: bold;
}
.quotetitle .quotetitle {
font-size: 1em;
}
.quotecontent, .attachcontent {
margin: 0 5px 10px 5px;
padding: 5px;
border-color: #800000;
border-width: 0 1px 1px 1px;
border-style: solid;
font-weight: normal;
font-size: 1em;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
/* background-color: #FAFAFA; */
color: #ffffff;
}
.attachcontent {
font-size: 0.85em;
}
.codetitle {
margin: 10px 5px 0 5px;
padding: 2px 4px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #A9B8C2;
color: #333333;
background-color: #A9B8C2;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 0.8em;
}
.codecontent {
direction: ltr;
margin: 0 5px 10px 5px;
padding: 5px;
border-color: #A9B8C2;
border-width: 0 1px 1px 1px;
border-style: solid;
font-weight: normal;
color: #006600;
font-size: 0.85em;
font-family: Monaco, 'Courier New', monospace;
background-color: #FAFAFA;
}
.syntaxbg {
color: #FFFFFF;
}
.syntaxcomment {
color: #FF8000;
}
.syntaxdefault {
color: #0000BB;
}
.syntaxhtml {
color: #000000;
}
.syntaxkeyword {
color: #007700;
}
.syntaxstring {
color: #DD0000;
}
/* Private messages
------------------ */
.pm_marked_colour {
background-color: #000000;
}
.pm_replied_colour {
background-color: #A9B8C2;
}
.pm_friend_colour {
background-color: #007700;
}
.pm_foe_colour {
background-color: #DD0000;
}
/* Misc
------------ */
img {
border: none;
}
.sep {
color: black;
/* background-color: #FFA34F; */
}
table.colortable td {
padding: 0;
}
pre {
font-size: 1.1em;
font-family: Monaco, 'Courier New', monospace;
}
.nowrap {
white-space: nowrap;
}
.username-coloured {
font-weight: bold;
}
/* Extras
------------- */
#mod
{
display: inline-block;
width: 224px;
height: 27px;
background: url('http://for.tobase.ru/styles/custom_styles/for_tobase_ru/theme/extra/moderatorpanel.png') no-repeat 0 0;
}
#acp
{
display: inline-block;
width: 224px;
height: 27px;
background: url('http://for.tobase.ru/styles/custom_styles/for_tobase_ru/theme/extra/adminpanel.png') no-repeat 0 0;
}
.backGroundImg1
{
/* position: inherit; */
bottom: 0px;
left: 300px;
z-index: -9;
/* width:100%; */
/* height:100%; */
}
.backGroundImg2
{
position: fixed;
top: 0px;
left: 0px;
z-index:-10;
width:100%;
height:100%;
}
#menubar1 {
/* background: #ffffff; */
margin: 0 auto;
width: 1115px;
height: 127px;
}
#topwrapper {
margin: 0 auto;
width: 1000px;
height: 42px;
background: url('http://for.tobase.ru/styles/custom_styles/for_tobase_ru/theme/images/topheader.png') no-repeat bottom;
}
#bgwrapper {
margin: 0 auto;
width:1000px;
background: url(http://for.tobase.ru/styles/custom_styles/for_tobase_ru/theme/images/wrapperbg.png);
}
#bottomwrapper {
margin: 0 auto;
width:1000px;
height:14px;
background: url('http://for.tobase.ru/styles/custom_styles/for_tobase_ru/theme/images/footerbg.png') no-repeat 50% 0;
}[/spoiler]
GoDFaTHeR писал(а):галлина
ссылочку на стиль...
GoDFaTHeR писал(а):они прописаны адресами а не переменной логотипа
Это прямой адрес лого, что я хотела вставить. а что тогда делать с этим?GoDFaTHeR писал(а):
- Код: Выделить всё
<img src="http://probnichek.4admins.ru/storage/probnichek_4admins_ru/images/logo now.jpg"></a></td>
src="http://for.tobase.ru/storage/for_tobase_ru/images/111.png">
галлина писал(а):Убрать всё или на что-то заменить?
галлина писал(а):устанавливается такой же логотип, но. большего размера! Специально уменьшила лого, закачала в менеджер картинок, выбираю, устанавливаю как логотип для Стиля eTech, но устанавливается всё тот же большой...
галлина писал(а):ожет быть в шаблонах или теме где-то размер прописан?
GoDFaTHeR писал(а):Все зависит от того что вы сами хотиет, хотие оставьте 2 логотипа, это не запрещено
GoDFaTHeR писал(а):пропишите сами
галлина писал(а):<div style=" z-index:300;LEFT: 50%; Margin-left: -512px; POSITION:absolute; TOP:0px; width:350px; height:160px" id="TribalLogo"></div>
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 1