PageRenderTime 45ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/jquery-validate/demo/milk/milk.css

#
CSS | 236 lines | 183 code | 41 blank | 12 comment | 0 complexity | 4a69f712a5897fe36d33f2778f9e8395 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. /* GENERAL ELEMENTS */
  2. * { margin: 0; padding: 0; }
  3. body, input, select, textarea { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; }
  4. body { color: #333; background-color: #fff; text-align: center; }
  5. a:link { color:#0060BF; text-decoration: underline; }
  6. a:visited { color:#0060BF; text-decoration: underline; }
  7. a:active { color:#0060BF; text-decoration: underline; }
  8. a:hover { color:#000000; text-decoration: underline; }
  9. h1, h2, h3, h4, h5, h6 { font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, arial, helvetica, sans-serif; font-weight: bold; color: #666; }
  10. h1 { font-size: 1.8em; margin: 0em 0em 0.6em 0em; color: #EC5800; }
  11. h2 { font-size: 1.5em; margin: 1.2em 0em 0.4em 0em; }
  12. h3 { font-size: 1.4em; margin: 1.2em 0em 0.4em 0em; color: #EC5800; }
  13. h4 { font-size: 1.2em; margin: 1.2em 0em 0.4em 0em; }
  14. h5 { font-size: 1.0em; margin: 1.2em 0em 0.4em 0em; }
  15. h6 { font-size: 0.8em; margin: 1.2em 0em 0.4em 0em; }
  16. img { border: 0px; }
  17. p { font-size: 1.0em; line-height: 1.3em; margin: 1.2em 0em 1.2em 0em; }
  18. li > p { margin-top: 0.2em; }
  19. pre { font-family: monospace; font-size: 1.0em; }
  20. strong, b { font-weight: bold; }
  21. /* PAGE ELEMENTS */
  22. /* Content */
  23. #content { margin: 0em auto; width: 765px; padding: 10px 0 10px 0; text-align: left; /* Win IE5 */ }
  24. .content { margin-left: 4.5em; margin-right: 4.5em; }
  25. .content ol, .content ul, .content li { font-size: 1.0em; line-height: 1.3em; margin: 0.2em 0 0.1em 1.5em; }
  26. .content ol.terms li { margin-bottom: 1em; }
  27. /* Header */
  28. #header { padding-bottom: 10em; }
  29. #headerlogo { float: left; }
  30. #headerlogo img { width: 188px; height: 83px; }
  31. #headernav { float: right; }
  32. label { font-weight: bold; }
  33. #reminders label { font-weight: normal; }
  34. table.tabbedtable { padding-left: 3em; }
  35. table.tabbedtable td { padding-bottom: 5px; }
  36. table.tabbedtable label { text-align: right; padding-right: 9px; }
  37. .hiddenlabel { visibility: hidden; }
  38. .largelink { border: 1px solid #cacaca; padding: 10px; background-color: #E8EEF7; font-size: 1.2em; font-weight: bold; }
  39. .largelinkwrap { padding-top: 10px; padding-bottom: 10px; }
  40. #signuptab {
  41. float:left;
  42. width:100%;
  43. background:#fff url("bg.gif") repeat-x bottom;
  44. font-size: 1.0em;
  45. line-height: normal;
  46. }
  47. #signuptab ul {
  48. margin:0;
  49. padding: 0px 10px 0px 10px;
  50. list-style:none;
  51. }
  52. #signuptab li {
  53. float:left;
  54. background:url("left_white.png") no-repeat left top;
  55. margin:0;
  56. padding:0 3px 0 9px;
  57. border-bottom:1px solid #CACACA;
  58. }
  59. #signuptab a {
  60. float:left;
  61. display:block;
  62. width:.1em;
  63. background:url("right_white.png") no-repeat right top;
  64. padding:2px 15px 0px 6px;
  65. text-decoration:none;
  66. font-weight:bold;
  67. color:#fff;
  68. white-space: nowrap;
  69. }
  70. #signuptab > ul a {width:auto;}
  71. /* Commented Backslash Hack hides rule from IE5-Mac \*/
  72. #signuptab a {float:none;}
  73. /* End IE5-Mac hack */
  74. #signuptab a:hover {
  75. color:#333;
  76. }
  77. #signuptab #signupcurrent {
  78. background-position:0 -150px;
  79. border-width:0;
  80. }
  81. #signuptab #signupcurrent a {
  82. background-position:100% -150px;
  83. padding-bottom:1px;
  84. color:#000;
  85. }
  86. #signuptab li:hover, #signuptab li:hover a {
  87. background-position:0% -150px;
  88. color:#000;
  89. }
  90. #signuptab li:hover a {
  91. background-position:100% -150px;
  92. }
  93. /* Signup box */
  94. #signupbox {
  95. width: 100%;
  96. text-align: center;
  97. margin: 0em auto;
  98. }
  99. #signupwrap {
  100. border: 1px solid #CACACA;
  101. border-top: 0;
  102. text-align: left;
  103. padding: 35px 10px 20px 30px;
  104. clear: both;
  105. }
  106. /* Unsupported browsers */
  107. .orange_rbcontent { padding: 0.4em; }
  108. .orange_rbroundbox { width: 100%; }
  109. #unsupported {
  110. font-weight: bold;
  111. text-align: left;
  112. }
  113. /*#content {
  114. padding-top: 15px;
  115. }*/
  116. /* Signup form */
  117. #signupform table {
  118. border-spacing: 0px;
  119. border-collapse: collapse;
  120. empty-cells: show;
  121. }
  122. #signupform .label {
  123. padding-top: 2px;
  124. padding-right: 8px;
  125. vertical-align: top;
  126. text-align: right;
  127. width: 125px;
  128. white-space: nowrap;
  129. }
  130. #signupform .field {
  131. padding-bottom: 10px;
  132. white-space: nowrap;
  133. }
  134. #signupform .status {
  135. padding-top: 2px;
  136. padding-left: 8px;
  137. vertical-align: top;
  138. width: 246px;
  139. white-space: nowrap;
  140. }
  141. #signupform .textfield {
  142. width: 150px;
  143. }
  144. #signupform label.error {
  145. background:url("../images/unchecked.gif") no-repeat 0px 0px;
  146. padding-left: 16px;
  147. padding-bottom: 2px;
  148. font-weight: bold;
  149. color: #EA5200;
  150. }
  151. #signupform label.checked {
  152. background:url("../images/checked.gif") no-repeat 0px 0px;
  153. }
  154. #signupform .success_msg {
  155. font-weight: bold;
  156. color: #0060BF;
  157. margin-left: 19px;
  158. }
  159. #signupform #dateformatStatus, #signupform #termsStatus {
  160. margin-left: 6px;
  161. }
  162. #signupform #dateformat_eu {
  163. vertical-align: middle;
  164. }
  165. #signupform #ldateformat_eu {
  166. font-weight: normal;
  167. vertical-align: middle;
  168. }
  169. #signupform #dateformat_am {
  170. vertical-align: middle;
  171. }
  172. #signupform #ldateformat_am {
  173. font-weight: normal;
  174. vertical-align: middle;
  175. }
  176. #signupform #termswrap {
  177. float: left;
  178. }
  179. #signupform #terms {
  180. vertical-align: middle;
  181. float: left;
  182. display: block;
  183. margin-right: 5px;
  184. }
  185. #signupform #lterms {
  186. font-weight: normal;
  187. vertical-align: middle;
  188. float: left;
  189. display: block;
  190. width: 350px;
  191. white-space: normal;
  192. }
  193. #signupform #lsignupsubmit {
  194. visibility: hidden;
  195. }