Difference between revisions of "Template:Tooltip hover box"
Line 3: | Line 3: | ||
div.title_0 { background: #ffff; border: 1px solid blue; color: #373737; width: 15em; min-width: 10em; max-width: 45em; | div.title_0 { background: #ffff; border: 1px solid blue; color: #373737; width: 15em; min-width: 10em; max-width: 45em; | ||
padding: 25px; font-family: 'SERAFIM+stratos'; font-size: 30pt; } | padding: 25px; font-family: 'SERAFIM+stratos'; font-size: 30pt; } | ||
− | + | div.content { border: 1px solid #000080; /* Параметры рамки */ background: #f0f0f0; /* Цвет фона */ padding: 20px; /* Поля вокруг текста */ border-bottom-left-radius: 10px; /* Левый нижний уголок */ border-bottom-right-radius: 10px; /* Правый нижний уголок */ width: 15em; min-width: 10em; max-width: 45em; | |
− | |||
− | |||
} | } | ||
.content_0 { font-size: 180%; color:#f58120; } }} | .content_0 { font-size: 180%; color:#f58120; } }} | ||
− | |||
<div class="title"> {{#if:{{{title|}}}|{{{title}}}|{{BASEPAGENAME}}}} </div> | <div class="title"> {{#if:{{{title|}}}|{{{title}}}|{{BASEPAGENAME}}}} </div> | ||
<div class="content"> {{#if:{{{body|}}}|{{{body}}}|}} </div> | <div class="content"> {{#if:{{{body|}}}|{{{body}}}|}} </div> | ||
</onlyinclude> | </onlyinclude> | ||
[[Category:Шаблоны подсказокъ]] | [[Category:Шаблоны подсказокъ]] |
Revision as of 22:06, 29 May 2017
Tooltip hover box