Dekameron

Untitled

Jun 15th, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. body {
  2. background: #3b5997;
  3. }
  4. #wrapper {
  5. margin: auto;
  6. width: 920px;
  7. height: 640px;
  8. color: white;
  9. font-family: arial;
  10. }
  11.  
  12. #fakebook_logo {
  13. font-size: 130px;
  14. font-weight: bold;
  15. font-family: facebook letter faces;
  16. /* If you do not have Facebook Letter Faces font, the font will be the default font of your system*/
  17. }
  18. #header {
  19. text-align: center;
  20. }
  21.  
  22. input, select {
  23. border-radius: 8px;
  24. }
  25.  
  26. input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"] {
  27. width: 147px;
  28. height: 30px;
  29. margin: 0px 5px 5px 0px;
  30. color: gray;
  31. }
  32.  
  33. input[type="color"] {
  34. width: 147px;
  35. height: 35px;
  36. margin: 0px 5px 5px 0px;
  37. color: gray;
  38. }
  39. #door_color{
  40. margin-bottom: 10px;
  41. }
  42.  
  43. select {
  44. width: 150px;
  45. padding: 3px;
  46. height: 30px;
  47. margin: 0px 5px 5px 0px;
  48. color: gray;
  49. }
  50.  
  51. input[type="datetime"] {
  52. width: 250px;
  53. }
  54.  
  55. .info {
  56. float: left;
  57. font-weight: bold;
  58. height: 55%;
  59. margin-top: 15px;
  60. }
  61.  
  62. #clear_btn, #register_btn {
  63. width: 100%;
  64. height: 50px;
  65. background: #dddddd;
  66. color: #3b5997;
  67. margin-top: 15px;
  68. font-size: 17px;
  69. }
  70.  
  71. .address_info {
  72. width: 80px;
  73. height: 30px;
  74. margin: 0px 5px 5px 0px;
  75. color: gray;
  76. }
  77.  
  78. #user_info {
  79. width: 100%;
  80. height: 100%;
  81. border-radius: 5px;
  82. }
  83.  
  84. .info_divs {
  85. border: solid white 1px;
  86. border-radius: 5px;
  87. padding: 10px;
  88. position: relative;
  89. height: 250px;
  90. }
  91.  
  92. #header_none_imp_info {
  93. position: absolute;
  94. background: #3b5997;
  95. top: -12px;
  96. left: 70px;
  97. }
  98.  
  99. #header_imp_info {
  100. position: absolute;
  101. background: #3b5997;
  102. top: -12px;
  103. left: 130px;
  104. }
Advertisement
Add Comment
Please, Sign In to add comment