Difference between revisions of "Template:Tooltip hover box"

From www.PSALTIKI.info
Jump to: navigation, search
Line 1: Line 1:
<onlyinclude> {{#css:  
+
<onlyinclude> {{#css: div.title {  border: 1px solid #000080;  /* Параметры рамки */  background: #000080; /* Цвет фона  */  color: #ffe; /* Цвет текста */    padding: 20px; /* Поля вокруг текста */ border-top-left-radius: 10px; /* Левый верхний уголок */    border-top-right-radius: 10px; /* Правый верхний уголок */ font-family: 'SERAFIM+stratos'; font-size: 30pt; width: 600px; }
div.title {  border: 1px solid #000080;  /* Параметры рамки */  background: #000080; /* Цвет фона  */  color: #ffe; /* Цвет текста */    padding: 20px; /* Поля вокруг текста */ border-top-left-radius: 10px; /* Левый верхний уголок */    border-top-right-radius: 10px; /* Правый верхний уголок */
+
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: 15em; }  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; }
          font-family: 'SERAFIM+stratos'; font-size: 30pt; width: 600px; }
 
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: 15em;  
 
}  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; }
 
 
div.content_0 { font-size: 180%; color:#f58120; }  }}
 
div.content_0 { font-size: 180%; color:#f58120; }  }}
 
<div class="title_0"> {{#if:{{{title|}}}|{{{title}}}|{{BASEPAGENAME}}}} </div>
 
<div class="title_0"> {{#if:{{{title|}}}|{{{title}}}|{{BASEPAGENAME}}}} </div>

Revision as of 22:27, 29 May 2017

Tooltip hover box