Шаблон:Test3 — различия между версиями

Материал из Integra-S Wiki
Перейти к: навигация, поиск
 
(не показано 126 промежуточных версий этого же участника)
Строка 1: Строка 1:
 
+
<div style="width: {{{Ширина}}}; margin: 20px auto; display: {{{Позиция}}};margin-left: {{{Отступ}}}; float: {{{Выравнивание}}}">
<table cellpadding="0" cellspacing="0" width="1280" align="center">
+
<div style="width: 100%;
<tr>
+
border-top-left-radius:9px;
<td colspan="2" class="header">Мой сайт</td>
+
border-top-right-radius:9px;
</tr>
+
height: 50px;
<tr>
+
box-sizing: border-box;
<td class="left_col">Меню</td>
+
font-size:1.5em;
<td class="right_col">Ссылки</td>
+
line-height: 30px;
</tr>
+
margin: 0;
</table>
+
padding: 10px;
 +
background: {{{Цвет}}};
 +
border: solid 1px {{{Цвет}}};
 +
margin-top: {{{Отступ_низ}}};>
 +
<p style = "margin: 0;line-height: 30px;">  
 +
{{{Заголовок}}}</p>
 +
</div>
 +
<div style="width: 100%;
 +
padding: 10px;
 +
box-sizing: border-box;
 +
border-bottom-right-radius:9px;
 +
border-bottom-left-radius:9px;
 +
border: solid 1px {{{Цвет}}};
 +
>
 +
{{{Текст}}}
 +
</div>
 +
</div>

Текущая версия на 14:07, 30 октября 2017

{{{Заголовок}}}

{{{Текст}}}