/SQL/themes/classic/css/mla_sql.css

http://github.com/khaneh/Orders · CSS · 196 lines · 156 code · 23 blank · 17 comment · 0 complexity · 6a28811172a3ed784cf4e510188ab13f MD5 · raw file

  1. /*
  2. myLittleAdmin SQL Server v2.0
  3. Web site : http://www.mylittletools.net
  4. Email : webmaster@mylittletools.net
  5. (c) 2000-2002, Elian Chrebor, myLittleTools.net, All rights reserved.
  6. Classic Cascade Style Sheet
  7. */
  8. /* BODY */
  9. BODY
  10. {
  11. background-color: #FFFFFF;
  12. color : #000000;
  13. font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
  14. font-size : 8pt;
  15. font-style : normal;
  16. font-weight : normal;
  17. margin-left : 5px;
  18. margin-right : 5px;
  19. margin-top : 5px;
  20. margin-bottom : 0px;
  21. }
  22. /* LINK */
  23. A, A:VISITED
  24. {
  25. color : #000000;
  26. text-decoration : none;
  27. }
  28. A:ACTIVE
  29. {
  30. color : #000000;
  31. text-decoration : none;
  32. font-weight : bold;
  33. }
  34. A:HOVER
  35. {
  36. color : #000000;
  37. text-decoration : underline;
  38. }
  39. .contentLink, :VISITED.contentLink, :ACTIVE.contentLink
  40. {
  41. color : #000099;
  42. }
  43. .moreinfo, :VISITED.moreinfo, :ACTIVE.moreinfo
  44. {
  45. font-weight : Normal;
  46. color : #FF0000;
  47. }
  48. /* TABLE */
  49. TABLE.content
  50. {
  51. background-color: #F5F5F5;
  52. width : 100%;
  53. }
  54. TABLE.hcontent
  55. {
  56. background-color: #F5F5F5;
  57. }
  58. TD
  59. {
  60. color : #000000;
  61. font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
  62. font-size : 8pt;
  63. vertical-align : top;
  64. }
  65. TD.caption
  66. {
  67. color : #FFFFFF;
  68. background-color: #A5CBEF;
  69. font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
  70. font-size : 10pt;
  71. font-weight : bold;
  72. text-align : left;
  73. height : 20px;
  74. vertical-align : middle;
  75. padding-left : 5px;
  76. background-image : url(../images/window/bluegr.gif);
  77. background-repeat : repeat-y;
  78. }
  79. TD.collabel
  80. {
  81. color : #FFFFFF;
  82. background-color: #5A7CB0;
  83. font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
  84. text-align : left;
  85. vertical-align : middle;
  86. font-weight : bold;
  87. }
  88. TD.info
  89. {
  90. font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
  91. text-align : right;
  92. vertical-align : top;
  93. font-weight : bold;
  94. }
  95. TR.odd
  96. {
  97. background-color: #DDDDDD;
  98. }
  99. TR.even
  100. {
  101. background-color: #EEEEEE;
  102. }
  103. /* FORM */
  104. .formlabel
  105. {
  106. font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
  107. text-align : right;
  108. vertical-align : middle;
  109. font-weight : bold;
  110. }
  111. .forminfo
  112. {
  113. font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
  114. text-align : left;
  115. vertical-align : middle;
  116. font-weight : normal;
  117. }
  118. /* INPUT */
  119. INPUT, SELECT, TEXTAREA
  120. {
  121. font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
  122. font-size : 8pt;
  123. color : #000000;
  124. }
  125. .numeric
  126. {
  127. text-align : right;
  128. width : 40px;
  129. }
  130. .alphanumeric
  131. {
  132. text-align : left;
  133. width : 100px;
  134. }
  135. .long_alphanumeric
  136. {
  137. text-align : left;
  138. width : 450px;
  139. }
  140. .long_numeric
  141. {
  142. text-align : right;
  143. width : 150px;
  144. }
  145. .alpha_edit
  146. {
  147. width : 400px;
  148. }
  149. .num_edit
  150. {
  151. text-align : right;
  152. width : 150px;
  153. }
  154. .objtext_edit
  155. {
  156. width : 100%;
  157. }
  158. /* TREE */
  159. .disabled
  160. {
  161. color : #999999;
  162. }
  163. /* TREE INFO */
  164. .treeinfo
  165. {
  166. text-align : left;
  167. font-size : 8pt;
  168. font-weight : bold;
  169. margin-left : 15px;
  170. }