На главную | Бесплатные DLE модули | Бесплатные DLE шаблоны | Хаки для DLE | Платные DLE шаблоны | Платные DLE модули

Сайт из ADOBE Dreamweaver на DLE - возможно?

Автор Тема: Сайт из ADOBE Dreamweaver на DLE - возможно?  (Прочитано 5387 раз)

0 Пользователей и 2 Гостей просматривают эту тему.

asmakovec2

  • Герой форума
  • *****
  • Сообщений: 5 066
  • Карма: 235
    • Просмотр профиля
    • Всё для CMS
Re: Сайт из ADOBE Dreamweaver на DLE - возможно?
« Ответ #45 : 06-07-2010, 16:39:31 »
Я выучил css и html здесь: zvirec.com !!!! за это не нужно ничего вам п о п ё ... д ы в а т ь...  И Дримвивер мне оч нравится... зачем писать вручную?  Это вы так привыкли.! а мне дрим нрав

судя по твоему файлу стилей мы видим как ты знаешь  ;D ;D ;D

Ну хорошо))) я знаю... но просто самому влом писать))  Я короче понял.... и у меня вроде бы получается))) Я открываю файлы .tpl и изменяю их под себя.

Ёёёё, неужели дошло  ;D ;D


А в style.css вот что у меня:

/* DEFAULT STYLES OF DLE */

/* ==================== */

html, body {
margin: 0px;
padding: 0px;
background-color: #e8e8e8;
font-size: 11px;
font-family: tahoma;
color: #555555; /* цвет текста задается для загрузчика, чтобы не вносить изменений в главный index.php */
}

p {margin: 0; padding: 0;}

input,
select,
textarea {
outline:none;
}

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

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


/* ==================== */

.category {
color: #ffffff;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.category a {
color: #ffd200;
text-decoration: underline;
}
.category a:hover {
color: #fff600;
text-decoration: none;
}

/* ==================== */

.speedbar {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.speedbar a {
color: #ff0000;
text-decoration: underline;
}
.speedbar a:hover {
color: #ff0000;
text-decoration: none;
}

/* ==================== */

.slink {
color: #ffffff;
font-size: 9px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.slink a:active, .slink a:visited, .slink a:link {
color: #ffffff;
text-decoration: underline;
}
.slink a:hover {
color: #ffffff;
text-decoration: none;
}

/* ==================== */

.copy {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.copy a:active, .copy a:visited, .copy a:link {
color: #555555;
text-decoration: underline;
}
.copy a:hover {
color: #06bab4;
text-decoration: underline;
}

/* ==================== */

.stext {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.stext a:active, .stext a:visited, .stext a:link {
color: #5078d5;
text-decoration: underline;
}
.stext a:hover {
color: #5078d5;
text-decoration: none;
}
.border {
color: #555555;
background-color: #e0e7f8;
border: 1px dotted #afc2ec;
font-weight: bold;
padding: 5px;
}
/* ==================== */

.ltitle {
color: #333333;
font-size: 11px;
font-weight: bold;
}

/* ==================== */

.ntitle {
color: #ffffff;
font-size: 11px;
font-weight: bold;
}
.ntitle a {
color: #ffffff;
text-decoration: underline;
}
.ntitle a:hover {
color: #ffffff;
text-decoration: none;
}

/* ==================== */

.ctitle {
color: #ffffff;
font-size: 11px;
font-weight: normal;
}
.ctitle a {
color: #ffffff;
text-decoration: underline;
}
.ctitle a:hover {
color: #ffffff;
text-decoration: none;
}

/* ==================== */

.news {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-align: justify;
line-height: 15px;
}
.news a {
color: #5078d5;
text-decoration: underline;
}
.news a:hover {
color: #5078d5;
text-decoration: none;
}
.news img {
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
border: none;
}

/* ==================== */

.userstop {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.userstop a {
color: #5078d5;
text-decoration: underline;
}
.userstop a:hover {
color: #5078d5;
text-decoration: none;
}
.userstop td {
padding: 3px;
}
.userstop thead {
color: #555555;
font-weight: bold;
}

/* ==================== */

.skin {
padding-left: 10px;
}
select {
font-size: 11px;
font-family: tahoma;
}

.navigation {
color: #555555;
border: 0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
text-decoration: none;
color: #555555;
background-color: #ededed;
border: 1px solid #e1e1e3;
padding: 3px 6px;
font-size: 11px
}

.navigation a:hover {
background-color: #5078d5;
color: #ffffff;
border-color: #e1e1e3;
}

.navigation span {
text-decoration: none;
background-color: #ffffff;
padding: 3px 6px;
border: 1px solid #e1e1e3;
color: #555555;
font-size: 11px;
}

.navigation span.nav_ext {
        border: none;
        background: transparent;
}

/* CUSTOM STYLES FOR DLETEMPLATES.COM SKIN */

/* ==================== Поле малой формы поиска */

.s_field {
color: #555555; /* ! */
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
/* background-image: url(../images/dlet_field_s.gif);
background-repeat: repeat-x;*/
height: 16px;
padding-left: 3px;
border: 0px;
background-color: transparent;
}

/* ==================== Поле формы авторизации */

.a_field {
color: #555555; /* ! */
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
/* background-image: url(../images/dlet_field_a.gif);
background-repeat: repeat-x;*/
height: 16px;
padding-left: 3px;
border: 0px;
background-color: transparent;
}
.f_textarea {
color: #555555; /* ! */
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
background-image: url(../images/dlet_field_o.gif);
background-repeat: repeat-x;
margin: 0px 1px 0px 0px;
padding: 0px;
width: 459px;
height: 156px;
border: 1px solid #e0e0e0;
background-color: #ffffff;
}
.f_input {
color: #555555; /* ! */
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
background-image: url(../images/dlet_field_o.gif);
background-repeat: repeat-x;

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

height: 14px;
border: 1px solid #e0e0e0;
background-color: #ffffff;
}
.backl {
background-image: url(../images/dlet_backl.gif);
background-repeat: repeat-y;
background-position: top right;
}
.backr {
background-image: url(../images/dlet_backr.gif);
background-repeat: repeat-y;
background-position: top left;
}
.hder06 {
background-image: url(../images/dlet_hder06.gif);
background-repeat: repeat-x;
}
.hder07 {
background-image: url(../images/dlet_hder07.gif);
background-repeat: no-repeat;
height: 57px;
}
.hder08 {
background-image: url(../images/dlet_hder08.gif);
background-repeat: no-repeat;
height: 57px;
}
.hder10 {
background-image: url(../images/dlet_hder10.gif);
background-repeat: no-repeat;
}
.hder13 {
background-image: url(../images/dlet_hder13.gif);
background-repeat: no-repeat;
background-position: top right;
}
.hder15 {
background-image: url(../images/dlet_hder15.gif);
background-repeat: no-repeat;
}
.hder17-1 {
background-image: url(../images/dlet_hder17-1.gif);
background-repeat: no-repeat;
height: 20px;
}
.hder17-2 {
background-image: url(../images/dlet_hder17-2.gif);
background-repeat: no-repeat;
height: 20px;
}
.hder18 {
background-image: url(../images/dlet_hder18.gif);
background-repeat: repeat-x;
height: 154px;
}
.hder18-4 {
background-image: url(../images/dlet_hder18-4.gif);
background-repeat: repeat-x;
}
.fter03 {
background-image: url(../images/dlet_fter03.gif);
background-repeat: no-repeat;
height: 44px;
}
.fter04 {
background-image: url(../images/dlet_fter04.gif);
background-repeat: no-repeat;
height: 65px;
}
.fter07 {
background-image: url(../images/dlet_fter07.gif);
background-repeat: repeat-x;
}
.fter08 {
background-image: url(../images/dlet_fter08.gif);
background-repeat: no-repeat;
height: 165px;
}
.bbkgr {
background-image: url(../images/dlet_bbkgr.gif);
background-repeat: no-repeat;
}
.bod01 {
background-image: url(../images/dlet_bod01.gif);
background-repeat: no-repeat;
background-position: top right;
}
.adsc {
background-image: url(../images/dlet_adsc.gif);
background-repeat: repeat-x;
background-position: top center;
}
.setas {
color: #ffffff;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.setas a:active, .setas a:visited, .setas a:link {
color: #ffffff;
text-decoration: underline;
}
.setas a:hover {
color: #ff0000;
text-decoration: underline;
}
.smm01 {
color: #ffffff;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.smm01 a:active, .smm01 a:visited, .smm01 a:link {
color: #f9d16e;
text-decoration: underline;
}
.smm01 a:hover {
color: #ffffff;
text-decoration: none;
}
.smm02 {
color: #ffffff;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.smm02 a:active, .smm02 a:visited, .smm02 a:link {
color: #ffffff;
text-decoration: underline;
}
.smm02 a:hover {
color: #f9d16e;
text-decoration: none;
}
.smm03 {
color: #ffffff;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.smm03 a:active, .smm03 a:visited, .smm03 a:link {
color: #bbd3ff;
text-decoration: underline;
}
.smm03 a:hover {
color: #ffffff;
text-decoration: none;
}
.smm04 {
color: #ffffff;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.smm04 a:active, .smm04 a:visited, .smm04 a:link {
color: #ffffff;
text-decoration: underline;
}
.smm04 a:hover {
color: #ffffff;
text-decoration: none;
}
.cop01 {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.cop01 a:active, .cop01 a:visited, .cop01 a:link {
color: #4d75d5;
text-decoration: underline;
}
.cop01 a:hover {
color: #06bab4;
text-decoration: none;
}
.cop02 {
color: #ffffff;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.cop02 a:active, .cop02 a:visited, .cop02 a:link {
color: #f9d16e;
text-decoration: underline;
}
.cop02 a:hover {
color: #dfe9ff;
text-decoration: none;
}
.mmenus {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.mmenus a:active, .mmenus a:visited, .mmenus a:link {
color: #555555;
text-decoration: underline;
font-weight: bold;
}
.mmenus a:hover {
color: #06bab4;
text-decoration: underline;
font-weight: bold;
}
.nmenus {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.nmenus a:active, .nmenus a:visited, .nmenus a:link {
color: #555555;
text-decoration: underline;
font-weight: bold;
}
.nmenus a:hover {
color: #06bab4;
text-decoration: underline;
font-weight: bold;
}
.dateitm {
color: #ff0000;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}

.dateitm a:active, .dateitm a:visited, .dateitm a:link {
color: #ff0000;
text-decoration: none;
}
.dateitm a:hover {
color: #ff0000;
text-decoration: underline;
}

.serv {
color: #555555;
font-size: 9px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.serv a:active, .serv a:visited, .serv a:link {
color: #06bab4;
text-decoration: underline;
}
.serv a:hover {
color: #06bab4;
text-decoration: none;
}
.blocksgn {
background-image: url(../images/dlet_blocksgn.gif);
background-repeat: no-repeat;
background-position: bottom left;
}
.bl01 {
background-image: url(../images/dlet_bl01.gif);
background-repeat: no-repeat;
height: 27px;
text-indent: 30px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
}
.bltitl1 {
color: #c4100f;
font-family: tahoma; /* ! */
text-decoration: none;
}
.bltitl2 {
color: #333333;
font-family: tahoma; /* ! */
text-decoration: none;
}
.bl02 {
background-image: url(../images/dlet_bl02.gif);
background-repeat: no-repeat;
height: 26px;
text-indent: 25px;
color: #FFFFFF;
font-size: 9px;
}
.bl04 {
background-image: url(../images/dlet_bl04.gif);
background-repeat: repeat-y;
}
.bl05 {
background-image: url(../images/dlet_bl05.gif);
background-repeat: no-repeat;
height: 27px;
text-indent: 30px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
}
.abl02 {
background-image: url(../images/dlet_abl02.gif);
background-repeat: no-repeat;
}
.abl12 {
background-image: url(../images/dlet_abl12.gif);
background-repeat: no-repeat;
}
.abl121 {
background-image: url(../images/dlet_abl121.gif);
background-repeat: no-repeat;
background-position: top right;
}
.abl22 {
background-image: url(../images/dlet_abl22.gif);
background-repeat: repeat-x;
/*height: 42px;*/
}
.abl221 {
background-image: url(../images/dlet_abl221.gif);
background-repeat: no-repeat;
}
.abl222 {
background-image: url(../images/dlet_abl222.gif);
background-repeat: no-repeat;
background-position: top right;
}
.abl31 {
background-image: url(../images/dlet_abl31.gif);
background-repeat: repeat-y;
}
.abl33 {
background-image: url(../images/dlet_abl33.gif);
background-repeat: repeat-y;
}
.abl42 {
background-image: url(../images/dlet_abl42.gif);
background-repeat: repeat-x;
}


Стиль со стандартного спёр, а теперь открываю например addcomment.tpl и изменяю под свой шаблон  ;)


О почистил, стало намного лучше.

nikitOK

  • Я полноправный форумчанин
  • ***
  • Сообщений: 180
  • Карма: 4
    • Просмотр профиля
    • TorrentZona
Re: Сайт из ADOBE Dreamweaver на DLE - возможно?
« Ответ #46 : 06-07-2010, 16:42:45 »
Я сейчас как раз и редактирую эти 25 файлов))) А за этот файл не знал... ну типо отвечает за результаты поиска :)

nikitOK

  • Я полноправный форумчанин
  • ***
  • Сообщений: 180
  • Карма: 4
    • Просмотр профиля
    • TorrentZona
Re: Сайт из ADOBE Dreamweaver на DLE - возможно?
« Ответ #47 : 06-07-2010, 16:43:44 »
Я выучил css и html здесь: zvirec.com !!!! за это не нужно ничего вам п о п ё ... д ы в а т ь...  И Дримвивер мне оч нравится... зачем писать вручную?  Это вы так привыкли.! а мне дрим нрав

судя по твоему файлу стилей мы видим как ты знаешь  ;D ;D ;D

Ну хорошо))) я знаю... но просто самому влом писать))  Я короче понял.... и у меня вроде бы получается))) Я открываю файлы .tpl и изменяю их под себя.

Ёёёё, неужели дошло  ;D ;D


А в style.css вот что у меня:

/* DEFAULT STYLES OF DLE */

/* ==================== */

html, body {
margin: 0px;
padding: 0px;
background-color: #e8e8e8;
font-size: 11px;
font-family: tahoma;
color: #555555; /* цвет текста задается для загрузчика, чтобы не вносить изменений в главный index.php */
}

p {margin: 0; padding: 0;}

input,
select,
textarea {
outline:none;
}

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

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


/* ==================== */

.category {
color: #ffffff;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.category a {
color: #ffd200;
text-decoration: underline;
}
.category a:hover {
color: #fff600;
text-decoration: none;
}

/* ==================== */

.speedbar {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.speedbar a {
color: #ff0000;
text-decoration: underline;
}
.speedbar a:hover {
color: #ff0000;
text-decoration: none;
}

/* ==================== */

.slink {
color: #ffffff;
font-size: 9px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.slink a:active, .slink a:visited, .slink a:link {
color: #ffffff;
text-decoration: underline;
}
.slink a:hover {
color: #ffffff;
text-decoration: none;
}

/* ==================== */

.copy {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.copy a:active, .copy a:visited, .copy a:link {
color: #555555;
text-decoration: underline;
}
.copy a:hover {
color: #06bab4;
text-decoration: underline;
}

/* ==================== */

.stext {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.stext a:active, .stext a:visited, .stext a:link {
color: #5078d5;
text-decoration: underline;
}
.stext a:hover {
color: #5078d5;
text-decoration: none;
}
.border {
color: #555555;
background-color: #e0e7f8;
border: 1px dotted #afc2ec;
font-weight: bold;
padding: 5px;
}
/* ==================== */

.ltitle {
color: #333333;
font-size: 11px;
font-weight: bold;
}

/* ==================== */

.ntitle {
color: #ffffff;
font-size: 11px;
font-weight: bold;
}
.ntitle a {
color: #ffffff;
text-decoration: underline;
}
.ntitle a:hover {
color: #ffffff;
text-decoration: none;
}

/* ==================== */

.ctitle {
color: #ffffff;
font-size: 11px;
font-weight: normal;
}
.ctitle a {
color: #ffffff;
text-decoration: underline;
}
.ctitle a:hover {
color: #ffffff;
text-decoration: none;
}

/* ==================== */

.news {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-align: justify;
line-height: 15px;
}
.news a {
color: #5078d5;
text-decoration: underline;
}
.news a:hover {
color: #5078d5;
text-decoration: none;
}
.news img {
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
border: none;
}

/* ==================== */

.userstop {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.userstop a {
color: #5078d5;
text-decoration: underline;
}
.userstop a:hover {
color: #5078d5;
text-decoration: none;
}
.userstop td {
padding: 3px;
}
.userstop thead {
color: #555555;
font-weight: bold;
}

/* ==================== */

.skin {
padding-left: 10px;
}
select {
font-size: 11px;
font-family: tahoma;
}

.navigation {
color: #555555;
border: 0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
text-decoration: none;
color: #555555;
background-color: #ededed;
border: 1px solid #e1e1e3;
padding: 3px 6px;
font-size: 11px
}

.navigation a:hover {
background-color: #5078d5;
color: #ffffff;
border-color: #e1e1e3;
}

.navigation span {
text-decoration: none;
background-color: #ffffff;
padding: 3px 6px;
border: 1px solid #e1e1e3;
color: #555555;
font-size: 11px;
}

.navigation span.nav_ext {
        border: none;
        background: transparent;
}

/* CUSTOM STYLES FOR DLETEMPLATES.COM SKIN */

/* ==================== Поле малой формы поиска */

.s_field {
color: #555555; /* ! */
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
/* background-image: url(../images/dlet_field_s.gif);
background-repeat: repeat-x;*/
height: 16px;
padding-left: 3px;
border: 0px;
background-color: transparent;
}

/* ==================== Поле формы авторизации */

.a_field {
color: #555555; /* ! */
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
/* background-image: url(../images/dlet_field_a.gif);
background-repeat: repeat-x;*/
height: 16px;
padding-left: 3px;
border: 0px;
background-color: transparent;
}
.f_textarea {
color: #555555; /* ! */
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
background-image: url(../images/dlet_field_o.gif);
background-repeat: repeat-x;
margin: 0px 1px 0px 0px;
padding: 0px;
width: 459px;
height: 156px;
border: 1px solid #e0e0e0;
background-color: #ffffff;
}
.f_input {
color: #555555; /* ! */
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
background-image: url(../images/dlet_field_o.gif);
background-repeat: repeat-x;

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

height: 14px;
border: 1px solid #e0e0e0;
background-color: #ffffff;
}
.backl {
background-image: url(../images/dlet_backl.gif);
background-repeat: repeat-y;
background-position: top right;
}
.backr {
background-image: url(../images/dlet_backr.gif);
background-repeat: repeat-y;
background-position: top left;
}
.hder06 {
background-image: url(../images/dlet_hder06.gif);
background-repeat: repeat-x;
}
.hder07 {
background-image: url(../images/dlet_hder07.gif);
background-repeat: no-repeat;
height: 57px;
}
.hder08 {
background-image: url(../images/dlet_hder08.gif);
background-repeat: no-repeat;
height: 57px;
}
.hder10 {
background-image: url(../images/dlet_hder10.gif);
background-repeat: no-repeat;
}
.hder13 {
background-image: url(../images/dlet_hder13.gif);
background-repeat: no-repeat;
background-position: top right;
}
.hder15 {
background-image: url(../images/dlet_hder15.gif);
background-repeat: no-repeat;
}
.hder17-1 {
background-image: url(../images/dlet_hder17-1.gif);
background-repeat: no-repeat;
height: 20px;
}
.hder17-2 {
background-image: url(../images/dlet_hder17-2.gif);
background-repeat: no-repeat;
height: 20px;
}
.hder18 {
background-image: url(../images/dlet_hder18.gif);
background-repeat: repeat-x;
height: 154px;
}
.hder18-4 {
background-image: url(../images/dlet_hder18-4.gif);
background-repeat: repeat-x;
}
.fter03 {
background-image: url(../images/dlet_fter03.gif);
background-repeat: no-repeat;
height: 44px;
}
.fter04 {
background-image: url(../images/dlet_fter04.gif);
background-repeat: no-repeat;
height: 65px;
}
.fter07 {
background-image: url(../images/dlet_fter07.gif);
background-repeat: repeat-x;
}
.fter08 {
background-image: url(../images/dlet_fter08.gif);
background-repeat: no-repeat;
height: 165px;
}
.bbkgr {
background-image: url(../images/dlet_bbkgr.gif);
background-repeat: no-repeat;
}
.bod01 {
background-image: url(../images/dlet_bod01.gif);
background-repeat: no-repeat;
background-position: top right;
}
.adsc {
background-image: url(../images/dlet_adsc.gif);
background-repeat: repeat-x;
background-position: top center;
}
.setas {
color: #ffffff;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.setas a:active, .setas a:visited, .setas a:link {
color: #ffffff;
text-decoration: underline;
}
.setas a:hover {
color: #ff0000;
text-decoration: underline;
}
.smm01 {
color: #ffffff;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.smm01 a:active, .smm01 a:visited, .smm01 a:link {
color: #f9d16e;
text-decoration: underline;
}
.smm01 a:hover {
color: #ffffff;
text-decoration: none;
}
.smm02 {
color: #ffffff;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.smm02 a:active, .smm02 a:visited, .smm02 a:link {
color: #ffffff;
text-decoration: underline;
}
.smm02 a:hover {
color: #f9d16e;
text-decoration: none;
}
.smm03 {
color: #ffffff;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.smm03 a:active, .smm03 a:visited, .smm03 a:link {
color: #bbd3ff;
text-decoration: underline;
}
.smm03 a:hover {
color: #ffffff;
text-decoration: none;
}
.smm04 {
color: #ffffff;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.smm04 a:active, .smm04 a:visited, .smm04 a:link {
color: #ffffff;
text-decoration: underline;
}
.smm04 a:hover {
color: #ffffff;
text-decoration: none;
}
.cop01 {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.cop01 a:active, .cop01 a:visited, .cop01 a:link {
color: #4d75d5;
text-decoration: underline;
}
.cop01 a:hover {
color: #06bab4;
text-decoration: none;
}
.cop02 {
color: #ffffff;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.cop02 a:active, .cop02 a:visited, .cop02 a:link {
color: #f9d16e;
text-decoration: underline;
}
.cop02 a:hover {
color: #dfe9ff;
text-decoration: none;
}
.mmenus {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.mmenus a:active, .mmenus a:visited, .mmenus a:link {
color: #555555;
text-decoration: underline;
font-weight: bold;
}
.mmenus a:hover {
color: #06bab4;
text-decoration: underline;
font-weight: bold;
}
.nmenus {
color: #555555;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.nmenus a:active, .nmenus a:visited, .nmenus a:link {
color: #555555;
text-decoration: underline;
font-weight: bold;
}
.nmenus a:hover {
color: #06bab4;
text-decoration: underline;
font-weight: bold;
}
.dateitm {
color: #ff0000;
font-size: 11px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}

.dateitm a:active, .dateitm a:visited, .dateitm a:link {
color: #ff0000;
text-decoration: none;
}
.dateitm a:hover {
color: #ff0000;
text-decoration: underline;
}

.serv {
color: #555555;
font-size: 9px; /* ! */
font-family: tahoma; /* ! */
text-decoration: none;
}
.serv a:active, .serv a:visited, .serv a:link {
color: #06bab4;
text-decoration: underline;
}
.serv a:hover {
color: #06bab4;
text-decoration: none;
}
.blocksgn {
background-image: url(../images/dlet_blocksgn.gif);
background-repeat: no-repeat;
background-position: bottom left;
}
.bl01 {
background-image: url(../images/dlet_bl01.gif);
background-repeat: no-repeat;
height: 27px;
text-indent: 30px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
}
.bltitl1 {
color: #c4100f;
font-family: tahoma; /* ! */
text-decoration: none;
}
.bltitl2 {
color: #333333;
font-family: tahoma; /* ! */
text-decoration: none;
}
.bl02 {
background-image: url(../images/dlet_bl02.gif);
background-repeat: no-repeat;
height: 26px;
text-indent: 25px;
color: #FFFFFF;
font-size: 9px;
}
.bl04 {
background-image: url(../images/dlet_bl04.gif);
background-repeat: repeat-y;
}
.bl05 {
background-image: url(../images/dlet_bl05.gif);
background-repeat: no-repeat;
height: 27px;
text-indent: 30px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
}
.abl02 {
background-image: url(../images/dlet_abl02.gif);
background-repeat: no-repeat;
}
.abl12 {
background-image: url(../images/dlet_abl12.gif);
background-repeat: no-repeat;
}
.abl121 {
background-image: url(../images/dlet_abl121.gif);
background-repeat: no-repeat;
background-position: top right;
}
.abl22 {
background-image: url(../images/dlet_abl22.gif);
background-repeat: repeat-x;
/*height: 42px;*/
}
.abl221 {
background-image: url(../images/dlet_abl221.gif);
background-repeat: no-repeat;
}
.abl222 {
background-image: url(../images/dlet_abl222.gif);
background-repeat: no-repeat;
background-position: top right;
}
.abl31 {
background-image: url(../images/dlet_abl31.gif);
background-repeat: repeat-y;
}
.abl33 {
background-image: url(../images/dlet_abl33.gif);
background-repeat: repeat-y;
}
.abl42 {
background-image: url(../images/dlet_abl42.gif);
background-repeat: repeat-x;
}


Стиль со стандартного спёр, а теперь открываю например addcomment.tpl и изменяю под свой шаблон  ;)


О почистил, стало намного лучше.

Ну правильно я делаю??  :) :)

nikitOK

  • Я полноправный форумчанин
  • ***
  • Сообщений: 180
  • Карма: 4
    • Просмотр профиля
    • TorrentZona
Re: Сайт из ADOBE Dreamweaver на DLE - возможно?
« Ответ #48 : 06-07-2010, 16:45:55 »
Я не только стили почистил, но и сам маин.тпл... ппц скок там говна было))))

chak

  • Герой форума
  • *****
  • Сообщений: 1 078
  • Карма: 21
  • Злостный блоггер :D
    • Просмотр профиля
    • Блог об ИТ
Re: Сайт из ADOBE Dreamweaver на DLE - возможно?
« Ответ #49 : 06-07-2010, 20:41:10 »
Соль в том, что стиль нужно не со стандартного брать, а писать с нуля...



nikitOK

  • Я полноправный форумчанин
  • ***
  • Сообщений: 180
  • Карма: 4
    • Просмотр профиля
    • TorrentZona
Re: Сайт из ADOBE Dreamweaver на DLE - возможно?
« Ответ #50 : 06-07-2010, 22:01:51 »
а какая разница? всё-равно совсем другое получается:



chak

  • Герой форума
  • *****
  • Сообщений: 1 078
  • Карма: 21
  • Злостный блоггер :D
    • Просмотр профиля
    • Блог об ИТ
Re: Сайт из ADOBE Dreamweaver на DLE - возможно?
« Ответ #51 : 06-07-2010, 23:10:04 »
Разница в качестве... Вообщем, все равно ты сейчас не поймешь, но когда-нибудь...



Сергій Тігіпко

  • Герой форума
  • *****
  • Сообщений: 856
  • Карма: 19
    • Просмотр профиля
Re: Сайт из ADOBE Dreamweaver на DLE - возможно?
« Ответ #52 : 08-07-2010, 22:00:12 »
Extra Hide Studio 2010

nikitOK

  • Я полноправный форумчанин
  • ***
  • Сообщений: 180
  • Карма: 4
    • Просмотр профиля
    • TorrentZona

chak

  • Герой форума
  • *****
  • Сообщений: 1 078
  • Карма: 21
  • Злостный блоггер :D
    • Просмотр профиля
    • Блог об ИТ
Re: Сайт из ADOBE Dreamweaver на DLE - возможно?
« Ответ #54 : 09-07-2010, 19:50:25 »
Extra Hide Studio - это бесплатный универсальный редактор с подсветкой 14 языков программирования и вёрстки, поддержкой кодировок UTF-8, ANSI, KOИ-8, Dos. Extra Hide имеет встроенный PHP просмотр, возможность редактирования неограниченного числа документов в одном окне программы, удобные панели для быстрого ввода, навигатор файлов и полноэкранный режим.


       Extra Hide заботится о Вашем здоровье, позволяя снизить риск ухудшения зрения с помощью встроенного модуля защиты глаз.

       Но это ещё не всё. Extra Hide предоставляет 10 шаблонов, которые Вы можете редактировать и создавать документы по ним с помощью горячих клавиш. Также имеются 10 ячеек закладок и 10 ячеек утилит, а активный документ можно запускать через любую утилиту. В Extra Hide Вы можете воспользоваться встроенными мастерами: вставки мультимедиа, ссылок, форматированного текста, форм, таблиц, изображения и цвета.

       Extra Hide разрабатывается с 2005 года, постоянно совершенствуясь.



Сергій Тігіпко

  • Герой форума
  • *****
  • Сообщений: 856
  • Карма: 19
    • Просмотр профиля
Re: Сайт из ADOBE Dreamweaver на DLE - возможно?
« Ответ #55 : 11-07-2010, 23:17:39 »
В последней версией были встроены: бритва, душ и весло для надувной лодки  ;D

FaNt1000

  • Я ещё новичок
  • *
  • Сообщений: 47
  • Карма: 1
    • Просмотр профиля
Re: Сайт из ADOBE Dreamweaver на DLE - возможно?
« Ответ #56 : 12-07-2010, 11:21:48 »
Прежде сем за сайт браться изучи подробно html и css.Рекомендую видео уроки с этого сайта http://ruseller.com/goodies.php(особенно 1).В сети можешь найти бесплатно .Раньше я не знал даже что если на документ поставить расширение .html то из него получиться интернет страничка :D.Я в течении 2 месяца проходил практику на обычном блокноте, потом установил сервер и начал писать сайт на dreamweavere.Долго и трудно конечено, но зато качественно ;)

Praadus

  • Модератор Всея
  • Герой форума
  • *****
  • Сообщений: 2 025
  • Карма: 278
  • Где-же делась карма?куда плюсик ставить?
    • Просмотр профиля
    • Битбокс в Украине
Re: Сайт из ADOBE Dreamweaver на DLE - возможно?
« Ответ #57 : 12-07-2010, 14:24:27 »
Extra Hide Studio - это бесплатный универсальный редактор с подсветкой 14 языков программирования и вёрстки, поддержкой кодировок UTF-8, ANSI, KOИ-8, Dos. Extra Hide имеет встроенный PHP просмотр, возможность редактирования неограниченного числа документов в одном окне программы, удобные панели для быстрого ввода, навигатор файлов и полноэкранный режим.


       Extra Hide заботится о Вашем здоровье, позволяя снизить риск ухудшения зрения с помощью встроенного модуля защиты глаз.

       Но это ещё не всё. Extra Hide предоставляет 10 шаблонов, которые Вы можете редактировать и создавать документы по ним с помощью горячих клавиш. Также имеются 10 ячеек закладок и 10 ячеек утилит, а активный документ можно запускать через любую утилиту. В Extra Hide Вы можете воспользоваться встроенными мастерами: вставки мультимедиа, ссылок, форматированного текста, форм, таблиц, изображения и цвета.

       Extra Hide разрабатывается с 2005 года, постоянно совершенствуясь.
Белядь, Чак, я под стол насцал  ;D ;D ;D

nikitOK

  • Я полноправный форумчанин
  • ***
  • Сообщений: 180
  • Карма: 4
    • Просмотр профиля
    • TorrentZona
Re: Сайт из ADOBE Dreamweaver на DLE - возможно?
« Ответ #58 : 12-07-2010, 15:10:56 »
Прежде сем за сайт браться изучи подробно html и css.Рекомендую видео уроки с этого сайта http://ruseller.com/goodies.php(особенно 1).В сети можешь найти бесплатно .Раньше я не знал даже что если на документ поставить расширение .html то из него получиться интернет страничка :D.Я в течении 2 месяца проходил практику на обычном блокноте, потом установил сервер и начал писать сайт на dreamweavere.Долго и трудно конечено, но зато качественно ;)

Я это всё уже прошёл на сайте zvirec.com
« Последнее редактирование: 12-07-2010, 22:47:41 от nikitOK »

nikitOK

  • Я полноправный форумчанин
  • ***
  • Сообщений: 180
  • Карма: 4
    • Просмотр профиля
    • TorrentZona
Re: Сайт из ADOBE Dreamweaver на DLE - возможно?
« Ответ #59 : 28-07-2010, 12:23:22 »
Ну как ? у меня получилось? http://i-polo.net.ua/    :)