Вторник, 25.08.2026, 06:04
[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 2
  • 1
  • 2
  • »
Модератор форума: BondSport  
CSS Help
бафоедДата: Вторник, 14.04.2009, 19:30 | Сообщение # 1
Генерал-полковник
Группа: Модераторы
Сообщений: 821
Репутация: 244
Статус: Offline
вот тестовый сайт, но вот на форуме где темы все белое.. скажите плиз строчку в ксс, как исправить. вот ксс:
Code

**------------------------------------------------------------*/

* {
  margin:0;
  padding:0;
}

body, html {
  background:#094952 url('../images/bg.png') repeat-x;
  font-family:"Trebuchet MS", Arial sans-serif;
  color:#eee;
  font-size:12px;
  align:center;
}

img {
  border:none;
  behavior: url(../js/iepngfix.htc);
}

images {
  border:none;
  margin:0;
  padding:0;
}

a {
  color:#fff;
  text-decoration:underline;
}

a images { border-bottom:none; }

a:hover {
  text-decoration:none;
}
/*------------------------------------------------------------*
**  Блоки
**------------------------------------------------------------*/

#page {
  width:970px;
  margin:0 auto;
}

#header {
  height:140px;
  color:#fff;
  font-size:12px;
}

#logo {
  width:400px;
  float:left;
}

#nav {
  float:right;
  padding-top:75px;
  padding-right:40px;
  color:#aaa;
  font-size:13px;
}

#nav a {
  color:#ccc;
}

#nav h1 {
  font-size:18px;
  color:#ccc;
  letter-spacing:-1px;
}

#top {
  overflow:hidden;
  font-size:13px;
  padding-left:30px;
  padding-bottom:20px;
  padding-top:10px;
}

#content {
  padding-top:10px;
  float:left;
  width:100%;
}

#left {
  margin-right:330px;
  padding-left:10px;
}

#right {
  float:right;
  width:330px;
  margin-left:-330px;
}

#footer {
  clear:both;
  margin-top:20px;
  padding-top:10px;
  border:1px solid #012429;
  color:#ccc;
  background:#05373e;
  width:100%;
  padding-bottom:20px;
}

#footer a { color:#ccc; }  
#footer a:hover { color:#fff; }

/*------------------------------------------------------------*
**  Навигация
**------------------------------------------------------------*/
#navigation{  
  background:url('../images/navigation.png') no-repeat;
  height:80px;
  font-size:13px;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation li {
  float:left;
  margin: 0;
  padding: 22px 10px 10px 20px;
}

#navigation li a {
  padding:14px 12px;
  text-decoration: none;
  color: #157683;
  border: none;
}
#navigation li a:hover {
  text-decoration:underline;
}
#navigation li a.active {
  color: #fff;
}

#nav ul li {
  float:left;
  margin:0;
  padding:0;
}

/*------------------------------------------------------------*
**  Оформление
**------------------------------------------------------------*/

.info {
  margin-bottom:20px;
  padding-right:20px;
}

.clear {
  clear:both;
}

h1, h2, h3, h4 {
  font-weight:normal;
  font-family:"Trebuchet MS";
}

h1 {
  font-size:18px;
  padding-bottom:3px;
  margin-bottom:3px;
}

.info h1 {
  border-bottom:1px dashed #ccc;
  margin-bottom:3px;
}

/*------------------------------------------------------------*
**  Вывод новостей
**------------------------------------------------------------*/

.news {
  padding-left:0px;
  margin-bottom:20px;
  padding-bottom:5px;
}

.info {
  margin-top:5px;
  font-size:12px;
}

.info ul {
  list-style:none;
}

li.more {
  background:url('../images/img16.png') no-repeat;
  display:inline;
  padding-left:25px;
  margin-right:20px;
  padding-bottom:3px;
}

li.com {
  background:url('../images/img16.png') no-repeat;
  display:inline;
  padding-left:25px;
}

li.views {
  background:url('../images/bullet-info.gif') no-repeat;
  display:inline;
  padding-left:20px;
  margin-right:20px;
  padding-bottom:3px;
}

li.fav {
  display:inline;
  padding-left:10px;
}

.top-info {
  margin-bottom:5px;
  font-size:11px;
  padding-left:10px;
  color:#b3dadf;
}
.post-date {
  width: 45px;
  height: 49px;
  float:left;
  background: url(../images/date-bg.gif) no-repeat;
  margin-right:5px;
}
.post-month {
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  display:block;
  line-height: 11px;
  padding-top: 2px;
  margin-left: -3px;
}
.post-day {
  font-size: 18px;
  text-transform: uppercase;
  color: #999999;
  text-align: center;
  display:block;
  line-height: 18px;
  padding-top: 7px;
  margin-left: -3px;
}
.post-title {
  float: left;
  margin-left: 10px;
}
.news-text {
  clear:left;
  padding-top:3px;
  padding-bottom:3px;
}

/*------------------------------------------------------------*
**  Навигация по страницам
**------------------------------------------------------------*/

.navigation {
  border: none;
  margin: 20px 0 20px 0;
}
.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active, .navigation span {
  display: inline-block;
  display: -moz-inline-stack;
  _overflow: hidden;
  float: left;
  width: 38px;
  height: 28px;
  vertical-align: middle;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
  font-size: 11px;
  color: #000000;
  margin: 10px 3px;
}
.navigation a:hover {
  background: url(../images/nav-hover.png) no-repeat #64a3d9;
  color: #FFFFFF;
  text-align: center;
}
.navigation span {
  background: url(../images/nav-none.png) no-repeat #64a3d9;
}

/*------------------------------------------------------------*
**  Модули
**------------------------------------------------------------*/
.module {
  width:300px;
  padding:20px;
}
.m-top {
  width:300px;
  height:20px;
  background:url('../images/m-top.png') no-repeat;
}
.m-bottom {
  width:300px;
  height:44px;
  background:url('../images/m-bottom.png') no-repeat;
}
.m-center {
  width:225px;
  background:url('../images/m-center.png') repeat-y;
  padding:0px 40px 0px 40px;
}

.module h1 {
  font-size:20px;
  color:#fff;
  margin-left:0px;
  margin-right:0px;
  padding-bottom:5px;
}

.module h1.green { color:#fff; }

ul {
  list-style: none;
}

#right ul li {
  background: url(../images/bullet-list.gif) no-repeat 2px 8px;
  padding: 5px 0px 5px 13px;
  border-bottom:1px dashed #e5e5e5;
  font-family:Verdana;
  font-size:13px;

}
#right ul li:hover {
  background:#f5f5f5  url(../images/bullet-list.gif) no-repeat 2px 8px;
}
#right ul li:hover a {
  color:#555;
}
/* ==================== */

.f_textarea {
  background:#0e5b66;
  color:#fff;
  font-family:"Trebuchet MS";
  font-size:12px;
  border:1px solid #2f8996;
  width:449px;
  margin-top:5px;
  height:156px;
  padding:10px;
  margin-bottom:5px;
}
.f_input {
  color: #fff;  /* ! */
  font-size: 12px;  /* ! */
  font-family: "Trebuchet MS";    /* ! */
  background:#0e5b66;
   
  width: 300px;
  height: 14px;
  border: 1px solid #2f8996;
}
.f_select {
  color: #fff;  /* ! */
  font-size: 12px;  /* ! */
  font-family: "Trebuchet MS";    /* ! */
  background:#0e5b66;
   
  width: 300px;
  height: 14px;
  border: 1px solid #2f8996;
}

#post-buttons {  
  padding: 5px 10px;
  margin-left:0;
  margin-bottom:20px;
  margin-top:10px;
}
p.post-buttons-f {  
  padding: 5px 10px;
  border: 1px solid #EFEFEF;
  background: #F9F9F9;
  margin-left:0;
  margin-bottom:20px;
  margin-top:10px;
  width:40px;
}

#info-table a { color:#b3dadf;}
#info-table a:hover { color:#fff; text-decoration:underline; }

h1.huser { background:url('../images/huser.gif') no-repeat; }
h1.hvote { background:url('../images/hvote.gif') no-repeat; color:#555; }

.ctitle { font-size:18px; }

/*------------------------------------------------------------*
**  Комментарии
**------------------------------------------------------------*/
#comment {
  margin-bottom:10px;
  padding-bottom:10px;
}
#comment-top {
  font-size:11px;
}
.comment-date {
  float:left;
  padding-right:10px;
}
#comment-bottom {
  margin:5px;
  font-size:11px;
  paddding-top:5px;
  clear:left;
}
.comment-s {
  padding:10px;
  overflow:hidden;
}
#com-l {
  width:20%;
  float:left;
}
#com-r {
  width:70%;
  float:left;
}
#com {
  margin-bottom:20px;
  border-top:1px dashed #1d6771;
  padding-bottom:20px;
  padding-left:10px;
  padding-top:10px;
}

#top a.login {
  text-decoration:none;
  border-bottom:1px dashed;
}

#top a {  
  text-decoration:none;
  border-bottom:1px solid;
}
#cat {
  float:left;
  height:20px;
  margin-right:10px;
  margin-top:3px;
  font-size:13px;
}

#cat-left {
  width:12px;
  background:url('../images/cat-left.png') no-repeat;
}

#cat-center {
  background:url('../images/cat-center.png') repeat-x;
  padding:0;
}

#cat-right {
  width:12px;
  background:url('../images/cat-right.png') no-repeat;
}

#info-center {
  height:30px;
  background:url('../images/info-center.png') repeat-x;
}

#info-left {
  width:17px;
  background:url('../images/info-left.png') no-repeat;
}

#info-right {
  width:17px;
  background:url('../images/info-right.png') no-repeat;
}

#info-table {
  margin-top:5px;
  margin-bottom:10px;
}

.addcomment, #addcomment {
  background:#0e5b66;
  color:#fff;
  font-family:"Trebuchet MS";
  font-size:12px;
  border:1px solid #2f8996;
  width:520px;
  margin-top:5px;
  height:120px;
  padding:10px;
}

#com-cat {
  background:#fff;
}

#com-cat-top {
  background:url('../images/com-top.png') no-repeat;
  width:590px;
  height:25px;
}

#com-cat-bottom {
  background:url('../images/com-bottom.png') no-repeat;
  width:590px;
  height:25px;
}

#com-cat-mid {
  background:#527f86;
  color:#fff;
  width:570px;
  padding-left:20px;
}
#com-cat-left {
  width:36px;
  background:url('../images/com-top-left.png') no-repeat;
}

#com-cat-right {
  width:36px;
  background:url('../images/com-top-right.png') no-repeat;
}
 
JavaNetДата: Среда, 15.04.2009, 08:25 | Сообщение # 2
Майор
Группа: Пользователи
Сообщений: 81
Репутация: 50
Статус: Offline
freezenz, можешь с любого шаблона взять, КСС форум и вставить.
Вроде типо так:
Code
/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#E1E1E1}
.gTableTop {padding:2px;background:url('http://wscore.ucoz.lv/img/novosti.gif') #6EACCE;color:#FFFFFF;font-weight:bold;height:44px;padding-left:10px;font-size:11px;}
.gTableSubTop {padding:2px;background:url('http://src.ucoz.ru/t/997/8.gif') #FFFFFF;color:#808080;height:20px;padding-top:8px;}
.gTableBody {padding:2px;background:url('http://src.ucoz.ru/t/997/4.gif') bottom repeat-x #FBFBFC;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:url('http://src.ucoz.ru/t/997/4.gif') bottom repeat-x #FBFBFC;}
.gTableLeft {padding:2px;background:url('http://src.ucoz.ru/t/997/4.gif') bottom repeat-x #FBFBFC;font-weight:bold;color:#808080}
.gTableRight {padding:2px;background:url('http://src.ucoz.ru/t/997/4.gif') bottom repeat-x #FBFBFC}
.gTableError {padding:2px;background:url('http://src.ucoz.ru/t/997/4.gif') bottom repeat-x #FBFBFC;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:url('') bottom repeat-x #FBFBFC}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#FFFFFF;}
a.catLink:visited {text-decoration:none; color:#FFFFFF;}
a.catLink:hover {text-decoration:underline; color:#FFFFFF;}
a.catLink:active {text-decoration:underline; color:#FFFFFF;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#808080;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#808080;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#808080;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#808080;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#808080;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {padding-bottom:7px;font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#000000;}
a.forumBarA:visited {text-decoration:none; color:#000000;}
a.forumBarA:hover {text-decoration:none; color:#808080;}
a.forumBarA:active {text-decoration:underline; color:#808080;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#C7D7EF;}
.fastNavCat {background:url('http://src.ucoz.ru/t/997/4.gif') bottom repeat-x #FBFBFC;}
.fastNavCatA {background:url('http://src.ucoz.ru/t/997/4.gif') bottom repeat-x #FBFBFC;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.switches {background:#E1E1E1;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#EEEEEE;font-weight:bold;color:#808080;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:url('http://src.ucoz.ru/t/997/4.gif') bottom repeat-x #FBFBFC}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#808080;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#808080;height:20px;font-weight:bold;font-size:7pt;color:#000000;padding-left:40px;  }
.threadsDetails {padding:2px;background:#EEEEEE;height:20px;color:#808080;}
.forumOnlineBar {padding:2px;background:#EEEEEE;height:20px;color:#808080;}

a.threadPinnedLink:link {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:visited {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:hover {text-decoration:none; color:#FF0000;}
a.threadPinnedLink:active {text-decoration:underline; color:#FF0000;}

a.threadLink:link {text-decoration:none; color:#808080;}
a.threadLink:visited {text-decoration:none; color:#808080;}
a.threadLink:hover {text-decoration:underline; color:#000000;}
a.threadLink:active {text-decoration:underline; color:#000000;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* Posts View */
.postTable {background:#E1E1E1}
.postPoll {background:url('http://src.ucoz.ru/t/997/4.gif') bottom repeat-x #FBFBFC;text-align:center;}
.postFirst {background:url('http://src.ucoz.ru/t/997/4.gif') bottom repeat-x #FBFBFC;border-bottom:3px solid #FFFFFF;}
.postRest1 {background:url('http://src.ucoz.ru/t/997/4.gif') bottom repeat-x #FBFBFC;}
.postRest2 {background:url('http://src.ucoz.ru/t/997/4.gif') bottom repeat-x #FBFBFC;}
.postSeparator {height:3px;background:#40A3CF;}

.postTdTop {background:url('http://src.ucoz.ru/t/997/8.gif') #FFFFFF;color:#518EAD;height:20px;padding-top:8px;}
.postBottom {background:#EEEEEE;height:20px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;background:url('http://src.ucoz.ru/t/997/4.gif') bottom repeat-x #FBFBFC;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#597798;}
.posttdMessage {padding:10px;background:#FFFFFF;}

.postPoll {padding:5px;}
.pollQuestion {text-align:center;font-weight:bold;}  
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage {background:#FFFFFF;font-size:9px;}

.signatureView {font-size:7pt;}  
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}
/* ---------- */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('http://src.ucoz.ru/t/997/16.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('http://src.ucoz.ru/t/997/16.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.loginButton {font-size:7pt;background:#FFFFFF;color:#575757;border:1px outset #636363;}
.pollBut, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background:url('http://src.ucoz.ru/t/997/3.gif') #6EACCE;color:#FFFFFF;border:1px outset #615E58;}

.codeButtons {font-size:7pt;background:url('http://src.ucoz.ru/t/997/3.gif') #6EACCE;color:#FFFFFF;border:1px outset #615E58;}
.codeCloseAll {font-size:7pt; font-weight:bold;background:url('http://src.ucoz.ru/t/997/3.gif') #6EACCE;color:#FFFFFF;border:1px outset #615E58;}
.postNameFl,.postDescrFl {width:400px}
.postPollFl,.postQuestionFl {width:400px}
.postResultFl {width:50px}
.postAnswerFl {width:300px}
.postTextFl {width:550px;height:150px}
.postUserFl {width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* ----------------- */

/* ====== forum End ====== */



 
бафоедДата: Среда, 15.04.2009, 15:56 | Сообщение # 3
Генерал-полковник
Группа: Модераторы
Сообщений: 821
Репутация: 244
Статус: Offline
JavaNet, мда. ну и помощь.. незнаешь - непиши. я че совсем рехнулся стандартный шаблон ставить? не настолько тупой что бы недогадаться поставить стандартный.. angry angry
 
JavaNetДата: Среда, 15.04.2009, 17:25 | Сообщение # 4
Майор
Группа: Пользователи
Сообщений: 81
Репутация: 50
Статус: Offline
freezenz, во-первых, снизь тон. dry
Во-вторых, я сказал примерно, что тебе нужно сделать. А ты начинаешь на меня здесь повышать голос. dry



 
бафоедДата: Четверг, 16.04.2009, 17:21 | Сообщение # 5
Генерал-полковник
Группа: Модераторы
Сообщений: 821
Репутация: 244
Статус: Offline
JavaNet, я попросил найти ошибку в коде, а не выкладывать стандартные шаблоны

Quote (JavaNet)
Во-вторых, я сказал примерно, что тебе нужно сделать

восстановить стандартный шаблон? спасибо не надо

Quote (JavaNet)
во-первых, снизь тон

читаем первый пост где написано
Quote (freezenz)
скажите плиз строчку в ксс, как исправить

и после этого вам не нравится что я повышаю тон
 
fortyssДата: Пятница, 17.04.2009, 02:22 | Сообщение # 6
Лейтенант
Группа: Проверенные
Сообщений: 70
Репутация: 65
Статус: Offline
freezenz, кинь весь css ты не весь кинул! И кинь страницу форума я думаю знаю в чём проблема happy


Игровой портал play-zona
 
JavaNetДата: Пятница, 17.04.2009, 09:02 | Сообщение # 7
Майор
Группа: Пользователи
Сообщений: 81
Репутация: 50
Статус: Offline
freezenz, блин. Тебе нужно форум подкорректировать, ты попробуй мой вариант и подстрой ПОД СЕБЯ, а потом уже критикуй. dry angry


 
barons89Дата: Пятница, 17.04.2009, 10:48 | Сообщение # 8
Полковник
Группа: Пользователи
Сообщений: 199
Репутация: 34
Статус: Offline
#FFFFFF поменяй на #000000

<img src="http://dream-progs.at.ua/1970977.gif" border="0" alt="" />
 
JavaNetДата: Пятница, 17.04.2009, 13:30 | Сообщение # 9
Майор
Группа: Пользователи
Сообщений: 81
Репутация: 50
Статус: Offline
barons89, ты хоть сам понял что сказал? Если он белый фон заменит на чёрный, это получится полное г.... Там нужно полный форумный стиль, ну не весь, но половина. Но он даже слушать не желает!


 
бафоедДата: Пятница, 17.04.2009, 13:40 | Сообщение # 10
Генерал-полковник
Группа: Модераторы
Сообщений: 821
Репутация: 244
Статус: Offline
fortyss, весь? ок

engine.css:

Code
/*
=============================================================
This Skin for DataLife Engine Developed by DLETemplates.com
Copyright © 2005-2007 DLETemplates.com  All Rights Reserved.
Copyright © 2008 Evanston.

File 'engine.css' - Cascading Style Sheet (CSS) Document
=============================================================
*/

/* ==================== Вывод формы по умолчанию */

form {   
  padding-top: 0px;
  padding-bottom: 0px;  
  padding-right: 0px;  
  padding-left: 0px;  
  margin: 0px;
}

/* ==================== Вывод архива */

.archives {
  margin-top: 6px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.archives a {
  color: #43637e;
}

/* ==================== Цитата и скрытый текст */

.title_quote {
  color: #636363;
  background-color: #f2f2f2;
  border: 1px dotted #bebebe;  
  border-bottom: 0;
  font-weight: bold;
  padding: 5px;
}
.quote {
  color: #757575;
  background-color: #f2f2f2;
  border: 1px dotted #bebebe;
  text-align: justify;
  padding: 5px;
}

/* ==================== Tэг CODE */

.scriptcode {
  color: #757575;
  background-color: #f2f2f2;  
  border: 1px dotted #bebebe;
  text-align: left;
  padding: 5px;
}

/* ==================== Календарь */

.weekday-active-v {
  color: #4b73d4;
}
.day-active-v {
  color: #4b73d4;
}
.calendar {

color: #888;
font-family: verdana;
font-size: 11px;

}
.calendar td, th {
   font-family: verdana;
   text-decoration: none;
/* - */
   padding-left: 6px;
    padding-right: 1px;
   padding-top: 3px;
   padding-bottom: 4px;
/* - */
}
.weekday {
  color: #804040;
  font-family: verdana;
}
.weekday-active {
  color: #2a9cde;
  font-family: verdana;
}
.day-active {
  color: #2a9cde;
  font-family: verdana;
}
.day-active a, .weekday-active a, .day-active-v a, .weekday-active-v a {
  text-decoration: underline;
}
.monthlink {
  color: #2a9cde;
  text-decoration: none;
}

/* ==================== Рейтинг статьи */

.rating {
  color: #757575;
  font-size: 11px;  /* ! */
  font-family: tahoma;    /* ! */
  width: 85px;
  height: 16px;
}
.unit-rating {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 85px;
  height: 16px;
  position: relative;
  background-image: url(../dleimages/rating.gif);
  background-position: top left;
  background-repeat: repeat-x;
}
.unit-rating li {
  text-indent: -90000px;
  padding: 0px;
  margin: 0px;
  float: left;
}
.unit-rating li a {
  display: block;
  width: 17px;
  height: 16px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 17;
  position: absolute;
  padding: 0px;
}
.unit-rating li a:hover {
  background-image: url(../dleimages/rating.gif);
  background-position: left center;
  z-index: 2;
  left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 17px; }
.unit-rating a.r2-unit { left: 17px; }
.unit-rating a.r2-unit:hover { width: 34px; }
.unit-rating a.r3-unit { left: 34px; }
.unit-rating a.r3-unit:hover { width: 51px; }
.unit-rating a.r4-unit { left: 51px; }  
.unit-rating a.r4-unit:hover { width: 68px; }
.unit-rating a.r5-unit { left: 68px; }
.unit-rating a.r5-unit:hover { width: 85px; }
.unit-rating li.current-rating {
  background-image: url(../dleimages/rating.gif);
  background-position: left bottom;
  position:absolute;
  height: 16px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
}

/* ==================== BB коды */
   
.bbcodes {
  background-color: #ffffff;
  border: 1px solid #125a64;
  color: #ffffff;
  font-size: 11px;  /* ! */
  font-family: tahoma;    /* ! */
  /*  width: 120px;  */
  height: 20px;
  background-image: url(../images/dlet_bttn_bbcodes.gif);
  background-repeat: repeat-x;
  font-weight: bold;
}

/* класс bbcodes_poll используем в poll.tpl, vote.tpl, addnews.tpl */

.bbcodes_poll {
  background-color: #ffffff;
  border: 1px solid #125a64;
  color: #ffffff;
  font-size: 11px;  /* ! */
  font-family: tahoma;    /* ! */
  width: 120px;
  height: 20px;
  background-image: url(../images/dlet_bttn_bbcodes.gif);
  background-repeat: repeat-x;
  font-weight: bold;
}

.editor_button {
  float: left;
  cursor: pointer;
  padding-left: 2px;
  padding-right: 2px;
}
.editor_buttoncl {
  float: left;
  cursor: pointer;
  padding-left: 1px;
  padding-right: 1px;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}
.editbclose {
  float: right;
  cursor: pointer;
}

/* ==================== Дополнительные поля новостей */

.xfields textarea {
  color: #757575;  /* ! */
  font-size: 11px;  /* ! */
  font-family: tahoma;    /* ! */
  background-image: url(../images/dlet_field_o.gif);
  background-repeat: repeat-x;

  width: 499px;
  height: 86px;
  border: 1px solid #e0e0e0;
}
.xfields input {
  color: #757575;  /* ! */
  font-size: 11px;  /* ! */
  font-family: tahoma;    /* ! */
  background-image: url(../images/dlet_field_o.gif);
  background-repeat: repeat-x;

  width: 250px;
  height: 14px;
  border: 1px solid #e0e0e0;
}
.xfields select {
  color: #757575;  /* ! */
  font-size: 11px;  /* ! */
  font-family: tahoma;    /* ! */
  background-image: url(../images/dlet_field_o.gif);
  background-repeat: repeat-x;

  height: 14px;
  border: 1px solid #e0e0e0;
}

/* ==================== Дополнительные поля профиля пользователей */

.xprofile textarea {
  color: #757575;  /* ! */
  font-size: 11px;  /* ! */
  font-family: tahoma;    /* ! */
  background-image: url(../images/dlet_field_o.gif);
  background-repeat: repeat-x;

  width: 316px;
  height: 86px;
  border: 1px solid #e0e0e0;
}
.xprofile input {
  color: #757575;  /* ! */
  font-size: 11px;  /* ! */
  font-family: tahoma;    /* ! */
  background-image: url(../images/dlet_field_o.gif);
  background-repeat: repeat-x;

  width: 250px;
  height: 14px;
  border: 1px solid #e0e0e0;
}

/* ==================== Персональные сообщения */  

.pm_head {
  font-size: 12px;  /* ! */
  font-family: tahoma;    /* ! */  
}
.pm_list {
  color: #757575;
}
.pm_list a {
  color: #FF7800;
}

/* ==================== Выпадающее меню */

#dropmenudiv {
  border: 1px solid #ffffff;
  border-bottom-width: 0;
  font: normal 10px Verdana;
  background-color: #6497ca;
  line-height: 20px;
  margin: 2px;
  filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
}
#dropmenudiv a {
  display: block;
  text-indent: 3px;
  border: 1px solid #ffffff;
  padding: 1px 0;
  margin: 1px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
#dropmenudiv a:hover {  
  /* hover background color */
  background-color: #fdd08b;
  color: #000000;
}

/* ==================== Опрос пользователей */

.vote {
  color: #eee;
}

/* ==================== Уведомление о получении новых PM */

#newpm {
  position: absolute;
  height: 250px;
  width: 400px;
  padding: 4px;
  background-color: #fdfdfd;
  border: 1px solid #bbbbbb;
  font-family: verdana;
  line-height: 135%;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=4);
}
#newpmheader {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  height: 20px;
  color: #636363;
  font-weight: bold;
  background-color: #b2c7f1;
  font-family: verdana;
  cursor: move;
}
#newpm a {
  background: transparent;
  color: #4b73d4;
  text-decoration: none;
}
#newpm a:hover {
  background: transparent;
  color: #4b73d4;
  text-decoration: underline;
}

/* ==================== Ссылка на скачивание прикрепленного файла */

#attachment {
  color: #808080;
}

/* ==================== Поиск по сайту и результаты поиска */

.search {
  color: #757575;
  text-decoration: none;
}
.textin {

   color: #757575;  /* ! */
   font-size: 11px;  /* ! */
   font-family: tahoma;    /* ! */
   background-image: url(../images/dlet_field_o.gif);
   background-repeat: repeat-x;
   border: 1px solid #e0e0e0;
   

  text-decoration: none;
}
.sresult  {
  text-align: justify;
  font-weight: normal;
  line-height: 16px;
  font-size: 12px;
  color: #757575;
}

/* ==================== Рамка расширенной формы поиска по сайту */

  fieldset {
   border: 1px solid #e0e0e0;
   padding: 5px;
   text-align: left;
   font-size: 11px;  /* ! */
   font-family: tahoma;    /* ! */
  }

ie.css:

Code
#content {
  padding-top:10px;
  float:left;
  width:100%;
}

#left {
  margin-right:350px;
  padding-left:10px;
}

#right {
  float:right;
  width:330px;
  margin-left:-350px;
}

style.css:

Code
/*------------------------------------------------------------*
**  Orient Style. Copyright by Evanston, 2008.
**------------------------------------------------------------*/

* {
  margin:0;
  padding:0;
}

body, html {
  background:#094952 url('../images/bg.png') repeat-x;
  font-family:"Trebuchet MS", Arial sans-serif;
  color:#eee;
  font-size:12px;
  align:center;
}

img {
  border:none;
  behavior: url(../js/iepngfix.htc);
}

images {
  border:none;
  margin:0;
  padding:0;
}

a {
  color:#fff;
  text-decoration:underline;
}

a images { border-bottom:none; }

a:hover {
  text-decoration:none;
}
/*------------------------------------------------------------*
**  Блоки
**------------------------------------------------------------*/

#page {
  width:970px;
  margin:0 auto;
}

#header {
  height:140px;
  color:#fff;
  font-size:12px;
}

#logo {
  width:400px;
  float:left;
}

#nav {
  float:right;
  padding-top:75px;
  padding-right:40px;
  color:#aaa;
  font-size:13px;
}

#nav a {
  color:#ccc;
}

#nav h1 {
  font-size:18px;
  color:#ccc;
  letter-spacing:-1px;
}

#top {
  overflow:hidden;
  font-size:13px;
  padding-left:30px;
  padding-bottom:20px;
  padding-top:10px;
}

#content {
  padding-top:10px;
  float:left;
  width:100%;
}

#left {
  margin-right:330px;
  padding-left:10px;
}

#right {
  float:right;
  width:330px;
  margin-left:-330px;
}

#footer {
  clear:both;
  margin-top:20px;
  padding-top:10px;
  border:1px solid #012429;
  color:#ccc;
  background:#05373e;
  width:100%;
  padding-bottom:20px;
}

#footer a { color:#ccc; }  
#footer a:hover { color:#fff; }

/*------------------------------------------------------------*
**  Навигация
**------------------------------------------------------------*/
#navigation{  
  background:url('../images/navigation.png') no-repeat;
  height:80px;
  font-size:13px;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation li {
  float:left;
  margin: 0;
  padding: 22px 10px 10px 20px;
}

#navigation li a {
  padding:14px 12px;
  text-decoration: none;
  color: #157683;
  border: none;
}
#navigation li a:hover {
  text-decoration:underline;
}
#navigation li a.active {
  color: #fff;
}

#nav ul li {
  float:left;
  margin:0;
  padding:0;
}

/*------------------------------------------------------------*
**  Оформление
**------------------------------------------------------------*/

.info {
  margin-bottom:20px;
  padding-right:20px;
}

.clear {
  clear:both;
}

h1, h2, h3, h4 {
  font-weight:normal;
  font-family:"Trebuchet MS";
}

h1 {
  font-size:18px;
  padding-bottom:3px;
  margin-bottom:3px;
}

.info h1 {
  border-bottom:1px dashed #ccc;
  margin-bottom:3px;
}

/*------------------------------------------------------------*
**  Вывод новостей
**------------------------------------------------------------*/

.news {
  padding-left:0px;
  margin-bottom:20px;
  padding-bottom:5px;
}

.info {
  margin-top:5px;
  font-size:12px;
}

.info ul {
  list-style:none;
}

li.more {
  background:url('../images/img16.png') no-repeat;
  display:inline;
  padding-left:25px;
  margin-right:20px;
  padding-bottom:3px;
}

li.com {
  background:url('../images/img16.png') no-repeat;
  display:inline;
  padding-left:25px;
}

li.views {
  background:url('../images/bullet-info.gif') no-repeat;
  display:inline;
  padding-left:20px;
  margin-right:20px;
  padding-bottom:3px;
}

li.fav {
  display:inline;
  padding-left:10px;
}

.top-info {
  margin-bottom:5px;
  font-size:11px;
  padding-left:10px;
  color:#b3dadf;
}
.post-date {
  width: 45px;
  height: 49px;
  float:left;
  background: url(../images/date-bg.gif) no-repeat;
  margin-right:5px;
}
.post-month {
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  display:block;
  line-height: 11px;
  padding-top: 2px;
  margin-left: -3px;
}
.post-day {
  font-size: 18px;
  text-transform: uppercase;
  color: #999999;
  text-align: center;
  display:block;
  line-height: 18px;
  padding-top: 7px;
  margin-left: -3px;
}
.post-title {
  float: left;
  margin-left: 10px;
}
.news-text {
  clear:left;
  padding-top:3px;
  padding-bottom:3px;
}

/*------------------------------------------------------------*
**  Навигация по страницам
**------------------------------------------------------------*/

.navigation {
  border: none;
  margin: 20px 0 20px 0;
}
.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active, .navigation span {
  display: inline-block;
  display: -moz-inline-stack;
  _overflow: hidden;
  float: left;
  width: 38px;
  height: 28px;
  vertical-align: middle;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
  font-size: 11px;
  color: #000000;
  margin: 10px 3px;
}
.navigation a:hover {
  background: url(../images/nav-hover.png) no-repeat #64a3d9;
  color: #FFFFFF;
  text-align: center;
}
.navigation span {
  background: url(../images/nav-none.png) no-repeat #64a3d9;
}

/*------------------------------------------------------------*
**  Модули
**------------------------------------------------------------*/
.module {
  width:300px;
  padding:20px;
}
.m-top {
  width:300px;
  height:20px;
  background:url('../images/m-top.png') no-repeat;
}
.m-bottom {
  width:300px;
  height:44px;
  background:url('../images/m-bottom.png') no-repeat;
}
.m-center {
  width:225px;
  background:url('../images/m-center.png') repeat-y;
  padding:0px 40px 0px 40px;
}

.module h1 {
  font-size:20px;
  color:#fff;
  margin-left:0px;
  margin-right:0px;
  padding-bottom:5px;
}

.module h1.green { color:#fff; }

ul {
  list-style: none;
}

#right ul li {
  background: url(../images/bullet-list.gif) no-repeat 2px 8px;
  padding: 5px 0px 5px 13px;
  border-bottom:1px dashed #e5e5e5;
  font-family:Verdana;
  font-size:13px;

}
#right ul li:hover {
  background:#f5f5f5  url(../images/bullet-list.gif) no-repeat 2px 8px;
}
#right ul li:hover a {
  color:#555;
}
/* ==================== */

.f_textarea {
  background:#0e5b66;
  color:#fff;
  font-family:"Trebuchet MS";
  font-size:12px;
  border:1px solid #2f8996;
  width:449px;
  margin-top:5px;
  height:156px;
  padding:10px;
  margin-bottom:5px;
}
.f_input {
  color: #fff;  /* ! */
  font-size: 12px;  /* ! */
  font-family: "Trebuchet MS";    /* ! */
  background:#0e5b66;
   
  width: 300px;
  height: 14px;
  border: 1px solid #2f8996;
}
.f_select {
  color: #fff;  /* ! */
  font-size: 12px;  /* ! */
  font-family: "Trebuchet MS";    /* ! */
  background:#0e5b66;
   
  width: 300px;
  height: 14px;
  border: 1px solid #2f8996;
}

#post-buttons {  
  padding: 5px 10px;
  margin-left:0;
  margin-bottom:20px;
  margin-top:10px;
}
p.post-buttons-f {  
  padding: 5px 10px;
  border: 1px solid #EFEFEF;
  background: #F9F9F9;
  margin-left:0;
  margin-bottom:20px;
  margin-top:10px;
  width:40px;
}

#info-table a { color:#b3dadf;}
#info-table a:hover { color:#fff; text-decoration:underline; }

h1.huser { background:url('../images/huser.gif') no-repeat; }
h1.hvote { background:url('../images/hvote.gif') no-repeat; color:#555; }

.ctitle { font-size:18px; }

/*------------------------------------------------------------*
**  Комментарии
**------------------------------------------------------------*/
#comment {
  margin-bottom:10px;
  padding-bottom:10px;
}
#comment-top {
  font-size:11px;
}
.comment-date {
  float:left;
  padding-right:10px;
}
#comment-bottom {
  margin:5px;
  font-size:11px;
  paddding-top:5px;
  clear:left;
}
.comment-s {
  padding:10px;
  overflow:hidden;
}
#com-l {
  width:20%;
  float:left;
}
#com-r {
  width:70%;
  float:left;
}
#com {
  margin-bottom:20px;
  border-top:1px dashed #1d6771;
  padding-bottom:20px;
  padding-left:10px;
  padding-top:10px;
}

#top a.login {
  text-decoration:none;
  border-bottom:1px dashed;
}

#top a {  
  text-decoration:none;
  border-bottom:1px solid;
}
#cat {
  float:left;
  height:20px;
  margin-right:10px;
  margin-top:3px;
  font-size:13px;
}

#cat-left {
  width:12px;
  background:url('../images/cat-left.png') no-repeat;
}

#cat-center {
  background:url('../images/cat-center.png') repeat-x;
  padding:0;
}

#cat-right {
  width:12px;
  background:url('../images/cat-right.png') no-repeat;
}

#info-center {
  height:30px;
  background:url('../images/info-center.png') repeat-x;
}

#info-left {
  width:17px;
  background:url('../images/info-left.png') no-repeat;
}

#info-right {
  width:17px;
  background:url('../images/info-right.png') no-repeat;
}

#info-table {
  margin-top:5px;
  margin-bottom:10px;
}

.addcomment, #addcomment {
  background:#0e5b66;
  color:#fff;
  font-family:"Trebuchet MS";
  font-size:12px;
  border:1px solid #2f8996;
  width:520px;
  margin-top:5px;
  height:120px;
  padding:10px;
}

#com-cat {
  background:#fff;
}

#com-cat-top {
  background:url('../images/com-top.png') no-repeat;
  width:590px;
  height:25px;
}

#com-cat-bottom {
  background:url('../images/com-bottom.png') no-repeat;
  width:590px;
  height:25px;
}

#com-cat-mid {
  background:#527f86;
  color:#fff;
  width:570px;
  padding-left:20px;
}
#com-cat-left {
  width:36px;
  background:url('../images/com-top-left.png') no-repeat;
}

#com-cat-right {
  width:36px;
  background:url('../images/com-top-right.png') no-repeat;
}
 
mafioziДата: Пятница, 17.04.2009, 14:27 | Сообщение # 11
Лейтенант
Группа: Проверенные
Сообщений: 42
Репутация: 27
Статус: Offline
от оно 100%
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:underline; color:#CCCCCC;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:underline; color:#CCCCCC;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:none; color:#000000;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#CCCCCC;}

---------------------------------------------

a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:underline; color: у тебя там FFFFFF а ставь под свой дизайн синий или чёрный

---------------------------------------------это надписи выше "Тестовый форум"

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#202020}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#222222}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#CCCCCC;}
a.catLink:visited {text-decoration:none; color:#CCCCCC;}
a.catLink:hover {text-decoration:underline; color:#999999;}
a.catLink:active {text-decoration:underline; color:#CCCCCC;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}

советую просто поменять цвет блока на цвет всего форума

.forumNameTd,.forumLastPostTd {padding:2px;background:#твой}





Сообщение отредактировал mafiozi - Пятница, 17.04.2009, 14:34
 
бафоедДата: Пятница, 17.04.2009, 15:15 | Сообщение # 12
Генерал-полковник
Группа: Модераторы
Сообщений: 821
Репутация: 244
Статус: Offline
mafiozi, в коде нет такого
 
mafioziДата: Пятница, 17.04.2009, 15:20 | Сообщение # 13
Лейтенант
Группа: Проверенные
Сообщений: 42
Репутация: 27
Статус: Offline
ну значит пропиши ! он должен быть
И у всех есть по другому быть не может ищи в CCS или в скрипт шаблоне форума даже если нажать в браузере(исходный код страницы он есть!!!!)

Добавлено (17.04.2009, 2:20:39)
---------------------------------------------
Тыс сам просмотри свой CCS там про форум ни одной строчки! biggrin



 
бафоедДата: Пятница, 17.04.2009, 15:53 | Сообщение # 14
Генерал-полковник
Группа: Модераторы
Сообщений: 821
Репутация: 244
Статус: Offline
mafiozi, можешь мне подогнать CSS? прям как надо.. сайт в первом посте. с меня награда и плюс
 
mafioziДата: Пятница, 17.04.2009, 16:31 | Сообщение # 15
Лейтенант
Группа: Проверенные
Сообщений: 42
Репутация: 27
Статус: Offline
пробую

Добавлено (17.04.2009, 3:31:17)
---------------------------------------------
дай мне свой CCS засунь его в word!



 
  • Страница 1 из 2
  • 1
  • 2
  • »
Поиск: