Advertisement
Guest User

soh

a guest
Feb 25th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.00 KB | None | 0 0
  1. <style type="text/css">.hotlinea { width: 230px; height: 230px; padding: 20px; background: #fff; -webkit-box-shadow: 0 0 0 2px #dacdc1; box-shadow: 0 0 0 2px #dacdc1; }#blinga { width: 230px; height: 230px; }#blinga .citya { width: 230px; height: 230px; position: relative; top: 0px; opacity: 0; -moz-transition-duration: 1.5s; -webkit-transition-duration: 1.5s; -o-transition-duration: 1.5s; }#blinga:hover .citya { opacity: 1;  position: relative; top: 0px; -moz-transition-duration: 1.5s; -webkit-transition-duration: 1.5s; -o-transition-duration: 1.5s; }.reputationa { width: 210px; height: 210px; margin-bottom: 10px; background: rgba(0, 0, 0, 0.5); padding: 10px; font-family: lekton; text-transform: uppercase; font-size: 8px; color: #000; }.reputationa a { color: #000; -moz-transition-duration: 1.5s; -webkit-transition-duration: 1.5s; -o-transition-duration: 1.5s; }.reputationa a:hover { color: #9c7e64; -moz-transition-duration: 1.5s; -webkit-transition-duration: 1.5s;  -o-transition-duration: 1.5s; }</style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement