Шаблон:BotanyPlantsMutations: различия между версиями

мНет описания правки
мНет описания правки
Строка 491: Строка 491:
| location =  
| location =  
}}
}}
<div class="customCSS" style="display:none">
{{#css:
#MUTATION li {
#MUTATION li {
color: #ebebeb !important;
color: #ebebeb !important;
}
}
#MUTATION a {
#MUTATION a {
color: #7fd6e9 !important;
color: #7fd6e9 !important;
}
}
#MUTATION .mw-collapsible-toggle {
#MUTATION .mw-collapsible-toggle {
position: absolute;
position: absolute;
top: 3px;
top: 3px;
right: 3px;
right: 3px;
}
}
#MUTATION li:not(:first-child) {
#MUTATION li:not(:first-child) {
margin-top: 3px;  
margin-top: 3px;  
}
}
</div></onlyinclude>
.mutation-cell__mutation {
width: 100%;
margin: 5px 0;
box-sizing: border-box;
text-align: left;
background: #321557;
padding: 6px 10px;
border-radius: 0.3em;
border: 2px solid #1c0f2d;
font-weight: 500;
transition: background 0.05s;
}
.mutation-cell__mutation:hover {
background: #36155f;
}
}}</onlyinclude>