Загрузка данных


<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <title>3D Studio Max 5</title>
    <link rel="stylesheet" href="style.css">
</head>
<body>

    <table class="title-box" cellspacing="0" cellpadding="0" align="center">
        <tr>
            <td>
                <h1>3D Studio Max<sup>®</sup> 5</h1>
            </td>
        </tr>
    </table>

    <table class="main-table" cellspacing="0" cellpadding="0" align="center">
        <tr>
            <td class="sidebar-cell" valign="top" width="150">
                <table class="menu-table" cellspacing="0" cellpadding="0" width="100%">
                    <tr><td><a href="#">Главная</a></td></tr>
                    <tr><td><a href="#">Ученик</a></td></tr>
                    <tr><td><a href="#">Помощь</a></td></tr>
                </table>
            </td>

            <td class="content-cell" valign="top">
                
                <table class="columns-table" cellspacing="0" cellpadding="0" width="100%">
                    <tr>
                        <td width="50%" valign="top" class="text-left-col">
                            <h2>О чем и для кого эта книга</h2>
                            <p>В последнее время появилось очень много программ для моделирования анимации и визуализации трехмерных миров. Каждая из них по-своему хороша, однако особое внимание авторы уделили эффективной и понятной скорости работы, каковой и является программа, разработанная фирмой Discrete.</p>
                            <p>Из названия этой книги следует, что главный упор сделан на широком изучении возможностей 3D Studio Max для быстрой и эффективной работы. Некоторые разделы рассматриваются как базовые.</p>
                        </td>
                        <td width="50%" valign="top" class="text-right-col">
                            <h2>Дополнительная литература</h2>
                            <p>Михаил МАРОВ. Эффективный мир 3D Studio Max 5.<br><span class="isbn">ISBN 5-947-002-11-2</span></p>
                            <p>Тед БОРДМАН. Секреты 3D Studio Max 4.<br><span class="isbn">ISBN 5-947-002-11-2</span></p>
                            <p>Ким ТИ. 3D Studio Max 3.<br><span class="isbn">ISBN 5-947-002-11-2</span></p>
                            <p>А. К. КАШИК. Adobe Photoshop 7.0.<br><span class="isbn">ISBN 5-947-002-11-2</span></p>
                        </td>
                    </tr>
                </table>

                <table cellspacing="0" cellpadding="0" width="100%">
                    <tr>
                        <td align="center">
                            <h2 class="sections-title">Разделы книги:</h2>
                        </td>
                    </tr>
                </table>

                <table class="blocks-table" cellspacing="0" cellpadding="0" width="100%">
                    <tr>
                        <td width="50%" valign="top" style="padding-right: 15px;">
                            <table cellspacing="0" cellpadding="0" width="100%">
                                <tr>
                                    <td class="icon-box" width="45" valign="top"><div class="icon-box-placeholder"></div></td>
                                    <td valign="top" class="card-text">
                                        <h3>Моделирование</h3>
                                        <p>Раздел посвящен созданию, настройке и редактированию объектов трехмерных сцен.</p>
                                    </td>
                                </tr>
                            </table>
                        </td>
                        <td width="50%" valign="top" style="padding-left: 15px;">
                            <table cellspacing="0" cellpadding="0" width="100%">
                                <tr>
                                    <td class="icon-box" width="45" valign="top"><div class="icon-box-placeholder"></div></td>
                                    <td valign="top" class="card-text">
                                        <h3>Анимация</h3>
                                        <p>Именно для придания реализма оживают трехмерных миры, существует анимация или оживление.</p>
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                </table>

                <table cellspacing="0" cellpadding="0" width="100%" class="bottom-links-table">
                    <tr>
                        <td>
                            <h3>Дополнительные ссылки:</h3>
                            <p>Каждое практическое задание содержится в проектах Max на сайте издательства по адресу <a href="http://www.diasoft.kiev.ua" target="_blank">www.diasoft.kiev.ua</a>.</p>
                            <p>Все желающие могут обратиться с вопросами, ответами и замечаниями по e-mail: <a href="mailto:book@diasoft.kiev.ua">book@diasoft.kiev.ua</a> - Издательство «ДиаСофт».</p>
                        </td>
                    </tr>
                </table>

            </td>
        </tr>
    </table>

    <table class="scroll-spacer" cellspacing="0" cellpadding="0" width="100%">
        <tr><td></td></tr>
    </table>

    <table class="black-line" cellspacing="0" cellpadding="0" width="100%">
        <tr>
            <td>
                <marquee behavior="scroll" direction="left">
                    <a href="http://www.modern-com.ru" style="color: #ffffff; text-decoration: none; font-family: Arial, sans-serif; font-size: 12px; font-weight: bold;">www.modern-com.ru</a>
                </marquee>
            </td>
        </tr>
    </table>

    <table class="site-footer" cellspacing="0" cellpadding="0" width="100%" align="center">
        <tr>
            <td>
                <p>Создание сайта Михаила Цука</p>
            </td>
        </tr>
    </table>

</body>
</html>
Аьаьалаллалалалалалалплплпл
/* Базовые сбросы для страницы */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #e3e3e3; /* Серый фон вокруг сайта из примера */
}

/* 1. БОКС ДЛЯ ЗАГОЛОВКА (ШАПКА) */
.title-box {
    width: 95%;
    max-width: 1000px;
    margin: 15px auto 0 auto;
    border: 1px solid #b5b5b5;
    background-color: #ffffff; 
    border-bottom: none; /* Убираем двойную рамку между шапкой и контентом */
}

.title-box td {
    padding: 12px;
    text-align: center;
}

.title-box h1 {
    color: #004d99; /* Синий цвет текста заголовка */
    font-size: 22px;
    margin: 0;
    font-weight: bold;
}

/* 2. ОСНОВНАЯ ТАБЛИЦА КОНТЕНТА */
.main-table {
    width: 95%;
    max-width: 1000px;
    border: 1px solid #b5b5b5;
    background-color: #ffffff;
}

/* Левая зеленая ячейка */
.sidebar-cell {
    background-color: #3d8b67; /* Болотно-зеленый цвет меню */
    padding-top: 20px;
    border-right: 1px solid #b5b5b5;
}

.menu-table td {
    padding: 8px 15px;
}

.menu-table a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.menu-table a:hover {
    text-decoration: underline;
}

/* Правая ячейка с текстом */
.content-cell {
    padding: 20px;
}

/* Стили для двух колонок текста */
.text-left-col {
    padding-right: 20px;
    font-size: 13px;
    line-height: 1.4;
    color: #000000;
}

.text-right-col {
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.4;
    color: #000000;
}

.content-cell h2 {
    font-size: 14px;
    font-weight: bold;
    color: #bf0000; /* Темно-красный цвет заголовков статей */
    margin: 0 0 12px 0;
}

.text-left-col p {
    margin-bottom: 12px;
}

.text-right-col p {
    margin-bottom: 12px;
}

.isbn {
    color: #008080; /* Бирюзовый цвет ISBN */
    font-size: 12px;
}

/* Заголовок разделов */
.sections-title {
    font-size: 15px;
    margin: 25px 0 15px 0;
    font-weight: bold;
    color: #000000 !important;
}

/* Карточки "Моделирование" и "Анимация" */
.icon-box {
    width: 45px;
    height: 45px;
    background-color: #ffffff; 
    border: 1px solid #b5b5b5;
}

/* Рисунок-заглушка вместо картинок в квадратах */
.icon-box-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e0e0e0 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, #e0e0e0 25%, transparent 25%) -50px 0,
                linear-gradient(45deg, #e0e0e0 25%, transparent 25%),
                linear-gradient(315deg, #e0e0e0 25%, #ffffff 25%);
    background-size: 10px 10px;
}

.card-text {
    padding-left: 15px;
}

.card-text h3 {
    font-size: 14px;
    margin: 0 0 4px 0;
    color: #000000;
}

.card-text p {
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
}

/* Блок ссылок в самом низу контента */
.bottom-links-table {
    margin-top: 30px;
    border-top: 1px solid #b5b5b5;
    padding-top: 15px;
}

.bottom-links-table td {
    font-size: 12px;
    line-height: 1.5;
}

.bottom-links-table h3 {
    font-size: 13px;
    margin-bottom: 8px;
    color: #008080; /* Бирюзовый цвет заголовка доп. ссылок */
}

.bottom-links-table a {
    color: #0000ff;
    text-decoration: underline;
}

/* 3. ОСТАЛЬНЫЕ ТАБЛИЦЫ */
.scroll-spacer {
    height: 300px; /* Отступ для скролла */
}

/* Чёрная разделительная полоса с бегущей строкой */
.black-line {
    background-color: #000000;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

.black-line td {
    height: 22px;
    vertical-align: middle;
    padding: 2px 0;
}

/* Подвал с текстом автора сайта */
.site-footer {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #b5b5b5;
    border-top: none;
}

.site-footer td {
    padding: 12px 0;
    text-align: center;
    font-size: 12px;
    color: #000000;
}

.site-footer p {
    margin: 0;
}