Advertisement
Qhuinn

steverogersbaul

Nov 13th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.63 KB | None | 0 0
  1. #basebaulsr-roanoke {padding: 40px; width: 390px;}
  2. #basebaulsr-roanoke .base {padding: 10px; width: 370px;}
  3. #basebaulsr-roanoke .titulo {text-align: center; text-transform: uppercase; font-family: merriweather; font-weight: normal; font-size: 20px; line-height: 100%; padding-top: 20px;}
  4. #basebaulsr-roanoke .pj1 {display: inline-block; position: relative; width: 100px; height: 130px; margin-right: 10px; margin-bottom: 10px; overflow: hidden;}
  5. #basebaulsr-roanoke .pj2 {display: inline-block; position: relative; width: 100px; height: 130px; margin-bottom: 10px; overflow: hidden;}
  6. #basebaulsr-roanoke .tripj {width: 200px; height: 200px; position: absolute; bottom: -130px; right: -130px; transform: rotate(45deg);}
  7. #basebaulsr-roanoke .pjname {line-height: 110%; font-size: 9px; display: block; width: 65px; font-family: merriweather; text-transform: uppercase; transform: rotate(-45deg); position: absolute; bottom: 5px; right: -10px; font-weight: normal;}
  8. #basebaulsr-roanoke .desc {padding: 10px; width: 300px; line-height: 110%; margin-top: 10px; font-family: verdana; font-size: 10px; text-align: left; font-weight: normal; margin-bottom: 20px;}
  9.  
  10. /* cyrillic-ext */
  11. @font-face {
  12.   font-family: 'Merriweather';
  13.   font-style: normal;
  14.   font-weight: 400;
  15.   src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v13/RFda8w1V0eDZheqfcyQ4EK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  16.   unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
  17. }
  18. /* cyrillic */
  19. @font-face {
  20.   font-family: 'Merriweather';
  21.   font-style: normal;
  22.   font-weight: 400;
  23.   src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v13/RFda8w1V0eDZheqfcyQ4EJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  24.   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  25. }
  26. /* latin-ext */
  27. @font-face {
  28.   font-family: 'Merriweather';
  29.   font-style: normal;
  30.   font-weight: 400;
  31.   src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v13/RFda8w1V0eDZheqfcyQ4ED0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  32.   unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  33. }
  34. /* latin */
  35. @font-face {
  36.   font-family: 'Merriweather';
  37.   font-style: normal;
  38.   font-weight: 400;
  39.   src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v13/RFda8w1V0eDZheqfcyQ4EOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  40.   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;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement