Шаблон:Пометка проекта: различия между версиями

мНет описания правки
мНет описания правки
Строка 1: Строка 1:
{{#if:{{{ForText|}}}|
{{#if:{{{обрамить текст|}}}|
   <div style="position:relative;padding:0 2px;">
   <div style="position:relative;padding:0 2px;">
     <div class="exclusive-next-text__icon">Next</div>
     <div class="пометка-проекта пометка-проекта__wrapper">Next</div>
     <div style="position:relative;margin-right:30px;">{{{1}}}</div>
     <div style="position:relative;margin-right:30px;">{{{1}}}</div>
   </div>
   </div>
| {{#if:{{{absolute|}}}|
  <sup><span style="color:var(--text-color-orange);">Next</span></sup>
|
|
   <div class="exclusive-next" style="{{#switch:{{{posX|}}}|left=left:0;right:unset;|right=left:unset;right:0;|}}{{#switch:{{{posY|}}}|top=top:0;bottom:unset;|bottom=bottom:0;top:unset;}}>Next</div>
   <div class="пометка-проекта" style="{{#switch:{{{posX|}}}|left=left:0;right:unset;|right=left:unset;right:0;|}}{{#switch:{{{posY|}}}|top=top:0;bottom:unset;|bottom=bottom:0;top:unset;}}>Next</div>
}}<!--
}}<!--


-->{{#css:
--><templatestyles src="Пометка проекта/styles.css" /><noinclude>{{doc}}</noinclude>
.exclusive-next,
.exclusive-next-text__icon {
    position: absolute;
   
    left:0;
    top:0;
 
    padding: 2px 4px;
    font-family: "noto sans";
    font-size: 0.7em;
    font-weight: bold;
    color: #db9e0d;
    background: #db9e0d;
    border-radius: 0.3em;
}
 
.exclusive-next-text__icon {
    right: 0;
    bottom: 0;
 
    text-align: right;
    border-radius: 0;
    color: #d9a938;
    background: #ffb300;
}
 
}}<noinclude>{{doc}}</noinclude>