Difference between revisions of "Template:Tooltip hover box"
Line 1: | Line 1: | ||
− | <onlyinclude> {{#css: div.title { background: #000080; /* Цвет фона */ color: #ffe; /* Цвет текста */ padding: 20px; /* Поля вокруг текста */ border-top-left-radius: 10px; /* Левый верхний уголок */ border-top-right-radius: 10px; /* Правый верхний уголок */ | + | <onlyinclude> {{#css: |
− | font-family: 'SERAFIM+stratos'; font-size: 30pt; width: | + | div.title { border: 1px solid #000080; /* Параметры рамки */ background: #000080; /* Цвет фона */ color: #ffe; /* Цвет текста */ padding: 20px; /* Поля вокруг текста */ border-top-left-radius: 10px; /* Левый верхний уголок */ border-top-right-radius: 10px; /* Правый верхний уголок */ |
− | div.title_0 { background: #ffff; border: 1px solid blue; color: #373737; min-width: 3em; max-width: 25em; | + | font-family: 'SERAFIM+stratos'; font-size: 30pt; width: 11em; } |
+ | div.content { border: 1px solid #000080; /* Параметры рамки */ background: #f0f0f0; /* Цвет фона */ padding: 20px; /* Поля вокруг текста */ border-bottom-left-radius: 10px; /* Левый нижний уголок */ border-bottom-right-radius: 10px; /* Правый нижний уголок */ font-family: 'SERAFIM+stratos'; font-size: 30pt; width: 11em; | ||
+ | } div.title_0 { background: #ffff; border: 1px solid blue; color: #373737; min-width: 3em; max-width: 25em; | ||
padding: 25px; font-family: 'SERAFIM+stratos'; font-size: 30pt; } | padding: 25px; font-family: 'SERAFIM+stratos'; font-size: 30pt; } | ||
− | div | + | div.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:19, 29 May 2017
Tooltip hover box