Advertisement
Guest User

Untitled

a guest
Mar 12th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. ul.nav
  2. {
  3. list-style-type:none;
  4. margin:0;
  5. padding:0;
  6. overflow:hidden;
  7. }
  8. li.nav
  9. {
  10. float:right;
  11. }
  12. a:link,a:visited
  13. {
  14. display:block;
  15. width:100px;
  16. font-weight:bold;
  17. color:#FFFFFF;
  18. background-color:#1589FF;
  19. text-align:center;
  20. padding:4px;
  21. text-decoration:none;
  22. text-transform:uppercase;
  23. }
  24. a:hover,a:active
  25. {
  26. background-color:#153E7E;
  27. }
  28.  
  29. li.foot
  30. {
  31. list-style-type:none;
  32. margin:0;
  33. padding:0;
  34. overflow:hidden;
  35. }
  36.  
  37. li.foot
  38. {
  39. float:right;
  40. }
  41. a:link,a:visited
  42. {
  43. display:block;
  44. width:100px;
  45. font-weight:bold;
  46. color:#FFFFFF;
  47. background-color:#1589FF;
  48. text-align:center;
  49. padding:4px;
  50. text-decoration:none;
  51. text-transform:uppercase;
  52. }
  53. a:hover,a:active
  54. {
  55. background-color:#153E7E;
  56. }
  57.  
  58.  
  59. #container {
  60. width:1000px;
  61. border: 2px solid #000080;
  62. padding: 0px;
  63. background-color: #FFFFFF;
  64. display: table;
  65. margin-top: 0px;
  66. margin-right: auto;
  67. margin-bottom: auto;
  68. margin-left: auto;
  69. }
  70.  
  71. table {border-collapse:collapse;}
  72. th {
  73. width: 100px;
  74. text-align:center;
  75. border:2px solid #000080;
  76. padding:1px;
  77. }
  78.  
  79. td {border:2px solid #000080; padding:5px;}
  80. th.submit {text-align:center;}
  81.  
  82. h2
  83. {text-align:center}
  84.  
  85. .book1 {
  86. display: inline-block;
  87. margin-left: 20px;
  88. margin-right: 20px;
  89. height: 250px;
  90. }
  91.  
  92. .book2 {
  93. display: inline-block;
  94. margin-left: 20px;
  95. margin-right: 20px;
  96. height: 250px;
  97.  
  98. }
  99. #images{
  100. text-align:center;
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement