Guest User

Untitled

a guest
May 24th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. @import "common.css";
  2. body {
  3. background-color:#FFFFFF;
  4. color:#333333;
  5. }
  6. #wrapper {
  7. min-width:960px;
  8. }
  9. #top_bar {
  10. background-color:#222222;
  11. color:#EEEEEE;
  12. font-size:12px;
  13. line-height:20px;
  14. padding:6px 18px;
  15. }
  16. #top_bar .inner {
  17. overflow:hidden;
  18. width:100%;
  19. }
  20. #top_bar h1 {
  21. font-size:13px;
  22. font-weight:normal;
  23. line-height:20px;
  24. margin:0;
  25. padding:0;
  26. }
  27. #top_bar h1 a, #top_bar h1 a:link, #top_bar h1 a:active, #top_bar h1 a:visited, #top_bar h1 a:hover {
  28. color:#FFFFFF;
  29. float:left;
  30. font-weight:bold;
  31. height:20px;
  32. line-height:20px;
  33. margin-right:6px;
  34. padding-left:5px;
  35. text-decoration:none;
  36. text-transform:none;
  37. }
  38. #top_bar h1 a span, #top_bar h1 a:link span, #top_bar h1 a:active span, #top_bar h1 a:visited span, #top_bar h1 a:hover span {
  39. float:left;
  40. height:20px;
  41. line-height:20px;
  42. }
  43. #top_heading {
  44. background-color:#222222;
  45. background-repeat:repeat-x;
  46. color:#FFFFFF;
  47. padding:18px 18px 0;
  48. }
  49. #top_heading .inner {
  50. overflow:hidden;
  51. width:100%;
  52. }
  53. #top_heading h2 {
  54. float:left;
  55. font-size:26px;
  56. font-weight:normal;
  57. letter-spacing:-1.2px;
  58. line-height:24px;
  59. margin:0 9px 18px 0;
  60. padding:0;
  61. word-spacing:-1px;
  62. }
  63. #top_heading h2 a, #top_heading h2 a:active, #top_heading h2 a:link, #top_heading h2 a:visited {
  64. color:#FFFFFF;
  65. text-decoration:none;
  66. }
  67. #top_heading h2 a:hover {
  68. color:#FFFF99;
  69. text-decoration:underline;
  70. }
  71. #top_heading .choose {
  72. float:left;
  73. line-height:24px;
  74. }
  75. #top_heading .tabs {
  76. clear:both;
  77. }
  78. #top_heading .tabs ul {
  79. float:left;
  80. margin:0;
  81. padding:0 0 0 2px;
  82. }
  83. #top_heading .tabs ul.menu2 {
  84. float:right;
  85. }
  86. #top_heading .tabs li {
  87. display:inline;
  88. margin:0;
  89. }
  90. #top_heading .tabs li a {
  91. background-color:#CCCCCC;
  92. border-top:2px solid #222222;
  93. color:#333333;
  94. float:left;
  95. line-height:26px;
  96. margin-right:4px;
  97. text-decoration:none;
  98. }
  99. #top_heading .tabs li a span {
  100. display:block;
  101. padding:0 9px;
  102. }
  103. #top_heading .tabs li a:hover {
  104. background-color:#FFFFFF;
  105. color:#222222;
  106. text-decoration:underline;
  107. }
  108. #top_heading .tabs li.selected a, #top_heading .tabs li.selected a:hover {
  109. background-color:#FFFFFF;
  110. border-bottom:medium none;
  111. border-top:2px solid #FFFFFF;
  112. color:#333333;
  113. font-weight:bold;
  114. text-decoration:none;
  115. }
  116. #top_heading .tabs li.selected a span {
  117. padding:0 11px;
  118. }
  119. #top_heading .tabs li.last a {
  120. margin-right:0;
  121. }
  122. #contenue {
  123. background-color:#ECEEEC;
  124. border-bottom:10px solid #ECEEEC;
  125. margin-right:10px;
  126. }
  127. .myform {
  128. float:left;
  129. margin:30px auto 0 20px;
  130. padding:14px;
  131. width:739px;
  132. }
  133. #stylized {
  134. background:#EEEEEE none repeat scroll 0 0;
  135. border:1px solid #919191;
  136. }
  137. #stylized h1 {
  138. font-size:14px;
  139. font-weight:bold;
  140. margin-bottom:8px;
  141. }
  142. #stylized p {
  143. border-bottom:1px solid #919191;
  144. color:#666666;
  145. font-size:11px;
  146. margin-bottom:20px;
  147. padding-bottom:10px;
  148. }
  149. #stylized label {
  150. display:block;
  151. float:left;
  152. font-weight:bold;
  153. text-align:right;
  154. width:140px;
  155. }
  156. #stylized .small {
  157. color:#666666;
  158. display:block;
  159. font-size:11px;
  160. font-weight:normal;
  161. text-align:right;
  162. width:140px;
  163. }
  164. #stylized input {
  165. border:1px solid #919191;
  166. float:left;
  167. font-size:12px;
  168. margin:2px 0 20px 10px;
  169. padding:4px 2px;
  170. width:450px;
  171. }
  172. #stylized select {
  173. border:1px solid #919191;
  174. float:left;
  175. font-size:12px;
  176. margin:2px 0 20px 10px;
  177. padding:4px 2px;
  178. width:450px;
  179. }
  180. #stylized textarea {
  181. border:1px solid #919191;
  182. float:left;
  183. font-size:12px;
  184. height:300px;
  185. margin:2px 0 20px 10px;
  186. padding:4px 2px;
  187. width:550px;
  188. }
  189. #stylized button {
  190. background:#666666 none repeat scroll 0 0;
  191. border:1px solid #A2A2A2;
  192. clear:both;
  193. color:#FFFFFF;
  194. font-family:arial;
  195. font-size:16px;
  196. font-weight:bold;
  197. height:31px;
  198. line-height:31px;
  199. margin-left:150px;
  200. text-align:center;
  201. width:125px;
  202. }
Add Comment
Please, Sign In to add comment