Qhuinn

direcstars

Dec 13th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.62 KB | None | 0 0
  1. /* latin */
  2. @font-face {
  3.   font-family: 'Yesteryear';
  4.   font-style: normal;
  5.   font-weight: 400;
  6.   src: local('Yesteryear'), local('Yesteryear-Regular'), url(https://fonts.gstatic.com/s/yesteryear/v5/Y-2_3oNnGXTRT4ySJQfhEPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  7.   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;
  8. }
  9.  
  10. #base-rembme {background-attachment: fixed; width: 436px; height: 600px; overflow: hidden; position: relative; border: 20px solid #f2f2f2; font-weight: normal;}
  11. #base-rembme .box-rembme {width: 390px; height: 260px; overflow: auto; position: absolute; top: 23px; left: 23px;}
  12. #base-rembme .pjbox {width: 110px; padding: 4px; background:rgba(255, 255, 255, 0.3); border-radius:100%; overflow: hidden; height: 110px; display: inline-block; margin: 4px;}
  13. #base-rembme .pjbox .pjbox2 {width: 110px; height: 110px; border-radius: 100%; overflow: hidden; position: relative;}
  14. #base-rembme .pjbox .pjbox3 {width: 80px; height: 160px; transform: rotate(50deg); position: absolute; top: 20px; left: -30px;}
  15. #base-rembme .pjbox img {width: 80px; height: 80px; border-radius: 100%; position: absolute; top: 15px; left: 15px;}
  16. #base-rembme .pjbox a {opacity: 0; transition: 1s; display: block; width: 64px; padding-left: 2px; padding-right: 2px; padding-top: 4px; padding-bottom: 4px; line-height: 100%; font-size: 9px; text-transform: uppercase; text-align: center; font-family: verdana; position: absolute; top: 50px; left: 21px;}
  17. #base-rembme .pjbox:hover a {opacity: 1; transition: 1s;} #base-rembme .box-rembme::-webkit-scrollbar {width: 5px; height: 5px;}
  18. #base-rembme .box-rembme::-webkit-scrollbar-thumb {background:#233539; border: none;}
  19.  #base-rembme .box-rembme::-webkit-scrollbar-track {background: #fff; border: none;}
  20. #base-rembme .titulo-direct {font-family: yesteryear; display: block; text-align: center; font-size: 40px; color: #fff; position: absolute; top: 330px; text-shadow: 1px 2px 0px #000; width: 436px;}
  21. .desc-direct {background:rgba(255, 255, 255, 0.3); border: 1px solid #fff; width: 330px; font-size: 10px; color: #fff; font-family: verdana; line-height: 100%; text-align: justify; position: absolute; top: 370px; left: 50px;}
  22. .desc-direct-in {margin-left: 15px; margin-top: 15px; width: 280px; height: 100px; overflow-y: auto; margin-bottom: 15px; background-attachment: fixed; padding: 10px;}
  23. .desc-direct-in::-webkit-scrollbar {width: 5px; height: 5px;}
  24. .desc-direct-in::-webkit-scrollbar-thumb {background:#233539; border: none;}
  25. .desc-direct-in::-webkit-scrollbar-track {background: #fff; border: none;}
Add Comment
Please, Sign In to add comment