Evan pepper (Talk | contribs) |
Evan pepper (Talk | contribs) |
||
Line 267: | Line 267: | ||
-webkit-filter: blur(10px) | -webkit-filter: blur(10px) | ||
} | } | ||
+ | |||
+ | .person-name { | ||
+ | font-family: 'Quicksand'; | ||
+ | opacity: 0; | ||
+ | position: absolute; | ||
+ | top: 100% | ||
+ | left: 50%; | ||
+ | background-color: rgba(0, 0, 0, 0.65); | ||
+ | } | ||
+ | |||
+ | @media (max-width: 420px) { | ||
+ | .person-name { | ||
+ | font-family: 'Quicksand'; | ||
+ | opacity: 1; | ||
+ | position: absolute; | ||
+ | top: 100% | ||
+ | left: 50%; | ||
+ | background-color: rgba(0, 0, 0, 0.65); | ||
+ | } | ||
+ | .face:hover .profile, .profilehovered { | ||
+ | opacity: 0; | ||
+ | background-color: rgba(0, 0, 0, 0.65); | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
.facen { | .facen { | ||
width: 250px; | width: 250px; |
Revision as of 23:02, 13 September 2017