Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. .potatoes { width: 240px; height: 440px; padding: 10px; border: 1px solid #eee; margin-top: 200px; margin-left: 40px;}
  2.  
  3. .potatoes img { width: 240px; height: 440px; }
  4.  
  5. .potatoes a { color: #eee; text-decoration: none; }
  6.  
  7. .trans { width: 240px; height: 0px; opacity: 0; margin-top: 0px; margin-left: 0px; background-color: #222; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; -o-transition: all 0.8s ease-out; position: auto; float: left }
  8.  
  9. .potatoes:hover { -webkit-filter: grayscale(100%); filter: grayscale(100%);}
  10.  
  11. .potatoes:hover .trans { opacity: 0.7; margin-top: -440px; height: 440px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; -o-transition: all 0.8s ease-out;}
  12.  
  13. .inner { text-align: center; width: 140px; border: 1px solid #666; padding: 20px; height: 336px; margin-left: 29px; margin-top:-500px; color: #eee; opacity: 0; font-family: 'roboto'; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; position: absolute; z-index:5;}
  14.  
  15. .inner h1 { font-size: 16px; font-weight: 700; font-family: 'old standard tt'; margin-top: 2px; letter-spacing: 2px}
  16.  
  17. .inner h2 { padding-bottom: 4px; margin-bottom: 12px; border-bottom: 1px solid #444; font-family: 'old standard tt'}
  18.  
  19. .inner h3 { font-size: 12px; font-weight: 700; font-family: 'old standard tt'; margin-top: 2px; letter-spacing: 2px}
  20.  
  21. .potatoes:hover .inner { opacity: 1; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; -o-transition: all 0.8s ease-out; margin-top: -412px; }
  22.  
  23. .lnr { margin: 0 auto; font-color: #eee; font-size: 12px; }
  24.  
  25. .lnr a { display: inline-block; color: #eee; margin-left: 4px; margin-right: 4px; }
  26.  
  27. .meat {width: 755px; height: 300px; margin-top: -330px; margin-left:50px; overflow:hidden;}
  28.  
  29. .meatimg { width: 170px; height: 390px; background-size: cover; margin-right: -5px; position: relative; padding: 15px; background-position: center; }
  30.  
  31. .meatr {width: 250px; height: 390px; padding: 40px; background-color: #fff;}
  32.  
  33. .meatly1 {font-family: roboto; font-weight: 300; font-size: 20px; text-align: right; line-height: 15px; color: #91151a;}
  34.  
  35. .meatly2 {font-family: playfair display; font-style: italic; font-weight: 700; font-size: 30px; text-align: right;}
  36.  
  37. .meatp {width: 250px; height: 230px; overflow: auto; padding-right: 10px; text-align: justify; font-family: open sans; font-size: 10px; line-height: 130%; margin-top: 25px;}
  38.  
  39. .meatp b {color: #91151a; font-family: roboto; font-size: 12px; }
  40.  
  41. .meatyp i {color: #521919; font-family: playfair display;}
  42.  
  43. .meatp::-webkit-scrollbar {width: 5px; background:#fff;}
  44.  
  45. .meatp::-webkit-scrollbar-thumb {background:#521919; }
  46.  
  47. .meatp::-webkit-scrollbar-corner {background:#fff;}
  48.  
  49. .meat .ooc {align-self: flex-end; background-color: #fff; padding: 10px; width: 150px; font-family: open sans; font-size: 8px; position: absolute; left: 510px; top: 590px; text-align: justify; transition: .95s ease-in-out .2s; -webkit-transition: .95s ease-in-out .2s;}
  50.  
  51. .meat:hover .ooc {top: 200px; transition: .95s ease-in-out .5s; -webkit-transition: .95s ease-in-out .5s;}
  52.  
  53. .ooc span {font-family: roboto; color: #521919; margin-right: 3px; font-weight: 900; text-transform: uppercase;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement