Приветствую Вас, Потерянный Четверг, 25.04.2024, 11:20
RSS

[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Форум » Ucoz зона » Форум » ОЧень красивый стиль форума (как на MZ-GAME.RU)
ОЧень красивый стиль форума (как на MZ-GAME.RU)

SkylineДата: Суббота, 15.01.2011, 23:32 | Сообщение # 1
Главный Администратор
Группа: Администраторы
Сообщений: 147
Репутация: 12
Статус: Offline

Красивый вид форума(темный диз).Установка :

Заходим в ПУ сайта > Управление дизайном > Таблица стилей (CSS) и находим

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

выделяем и удаляем всё до
Quote
/* ===== forum End ===== */

В этом месте когда удалим старый код ставим вот этот:

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

/* General forum Table View */
.gTable {background:#292929;}
.gTableTop {padding:2px;height:29px; background:url("http://www.mz-game.ru/DizMZ-GAME/lini9-1-.gif")#171617;font-family:Verdana,Sans-Serif;color:#debc1d;font-size:13px;font-weight:normal; padding-left:22px;}
.gTableSubTop {padding:2px;background:#181818;height:20px;font-size:10px;color:#debc1d;}
.gTableBody {padding:2px;background:#1C1C1C;}
.gTableBody1 {padding:2px;background:#1C1C1C;}
.gTableBottom {padding:2px;background:#181818;}
.gTableLeft {padding:2px;background:#1C1C1C;font-weight:bold;color:#949494;border-left:1px solid #181818;}
.gTableRight {padding:2px;background:#181818;color:#FFFFFF;border-left:1px solid #181818;}
.gTableError {padding:2px;background:#292929;color:#FF0000;border-left:1px solid #181818;}
/* ------------------------ */

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

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

.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:#696969;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#696969;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#999;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#debc1d;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:none; color:#debc1d;}
/* -------------------- */

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

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

/* forum Fast Navigation Menu */
.fastNavMain {background:#585858;color:#FFFFFF;}
.fastNavCat {background:#EEEEF0;}
.fastNavCatA {background:#EEEEF0;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.pagesInfo {background:#868686;padding-right:10px;font-size:7pt;display:none;}
.switches , swchItemDots{background:#1B1B1B;}
.swchItem , .swchItem1, .switch {background:#181818;width:15px;font-size:7pt;padding:4px;border:1px solid #292929;}
.swchItemA, .swchItemA1 , .switchActive {background:#1C1C1C;font-weight:bold;color:#debc1d;width:15px;padding:4px;border:1px solid #292929;}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#debc1d;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#debc1d;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#debc1d;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#debc1d;}

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

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#1C1C1C}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#181818}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#CCCCCC;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#1C1C1C;height:25px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px;}
.threadsDetails {padding:2px;background:#1C1C1C;height:25px;color:#FEFEFE;}
.forumOnlineBar {padding:2px;background:#292929;height:25px;color:#FEFEFE;}

a.threadPinnedLink:link {text-decoration:none; color:#999999;}
a.threadPinnedLink:visited {text-decoration:none; color:#fff;}
a.threadPinnedLink:hover {text-decoration:underline; color:#debc1d;}
a.threadPinnedLink:active {text-decoration:underline; color:#debc1d;}

.threadPinnedLink,.threadLink {font-weight:bold;}
a.threadLink:link {text-decoration:none; color:##debc1d;}
a.threadLink:visited {text-decoration:none; color:#debc1d;}
a.threadLink:hover {text-decoration:underline; color:#debc1d;}
a.threadLink:active {text-decoration:none; color:#debc1d;}

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

/* Posts View */
.postTable {background:#1B1B1B}
.postPoll {background:#1C1C1C;text-align:center;}
.postFirst {background:#868686;border-bottom:1px solid silver;}
.postRest1 {background:#868686;}
.postRest2 {background:#868686;}
.postSeparator {height:2px;background:#debc1d;}

.postTdTop,.postBottom {background:#292929;height:20px;}
.postUser {font-weight:bold;}
.postTdInfo {background:#1C1C1C;text-align:center;padding:5px;border-top:1px solid #504F50;border-bottom:1px solid #504F50;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#949494;}
.posttdMessage {background:#292929;padding:5px;border-top:1px solid #504F50;border-bottom:1px solid #504F50;color:#949494}

.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:#252525;font-size:9px;}
.quoteMessage {background:#252525;font-size:9px;}

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

.statusBlock {padding-top:3px;}
.statusOnline {color:#FFFF00;}
.statusOffline {color:#FFFFFF;}
/* ---------- */

/* 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://www.mz-game.ru/DizMZ-GAME/ctrelka.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('http://www.mz-game.ru/DizMZ-GAME/ctrelka.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* Post Form */
.commFl {width:100%;padding:2px 3px;font-size:7pt;color:#989898;background:#181818;border:1px solid #292929;}
input[type='text'],input[type='password'] {padding:2px 3px;font-size:7pt;color:#debc1d;background:url("http://www.mz-game.ru/DizMZ-GAME/lini9-1-.gif")#181818;border:1px solid #292929;}
input[type='submit']{padding:2px 3px;font-size:7pt;color:#debc1d;background:url("http://www.mz-game.ru/DizMZ-GAME/lini9-1-.gif")#181818;border:1px solid #292929;}
.checkbtn, .pollreSultsBut , .allUsersBtn ,.codeButtons {padding:2px 3px;font-size:7pt;color:#debc1d;background:url("http://www.mz-game.ru/DizMZ-GAME/lini9-1-.gif")#181818;border:1px solid #292929;}
.postNameFl,.postDescrFl {background:#CACED2;border:1px solid #FFFFFF;width:500px;}
.postPollFl,.postQuestionFl {background:#292929;border:1px solid #292929;width:400px;color:#989898;}
.postResultFl {background:#CACED2;border:1px solid #FFFFFF;width:50px}
.postAnswerFl {background:#CACED2;border:1px solid #FFFFFF;width:300px}
.postTextFl {background:#292929;border:1px solid #292929;width:550px;height:150px;color:#989898}
.postUserFl {background:#CACED2;border:1px solid #FFFFFF;width:300px}
.postTextFl {width:550px;height:150px;background: url(http://www.mz-game.ru/forumlogo.png) no-repeat top right;border:1px solid #252525;}

.postPreview, .postReset{padding:2px 3px;font-size:7pt;color:#debc1d;background:url("http://www.mz-game.ru/DizMZ-GAME/lini9-1-.gif")#181818;border:1px solid #292929;}
.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* --------- */

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



 
Форум » Ucoz зона » Форум » ОЧень красивый стиль форума (как на MZ-GAME.RU)
  • Страница 1 из 1
  • 1
Поиск:

Создать бесплатный сайт с uCoz
Copyright MyCorp © 2024