Advertisement
ruesha

media rule 01/14

Jan 14th, 2023
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <style>
  2. @media only screen and (max-width: 600px) {
  3.  
  4. #botones {
  5. font-size: 12.5px;
  6. font-family: PC98;
  7. text-align: center;
  8. text-color: #FCF2FA;
  9. margin-top: 8px;
  10. }
  11.  
  12. #info {
  13. background: #ffffff;
  14. font-size: 12.5px;
  15. height: 87px;
  16. border: 1px dotted #808080;
  17. font-family: PC98;
  18. line-height: 13.5px;
  19. text-align: center;
  20. padding: 3px;
  21. border-radius: 7px;
  22. text-color: #303030;
  23. }
  24.  
  25. #database {
  26. background: #ffffff;
  27. font-size: 12.5px;
  28. height: 170px;
  29. border: 1px dotted #808080;
  30. font-family: PC98;
  31. line-height: 13px;
  32. text-align: left;
  33. padding: 15px 5px 5px 5px;
  34. border-radius: 7px;
  35. overflow-y: scroll;
  36. color: #303030;
  37. }
  38.  
  39. mark4 {
  40. background: linear-gradient(0deg, #FFD4F6 18%, #fff 100%);
  41. padding-left: 6px;
  42. padding-right: 6px;
  43. padding-top: 2.3px;
  44. padding-bottom: 2.3px;
  45. border: 1px solid #5E5B5B;
  46. border-radius: 6px;
  47. width: 80px;
  48. color: #303030;
  49. text-align: center;
  50. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 28%), inset -13px 0px 6px -10px rgb(66 66 66 / 28%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 18%);
  51. }
  52.  
  53. #container04, #container05 {
  54. width: 12.5em;
  55. -webkit-filter: drop-shadow(0px 0px 3px #000);
  56. position: absolute;
  57. left: 82px;
  58. bottom: 60px;
  59. }
  60.  
  61. }
  62. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement