Advertisement
Qhuinn

poison2

Dec 11th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.53 KB | None | 0 0
  1. #postrol-roanoke1-ss {overflow: hidden; height: 200px; width: 400px; position: relative; outline: 1px solid #fff; outline-offset: -30px;}
  2. #postrol-roanoke1-sstext {width: 400px; line-height: 115%; font-size: 11px; font-family: verdana; text-align: justify; font-weight: normal; padding-top: 15px;}
  3. #postrol-roanoke1-ss .upper-roan {width: 0px; background:rgba(255, 255, 255, 0.6); height: 69px; position: absolute; left: 31px; top: 31px; transition: 0.5s; transition-delay: 0.5s;}
  4. #postrol-roanoke1-ss:hover .upper-roan {width: 338px; transition: 0.5s;}
  5. #postrol-roanoke1-ss .lower-roan {width: 0px; background:rgba(255, 255, 255, 0.6); height: 69px; position: absolute; right: 31px; bottom: 31px; transition: 0.5s; transition-delay: 0.5s;}
  6. #postrol-roanoke1-ss:hover .lower-roan {width: 338px; transition: 0.5s;}
  7. #postrol-roanoke1-ss .profpic {opacity: 0; transition: 0.5s; width: 200px; text-align: left; height: 115px; position: absolute; top: 42px; left: 42px;}
  8. #postrol-roanoke1-ss:hover .profpic {transition: 0.5s; opacity: 1; transition-delay: 0.5s;}
  9. .profpic .inside-roanoke {position: relative; width: 120px; height: 115px;}
  10. .profpic .inside-roanoke .infop {width: 114px; height: 101px; position: absolute; right: -195px; padding-right: 6px; padding-top: 14px; line-height: 110%; text-transform: uppercase; font-size: 10px; color: #fff; font-family: josefin sans; font-weight: normal; font-style: none; text-align: right; letter-spacing: 1px;}
  11. .profpic .inside-roanoke .infop .infop2 {font-family: calibri; font-size: 9px;}
  12. .profpic .inside-roanoke .tri2 {position: absolute; right: -75px; width: 0; height: 0; border-style: solid; border-width: 0 67px 115px 0;}
  13. .profpic .inside-roanoke .infop .infop2 a {margin-bottom: 10px; display: block; line-height: 100%;}
  14.  
  15. /* latin-ext */
  16. @font-face {
  17.   font-family: 'Josefin Sans';
  18.   font-style: normal;
  19.   font-weight: 400;
  20.   src: local('Josefin Sans'), local('JosefinSans'), url(https://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5j0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  21.   unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  22. }
  23. /* latin */
  24. @font-face {
  25.   font-family: 'Josefin Sans';
  26.   font-style: normal;
  27.   font-weight: 400;
  28.   src: local('Josefin Sans'), local('JosefinSans'), url(https://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5ugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  29.   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement