Guest User

Untitled

a guest
Feb 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. body {
  2. font-family: Arial, Helvetica, sans-serif;
  3. margin: 0;
  4. height: 100%;
  5. margin-bottom:150px;
  6. }
  7. header h1 {
  8. font-family: Arial, Helvetica, sans-serif;
  9. float: left;
  10. color: white;
  11. font-size: 60px;
  12. }
  13. header #header_content {
  14. width: 980px;
  15. margin: 0 auto;
  16. float:center;
  17. }
  18. header {
  19.  
  20. display: block;
  21. width: 100%;
  22. margin-bottom: 30px;
  23. overflow: hidden;
  24. height: 180px;
  25. line-height: 10px;
  26. }
  27. footer {
  28. position: absolute;
  29. display: block;
  30. bottom:0;
  31. width: 100%;
  32. height: 50px;
  33. }
  34. nav {
  35. clear: both;
  36. }
  37. nav ul {
  38. list-style: none;
  39. font-family: Arial, Helvetica, sans-serif;
  40. float: left;
  41. font-size: 30px;
  42. }
  43. header nav ul li {
  44. float: left;
  45. margin-right: 10px;
  46. }
  47. nav a {
  48. color: white;
  49. text-decoration: none;
  50. cursor: auto;
  51. }
  52. #book_search {
  53. width: 300px;
  54. height: 25px;
  55. margin-right: 100px;
  56. margin-top: 45px;
  57. font-size: 20px;
  58. float: right;
  59. top: 10px;
  60. width: 300px;
  61. }
  62. section {
  63. display: block;
  64. clear: both;
  65. min-height: 100%;
  66. padding-top: 20px;
  67. text-align: center;
  68. width: 1000px;
  69. margin: 0 auto;
  70. }
  71. .color-top {
  72. background-image: linear-gradient(bottom, rgb(64,119,167) 4%, rgb(90,155,201) 52%, rgb(117,186,242) 76%);
  73. background-image: -o-linear-gradient(bottom, rgb(64,119,167) 4%, rgb(90,155,201) 52%, rgb(117,186,242) 76%);
  74. background-image: -moz-linear-gradient(bottom, rgb(64,119,167) 4%, rgb(90,155,201) 52%, rgb(117,186,242) 76%);
  75. background-image: -webkit-linear-gradient(bottom, rgb(64,119,167) 4%, rgb(90,155,201) 52%, rgb(117,186,242) 76%);
  76. background-image: -ms-linear-gradient(bottom, rgb(64,119,167) 4%, rgb(90,155,201) 52%, rgb(117,186,242) 76%);
  77. background-image: -webkit-gradient(
  78. linear,
  79. left bottom,
  80. left top,
  81. color-stop(0.04, rgb(64,119,167)),
  82. color-stop(0.52, rgb(90,155,201)),
  83. color-stop(0.76, rgb(117,186,242))
  84. );
  85. }
  86. .color-bottom {
  87. background-image: linear-gradient(bottom, rgb(64,119,167) 4%, rgb(90,155,201) 52%, rgb(117,186,242) 31%);
  88. background-image: -o-linear-gradient(bottom, rgb(64,119,167) 4%, rgb(90,155,201) 52%, rgb(117,186,242) 31%);
  89. background-image: -moz-linear-gradient(bottom, rgb(64,119,167) 4%, rgb(90,155,201) 52%, rgb(117,186,242) 31%);
  90. background-image: -webkit-linear-gradient(bottom, rgb(64,119,167) 4%, rgb(90,155,201) 52%, rgb(117,186,242) 31%);
  91. background-image: -ms-linear-gradient(bottom, rgb(64,119,167) 4%, rgb(90,155,201) 52%, rgb(117,186,242) 31%);
  92. background-image: -webkit-gradient(
  93. linear,
  94. left bottom,
  95. left top,
  96. color-stop(0.04, rgb(64,119,167)),
  97. color-stop(0.52, rgb(90,155,201)),
  98. color-stop(0.31, rgb(117,186,242))
  99. );
  100. }
Add Comment
Please, Sign In to add comment