Просмотр файла wapmaster/wapmater/tk_files/stl.css

Размер файла: 2.1Kb
  1. body {
  2. color : #8b0000;
  3. background-color : #000;
  4.  
  5. max-width : 240px;
  6. margin : auto;
  7. }
  8. a:link, a:visited {
  9. color : #c10000;
  10. text-decoration : none;
  11. }
  12. a:hover, a:focus {
  13. color : #f80000;
  14.  
  15.  
  16. }
  17. .header {
  18. color : #000;
  19. line-height : 30px;
  20. background-color : #600000;
  21. background-image : url(/system/styles/2/header.gif);
  22. background-repeat : no-repeat;
  23. text-align : center;
  24. height : 34px;
  25. }
  26. .top_menu {
  27. background-image : url(/system/styles/2/top_menu.gif);
  28. background-repeat : no-repeat;
  29. height : 7px;
  30. }
  31. .top_menufoot {
  32. background-image : url(/system/styles/2/top_menufoot.gif);
  33. background-repeat : no-repeat;
  34. height : 7px;
  35. }
  36. .mid_menu {
  37. background-image : url(/system/styles/2/mid_menu.gif);
  38. background-repeat : no-repeat;
  39. height : 10px;
  40. }
  41. .mid_menufoot {
  42. background-image : url(/system/styles/2/mid_menufoot.gif);
  43. background-repeat : no-repeat;
  44. height : 9px;
  45. }
  46. .foot_menu {
  47. background-image : url(/system/styles/2/foot_menu.gif);
  48. background-repeat : no-repeat;
  49. height : 8px;
  50. }
  51. .foot_menufoot {
  52. background-image : url(/system/styles/2/foot_menufoot.gif);
  53. background-repeat : no-repeat;
  54. height : 10px;
  55. }
  56. .botline {
  57. background-image : url(/system/styles/2/botline.gif);
  58. background-repeat : no-repeat;
  59. height : 7px;
  60. }
  61. .footer {
  62. color : #000;
  63. background-color : #600000;
  64. background-image : url(/system/styles/2/footer.gif);
  65. background-repeat : no-repeat;
  66. text-align : center;
  67. height : 22px;
  68. }
  69. .ref {
  70. background-image : url(/system/styles/2/ref.gif);
  71. background-repeat : no-repeat;
  72. height : 24px;
  73. }
  74. .hr {
  75. background-image : url(/system/styles/2/hr.gif);
  76. background-repeat : no-repeat;
  77. height : 5px;
  78. }
  79. .contents {
  80. background-image : url(/system/styles/2/contents.gif);
  81. padding-right : 12px;
  82. padding-left : 12px;
  83. }
  84. hr {
  85. margin-top : 3px;
  86. margin-bottom : 3px;
  87. border-bottom : 1px solid #363636;
  88. border-left : 1px solid #363636;
  89. border-top-color : #363636;
  90. border-top-width : 1px;
  91. border-right-color : #363636;
  92. border-right-width : 1px;
  93. }
  94. span.b {
  95. font-weight : bold;
  96. }
  97. span.c {
  98. color : #f80000;
  99. }
  100. span.u {
  101. text-decoration : underline;
  102. }
  103. span.k {
  104. font-style : italic;
  105. }