Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. body {
  2. background-color: #ffffff;
  3. font-size: small;
  4. height: 100%;
  5. margin: 0;
  6. display: block;
  7. }
  8. body, #footer, .option, .list {
  9. font-family: arial,sans-serif;
  10. }
  11. img {
  12. height: 92px;
  13. width: 272px;
  14. }
  15. #logo {
  16. height:233px;
  17. margin-top:89px;
  18. }
  19. center {
  20. display: block;
  21. text-align: -webkit-center;
  22. }
  23. #search {
  24. background: #fff;
  25. display: flex;
  26. border: 1px solid #dfe1e5;
  27. box-shadow: none;
  28. border-radius: 24px;
  29. z-index: 3;
  30. height: 44px;
  31. margin: 0 auto;
  32. width: 482px;
  33. }
  34. #search:hover{
  35. box-shadow: 2px 2px 10px #dad9d8;
  36. }
  37. .option {
  38. height: 36px;
  39. line-height: 27px;
  40. -webkit-appearance: push-button;
  41. white-space: pre;
  42. align-items: flex-start;
  43. box-sizing: border-box;
  44. background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  45. background-color: #f2f2f2;
  46. border: 1px solid #f2f2f2;
  47. border-radius: 4px;
  48. color: #5F6368;
  49. cursor: pointer;
  50. font-family: arial,sans-serif;
  51. font-size: 14px;
  52. margin: 11px 4px;
  53. min-width: 54px;
  54. padding: 0 16px;
  55. text-align: center;
  56. }
  57. .option:hover {
  58. background-color: #f8f8f8;
  59. border: 1px solid #c6c6c6;
  60. box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  61. color: #222;
  62. }
  63. input {
  64. -webkit-writing-mode: horizontal-tb !important;
  65. text-rendering: auto;
  66. letter-spacing: normal;
  67. word-spacing: normal;
  68. text-transform: none;
  69. text-indent: 0px;
  70. background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  71. background-color: #f2f2f2;
  72. border: 1px solid #f2f2f2;
  73. border-radius: 4px;
  74. color: #5F6368;
  75. cursor: pointer;
  76. font-family: arial,sans-serif;
  77. font-size: 14px;
  78. margin: 11px 4px;
  79. min-width: 54px;
  80. padding: 0 16px;
  81. text-align: center;
  82. }
  83. .list {
  84. font-size: small;
  85. margin-bottom: 24px;
  86. display: inline-block;
  87. line-height: 28px;
  88. }
  89. #footer {
  90. background: #f2f2f2;
  91. border-top: 1px solid #e4e4e4;
  92. line-height: 40px;
  93. width: absolute;
  94. color:rgba(0,0,0,.54)
  95. padding-left:27px;
  96. font-size:15px;
  97. margin-left:10px;
  98. margin-top: 440px;
  99. text-align:left;
  100. border-bottom:1px solid #e4e4e4
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement