Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

default.css 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. * {
  2. font-size: 10pt;
  3. font-family: sans-serif;
  4. }
  5. .popup {
  6. font-weight: normal;
  7. position: absolute;
  8. z-index: 1000;
  9. background: white;
  10. }
  11. .popup .content {
  12. display: inline;
  13. }
  14. .popup .icon {
  15. vertical-align: middle;
  16. }
  17. .popup.hide {
  18. display: inline;
  19. border: none;
  20. }
  21. .popup.hide .border {
  22. display: inline;
  23. border: none;
  24. }
  25. .popup.hide .icon {
  26. display: inline;
  27. width: 16px;
  28. height: 16px;
  29. }
  30. .popup.hide .content {
  31. display: none;
  32. }
  33. .inline {
  34. display: inline;
  35. }
  36. .pad {
  37. padding-top: 3px;
  38. padding-bottom: 3px;
  39. padding-left: 7px;
  40. padding-right: 7px;
  41. }
  42. .bg {
  43. background-image: url('img/bg1.gif');
  44. background-repeat: repeat-x;
  45. }
  46. .disabled {
  47. color: #999999;
  48. opacity: 0.5;
  49. filter: alpha(opacity=50);
  50. }
  51. .disabled .caption {
  52. color: #999999;
  53. }
  54. .disabled .border .caption {
  55. color: #999999;
  56. }
  57. .caption {
  58. font-weight: bold;
  59. color: black;
  60. clear: both;
  61. }
  62. .content {
  63. padding: 7px;
  64. }
  65. .capshift {
  66. position: relative;
  67. top: -10px;
  68. left: 3px;
  69. background-color: white;
  70. }
  71. .clickable {
  72. cursor: hand;
  73. cursor: pointer;
  74. }
  75. DIV.clickable.outset:hover {
  76. border: 1px solid #eeeeee;
  77. }
  78. DIV.clickable:hover .border {
  79. border: 1px solid #aaaaee;
  80. }
  81. .border {
  82. border-top: 1px solid #aaaaaa;
  83. border-left: 1px solid #aaaaaa;
  84. border-bottom: 1px solid #aaaaaa;
  85. border-right: 1px solid #aaaaaa;
  86. }
  87. .error .border {
  88. border-color: #ee6666;
  89. }
  90. .inset {
  91. border-top: 2px solid #eeeeee;
  92. border-left: 2px solid #eeeeee;
  93. }
  94. .outset {
  95. border-bottom: 2px solid #eeeeee;
  96. border-right: 2px solid #eeeeee;
  97. }
  98. /* COMPONENTS */
  99. .link {
  100. border: 1px solid white;
  101. }
  102. .link .caption {
  103. color: blue;
  104. }
  105. .link .description {
  106. font-size: smaller;
  107. padding-left: 7px;
  108. }
  109. .link DIV.border {
  110. border: 1px solid white;
  111. }
  112. DIV.link.clickable:hover .border {
  113. background-image: url('img/bg1.gif');
  114. background-repeat: repeat-x;
  115. }
  116. .tabs {
  117. padding-left: 0px !important;
  118. padding-left: 1px;
  119. padding-top: 5px;
  120. padding-bottom: 3px;
  121. }
  122. .tab, .tab-on {
  123. border-right: 2px solid #eeeeee;
  124. border-bottom: none;
  125. }
  126. .tab-on {
  127. position: relative;
  128. top: 1px;
  129. }
  130. .tab .caption {
  131. background-image: url('img/bg1.gif');
  132. background-repeat: repeat-x;
  133. border-bottom: none;
  134. }
  135. DIV.tab.clickable:hover .caption {
  136. background-image: url('img/bg1.gif');
  137. background-repeat: repeat-x;
  138. }
  139. .tab-on .caption {
  140. border-bottom: 1px solid white;
  141. border-bottom: none;
  142. background-color: white;
  143. }
  144. .node {
  145. border: 1px solid white;
  146. }
  147. .nodes {
  148. padding-left: 16px;
  149. }
  150. .node .caption {
  151. vertical-align: top;
  152. font-weight: normal;
  153. }
  154. DIV.node:hover{
  155. border: 1px solid #aaaaee;
  156. background-image: url('img/bg1.gif');
  157. background-repeat: repeat-x;
  158. }
  159. DIV.node:hover .caption {
  160. color: blue;
  161. }
  162. .panel {
  163. background-image: url('img/bg3.jpg');
  164. background-repeat: no-repeat;
  165. }
  166. DIV.textfield:hover .border {
  167. border: 1px solid #aaaaee;
  168. }
  169. .textfield INPUT {
  170. border: none;
  171. }
  172. .table TABLE {
  173. border-collapse: collapse;
  174. empty-cells: show;
  175. xborder: 1px solid #999999;
  176. width: 100%;
  177. }
  178. .table TD {
  179. padding-left: 5px;
  180. padding-right: 5px;
  181. padding-top: 3px;
  182. padding-bottom: 3px;
  183. border-left: 1px solid #eeeeee;
  184. border-bottom: 1px solid #eeeeee;
  185. }
  186. .table .odd {
  187. background-color: #f9f9f9;
  188. }
  189. .table .cheader {
  190. border-bottom-color: #999999;
  191. border-left: 1px solid #999999;
  192. }
  193. .table .rheader {
  194. text-align: right;
  195. border-right: 1px solid #999999;
  196. border-left: none;
  197. }
  198. .table .empty {
  199. border-bottom-color: #999999;
  200. border-right-color: #999999;
  201. }
  202. .table .nav {
  203. border-top: 2px solid #eeeeee;
  204. text-align: center;
  205. }
  206. .table TR.clickable:hover {
  207. background-image: url('img/bg1.gif');
  208. background-repeat: repeat-x;
  209. }
  210. .table TR.clickable:hover TD {
  211. border-bottom: 1px solid #9999ee;
  212. }
  213. .over .caption {
  214. color: #6666cc;
  215. }