Guest User

Untitled

a guest
Jun 21st, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. <!--
  2.  
  3. body {
  4. background-image: url(Bilder/mail_01.jpg);
  5. background-repeat: repeat-x;
  6. background-color: #4c616f;
  7. }
  8. body,td,th {
  9. font-family: Verdana, Geneva, sans-serif;
  10. font-size: 10px;
  11. color: #000;
  12. }
  13.  
  14. FORM
  15. {
  16. display: inline;
  17. }
  18.  
  19. .loadingPage
  20. {
  21. position: absolute;
  22. top: 0px;
  23. left: 0px;
  24. z-index: 100;
  25. width: 100%;
  26. height: 100%;
  27. vertical-align: middle;
  28. text-align: center;
  29. background-color: #FFFFFF;
  30. display: block;
  31. }
  32.  
  33. .mainTable
  34. {
  35. margin: 0px;
  36. padding: 0px;
  37. width: 100%;
  38. height: 100%;
  39. border-spacing: 0px;
  40. }
  41.  
  42. .dragColumn
  43. {
  44. cursor: e-resize;
  45. width: 4px;
  46. height: 100%;
  47. display: inline;
  48. float: left;
  49. border: none;
  50. }
  51.  
  52. .dragRow
  53. {
  54. cursor: n-resize;
  55. width: 10px;
  56. height: 4px;
  57. display: block;
  58. float: right;
  59. border-top: 1px solid #D6D6D6;
  60. border-bottom: 1px solid #D6D6D6;
  61. }
  62.  
  63. .toolBar
  64. {
  65. width: 100%;
  66. display: block;
  67. height: 65px;
  68. border-bottom: 1px solid #9A9A9A;
  69. background-image: url(../images/toolbar/background.gif);
  70. text-align: center;
  71. -moz-user-select: none;
  72. -khtml-user-select: none;
  73. user-select: none;
  74. }
  75.  
  76. .toolBarButton
  77. {
  78. height: 23px;
  79. background-image: url(../images/toolbar/group_bg.gif);
  80. }
  81.  
  82. .statusBar
  83. {
  84. width: 100%;
  85. display: block;
  86. height: 20px;
  87. }
  88.  
  89. a
  90. {
  91. text-decoration: none;
  92. color: #1C62F4;
  93. }
  94.  
  95. a:hover
  96. {
  97. text-decoration: underline;
  98. }
  99.  
  100. .errorText
  101. {
  102. font-weight: bold;
  103. color: #FF3333;
  104. }
  105.  
  106. INPUT
  107. {
  108. border: 1px inset #666666;
  109. font-family: tahoma, helvetica, arial;
  110. font-size: 12px;
  111. height: 18px;
  112. }
  113.  
  114. .file
  115. {
  116. border: 1px inset #666666;
  117. font-family: tahoma, helvetica, arial;
  118. font-size: 12px;
  119. height: 18px;
  120. }
  121.  
  122. .invalidField
  123. {
  124. background-color: #FF9999;
  125. }
  126.  
  127. INPUT:focus
  128. {
  129. background-color: #EFEFEF;
  130. border: 1px inset #1C62F4;
  131. }
  132. .nliDiv
  133. {
  134. background-color: #4c616f;
  135. width: 650px;
  136. text-align: center;
  137. }
  138.  
  139. .nliLogo
  140. {
  141. position: relative;
  142. top: -22px;
  143. left: -22px;
  144. }
  145.  
  146. .nliTitle
  147. {
  148. position: relative;
  149. font-size: 24px;
  150. font-weight: bold;
  151. float: right;
  152. top: -80px;
  153. left: -40px;
  154. }
  155.  
  156. .nliTable
  157. {
  158. width: 100%;
  159. }
  160.  
  161. .nliIconTD
  162. {
  163. width: 80px;
  164. text-align: right;
  165. vertical-align: top;
  166. padding-right: 8px;
  167. }
  168.  
  169. .nliTD
  170. {
  171. text-align: left;
  172. vertical-align: top;
  173. padding-right: 15px;
  174. }
  175.  
  176. TD,DIV,P,BODY
  177. {
  178. font-family: tahoma, helvetica, arial;
  179. font-size: 12px;
  180. color: #333333;
  181. }
  182.  
  183. H3
  184. {
  185. border-bottom: 1px solid #999999;
  186. color: #666666;
  187. font-size: 12px;
  188. font-weight: bold;
  189. }
  190.  
  191. .formCaption
  192. {
  193. width: 110px;
  194. text-align: right;
  195. padding-right: 8px;
  196. }
  197.  
  198. .formField
  199. {
  200. text-align: left;
  201. }
  202.  
  203. .footerText
  204. {
  205. padding-top: 8px;
  206. text-align: right;
  207. width: 650px;
  208. }
  209.  
  210. .faqQuestion
  211. {
  212. width: 100%;
  213. border: 1px solid #666666;
  214. height: 20px;
  215. line-height: 19px;
  216. cursor: pointer;
  217. background-color: #E6ECEA;
  218. }
  219.  
  220. .faqAnswer
  221. {
  222. width: 100%;
  223. border-right: 1px solid #999999;
  224. border-left: 1px solid #999999;
  225. border-bottom: 1px solid #999999;
  226. background-color: #FFFFFF;
  227. }
  228.  
  229. .noJSWarning
  230. {
  231. border: 1px solid #990000;
  232. background-color: #FF9999;
  233. width: 650px;
  234. padding: 5px;
  235. }
  236.  
  237. .formStatus
  238. {
  239. padding-left: 8px;
  240. }
  241.  
  242. .passwordSecurity
  243. {
  244. border: 1px inset #666666;
  245. height: 18px;
  246. width: 180px;
  247. background-color: #EFEFEF;
  248. }
  249.  
  250. .secureBar
  251. {
  252. height: 100%;
  253. }
  254.  
  255. .maintenanceBox
  256. {
  257. border: 1px solid #DDDDDD;
  258. background-color: #FFFFCC;
  259. padding: 5px;
  260. text-align: center;
  261. width: 400px;
  262. }
  263.  
  264. .maintenanceBox H2
  265. {
  266. margin-top: 5px;
  267. margin-bottom: 5px;
  268. }
  269.  
  270. //-->
Add Comment
Please, Sign In to add comment