5 148
redigeringar
Niklas (diskussion | bidrag) Ingen redigeringssammanfattning |
Niklas (diskussion | bidrag) Ingen redigeringssammanfattning |
||
Rad 75: | Rad 75: | ||
FÖR PERIODISKA SYSTEMET-MALLEN | FÖR PERIODISKA SYSTEMET-MALLEN | ||
*/ | */ | ||
.elem{ | |||
cursor: help; | |||
} | |||
.fromNatural{ | .fromNatural{ | ||
Rad 88: | Rad 92: | ||
} | } | ||
. | .isGas{ | ||
background-color: # | color: red; | ||
} | |||
.isLiquid{ | |||
color: green; | |||
} | |||
.isUnknown{ | |||
color: lightgray; | |||
} | |||
.alkali{ | |||
background-color: #ff6666; | |||
} | |||
.alkaliEarth{ | |||
background-color: #ffdead; | |||
} | } | ||
. | .lantanoid{ | ||
background-color: # | background-color: #ffbfff; | ||
} | } | ||
. | .aktinoid{ | ||
background-color: # | background-color: #ff99cc; | ||
} | } | ||
. | .transitionMetal{ | ||
background-color: # | background-color: #ffc0c0; | ||
} | } | ||
. | .otherMetal{ | ||
color: | background-color: #cccccc; | ||
} | |||
.halfMetal{ | |||
background-color: #cccc99; | |||
} | |||
.diatomic{ | |||
background-color: #e7ff8f; | |||
} | } | ||
. | .polyatomic{ | ||
color: | background-color: #a1ffc3; | ||
} | } | ||
. | .nobleGas{ | ||
background-color: #c0ffff; | |||
} | } | ||