Шаблон:Box/1

Матеріал з ТерноВікі

(відмінності між версіями)
Перейти до: навігація, пошук
 
(17 проміжних версій не показані.)
Рядок 1: Рядок 1:
-
<table width="100%" style="border: 0px; " cellpadding="0" cellspacing="0">
+
<table width="{{{WIDTH}}}" style="border: 0px; " cellpadding="0" cellspacing="0">
<tr>
<tr>
-
<td style="width: 100%; vertical-align: top; border:1px solid red; margin-left: auto; margin-right: auto"
+
<td style="width:100% ; vertical-align: top; border:1px solid #808080; margin-left: auto; margin-right: auto"
-
| style="width: 50%; border: 1px solid #ae0303; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; height: 100%;" colspan="1" >
+
| style="width: 50%; border: 1px solid #808080; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; height: 100%;" colspan="1" >
-
<div style="background-color: #ae0303; height:10px; border: 1.2px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-topleft: 9px; -moz-border-radius-topright: 9px; -moz-border-radius-bottomright: 0px;"></div>
+
<div style="background-color: {{{COLOR_TOP}}}; height:10px; border: 1.2px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-topleft: 9px; -moz-border-radius-topright: 9px; -moz-border-radius-bottomright: 0px;"></div>
-
<div style="font: 11pt; font-weight:bold; padding:0px; border-bottom:0.2px solid #ae0303;"></div>
+
<div style="font: 11pt; font-weight:bold; padding:0px; border-bottom:0.2px solid #808080;"></div>
-
<div style="font: 13pt Times New Roman; font-weight:bold; padding:5px; border-bottom:1px solid #ae0303;">{{{TITLE}}}</div>
+
<div style="font: 13pt Times New Roman; font-weight:bold; padding:5px; border-bottom:1px solid #808080;" align="center">{{{TITLE}}}</div>
-
<div padding:10px; border-bottom:1.2px solid #ae0303;">
+
<div padding:10px; border-bottom:1.2px solid #808080;"></div>
-
<table width="100%" cellpadding="5">
+
<div style="font: 11pt Times New Roman; padding:5px; border-bottom:1px solid #808080;" align="left" valign="top" class="pot">{{{CONTENT}}}</div>
-
<tr valign="top" class="pot">
+
-
<td align="left">
+
-
{{{CONTENT}}}
+
-
</td></tr></table>
+
-
</div>
+
-
<div style="background-color: #f9d6d6; height:15px; border: 0.5px solid #f9d6d6; -moz-border-radius-topleft: 9px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 9px;"></div>
+
<div style="background-color: {{{COLOR_END}}}; height:15px; -moz-border-radius-topleft: 0px; -moz-border-radius-bottomleft: 9px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 9px;"></div>
</td></tr></table>
</td></tr></table>
 +
 +
<noinclude>
 +
<div style="background-color:#ecfcf4; border:1px solid #aaa; padding:5px; clear: both; margin: 1em 0 0 0;">
 +
==Використання==
 +
Цей шаблон дозволяє помістити заголовок і блок тексту в оригінальну таблицю, оформлену кольорами. Приклад використання та вигляд шаблону подані нижче.
 +
 +
<nowiki>{{:Шаблон:box/1
 +
|COLOR_TOP=YELLOW
 +
|TITLE=ЗАГОЛОВОК
 +
|CONTENT=Текстовий блок
 +
|COLOR_END=#003366}}</nowiki>
 +
 +
{{:Шаблон:box/1
 +
|COLOR_TOP=YELLOW
 +
|TITLE=ЗАГОЛОВОК
 +
|CONTENT=Текстовий блок
 +
|COLOR_END=#003366}}
 +
</div>
 +
</noinclude>
 +
<noinclude>[[Категорія:Шаблони]]</noinclude>

Поточна версія на 20:21, 4 січня 2011

{{{TITLE}}}
{{{CONTENT}}}


Використання

Цей шаблон дозволяє помістити заголовок і блок тексту в оригінальну таблицю, оформлену кольорами. Приклад використання та вигляд шаблону подані нижче.

{{:Шаблон:box/1
 |COLOR_TOP=YELLOW
 |TITLE=ЗАГОЛОВОК
 |CONTENT=Текстовий блок
 |COLOR_END=#003366}}
ЗАГОЛОВОК
Текстовий блок