Advertisement
Qhuinn

natural disaster

Dec 9th, 2016
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.09 KB | None | 0 0
  1. /* arabic */
  2. @font-face {
  3.   font-family: 'Reem Kufi';
  4.   font-style: normal;
  5.   font-weight: 400;
  6.   src: local('Reem Kufi Regular'), local('ReemKufi-Regular'), url(https://fonts.gstatic.com/s/reemkufi/v1/UaqTAKa4Uv2-zsuS8_b9kRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  7.   unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE80-FEFC;
  8. }
  9. /* latin */
  10. @font-face {
  11.   font-family: 'Reem Kufi';
  12.   font-style: normal;
  13.   font-weight: 400;
  14.   src: local('Reem Kufi Regular'), local('ReemKufi-Regular'), url(https://fonts.gstatic.com/s/reemkufi/v1/FTp4cbXHs33vRJgqopuR4ltXRa8TVwTICgirnJhmVJw.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. #base-fichanat {width: 500px; color: #000; line-height: 100%; text-align: justify; font-weight: normal; font-family: verdana; position: relative; height: 300px; overflow: hidden;}
  19. #base-fichanat .door {width: 250px; height: 300px; overflow: hidden; position: relative;}
  20. #base-fichanat .door .open {position: absolute; top: 0px; width: 250px; height: 300px;}
  21. .door .open nombre {font-family: reem kufi; padding-top: 15px; font-size: 20px; text-transform: uppercase; text-align: center; line-height: 100%; display: block;}
  22. .door .open img {width: 250px; height:140px;}
  23. .door .open comillas {font-family: georgia; display: inline-block; font-size: 70px; position: relative; bottom: -15px; padding-left: 10px;}
  24. .door .open comillas2 {font-family: georgia; display: inline-block; font-size: 70px; position: relative; bottom: -15px; padding-right: 10px;}
  25. .door .open cita {font-size: 10px; line-height: 100%; text-align: justify; display: inline-block; width: 150px; padding-left: 10px; padding-right: 10px; height: 50px; overflow: hidden;}
  26. #base-fichanat .historia {font-size: 10px; width: 230px; padding: 10px; height: 280px; overflow: auto; position: absolute; right: 0px; top: 0px; line-height: 105%; font-family: verdana;}
  27. #base-fichanat .historia::first-letter {font-family: georgia; font-size: 20px; font-style: italic; font-weight: 700;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement