Шаблон:CalcScience/styles.css

.science { /*display: inline-block;*/ margin: 0;

   font-weight: 700;
   font-size: 15px;
 color:#eae5b1;

} .science span {color: #e29539;}

.science div img {

   margin: 2px 3px;

opacity: .4;

 transition: all .3s ease 0s;

}

.science div:hover img {

  box-shadow: 0 0 3px 2px #df9125;

opacity: 1;

 transition: all .3s ease 0s;

}

.child {

   cursor: pointer;

}

.science div:not(.main) {

 color: #e29539;
 display: inline-flex;
 margin-left:5px;
 margin-right:5px;

}

div.active, div.active img {

opacity: 1;
 transition: all .3s ease 0s;

}

div.active img {

box-shadow: 0 0 3px 2px #df9125; border-radius:10px;

}