Advertisement
Dekameron

Untitled

Jun 15th, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. body {
  2. background: #eeeeee;
  3. }
  4. table {
  5. display: inline;
  6. }
  7.  
  8. a {
  9. text-decoration: none;
  10. }
  11.  
  12. h3 {
  13. text-align: left;
  14. text-transform: uppercase;
  15. }
  16.  
  17. #wrapper {
  18. margin: auto;
  19. width: 900px;
  20. height: 440px;
  21. color: #a6a6a6;
  22. font-family: times; /* some fancy font */
  23. padding: 1px 10px 10px 10px;
  24. }
  25.  
  26. .text_inputs {
  27. width: 400px;
  28. height: 25px;
  29. padding: 5px;
  30. margin: 5px;
  31. color: #c7c7c7;
  32. }
  33.  
  34. #form_header, #register, #submit {
  35. color: #234465;
  36. }
  37.  
  38. #register_btn {
  39. width: 200px;
  40. height: 50px;
  41. border: solid #546d86 2px;
  42. vertical-align: middle;
  43. font-weight: bold;
  44. color: #0a2f54;
  45. }
  46.  
  47. #register_btn:hover {
  48. background: #234465;
  49. color: #eeeeee;
  50. }
  51.  
  52. #submit_td {
  53. text-align: right;
  54. }
  55.  
  56. #loging_th {
  57. color: white;
  58. text-transform: uppercase;
  59. font-weight: bold;
  60. font-size: 30px;
  61. }
  62.  
  63. #register_table_div {
  64. margin-top: 20px;
  65. }
  66.  
  67.  
  68. #register_table {
  69. width: 400px;
  70. float: left;
  71. }
  72.  
  73. #login_table {
  74. height: 320px;
  75. background: #234465;
  76. color: white;
  77. float: left;
  78. margin-left: 50px;
  79. padding: 10px;
  80. }
  81.  
  82. #login_submit_td {
  83. width: 400px;
  84. }
  85. #remember_me {
  86. font-size: 12px;
  87. float: left;
  88. }
  89.  
  90. #login_btn {
  91. float: right;
  92. }
  93.  
  94. #login_submit_btn {
  95. width: 200px;
  96. height: 50px;
  97. background: transparent;
  98. color: white;
  99. border: solid #dd8f0f 2px;
  100. vertical-align: middle;
  101. font-weight: bold;
  102. }
  103.  
  104. #login_submit_btn:hover {
  105. background: #eeeeee;
  106. color: #234465;
  107. }
  108.  
  109. #forgot_password {
  110. text-decoration: underline;
  111. color: white;
  112. float: right;
  113. font-size: 17px;
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement