Как поставить дизаин на свой сайт? - Форум - Azzinoth™
12:10
ОбновитьСмайлыУправление мини-чатом
Мой Профиль
Логин:
Пароль:
[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
Статистика Форума
Последнии темы Читаемые темы Лучшии пользователи Новые пользователи

ALeANk

(1667)

Gnome

(534)

zonaf

(376)

Admin3253

(323)

Blood_Elf

(245)

Maxim

(234)

ChIpA

(212)

plumCalvara

11:39 (21.05.2012)

ykrop

11:32 (21.05.2012)

assasin777

11:29 (21.05.2012)

bestion

11:29 (21.05.2012)

aizat2

11:05 (21.05.2012)

dok33

10:20 (21.05.2012)

combahAccic

10:18 (21.05.2012)


Страница 1 из 11
Форум - Azzinoth™ » Всё для uCoz » Прочее » Как поставить дизаин на свой сайт?
Как поставить дизаин на свой сайт?
GnomeДата: Воскресенье, 08.11.2009, 10:42 | Сообщение # 1



Почётный Модератор
Группа: Пользователи
Сообщений: 534
Награды: 8
Репутация: 56
Статус: Offline
.
.
1.Заходим и авторизуемся на своем сайте.

2.Вверху сайта видим вкладку ,,Общие".

3.Нажимаем Вход в панель управления.

4.Вводим логин и пароль.И попадаем в панель управление сайта.

5.Вверху сайта выбираем вкладку ,,Инструменты"--->,,Файловый менеджер".

6.Нажимаем ,,Создать папку"(Название папки может быть img(Как будем написано у вас в папке с дизаином для сайта))

7.Загружаем в эту папку картинки дизайна(которые находяться в папке с скаченым дизайном).

8.Далее,у вас должно быть два файла это ,,CSS" и ,,HTML"

9.Выбираем вкладку ,,Дизаин"--->,,Управление дизайном(CSS)". У вас должно быть

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

td, body {font-family:verdana,arial,helvetica; font-size:8pt; color:#FFFFFF}
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:#ff8400}
a.noun:active {text-decoration:none; color:#ed0000}
a.noun:visited {text-decoration:none; color:#ff8400}
a.noun:hover {text-decoration:none; color:#ed0000}
.mframe1 {padding:2 10 30 10px;}
hr {color:#E6E8EA;height:1px;}
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif;color:#FFFFFF;font-size:13px;font-weight:bold; padding-left:40px; background: url('/img/news-icon.png') no-repeat 5px 2px;}

.menut0 {background:#585858;border-top:1px solid #FFFFFF;border-right:1px solid #FFFFFF;}
.menut {padding:2 3 3 15px;background:#868686;border-top:1px solid #FFFFFF;border-right:1px solid #FFFFFF;border-bottom:4px solid #FFFFFF;}
.mframe {padding:2 0 30 30px;}
.bannerTable {width:468;height:60;background:#868686;border-top:1px solid #FFFFFF;border-left:1px solid #FFFFFF;border-bottom:4px solid #FFFFFF;}

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

/* Menus */
ul.uz, ul.uMenuRoot {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding: 0 0 0 17px; background: url('') no-repeat 0px 3px; 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:#ff8400}
.uMenuV li a:active {text-decoration:none; color:#ed0000}
.uMenuV li a:visited {text-decoration:none; color:#ff8400}
.uMenuV li a:hover {text-decoration:none; color:#ed0000}

.uMenuV .uMenuItemA {font-weight:bold;}
.uMenuV a.uMenuItemA:link {text-decoration:none; color:#ed0000}
.uMenuV a.uMenuItemA:visited {text-decoration:none; color:#ed0000}
.uMenuV a.uMenuItemA:hover {text-decoration:none; color:#FFFFF}
.uMenuV .uMenuArrow {position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/img/23.gif') no-repeat 0 0;}
.uMenuV li {margin: 0; padding: 0 0 0 17px; background: url('') no-repeat 0px 3px; margin-bottom: .6em;}
/* --------- */

/* Module Part Menu */
.catsTd {padding: 0 0 3px 17px; background: url('') no-repeat 0px 3px; margin-bottom: .6em;}
.catNumData {font-size:7pt;color:#D8D5D5;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#ff8400;}
a.catName:visited {text-decoration:none; color:#ed0000;}
a.catName:hover {text-decoration:none; color:#ff8400;}
a.catName:active {text-decoration:none; color:#ed0000;}
a.catNameActive:link {text-decoration:none; color:#ff8400;}
a.catNameActive:visited {text-decoration:none; color:#ed0000;}
a.catNameActive:hover {text-decoration:none; color:#ff8400;}
a.catNameActive:active {text-decoration:none; color:#ed0000;}
/* ----------------- */

/* Entries Style */
.eBlock {border:3px double #464646;background:#292929;}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#EBEBEB; padding: 0 0 17px 40px; background: url('/img/news-icon.png') no-repeat 0px 2px;}
.eTitle a:link {text-decoration:none; color:#ff8400;}
.eTitle a:visited {text-decoration:none; color:#ed0000;}
.eTitle a:hover {text-decoration:none; color:#ff8400;}
.eTitle a:active {text-decoration:none; color:#ed0000;}
.eMessage {color:#EBEBEB;}
.eText {text-align:justify; padding:5px;border-top:1px dashed #EFEFEF;}

.eDetails {border-top:1px dashed #464646;color:#DDDDDD;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1 {border-top:1px dashed #464646;color:#DDDDDD;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {border-top:1px dashed #464646;color:#DDDDDD;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('/img/24.gif') no-repeat 0px 0px;}
/* --------------- */

/* Entry Manage Table */
.manTable {border:3px double #464646;background:#292929;}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* Comments Style */
.cAnswer {color:#F4F5F7;padding-left:15px;padding-top:4px;font-style:italic;}
.cBlock1 {border:3px double #464646;background:#292929;}
.cBlock2 {border:3px double #464646;background:#292929;}
/* -------------- */

/* Comments Form Style */
.commTable {border-top:1px solid #FFFFFF;}
.commTd1 {color:#FFFFFF;font-weight:bold;padding-left:5px;}
.commTd2 {padding-bottom:2px;}
.commFl {width:100%;color:#000000;background:#CACED2;border:1px solid #FFFFFF;}
.smiles {border:1px solid #464646; background:#292929;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#000000;background:#CACED2;border:1px solid #FFFFFF;}
/* ------------------- */

/* News/Blog Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('') 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:#CACBCC;}
.archiveDateTitle {font-weight:bold;color:#FFFFFF;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/img/26.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:#CACBCC;}
/* ------------------------ */

/* News/Blog Calendar Style */
.calMonth {background:#1B1B1B; border: 1px solid #292929;}
.calWday {color:#808080; background:#464646; width:18px;}
.calWdaySe {color:#1B1B1B; background:#808080; width:18px;}
.calWdaySu {color:#1B1B1B; background:#808080; width:18px; font-weight:bold;}
.calMday {color:#868686;background:#292929;}
.calMdayA {color:#FFFFFF;background:#ff8400;}
.calMdayIs {color:#EBEBEB;background:#444444;font-weight:bold;}
.calMdayIsA {color:#FFFFFF;border:1px solid #808080; background:#ff8400;font-weight:bold;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#EBEBEB;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#EBEBEB;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#EBEBEB;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#000000;}
/* ------------------------ */

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

.pollBody {padding:7px; margin:0px; background:#1B1B1B}
.textResults {background:#EBEBEB}
.textResultsTd {background:#868686}

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

.totalVotesTable {}
.totalVotesTd {background:#868686}
/* ---------- */

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

/* Other Styles */
.replaceTable {background:#464646;height:100px;width:300px;border:1px solid #292929;}
.replaceBody {background:#1B1B1B;}
.legendTd {font-size:7pt;}
/* ------------ */

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

/* General forum Table View */
.gTable {background:#666666;}
.gTableTop {padding:2px;height:30px; background: url('') no-repeat 5px 5px #F17C1C;font-family:Verdana,Sans-Serif;color:#FFFFFF;font-size:13px;font-weight:bold; padding-left:22px;}
.gTableSubTop {padding:2px;background:#000000;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#464646;}
.gTableBody1 {padding:2px;background:#464646;}
.gTableBottom {padding:2px;background:#AA5A18;}
.gTableLeft {padding:2px;background:#292929;font-weight:bold;color:#FFFFFF}
.gTableRight {padding:2px;background:#292929;color:#FFFFFF;}
.gTableError {padding:2px;background:#292929;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#464646}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#292929}
.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:#CCCCCC;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:underline; color:#FFFFFF;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:underline; color:#FFFFFF;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#E1E1E1;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#E1E1E1;}
/* -------------------- */

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

/* 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;}
.switches {background:#1B1B1B;}
.switch {background:#808080;width:15px;font-size:7pt;}
.switchActive {background:#F17C1C;font-weight:bold;color:#FBEAB2;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#292929;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#292929;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FFFFFF;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FFFFFF;}
/* ------------------- */

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

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

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

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

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

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

.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:#8D8D8D;font-size:9px;}
.quoteMessage {background:#8D8D8D;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('/img/27.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/img/27.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* Post Form */
.codeButtons {font-size:7pt;color:#292929;background:#CACED2;border:1px solid #808080;}
.codeCloseAll {font-size:7pt;color:#292929;background:#CACED2;border:1px solid #808080;font-weight:bold;}
.postNameFl,.postDescrFl {background:#CACED2;border:1px solid #FFFFFF;width:400px}
.postPollFl,.postQuestionFl {background:#CACED2;border:1px solid #FFFFFF;width:400px}
.postResultFl {background:#CACED2;border:1px solid #FFFFFF;width:50px}
.postAnswerFl {background:#CACED2;border:1px solid #FFFFFF;width:300px}
.postTextFl {background:#CACED2;border:1px solid #FFFFFF;width:550px;height:150px}
.postUserFl {background:#CACED2;border:1px solid #FFFFFF;width:300px}

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

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

10.Заменяем всё на то что написано в вашем файле(Который находиться в папке со скаченным дизайном)

11.Выбираем ,,Конструктор дизайна"

12.Открываем файл ,,HTML" Через блокнот

13.Копируем...

14.Вставляем в ,,Конструктор дизайна"

15.Жмём ,,Создать шаблон"

Если пропало меню сайта,то не строит расстраиваться:)

Делаем пару пунктов по восстоновлению сайта:

. Откройте шаблон страниц сайта, найдите и скопируйте полный код меню бывшего меню (со всеми стилями, ссылками и т.д. // стандартное меню в виде ссылок начиналось раньше с

    , заканчивалось
).

2. Далее, воспользуемся опцией быстрая замена участков шаблона, которая доступна из Панели управления вашего сайта.
(Панель управления > Дизайн > Быстрая замена участков шаблона).

Выбираем многострочный режим.

Введите скопированный код в поле "Что заменить"; В поле "На что заменить" следует написать $код$ того меню, который вы создали в конструкторе меню и желаете использовать в качестве основного.

Если что то не понятно пишите.

Прикрепления: 7065576.jpg(13Kb)



















Сообщение отредактировал Artas - Воскресенье, 08.11.2009, 10:44
 
Сообщение1.Заходим и авторизуемся на своем сайте.

2.Вверху сайта видим вкладку ,,Общие".

3.Нажимаем Вход в панель управления.

4.Вводим логин и пароль.И попадаем в панель управление сайта.

5.Вверху сайта выбираем вкладку ,,Инструменты"--->,,Файловый менеджер".

6.Нажимаем ,,Создать папку"(Название папки может быть img(Как будем написано у вас в папке с дизаином для сайта))

7.Загружаем в эту папку картинки дизайна(которые находяться в папке с скаченым дизайном).

8.Далее,у вас должно быть два файла это ,,CSS" и ,,HTML"

9.Выбираем вкладку ,,Дизаин"--->,,Управление дизайном(CSS)". У вас должно быть

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

td, body {font-family:verdana,arial,helvetica; font-size:8pt; color:#FFFFFF}
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:#ff8400}
a.noun:active {text-decoration:none; color:#ed0000}
a.noun:visited {text-decoration:none; color:#ff8400}
a.noun:hover {text-decoration:none; color:#ed0000}
.mframe1 {padding:2 10 30 10px;}
hr {color:#E6E8EA;height:1px;}
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif;color:#FFFFFF;font-size:13px;font-weight:bold; padding-left:40px; background: url('/img/news-icon.png') no-repeat 5px 2px;}

.menut0 {background:#585858;border-top:1px solid #FFFFFF;border-right:1px solid #FFFFFF;}
.menut {padding:2 3 3 15px;background:#868686;border-top:1px solid #FFFFFF;border-right:1px solid #FFFFFF;border-bottom:4px solid #FFFFFF;}
.mframe {padding:2 0 30 30px;}
.bannerTable {width:468;height:60;background:#868686;border-top:1px solid #FFFFFF;border-left:1px solid #FFFFFF;border-bottom:4px solid #FFFFFF;}

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

/* Menus */
ul.uz, ul.uMenuRoot {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding: 0 0 0 17px; background: url('') no-repeat 0px 3px; 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:#ff8400}
.uMenuV li a:active {text-decoration:none; color:#ed0000}
.uMenuV li a:visited {text-decoration:none; color:#ff8400}
.uMenuV li a:hover {text-decoration:none; color:#ed0000}

.uMenuV .uMenuItemA {font-weight:bold;}
.uMenuV a.uMenuItemA:link {text-decoration:none; color:#ed0000}
.uMenuV a.uMenuItemA:visited {text-decoration:none; color:#ed0000}
.uMenuV a.uMenuItemA:hover {text-decoration:none; color:#FFFFF}
.uMenuV .uMenuArrow {position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/img/23.gif') no-repeat 0 0;}
.uMenuV li {margin: 0; padding: 0 0 0 17px; background: url('') no-repeat 0px 3px; margin-bottom: .6em;}
/* --------- */

/* Module Part Menu */
.catsTd {padding: 0 0 3px 17px; background: url('') no-repeat 0px 3px; margin-bottom: .6em;}
.catNumData {font-size:7pt;color:#D8D5D5;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#ff8400;}
a.catName:visited {text-decoration:none; color:#ed0000;}
a.catName:hover {text-decoration:none; color:#ff8400;}
a.catName:active {text-decoration:none; color:#ed0000;}
a.catNameActive:link {text-decoration:none; color:#ff8400;}
a.catNameActive:visited {text-decoration:none; color:#ed0000;}
a.catNameActive:hover {text-decoration:none; color:#ff8400;}
a.catNameActive:active {text-decoration:none; color:#ed0000;}
/* ----------------- */

/* Entries Style */
.eBlock {border:3px double #464646;background:#292929;}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#EBEBEB; padding: 0 0 17px 40px; background: url('/img/news-icon.png') no-repeat 0px 2px;}
.eTitle a:link {text-decoration:none; color:#ff8400;}
.eTitle a:visited {text-decoration:none; color:#ed0000;}
.eTitle a:hover {text-decoration:none; color:#ff8400;}
.eTitle a:active {text-decoration:none; color:#ed0000;}
.eMessage {color:#EBEBEB;}
.eText {text-align:justify; padding:5px;border-top:1px dashed #EFEFEF;}

.eDetails {border-top:1px dashed #464646;color:#DDDDDD;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1 {border-top:1px dashed #464646;color:#DDDDDD;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {border-top:1px dashed #464646;color:#DDDDDD;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('/img/24.gif') no-repeat 0px 0px;}
/* --------------- */

/* Entry Manage Table */
.manTable {border:3px double #464646;background:#292929;}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* Comments Style */
.cAnswer {color:#F4F5F7;padding-left:15px;padding-top:4px;font-style:italic;}
.cBlock1 {border:3px double #464646;background:#292929;}
.cBlock2 {border:3px double #464646;background:#292929;}
/* -------------- */

/* Comments Form Style */
.commTable {border-top:1px solid #FFFFFF;}
.commTd1 {color:#FFFFFF;font-weight:bold;padding-left:5px;}
.commTd2 {padding-bottom:2px;}
.commFl {width:100%;color:#000000;background:#CACED2;border:1px solid #FFFFFF;}
.smiles {border:1px solid #464646; background:#292929;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#000000;background:#CACED2;border:1px solid #FFFFFF;}
/* ------------------- */

/* News/Blog Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('') 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:#CACBCC;}
.archiveDateTitle {font-weight:bold;color:#FFFFFF;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/img/26.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:#CACBCC;}
/* ------------------------ */

/* News/Blog Calendar Style */
.calMonth {background:#1B1B1B; border: 1px solid #292929;}
.calWday {color:#808080; background:#464646; width:18px;}
.calWdaySe {color:#1B1B1B; background:#808080; width:18px;}
.calWdaySu {color:#1B1B1B; background:#808080; width:18px; font-weight:bold;}
.calMday {color:#868686;background:#292929;}
.calMdayA {color:#FFFFFF;background:#ff8400;}
.calMdayIs {color:#EBEBEB;background:#444444;font-weight:bold;}
.calMdayIsA {color:#FFFFFF;border:1px solid #808080; background:#ff8400;font-weight:bold;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#EBEBEB;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#EBEBEB;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#EBEBEB;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#000000;}
/* ------------------------ */

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

.pollBody {padding:7px; margin:0px; background:#1B1B1B}
.textResults {background:#EBEBEB}
.textResultsTd {background:#868686}

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

.totalVotesTable {}
.totalVotesTd {background:#868686}
/* ---------- */

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

/* Other Styles */
.replaceTable {background:#464646;height:100px;width:300px;border:1px solid #292929;}
.replaceBody {background:#1B1B1B;}
.legendTd {font-size:7pt;}
/* ------------ */

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

/* General forum Table View */
.gTable {background:#666666;}
.gTableTop {padding:2px;height:30px; background: url('') no-repeat 5px 5px #F17C1C;font-family:Verdana,Sans-Serif;color:#FFFFFF;font-size:13px;font-weight:bold; padding-left:22px;}
.gTableSubTop {padding:2px;background:#000000;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#464646;}
.gTableBody1 {padding:2px;background:#464646;}
.gTableBottom {padding:2px;background:#AA5A18;}
.gTableLeft {padding:2px;background:#292929;font-weight:bold;color:#FFFFFF}
.gTableRight {padding:2px;background:#292929;color:#FFFFFF;}
.gTableError {padding:2px;background:#292929;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#464646}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#292929}
.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:#CCCCCC;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:underline; color:#FFFFFF;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:underline; color:#FFFFFF;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#E1E1E1;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#E1E1E1;}
/* -------------------- */

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

/* 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;}
.switches {background:#1B1B1B;}
.switch {background:#808080;width:15px;font-size:7pt;}
.switchActive {background:#F17C1C;font-weight:bold;color:#FBEAB2;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#292929;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#292929;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FFFFFF;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FFFFFF;}
/* ------------------- */

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

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

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

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

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

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

.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:#8D8D8D;font-size:9px;}
.quoteMessage {background:#8D8D8D;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('/img/27.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/img/27.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* Post Form */
.codeButtons {font-size:7pt;color:#292929;background:#CACED2;border:1px solid #808080;}
.codeCloseAll {font-size:7pt;color:#292929;background:#CACED2;border:1px solid #808080;font-weight:bold;}
.postNameFl,.postDescrFl {background:#CACED2;border:1px solid #FFFFFF;width:400px}
.postPollFl,.postQuestionFl {background:#CACED2;border:1px solid #FFFFFF;width:400px}
.postResultFl {background:#CACED2;border:1px solid #FFFFFF;width:50px}
.postAnswerFl {background:#CACED2;border:1px solid #FFFFFF;width:300px}
.postTextFl {background:#CACED2;border:1px solid #FFFFFF;width:550px;height:150px}
.postUserFl {background:#CACED2;border:1px solid #FFFFFF;width:300px}

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

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

10.Заменяем всё на то что написано в вашем файле(Который находиться в папке со скаченным дизайном)

11.Выбираем ,,Конструктор дизайна"

12.Открываем файл ,,HTML" Через блокнот

13.Копируем...

14.Вставляем в ,,Конструктор дизайна"

15.Жмём ,,Создать шаблон"

Если пропало меню сайта,то не строит расстраиваться:)

Делаем пару пунктов по восстоновлению сайта:

. Откройте шаблон страниц сайта, найдите и скопируйте полный код меню бывшего меню (со всеми стилями, ссылками и т.д. // стандартное меню в виде ссылок начиналось раньше с

    , заканчивалось
).

2. Далее, воспользуемся опцией быстрая замена участков шаблона, которая доступна из Панели управления вашего сайта.
(Панель управления > Дизайн > Быстрая замена участков шаблона).

Выбираем многострочный режим.

Введите скопированный код в поле "Что заменить"; В поле "На что заменить" следует написать $код$ того меню, который вы создали в конструкторе меню и желаете использовать в качестве основного.

Если что то не понятно пишите.


Автор - Gnome
Дата добавления - 08.11.2009 в 10:42
Форум - Azzinoth™ » Всё для uCoz » Прочее » Как поставить дизаин на свой сайт?
Страница 1 из 11
Поиск:
Загрузка...


На нашем сайте можно скачать: аддоны для WoW 3.3, 3.3.3, 3.3.5, 4.0.3, 4.0.6, читы для 3.3.2, 3.3.3, 3.3.5, 4.0.3, 4.0.6, много багов для WoW, а также сервера WoW.

Популярные поисковые запросы:как создать свой сервер wow, читы для wow, баги wow, аддоны для wow, тактики wow, гайды wow, мануалы wow, 1.12.1, 2.4.3, 4.0.3, 4.0.6 3.0.9, 3.1.3, 3.2.2, 3.3.2, 3.3.3, 3.3.5.

Администратор ALeANk | ICQ: ICQ 564602949 | E-Mail: e-mail Отправить ЛС

Copyright WoW-Azzinoth © 2009-2012Создать сайт бесплатно