Advertisement
Qhuinn

NH AFILI

Sep 11th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.58 KB | None | 0 0
  1. /* latin-ext */
  2. @font-face {
  3.   font-family: 'Economica';
  4.   font-style: normal;
  5.   font-weight: 400;
  6.   src: local('Economica'), local('Economica-Regular'), url(https://fonts.gstatic.com/s/economica/v4/ivOlup5oBnODGd64nVDAFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  7.   unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  8. }
  9. /* latin */
  10. @font-face {
  11.   font-family: 'Economica';
  12.   font-style: normal;
  13.   font-weight: 400;
  14.   src: local('Economica'), local('Economica-Regular'), url(https://fonts.gstatic.com/s/economica/v4/jObgDQiPUtmACAaaK3pMG1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  15.   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;
  16. }
  17.  
  18. .descafi-nh::-webkit-scrollbar {background-color: #28211B; height: 4px; width: 4px;}
  19. .descafi-nh::-webkit-scrollbar-thumb {background-color: #98acb3;}
  20. #baseafi-nh {background-image: url(http://goo.gl/gXzTss); padding: 30px; width: 420px; font-weight: normal; font-family: verdana; color: #fff;}
  21. .baseafi-nh {background: rgba(0,0,0,0.6); font-size: 12px; line-height: 110%; padding: 25px 15px; text-align: justify; width: 390px;}
  22. .subtitafi-nh {border-bottom: 1px solid #fff; color: #fff; font-family: economica; font-size: 16px; line-height: 100%; margin-bottom: 10px; padding-bottom: 3px; text-align: left; text-transform: uppercase;}
  23. .descafi-nh {line-height: 130%; font-size: 12px; text-align: justify; padding-right: 5px; height: 150px; overflow-y: auto; overflow-x: hidden;}
  24. .admink-nh {height: 140px; width: 390px; position: relative;}
  25. .linkafi-nh {width: 125px; height: 150px; position: absolute; right: 0px; top: 0px;}
  26. .linkafi-nh a {border: 1px solid #fff; line-height: 100%; padding-bottom: 2px; padding-top: 2px; margin-bottom: 6px; font-size: 12px; color: #fff; display: block; text-transform: uppercase; text-align: center; font-family: economica; transition: 0.5s;}
  27. .linkafi-nh a:hover {box-shadow: inset 125px 0 0 #98acb3; color: #000; transition: 0.5s;}
  28. .adminafi-nh {height: 150px; width: 270px; position: absolute; left: 0px;}
  29. .adminafi-nh .adminpic {width: 80px; height: 66px; display: inline-block; margin-bottom: 6px; position: relative;}
  30. .adminpic .adminafi-nombre {line-height: 100%; background:rgba(0, 0, 0, 0.5); color: #fff; width:60px; position: absolute; left: 10px; font-size: 11px; text-transform: uppercase; font-family: economica; padding-top:17px; padding-bottom: 17px; top: 10px; text-align: center; transition: 0.5s; opacity: 0;}
  31. .adminpic:hover .adminafi-nombre {opacity:1; transition: 0.5s;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement