Advertisement
Guest User

html

a guest
Aug 25th, 2011
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. body {
  2. background-color: #903;
  3. text-align: center;
  4. margin: 0 auto;
  5. }
  6.  
  7. #formWrapper{
  8. width:400px;
  9. border:solid 5px #F1F1F1;
  10. margin-top: 100px;
  11. margin-right: auto;
  12. margin-bottom: 0;
  13. margin-left: auto;
  14. background-color: #AFC8DE;
  15. }
  16. form{width:500px; margin:0 auto 0 auto;}
  17. input {width:250px; margin: 0 0 0 0;}
  18. text {width:250px; margin: 0 0 0 2em;}
  19. fieldset{border:none; background::#F1F1F1; padding:0 0 2em 0;}
  20. .btn{width:110px;margin;0 0 0 2em; font-family:Arial, Helvetica, sans-serif;color:#555555;font-weight:bold;}
  21. form h4{margin:1em 0 1.5 2em; font-family:Arial, Helvetica, sans-serif;color:#000;font-weight.bold;}
  22. label{display:block;margin:em 0 1em 2em; font-family:Arial, Helvetica, sans-serif;color#888888;font-size:1em;}
  23. select{display:block;margin:em 0 0.3em 2em; font-family:Arial, Helvetica, sans-serif;color#888888;font-size:1em;width:250px; margin: 0 0 0 0;}
  24.  
  25. body,td,th {
  26. color: #000;
  27. }
  28.  
  29. body,td,th {
  30. font-family: Lucida Console, Monaco, monospace;
  31. }
  32.  
  33. table {
  34. background: whitesmoke;
  35. border-collapse: collapse;
  36. margin-right: auto;
  37. margin-left: auto;
  38. }
  39. table tr:hover {
  40. background: lightsteelblue !important;
  41. }
  42.  
  43. table th {
  44. background: gainsboro;
  45. text-align: left;
  46. }
  47. table caption {
  48. margin-left: inherit;
  49. margin-right: inherit;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement