Перейти из форума на сайт.

НовостиФайловые архивы
ПоискАктивные темыТоп лист
ПравилаКто в on-line?
Вход Забыли пароль? Первый раз на этом сайте? Регистрация
Компьютерный форум Ru.Board » Тематические » Системы управления сайтами » Как удалить папку с DLE ?

Модерирует : Antuan

 Версия для печати • ПодписатьсяДобавить в закладки
На первую страницук этому сообщениюк последнему сообщению

Открыть новую тему     Написать ответ в эту тему

Aleksandr24

Newbie
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
[more] Я не полностью скопировал, в сообщение не входит, наверное это должно быть где то вначале шаблонов.
 
main
 
[spoiler]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
{headers}
<link rel="stylesheet" type="text/css" href="{THEME}/css/main.css">
<link rel="stylesheet" type="text/css" href="{THEME}/css/tools.css">
<link rel="stylesheet" type="text/css" href="{THEME}/css/blocks.css">
<link rel="stylesheet" type="text/css" href="{THEME}/css/modules.css">
<link rel="stylesheet" type="text/css" href="{THEME}/css/engine.css">
<link rel="stylesheet" type="text/css" href="{THEME}/css/sl_eng.css">
</head>
 
    <script language="javascript" type="text/javascript">
    <!--
    function bookmark() {
        if (window.sidebar) {
            window.sidebar.addPanel("Site.ru", "http://site.ru","");
        } else if (document.all) {
            window.external.AddFavorite("http://site.ru", "Site.ru");
        }
    }
    // -->
    </script>
    <body>
    {AJAX}
        <div id="wrapper">
 
            <div id="toolbar">
                <div id="toolbar-left"></div>
                <div id="toolbar-center">
                    <div id="menu">
                        <a href="/index.php">Главная</a>
                        
                        <span><a href="/?do=feedback">Обратная связь</a></span>
 
                        <span><a href="#" onclick="javascript:bookmark();">В избранное</a></span>
                    </div>
                    <div id="authorization"><div><a href="/index.php?do=register"><span>Регистрация</span>&
 
lt;img src="{THEME}/images/blank.png" width="16" height="17" align="right"></a></div></div>
                </div>
                <div id="toolbar-right">
                    <div id="quick-search">
                        <form [/spoiler]
 
main.css
 
[spoiler]body {
    background: #171821 url(../images/background.png);
    color: #111;
    line-height: 16px;
    margin: 0;
    padding-top: 20px; padding-bottom: 20px;
    text-align: center;
}
 
body, td, div, input, textarea, select {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
}
 
a {
    color: #2666b9;
    text-decoration: none;
}
 
a:hover { color: #ff5500; }
 
a img { border: 0 none; }
 
center { margin-top: 5px; }
 
hr {
    border: 0px #d8d8d8 solid;
    border-top-width: 1px;
    height: 1px;
}
 
h1,h3, h4, h6,
h1 a, h3 a, h4 a, h6 a {
    font-size: 12px;
    margin: 0;
}
 
h2 {
    font-size: 12px;
    margin-top: 0;
}
 
h5 {
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px; margin-bottom: 0;
    text-align: center;
}
 
form { margin: 0; }
 
#wrapper {
    margin: auto;
    text-align: left;
    width: 1196px;
}
 
/* Toolbar */
#toolbar {
    height: 37px;
}
 
#toolbar-left {
    background: url(../images/toolbar-left.png) no-repeat;
    float: left;
    height: 37px; width: 9px;
}
 
#toolbar-center {
    background: url(../images/toolbar-center.png) repeat-x;
    float: left;
    height: 37px; width: 982px;
}
 
#toolbar-right {
    background: url(../images/toolbar-right.png) no-repeat;
    float: right;
    height: 37px; width: 205px;
}
 
/* Header */
#header {
    height: 141px;
    margin-top: 5px;
}
 
#header-top-left {
    background: url(../images/header-top-left.png) no-repeat;
    float: left;
    height: 80px; width: 684px;
}
 
#header-top-right {
    background: url(../images/header-top-right.png) no-repeat;
    float: right;
    height: 80px; width: 512px;
}
 
#header-bottom-left {
    background: url(../images/header-bottom-left.png) no-repeat;
    float: left;
    height: 80px; width: 598px;
}
 
#header-bottom-right {
    background: url(../images/header-bottom-right.png) no-repeat;
    float: right;
    height: 80px; width: 598px;
}
 
/* Top Panel */
#panel-top {
    background: url(../images/panel-top.png) no-repeat;
    height: 50px;
    margin-top: 5px;[/spoiler]
 
modules.css
 
[spoiler]/* Message */
#message {
    background: url(../images/center-background.png) repeat-y;
    margin-bottom: 8px;
    width: 740px;
}
 
#message div {
    background: url(../images/center-caption.png) no-repeat top;
    width: 740px;
}
 
#message div div {
    background: url(../images/center-bottom.png) no-repeat bottom;
    width: 740px;
}
 
#message div div div {
    background: transparent;
    padding: 6px 10px 14px 10px;
    width: 720px;
}
 
#message div div div h3 {
    color: #146f3d;
    display: block;
    font-size: 12px;
    padding-left: 2px; padding-bottom: 18px;
}
 
#message div div div div {
/*    margin: 0; padding: 0;*/
}
 
/* Title */
#title {
    background: url(../images/center-background.png) repeat-y;
    margin-bottom: 5px;
    width: 740px;
}
 
#title div {
    background: url(../images/center-top.png) no-repeat top;
    width: 740px;
}
 
#title div div {
    background: url(../images/center-bottom.png) no-repeat bottom;
    width: 740px;
}
 
#title div div div {
    background: transparent;
    width: 722px;
    text-align: center;
}
[/spoiler]

Всего записей: 3 | Зарегистр. 13-04-2013 | Отправлено: 21:37 13-04-2013
Открыть новую тему     Написать ответ в эту тему

На первую страницук этому сообщениюк последнему сообщению

Компьютерный форум Ru.Board » Тематические » Системы управления сайтами » Как удалить папку с DLE ?


Реклама на форуме Ru.Board.

Powered by Ikonboard "v2.1.7b" © 2000 Ikonboard.com
Modified by Ru.B0ard
© Ru.B0ard 2000-2024

BitCoin: 1NGG1chHtUvrtEqjeerQCKDMUi6S6CG4iC

Рейтинг.ru