Модуль:BotanyStats: различия между версиями

мНет описания правки
мНет описания правки
Строка 86: Строка 86:
     if firstRun then
     if firstRun then
         firstRun = false
         firstRun = false
         out = out .. '<div class="customCSS" style="display:none"> .maturation-cell { width: 100%; margin: 5px 0; box-sizing: border-box; text-align: left; background: #096d35; padding: 6px 10px; border-radius: 0.3em; border: 2px solid #0c4729; font-weight: bold; font-family:"Montserrat", sans-serif; transition: background 0.05s; } .maturation-cell:hover { background: #097137; } </div>'
         out = out .. '<div class="customCSS" style="display:none"> .maturation-cell { width: 100%; margin: 5px 0; box-sizing: border-box; text-align: left; background: #096d35; padding: 6px 10px; border-radius: 0.3em; border: 2px solid #0c4729; font-weight: 500; font-family:"Montserrat", sans-serif; transition: background 0.05s; } .maturation-cell:hover { background: #097137; } </div>'
     end
     end
     return out
     return out