Advertisement
Guest User

Untitled

a guest
May 25th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.08 KB | None | 0 0
  1. {
  2. font-family: Lucida Console;
  3. font-size: 14px;
  4. padding: 2px;
  5. color: #ffffff;
  6. text-align: center;
  7. text-decoration: underline;
  8. }
  9. .nav_header
  10. {
  11. font-family: Lucida Console;
  12. font-size: 15px;
  13. padding: 2px;
  14. text-align: center;
  15. color: #33ffff;
  16. border-bottom: 1px dashed;
  17. border-top: 1px dashed;
  18. }
  19. .content_case
  20. {
  21.     width: 580px;
  22.     height: 400px;
  23.     float: top;
  24.     position:fixed;
  25.     padding-left:2px;
  26.     margin-left: 170;
  27.     background: #FFFFFF;
  28. }
  29. .content_left
  30. {
  31.     width:  270px;
  32.     height: auto;
  33.     float: top;
  34.     margin-left: 15px;
  35.     margin-right: 15px;
  36. }
  37. .content_right
  38. {
  39.     width: 420px;
  40.     height: auto;
  41.     float: top;
  42.     margin-left: 15px;
  43.     margin-right: 15px;
  44. }
  45. .content_left_entry
  46. {
  47.     width: 270px;
  48.     height: auto;
  49.     text-align: center;
  50.     margin-bottom: 15px;
  51. }
  52. .content_right_entry
  53. {
  54.     width: 390px;
  55.     height: auto;
  56.     text-align: left;
  57.     background: #E0E0E0;
  58.     -webkit-border-radius: 10px;
  59.     -moz-border-radius: 10px;
  60.     border-style: solid;
  61.     border-width: 1px;
  62.     padding: 10px;
  63.     margin-bottom: 15px;
  64. }
  65. h3
  66. {
  67.     color: #3399CC;
  68. }
  69. td
  70. {
  71.     padding-left: 4px;
  72.     padding-right: 4px;
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement