|
|
@ -77,23 +77,23 @@ body { |
|
|
|
height: 110px; |
|
|
|
height: 110px; |
|
|
|
margin: 5px; |
|
|
|
margin: 5px; |
|
|
|
float: left; |
|
|
|
float: left; |
|
|
|
background: white; |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
|
|
|
|
background: #888; |
|
|
|
color: #222; |
|
|
|
color: #222; |
|
|
|
border-top-right-radius: 1.2em; |
|
|
|
border-top-right-radius: 1.2em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.element.alkali { background-color: hsl( 0, 100%, 50%); } |
|
|
|
.element.alkali { background: #F00; background: hsl( 0, 100%, 50%); } |
|
|
|
.element.alkaline-earth { background-color: hsl( 36, 100%, 50%); } |
|
|
|
.element.alkaline-earth { background: #F80; background: hsl( 36, 100%, 50%); } |
|
|
|
.element.lanthanoid { background-color: hsl( 72, 100%, 50%); } |
|
|
|
.element.lanthanoid { background: #FF0; background: hsl( 72, 100%, 50%); } |
|
|
|
.element.actinoid { background-color: hsl( 108, 100%, 50%); } |
|
|
|
.element.actinoid { background: #0F0; background: hsl( 108, 100%, 50%); } |
|
|
|
.element.transition { background-color: hsl( 144, 100%, 50%); } |
|
|
|
.element.transition { background: #0F8; background: hsl( 144, 100%, 50%); } |
|
|
|
.element.post-transition { background-color: hsl( 180, 100%, 50%); } |
|
|
|
.element.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); } |
|
|
|
.element.metalloid { background-color: hsl( 216, 100%, 50%); } |
|
|
|
.element.metalloid { background: #08F; background: hsl( 216, 100%, 50%); } |
|
|
|
.element.other.nonmetal { background-color: hsl( 252, 100%, 50%); } |
|
|
|
.element.other.nonmetal { background: #00F; background: hsl( 252, 100%, 50%); } |
|
|
|
.element.halogen { background-color: hsl( 288, 100%, 50%); } |
|
|
|
.element.halogen { background: #F0F; background: hsl( 288, 100%, 50%); } |
|
|
|
.element.noble-gas { background-color: hsl( 324, 100%, 50%); } |
|
|
|
.element.noble-gas { background: #F08; background: hsl( 324, 100%, 50%); } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.element * { |
|
|
|
.element * { |
|
|
|