Guest User

Untitled

a guest
Jun 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. * {
  2. color: #DEB887;
  3. font-family: verdana;
  4. font-size: 11px;
  5. }
  6. .td {
  7. border-top: solid black 0px;
  8. border-bottom: solid black 0px;
  9. border-left: solid black 0px;
  10. border-right: solid black 0px;
  11. }
  12. input, textarea, select {
  13. color: Gray;
  14. font-size: 12 px;
  15. background: black;
  16. border: solid gray 1px;
  17. }
  18. .logo {
  19. width: 852px;
  20. height: 82px;
  21. // background: url(../images/_beige/logo1.png) no-repeat;
  22. padding: 0;
  23. display: block;
  24. margin-left: auto;
  25. margin-right: auto;
  26. }
  27. .menutop {
  28. width: 226px;
  29. height: 23px;
  30. background: url(../images/_beige/menutop.png) no-repeat;
  31. padding: 0;
  32. margin: 0;
  33. }
  34. .menubottom {
  35. width: 226px;
  36. height: 23px;
  37. background: url(../images/_beige/menubottom.png) no-repeat;
  38. padding: 0;
  39. margin: 0;
  40. }
  41. .menumiddle {
  42. border-top: solid black 0px;
  43. border-bottom: solid black 0px;
  44. border-left: solid black 0px;
  45. border-right: solid black 0px;
  46. background: url(../images/_beige/menumiddle.png) repeat-y;
  47. padding: 0px 13px;
  48. }
  49. .logotop {
  50. width: 618px;
  51. height: 9px;
  52. background: url(../images/_beige/logotop.png) no-repeat;
  53. padding: 0;
  54. margin: 0;
  55. }
  56. .logobottom {
  57. width: 618px;
  58. height: 9px;
  59. background: url(../images/_beige/logobottom.png) no-repeat;
  60. padding: 0;
  61. margin: 0;
  62. }
  63. .logomiddle {
  64. border-top: solid black 0px;
  65. border-bottom: solid black 0px;
  66. border-left: solid black 0px;
  67. border-right: solid black 0px;
  68. background: url(../images/_beige/logomiddle.png) repeat-y;
  69. padding: 0px 0px;
  70. }
  71. a {
  72. text-decoration: none;
  73. text-transform: none;
  74. color: #FAEBD7;
  75. font-size: 11px;
  76. }
  77. a:hover {
  78. text-decoration: none;
  79. text-transform: none;
  80. color: #DEB887;
  81. font-size: 11px;
  82. }
  83. body {
  84. background: #000000;
  85. }
  86. body, iframe, select, textarea {
  87. margin-top: 0px;
  88. margin-bottom: 0px;
  89. margin-left: 0px;
  90. margin-right: 0px;
  91. }
Add Comment
Please, Sign In to add comment