• Страница 1 из 1
  • 1
Модератор форума: dotbot  
Не загружаются изображения шаблона...
Br1[4]N
Сообщений: 90
Репутация: 10

Сообщение # 1 | 02:23:22
В общем дело такое, скачал шаблон для форума, закинул все в фтп как положено, вообщем все нормально, но когда я захожу на свой сайт (форум) http://www.volgateam.do.am/forum/ изображения не загружаются, а когда захожу на http://www.volgateam.do.am/forum - без слеша, то все хорошо работает.. Когда захожу в какую либо тему, получается примерно так: http://www.volgateam.do.am/forum/2, то снова ничего не загружается.. Вообщем прикреплю ксс и сам каркас шаблона. Посмотрите пожалуйста что там не так.. Буду очень благодарен!


Каркас

Code
<!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"><head>

   
  <title>Форум</title>
<link type="text/css" rel="StyleSheet" href="css/style1.css" />
  <link rel="stylesheet" type="text/css" href="css/style.css">
   
</head><body>
  <div id="topbar">
  <div id="header" class="wrapper">
  <div id="toplinks">
  <ul>
  <li class="time"> $DATE$, $TIME$</li>
  <li><a href="">RSS</a></li>
  </ul>
  </div>
  <div id="searchbar">

<form method="post" action="/forum">
<input class="inputbox" name="kw" value="Что поискать..." onfocus="this.value = '';" onblur="if(this.value=='') this.value='Что поискать...';" type="text">
<input name="a" value="6" type="hidden">  

</form>
  </div>
  <div id="logo">
  <a href="" title=""></a>
  </div>
  </div>
  </div>
  <div id="toolbar">
  <div class="wrapper">
   
  <ul id="topnav">
  <li class="chosen"><a  
href="">Главная<br><span>Описание</span></a><ul>
  <li><a  
href="">Помощь</a></li>
  <li><a  
href="">Поиск</a></li>
  <li><a  
href="">Календарь</a></li>
  <li><a  
href="">Юзеры</a></li></ul>
  </li><li><a href="#">Придумайте<br><span>Описание</span></a>
  <ul>
  <li><a href="#">Submenu</a></li>
  </ul>  
  </li><li><a href="#">Придумайте<br><span>Описание</span></a>
  <ul>
  <li><a href="#">Submenu</a></li>
  </ul>  
  </li><li><a  
href="">Вход<br><span>Описание</span></a>
  <ul>
  <li><a  
href="">ЗарегиЦо</a></li>
  </ul>
  </li>
  </ul>
  </div>
  </div>
  <div class="clr"></div>
  <div id="body-bg">
  <div class="wrapper">
  <div id="userbar-shad-l">
  <div id="userbar-shad-r">
  <div id="userbar-main">
  <div id="loginbox">  
   
$LOGIN_FORM$<?if($USER_LOGGED_IN$)?>Привет, юзер! Мне было влом делать профиль. Так что давай сам как нибудь)<?endif?>
  </div>

  </div>
  </div>
  </div>
  <div id="body-shad-r">
  <div id="body-shad-l">
  <div id="mainbody">
   
  $BODY$
   
  </div>
  </div>
  </div>
  <div class="clr"></div>
  <div id="footer">
  <div id="footer-l">
  <div id="footer-r">
  <div class="foot-float-l">
  <span class="middletext">
  <span class="smalltext" style="display: inline; visibility: visible;  
font-family: Verdana,Arial,sans-serif;">$POWERED_BY$
  </span></span>
  <br><span class="middletext">Под uCoz - Ma)(on</span>
  </div>
  <div class="foot-float-r">
  <span class="middletext">DSv4 Design by <strong>DzinerStudio</strong></a></span><br>
  <a id="ds_icon" href="http://dzweb.ru/"></a>
  </div></div>
  </div>
  </div>
  </div>
  </div>
</body></html>

Добавлено (23-Фев-2012, 02:23:22)
---------------------------------------------

style.css

Code
html {
  height: 100%;
  margin-bottom: 1px;
}

/* Normal, standard links. */
a:link, a:visited {
  color: #0474b4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
  color: #000000;
  text-decoration: none;
}

a.nav:hover {
  color: #cc3333;
  text-decoration: underline;
}

/* Tables should show empty cells. */
table {
  empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th, tr {
  line-height: 150%;
  font-size: 13px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: #333;
}

/* The main body of the entire forum. */
body {
  background: #242424;
  padding: 0;
  margin: 0;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
  color: #000000;
  font-family: verdana, sans-serif;
}

input, button {
  font-size: 100%;
}

textarea {
  font-size: 100%;
  color: #000000;
  font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check {}

/* Selects are a bit smaller, because it makes them look even better 8). */
select {
  font-size: 100%;
  font-weight: normal;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
  height: 1px;
  border: 0;
  color: #dcdcdc;
  background-color: #ddd;
}

/* No image should have a border when linked */
a img {
  border: 0;
}

/* A quote, perhaps from another post. */
.quote {
  color: #555;
  background-color: #eee;
  border: 1px solid #e3e3e3;
  margin: 0 0 1px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code {
  color: #333;
  background-color: #eaeff3;
  font-family: Monaco,'Courier New',monospace;
  font-size: 11px;
  line-height: 1.3em;
  border-top: 2px solid #387cb3;
  border-bottom: 2px solid #387cb3;
  margin: 1px auto;
  padding: 5px;
  /*width: 99%;*/
  white-space: nowrap;
  overflow: auto;
  /* Stop after about 24 lines, and just show a scrollbar. */
  max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
  color: #282828;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.2em;
  padding: 5px;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help {
  cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction {
  color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor {
  width: 96%;
}

/* Highlighted text - such as search results. */
.highlight {
  background-color: yellow;
  font-weight: bold;
  color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
  background: #fff url(../images/windowbg.png) 0 100% repeat-x;
  border-bottom: solid 1px #fff;
}

.windowbg2 {
  background: #fff;
}

.windowbg3 {
  background: #f3f3f3;
  border-bottom: solid 1px #fff;
}

.windowbg_sticky {
  background: #f6f6f6 url(../images/windowbg_sticky.png) 0 100% repeat-x;
  border-bottom: solid 1px #fff;
  padding: 10px 5px;
  color: #222;
}

.windowbg4 {
  background: #fcfcfc;
  border: solid 1px #eaeaea;  
  margin-bottom: 2px;
  padding: 2px;
  text-align: center;
  color: #3f3f3f;
  width: 94%;
}

/* the today container in calendar */
.calendar_today {
  background: #f4f4f4;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
  color: #ededed;
  font-style: normal;
  font-size: 14px;
  background: #004265 url(images/titlebg.png) repeat-x;
  border-bottom: solid 2px #0177b4;
  padding-left: 10px;
  padding-right: 10px;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
  color: #ededed;
  font-style: normal;
}

.titlebg a:hover {
  text-decoration: underline;
}

.titlebg2 td, td.titlebg tr td {
  color: white;
}

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
  color: #dcdcdc;
  font-style: normal;
  text-decoration: underline;
}

.titlebg2 a:hover {
  color: #b2b2b2;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg, tr.catbg td, .catbg3, tr.catbg3 td {
  color: #444;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff url(images/catbg.png) 0 100% repeat-x;
  border-bottom: solid 1px #ccc;
}

.catbg2, tr.catbg2 td {
  color: #444;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff url(images/catbg.png) 0 100% repeat-x;
  border-bottom: solid 1px #ccc;
}

.catbg, .catbg2, .catbg3 {
}

.catbg, .catbg2 {
  font-weight: bold;
  font-size: 14px;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
  font-size: 100%;
  color: #444;
  text-decoration: none;
}

.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
  color: #444;
  text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
  text-decoration: underline;
}

.catbg4, .catbg4 a:link, .catbg4 a:visited {
  background: #eee url(images/catbg.gif) repeat-x;
  border-bottom: 3px solid #e8e8e8;
  color: #555;
  font-size: 12px;
  font-weight: bold;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
  background-color: #e8e8e8;
  padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder {
  padding: 0px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext, small {
  font-size: 11px;
}

.middletext {
  font-size: 12px;
}

.normaltext {
  font-size: 16px;
}

.largetext {
  font-size: 20px;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
  width: 100%;
  overflow: auto;
  line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
  width: 100%;
  overflow: auto;
  padding-bottom: 3px;
  line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error {
  color: red;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
  vertical-align: top;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
  text-decoration: none;
  color: #aaa;
  font-weight: bold;
  font-size: 11px;
  padding: 5px;
}

.maintab_first,.mirrortab_first {
   display: none;
}

.maintab_back,.mirrortab_back {}

.maintab_last,.mirrortab_last {
  display: none;
}

.maintab_active_first, .mirrortab_active_first {
  display: none;
}

.maintab_active_back, .mirrortab_active_back {
  text-decoration: overline;
}

.maintab_active_last, .mirrortab_active_last {
  display: none;
}

/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
  color: #333;
  text-decoration: none;
}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
  color: #333;
  text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
  color: #387cb3;
  text-decoration: overline;
}

/* The AJAX notifier */
#ajax_in_progress {
  background: #326EA0;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 18pt;
  padding: 5px 0 10px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#topbar {
  height: 114px;
  background: #aaa url(../images/top-bg.png) 0 0 repeat-x;
}

#header {
  position: relative;
  overflow: hidden;
  height: 114px;
}

#toplinks {
  float: right;
  padding: 15px 30px 0 0;
}

#toplinks ul {
  float: left;
  width: auto;
}

#toplinks ul, #toplinks ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  /*font-family: arial, sans-serif;*/
}

От "+" не откажусь =)
webanet
Сообщений: 24067
Репутация: 4985

Сообщение # 2 | 02:23:53
Br1[4]N, начнем с того, что адрес вашего сайта и форума прописан и настроен на показ без www, а вы все ссылки кидаете с www

далее ошибка

Quote
<link type="text/css" rel="StyleSheet" href="css/style1.css" />
<link rel="stylesheet" type="text/css" href="css/style.css">
это неправильно

Quote
<link type="text/css" rel="StyleSheet" href="/css/style1.css" />
<link rel="stylesheet" type="text/css" href="/css/style.css">
вот так правильно. должно отображаться, если вы файлы со стилями залили

в стилях почти тоже самое. пути к картинкам

Quote
background: #fff url(../images/windowbg.png) 0 100% repeat-x;
это неправильно

Quote
background: #fff url(/images/windowbg.png) 0 100% repeat-x;
вот так должно работать, если вы залили картинки на сайт

ТУТ можно оставить своё мнение по любому вопросу
https://webanetlabs.net/
Br1[4]N
Сообщений: 90
Репутация: 10

Сообщение # 3 | 02:25:20
Дополнение к style.css

Code
#toplinks ul li {
  float: left;
  font-size: 12px;
}

#toplinks ul li.time {
  padding-right: 10px;
}

#toplinks ul li a:link, #toplinks ul li a:visited {
  /*color: #444;*/
  padding: 0 10px;
  border-left: 1px solid #e0e0e0;
  /*text-decoration: underline;*/
  color: #4C96D1;
}

#toplinks ul li a:hover {
  color: #4C96D1;
}

#logo a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 470px;
  height: 114px;
  background: url(../images/logo.png) no-repeat;
}

#searchbar {
  position: absolute;
  top: 58px;
  right: 30px;
  height: 36px;
  width: 210px;
  background: url(../images/searchbox.png) no-repeat;
  overflow: hidden;
}

#searchbar .inputbox {
  background: transparent;
  color: #ddd;
  padding: 3px 3px;
  border: none;
  margin: 4px 0 0 35px;
  width: 150px;
  height: 14px;
  font-size: 12px;
  font-family: tahoma, sans-serif;
}

#toolbar {
  background: #202020 url(../images/toolbar-bg.png) 0 0 repeat-x;
  height: 61px;
}

#topnav {
  float: left;
  height: 61px;
  padding-left: 5px;
  margin: 0px;
  z-index: 100;
}

#topnav ul {
  margin: 0;
  padding: 0;
}

#topnav li {
  float: left;
  margin: 0;
  padding: 0px;
  position: relative;
  padding-right: 1px;
  line-height: 16px;
  list-style-type: none;
}

#topnav li a {
  display: block;
  float: left;
  color: #ccc;
  text-decoration: none;
  padding: 16px 23px 13px;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

#topnav li a span {
  color: #666;
  font-size: 11px;
  font-weight: normal;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

#topnav li a:hover, #topnav li:hover a, #topnav li.sfhover a {
  color: #ddd;
}

#topnav li.chosen a {
  background: url(../images/topnav-chosen.png) 50% 0 no-repeat;
  color: #fff;
}

#topnav li.chosen a span {
  color: #aaa;
}

#topnav li:hover span, #topnav li.sfhover span {
  color:#999;
}

#topnav li li {
  width: 170px;
  height: auto;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #313131;
}

#topnav li li a, #topnav .chosen li a, #topnav li:hover li a, #topnav li.sfhover li a {
  background: none;
  display: block;
  height: 30px;
  line-height: 30px;  
  padding: 0 0 0 22px;
  width: 148px;
  float: none;
  color: #999;
  font-size: 13px;
  text-decoration: none;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

#topnav li li a:hover, #topnav .chosen li a:hover {
  background: #1a1a1a;
  color: #ccc;
  text-decoration: none;
}

#topnav li ul {
  background: #1d1d1d;
  clear: both;
  position: absolute;
  height: auto;
  width: 170px;
  top: 61px;
  left: -999em;
  z-index: 100;
  border-right: 1px solid #313131;
  border-left: 1px solid #313131;
}

#topnav li:hover ul, #topnav li.sfhover ul {
  left: auto;
}

#topnav2 {
  float: left;
  height: 61px;
  padding-left: 5px;
  margin: 0px;
  z-index: 100;
}

#topnav2 ul {
  margin: 0;
  padding: 0;
}

#topnav2 li {
  float: left;
  margin: 0;
  padding: 0px;
  position: relative;
  line-height: 61px;
  list-style-type: none;
}

#topnav2 li a {
  display: block;
  float: left;
  color: #ccc;
  text-decoration: none;
  padding: 0 15px;
  font-size: 14px;
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

#topnav2 li a:hover {
  color: #fff;
}

#topnav2 li a.chosen {
  background: url(../images/topnav-chosen.png) 50% 0 no-repeat;
  color: #fff;
  font-weight: bold;
}

#body-bg {
  background: #242424 url(../images/body-bg.png);
  padding: 0;
  margin: 0;
}

#userbar-shad-l {
  background: url(../images/userbar-shad-l.png) 0 0 no-repeat;
  padding-left: 24px;
  height: 130px;
}

#userbar-shad-r {
  background: url(../images/userbar-shad-r.png) 100% 0 no-repeat;
  padding-right: 24px;
  height: 130px;
}

#userbar-main {
  background: url(../images/userbar-main-bg.png) 0 0 repeat-x;
  height: 130px;
}

#loginbox {
  padding: 20px 10px 5px 20px;
  color: #999;
  float: left;
  font-size: 11px;
  line-height: 140%;
  width: 400px;
}

#loginbox a:link, #loginbox a:visited {
  color: #ccc;
  font-weight: bold;
}

#loginbox a:hover {
  text-decoration: underline;
}

#loginbox form {
  padding: 0;
  margin: 0;
}

#loginbox h4 {
  color: #ddd;
  font-size: 13px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

#loginbox ul {
  padding: 4px 0 0;
  margin: 0;
  list-style: none;
}

#loginbox ul li strong {
  color:#bbb;
}

#ds-usernme {
  background: url(../images/usernmebox.png) 0 0 no-repeat;
  width: 144px;
  height: 25px;
  float: left;
  margin-top: 4px;
  margin-right: 10px;
}

#ds-passwrd {
  background: url(../images/passwrdbox.png) 0 0 no-repeat;
  width: 144px;
  height: 25px;
  float: left;
  margin-top: 4px;
  margin-right: 10px;
}

#ds-usernme input#usrnme, #ds-passwrd input#psswrd {
  background: none;
  color: #efefef;
  padding: 3px 0 0;
  border: none;
  margin: 4px 0 0 30px;
  width: 100px;
  height: 14px;
  font-size: 11px;
}

#loginbutton {
  background: url(../images/loginbutton.png) no-repeat;
  width: 52px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 4px 0 0;
  cursor: pointer;
}

.reminder {
  padding: 10px 0 0 5px;
}

.reminder a {
  padding-right: 12px;
}

.ds-avatar {
  float: left;
  padding-right: 20px;
}

.ds-avatar img {
  height: 65px;
  width: 65px;
}

#news {
  height: 80px;
  padding: 15px 25px 5px 0;
  overflow: hidden;
  width: 420px;
  float: right;
  color: #888;
  font-size: 13px;
}

#news h3 {
  color: #ccc;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

#news h3 span, #news a {
  color: #4C96D1;
}

#news p {
  padding: 6px 0 0;
  margin: 0;
}

#body-shad-l {
  background: url(../images/body-shad-l.png) 0 0 repeat-y;
  padding-left: 18px;
}

#body-shad-r {
  background: url(../images/body-shad-r.png) 100% 0 repeat-y;
  padding-right: 18px;
}

#mainbody {
  background: #fff;
  padding: 4px;
  margin: 0;
}

#footer-l {
  padding-left: 20px;
  background: url(../images/footer-l.png) 0 0 no-repeat;
  height: 128px;
}

#footer-r {
  padding-right: 20px;
  background: url(../images/footer-r.png) 100% 0 no-repeat;
  height: 128px;
}

#footer {
  background: #242424 url(../images/footer-bg.png) 0 0 repeat-x;
  color: #aaa;
}

.foot-float-r {
  float: right;
  text-align: right;
  padding: 25px 15px 0;
}

#ds_icon {
  background: url(../images/ds_logo.png) 100% 0 no-repeat;
  width: 48px;
  height: 32px;
  display: block;
  margin-top: 5px;
  float: right;
}

.foot-float-l {
  float: left;
  padding: 25px 15px 0;
  line-height: 130%
}

#footer a:link, #footer a:visited {
  color: #666;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.clr {
  clear: both;
}

.pathway-wrap {
  margin: 0;
  padding: 2px 10px 6px 0;
  font-size:11px;
}

span.ds-pathway {
  color: #444;
  margin: 0 3px 0 0;
}

span.pathway {
  color: #0474b4;
  font-weight: bold;
}

span.pathway a:link, span.pathway a:visited {
  color: #047cc1;
  text-transform: none;
  font-weight: normal;
}

span.pathway a:hover {
  text-decoration: underline;
}

.popuptext {
  color: #fff;
}

Добавлено (23-Фев-2012, 02:25:20)
---------------------------------------------

Style1.css

Code
/* General Style */
a:link {text-decoration:underline; color:#E4FAFD;}
a:active {text-decoration:underline; color:#E4FAFD;}
a:visited {text-decoration:underline; color:#E4FAFD;}
a:hover {text-decoration:none; color:#FFFFFF;}

td, body {font-family:verdana,arial,helvetica; font-size:8pt; color:#8C8C9C}
form {padding:0px;margin:0px;}
input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;}
.copy {font-size:7pt;}

a.noun:link {text-decoration:none; color:#E4FAFD}
a.noun:active {text-decoration:none; color:#E4FAFD}
a.noun:visited {text-decoration:none; color:#E4FAFD}
a.noun:hover {text-decoration:underline; color:#FFFFFF}
.mframe1 {padding:2 10 30 10px;}
hr {color:#464646;height:1px;}
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif;color:#FFFFFF;font-size:13px;font-weight:bold; padding-left:22px; background: url('/.s/t/731/22.gif') no-repeat 5px 2px;}

.menut0 {}
.menut {padding:2 3 3 15px;}
.mframe {padding:2 0 30 30px;}
.bannerTable {width:468;height:60;}

.menu1 {font-weight:bold;font-size:8pt;font-family:Arial,Sans-Serif;}
a.menu1:link {text-decoration:underline; color:#E4FAFD}
a.menu1:active {text-decoration:underline; color:#E4FAFD}
a.menu1:visited {text-decoration:underline; color:#E4FAFD}
a.menu1:hover {text-decoration:none; color:#FFFFFF}
/* ------------- */

/* Menus */
ul.uz, ul.uMenuRoot {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding: 0 0 0 13px; background: url('/.s/t/731/23.gif') no-repeat 0px 2px; margin-bottom: .6em;}
/* ----- */

/* Site Menus */
.uMenuH li {float:left;padding:0 5px;}

.uMenuV .uMenuItem {font-weight:normal;}
.uMenuV li a:link {text-decoration:none; color:#E4FAFD}
.uMenuV li a:active {text-decoration:none; color:#E4FAFD}
.uMenuV li a:visited {text-decoration:none; color:#E4FAFD}
.uMenuV li a:hover {text-decoration:underline; color:#FFFFFF}

.uMenuV .uMenuItemA {font-weight:bold;}
.uMenuV a.uMenuItemA:link {text-decoration:none; color:#FFFFFF;}
.uMenuV a.uMenuItemA:visited {text-decoration:none; color:#FFFFFF}
.uMenuV a.uMenuItemA:hover {text-decoration:underline; color:#FFFFFF}
.uMenuV .uMenuArrow {position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/.s/img/wd/1/ar1.gif') no-repeat 0 0;}
.uMenuV li {margin: 0; padding: 0 0 0 13px; background: url('/.s/t/731/23.gif') no-repeat 0px 2px; margin-bottom: .6em;}
/* --------- */

/* Module Part Menu */
.catsTd {padding: 0 0 6px 13px; background: url('/.s/t/731/23.gif') no-repeat 0px 2px;}
.catName {font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:11px;}
.catNameActive {font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:11px;}
.catNumData {font-size:7pt;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#E4FAFD;}
a.catName:visited {text-decoration:none; color:#E4FAFD;}
a.catName:hover {text-decoration:underline; color:#FFFFFF;}
a.catName:active {text-decoration:none; color:#E4FAFD;}
a.catNameActive:link {text-decoration:none; color:#FFFFFF;}
a.catNameActive:visited {text-decoration:none; color:#FFFFFF;}
a.catNameActive:hover {text-decoration:underline; color:#FFFFFF;}
a.catNameActive:active {text-decoration:none; color:#FFFFFF;}
/* ----------------- */

/* Entries Style */
.eBlock {}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#E4FAFD; padding: 0 0 0 18px; background: url('/.s/t/731/24.gif') no-repeat 0 1px;}
.eTitle a:link {text-decoration:underline; color:#E4FAFD;}
.eTitle a:visited {text-decoration:underline; color:#E4FAFD;}
.eTitle a:hover {text-decoration:none; color:#FFFFFF;}
.eTitle a:active {text-decoration:underline; color:#E4FAFD;}

.eText {text-align:justify; padding:5px;border-top:1px dashed #4D4D56;}

.eDetails {border-top:1px dashed #2B2B30;border-bottom:1px dashed #2B2B30;color:#60606B;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1 {border-top:1px dashed #2B2B30;border-bottom:1px dashed #2B2B30;color:#60606B;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {border-top:1px dashed #2B2B30;border-bottom:1px dashed #2B2B30;color:#60606B;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/731/25.gif') no-repeat 0px 0px;}
/* --------------- */

/* Entry Manage Table */
.manTable {border:1px solid #4D4D56;background:#f9f9f9;}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* Comments Style */
.cAnswer {color:#636363;padding-left:15px;padding-top:4px;font-style:italic;}

.cBlock1 {background:#f9f9f9;border:1px solid #4D4D56;}
.cBlock2 {background:#f9f9f9;border:1px solid #4D4D56;}
/* -------------- */

/* Comments Form Style */
.commTable {border:1px solid #4D4D56;background:#f9f9f9;}
.commTd1 {color:#4D4D56;font-weight:bold;padding-left:5px;}
.commTd2 {padding-bottom:2px;}
.commFl {width:100%;color:#636363;background:#2A2A2F;border:1px solid #4D4D56;}
.smiles {border:1px solid #d9d9d9;background:#f9f9f9;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#636363;background:#2A2A2F;border:1px solid #4D4D56;}
/* ------------------- */

/* News/Blog Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/731/26.gif') no-repeat 0px 4px;}
.archActive {color:#FFFFFF;}
a.archLink:link {text-decoration:underline; color:#FFFFFF;}
a.archLink:visited {text-decoration:underline; color:#FFFFFF;}
a.archLink:hover {text-decoration:none; color:#D8D5D5;}
a.archLink:active {text-decoration:none; color:#D8D5D5;}
/* ---------------------- */

/* News/Blog Archive Style */
.archiveCalendars {text-align:center;color:#E2B4B4;}
.archiveDateTitle {font-weight:bold;color:#FFFFFF;padding-top:15px;}
.archEntryHr {width:250px;color:#2B2B30;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/.s/t/731/27.gif') no-repeat 0px 2px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#C3C3C3;}
a.archiveDateTitleLink:link {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:visited {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:hover {text-decoration:underline; color:#FFFFFF}
a.archiveDateTitleLink:active {text-decoration:underline; color:#FFFFFF}
.archiveNoEntry {text-align:center;color:#E2B4B4;}
/* ------------------------ */

/* News/Blog Calendar Style */
.calMonth {}
.calWday {color:#FFFFFF; background:#3B3B42; width:18px;}
.calWdaySe {color:#FFFFFF; background:#4D4D56; width:18px;}
.calWdaySu {color:#FFFFFF; background:#4D4D56; width:18px; font-weight:bold;}
.calMday {color:#E4FAFD;background:#222226;}
.calMdayA {color:#000000;background:#E4FAFD;}
.calMdayIs {color:#C04141;background:#2A2A2F;font-weight:bold;border:1px solid #4D4D56;}
.calMdayIsA {border:1px solid #E4FAFD; background:#2B2B30;font-weight:bold;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#FFFFFF;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#FFFFFF;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#FFFFFF;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#FFFFFF;}
/* ------------------------ */

/* Poll styles */
.pollBut {width:110px;}

.pollBody {padding:7px; margin:0px; background:#000000}
.textResults {background:#FFFFFF}
.textResultsTd {background:#700000}

.pollNow {background:#FFFFFF}
.pollNowTd {background:#700000}

.totalVotesTable {background:#FFFFFF}
.totalVotesTd {background:#700000}
/* ---------- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:yellow;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#99CCFF;}
/* ---------------- */

/* Other Styles */
.replaceTable {background:#f9f9f9;height:100px;width:300px;border:1px solid #4D4D56;}
.replaceBody {background:#000000;}

.legendTd {font-size:7pt;}
/* ------------ */

/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#e8e8e8;font-family:Verdana,Arial,Sans-Serif;}
.gTableTop {background: #f5f5f5;border: 1px solid #e5e4e4;padding: 4px;margin-bottom: 5px;font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold}
.gTableSubTop {background: #f5f5f5;font-family:Verdana,Arial,Sans-Serif;font-size:8px;font-weight:bold}
   
.gTableBody {background: #f5f5f5;border: 1px solid #eeeeee;padding: 4px;margin-bottom: 5px;font-family:Verdana,Arial,Sans-Serif;font-size:10px;}
.gTableBody1 {background: #f5f5f5;border: 1px solid #eeeeee;padding: 4px;margin-bottom: 5px;font-family:Verdana,Arial,Sans-Serif;font-size:10px;}
.gTableBottom {padding:2px;background:#222226;}
.gTableLeft {background: #f5f5f5;border: 1px solid #eeeeee;padding: 4px;margin-bottom: 5px;font-family:Verdana,Arial,Sans-Serif;font-size:10px;}
.gTableRight {background: #f5f5f5;border: 1px solid #eeeeee;padding: 4px;margin-bottom: 5px;font-family:Verdana,Arial,Sans-Serif;font-size:10px;}
.gTableError {padding:2px;background:#222226;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding-left: 10px;padding-right: 10px;background: #fff url(../images/catbg.png) 0 100% repeat-x; font-family:Verdana,Arial,Sans-Serif;font-size:10px;}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding-left: 10px;padding-right: 10px;background: #fff url(../images/catbg.png) 0 100% repeat-x;font-family:Verdana,Arial,Sans-Serif;font-size:10px;}
.forumLastPostTd,.forumArchive {padding-left: 10px;padding-right: 10px;background: #fff url(../images/catbg.png) 0 100% repeat-x;font-family:Verdana,Arial,Sans-Serif;font-size:10px;}


От "+" не откажусь =)
Miss_Esq
Сообщений: 13859
Репутация: 4159
Уровень замечаний:

Сообщение # 4 | 02:27:33
Br1[4]N, убрать точки ... везде во всех строках CSS

background: url(../images/logo.png) no-repeat;

GranDG
Сообщений: 46
Репутация: -3
Уровень замечаний:

Сообщение # 5 | 02:27:43
Br1[4]N, <link type="text/css" rel="StyleSheet" href="css/style1.css" />
<link rel="stylesheet" type="text/css" href="css/style.css">
пропиши http://volgateam.do.am/
<link type="text/css" rel="StyleSheet" href="http://volgateam.do.am/css/style1.css" />
полные ссылки и так для всех изображений тоже
Br1[4]N
Сообщений: 90
Репутация: 10

Сообщение # 6 | 02:27:51
webanet, всего-то biggrin
Большое Вам спасибо за помощь! happy

От "+" не откажусь =)
GranDG
Сообщений: 46
Репутация: -3
Уровень замечаний:

Сообщение # 7 | 02:29:39
Br1[4]N, воспользуйся функцией быстрой замены участов шаблона
Br1[4]N
Сообщений: 90
Репутация: 10

Сообщение # 8 | 02:31:06
GranDG, webanet мне помог, все уже отлично работает, спасибо всем за помощь! smile

От "+" не откажусь =)
  • Страница 1 из 1
  • 1
Поиск:
Telegram
Будьте в курсе всех обновлений: подпишитесь на наш официальный Telegram-канал uCoz и задавайте вопросы в чате сообщества!