style.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; background: transparent; } /*Reset style*/
  2. button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; } input[type="checkbox"]:focus { -moz-outline-offset: -1px !important; -moz-outline: 1px solid #000 !important; } :focus { outline: none; } /*Remove a dotted line around 1) buttons, 2) checkboxes, 3) links*/
  3. a { text-decoration: none; cursor: pointer; color: inherit; } a:hover { text-decoration: underline; }
  4. div, span, a, input { background-repeat: no-repeat; }
  5. body {
  6. width: 782px;
  7. margin: 0 auto;
  8. background: #f5f5f5;
  9. color: #000;
  10. font-size: 14px;
  11. font-family: Tahoma, Arial, Verdana, sans-serif, Lucida Sans;
  12. line-height: 1.5em;
  13. text-align: center;
  14. }
  15. .allPage {
  16. width: 700px;
  17. margin: 15px auto;
  18. padding: 5px 25px 10px 25px;
  19. background: #fff;
  20. border: 2px solid #999;
  21. text-align: left;
  22. }
  23. .mainTitle {
  24. font-size: 2em;
  25. font-weight: bold;
  26. margin: 0.6em 0;
  27. white-space: nowrap;
  28. }
  29. .mainTitle-text {
  30. display: inline-block;
  31. }
  32. .flagLink {
  33. display: inline-block;
  34. }
  35. .flagLink.first { margin-left: 20px; }
  36. .chooseLang {
  37. width: 24px;
  38. height: 24px;
  39. margin: 0 5px;
  40. opacity: 0.9;
  41. vertical-align: middle;
  42. }
  43. p {
  44. margin: 0.4em 0;
  45. }
  46. p.margin1 { margin: 0.9em 0; }
  47. .linksBox {
  48. color: #999;
  49. }
  50. .example {
  51. width: 445px;
  52. height: 200px;
  53. }
  54. .blueLink {
  55. color: #36b;
  56. }
  57. .grayLink {
  58. color: #999;
  59. }
  60. .secondTitle {
  61. font-size: 1.5em;
  62. font-weight: bold;
  63. margin: 2.4em 0 1.2em;
  64. line-height: 1.3em;
  65. }
  66. .optionBox {
  67. margin: 1.5em 0;
  68. white-space: nowrap;
  69. }
  70. .option-left {
  71. display: inline-block;
  72. width: 180px;
  73. color: #777;
  74. font-weight: bold;
  75. }
  76. .option-left-small {
  77. font-size: 0.8em;
  78. line-height: 1.5em;
  79. }
  80. .option-right {
  81. display: inline-block;
  82. white-space: normal;
  83. }
  84. .option-right-small {
  85. margin-top: 2px;
  86. font-size: 0.9em;
  87. }
  88. .option-hint {
  89. margin: 0.5em 0;
  90. color: #999;
  91. font-size: 0.85em;
  92. line-height: 1.5em;
  93. white-space: normal;
  94. }
  95. #url {
  96. width: 300px;
  97. height: 23px;
  98. padding: 0 3px;
  99. border: 1px solid #b0b0b0;
  100. }
  101. label {
  102. margin: 0 5px 0 0;
  103. padding: 0;
  104. cursor: pointer;
  105. }
  106. .radio {
  107. margin: 0 4px 0 0;
  108. padding: 0;
  109. cursor: pointer;
  110. vertical-align: middle;
  111. }
  112. .r-text {
  113. vertical-align: middle;
  114. }
  115. .radio:checked + .r-text { color: #494; }
  116. .button {
  117. min-width: 160px;
  118. height: 26px;
  119. margin: 0 10px 3px 0;
  120. padding-bottom: 1px;
  121. background: #f2f2f2;
  122. background-image: linear-gradient(to bottom, #f9f9f9, #dadada);
  123. border: 1px solid #999;
  124. border-radius: 1px;
  125. cursor: pointer;
  126. }
  127. .button:hover { background: #f7f7f7; background-image: linear-gradient(to bottom, #fefefe, #e2e2e2); }
  128. .bottomHint {
  129. margin: 0.85em 0;
  130. color: #999;
  131. font-size: 0.85em;
  132. line-height: 1.5em;
  133. }