Advertisement
hekirei

fwefwe

Feb 26th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.71 KB | None | 0 0
  1. /* body details */
  2. body { margin:0; padding:1em; font-size:80%;}
  3. body, h2, h3 { font-family:sans-serif; }
  4. a, a:visited, a:active{ text-decoration:none; color:#0084ef; }
  5. a:hover { text-decoration:underline; }
  6. hr { border: none 0; border-top: 1px solid #BBB; height: 1px; margin:10px 0;}
  7. h2 { font-size:1.5em; font-weight:normal; display:inline;}
  8. h3 { font-size:1.25em; font-weight:normal; display:inline;}
  9. img {border:none;}
  10. form { margin:0 }
  11. table {
  12. font-size:inherit;
  13. }
  14. .container {
  15. margin: 0 auto;
  16. min-width: 650px;
  17. max-width: 1100px;
  18. }
  19.  
  20. body.mobile .container {
  21. min-width: 200px;
  22. }
  23.  
  24. body.desktop .login-signup-content-wrap {
  25. width: 650px;
  26. position: relative;
  27. overflow: hidden;
  28. margin: auto;
  29. }
  30.  
  31. .uppermenu, .bottombar { margin:0 0 1em 0; position: relative; overflow:hidden;}
  32. .bottombar {
  33. width: 100%;
  34. margin:0;
  35. padding-bottom:.5em;
  36. }
  37.  
  38. body.desktop .bottombar.has-border{
  39. border-top:1px solid #CCC;
  40. padding-top:.5em;
  41. }
  42.  
  43. .bottombar.fix-to-bottom {
  44. position: fixed;
  45. bottom:0;
  46. left:0;
  47. background-color:#FFF;
  48. }
  49.  
  50. body.mobile .bottombar {
  51. position: fixed;
  52. bottom:0;
  53. left: 0;
  54. font-size: 75%;
  55. background-color:#FFF;
  56. overflow:hidden;
  57. padding:0;
  58. padding-bottom:.5em;
  59. margin:0;
  60. }
  61. body.mobile .bottombar hr{
  62. display:none;
  63. }
  64. .bottombar ul { margin:0 auto; text-align:center; padding-left: 0;}
  65. .bottombar li { display:inline; padding: 0 .5em;}
  66. body.mobile .bottombar ul { padding: 0;}
  67. body.mobile .bottombar li { padding: 1em;}
  68.  
  69. input.yellow_but, .yellow_but a, .yellow_but a:visited, .yellow_but a:hover, .yellow_but a:active {
  70. background-color:#FFCC00;
  71. color:#333333;
  72. padding:.6em 1em;
  73. text-decoration:none;
  74. border:0;
  75. font-size: inherit;
  76. -webkit-appearance: none;
  77. -moz-appearance: none;
  78. appearance: none;
  79. border-radius: 0;
  80. margin-left: 0;
  81. }
  82. input.yellow_but:hover, .yellow_but a:hover { background-color:#FFBB00; }
  83. .top-links .yellow_but { display:inline-block; }
  84. .top-links .yellow_but a {display:block; margin:0 0 0 1.5em;}
  85. .lg_but { font-size:1.5em; }
  86.  
  87. .content_box_head .title {
  88. font-family: "Roboto",sans-serif;
  89. font-weight: 300;
  90. -webkit-font-smoothing: antialiased!important;
  91. -webkit-text-stroke: .012em!important;
  92. font-size:1.5em;
  93. line-height: 160%;
  94. }
  95. .content_box {}
  96. .content_box_no_title {}
  97. .content_box_inner { }
  98. .float_left {float:left;}
  99. .float_right {float:right;}
  100. .inputtext { border: 1px solid #ddd; }
  101.  
  102. #loginbox .inputtext {
  103. height: 3em;
  104. width: 100%;
  105. padding: .6em;
  106. font-size: inherit;
  107. }
  108. #loginbox td { text-align:left; padding-top: .6em; padding-bottom: .1em;}
  109. #loginbox {width:100%; font-size:inherit}
  110.  
  111. input[type=text], input[type=password]{
  112. border-style: solid;
  113. border-width: 1px;
  114. border-radius: 0;
  115. border-color: #000;
  116. font-family: sans-serif;
  117. -webkit-appearance: none;
  118. outline: none;
  119. font-size: 1em;
  120. padding: .6em;
  121. height: 3em;
  122. margin: 0;
  123. }
  124.  
  125. /* -------- */
  126.  
  127. /* multi-purpose box */
  128. #mpbox table {
  129. border: 1px solid #0084EF;
  130. border-spacing: 0px 0px;
  131. font-family: arial,helvetica;
  132. color: #ffffff;
  133. font-size:12px;
  134. background: #000000;
  135. text-align: left;
  136. color: #000000;
  137. font-weight:normal;
  138. }
  139. #mpbox td { padding: 2px 5px 2px 5px; }
  140. #mpbox .hdr { line-height: 120%; color: #ffffff; font-size:14px; font-weight:bold; background: #0084EF; padding:4px 5px 4px 5px; }
  141. #mpbox .regr { text-align: right; }
  142. #mpbox .regc { text-align: center; }
  143. #mpbox a:link { color: #0084EF }
  144. #mpbox a:visited { color: #0084EF }
  145. #mpbox a:hover { color: #ffffff; background-color: 000000; }
  146. #mpbox a:active { color: #0084EF }
  147. #mpbox .inputtext { width: 140px; font-family: arial, helvetica; color: #000000; font-weight: normal; font-size: 12px; background-color: #ffffff }
  148. #mpbox .smallinput { font-family: arial, helvetica; color: #000000; font-weight: normal; font-size: 9px; background-color: #ffffff; border: 1px solid #999999; }
  149. #mpbox .loginbutton { font-family: arial, helvetica; color: #000000; background-color: #eeeeee; font-size: 12px; font-weight: normal; text-align: center }
  150.  
  151. #errorbox {
  152. background: #c00;
  153. padding: .3em;
  154. text-align: center;
  155. color: #FFF;
  156. font-weight: bold;
  157. margin-top: .5em;
  158. }
  159.  
  160. #mini a:link,a:visited,a:active { color: #000000; }
  161. #mini a:hover { background-color: #000000; color: #ffffff }
  162. #mini .gen { font-family: comic sans ms,arial, helvetica; line-height: 120%; font-size: 12px; font-weight: normal; padding: 3px 3px 3px 3px; border-spacing: 0px 0px; }
  163. #mini .minihead { font-family: arial, helvetica; background:#000; color: #000000; font-size:18px; font-weight:bold; line-height:120%; padding: 0px 0px 0px 0px; }
  164. #mini .minitable { width: 600px; border: 2px solid #0084EF; padding: 0px 0px 0px 0px; border-spacing: 0px 0px; }
  165. #mini .boxcode { width: 100%; font-family: arial,helvetica; color: #000000; background-color: #ffffff; font-size:10px; font-weight:normal }
  166. .thecode { FONT-WEIGHT: normal; FONT-SIZE: 10px; WIDTH: 98%; COLOR: #000000; FONT-FAMILY: arial,helvetica; BACKGROUND-COLOR: #FFF; border:1px solid #BBB; margin-top:3px;}
  167. #mockbox
  168. {
  169. width: 140;
  170. height: 152;
  171. margin:9;
  172. text-align:left;
  173. padding:0px;
  174. border: none;
  175. background-color:#FFFFFF;
  176. float: right;
  177. }
  178. .mockboxtext {
  179. PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 14px; PADDING-BOTTOM: 0px; MARGIN-LEFT: 0px; COLOR: #FFFFFF; LINE-HEIGHT: 56px; PADDING-TOP: 0px; FONT-FAMILY: arial, helvetica
  180. }
  181. .emph { FONT-WEIGHT: bold; }
  182. .emphred { FONT-WEIGHT: bold; COLOR: #AA3300 }
  183. .profile_text { color:#222; }
  184. #sellers_table{ width:755px; height:99%; }
  185.  
  186. img#LOGO {
  187. width: auto;
  188. height: 2.6em;
  189. }
  190.  
  191. .mobile.ios img#LOGO {
  192. height: 1.9em;
  193. margin-right: 0;
  194. padding-top: .4em;
  195. }
  196.  
  197. .tablet img#LOGO {
  198. height: 2.1em;
  199. }
  200.  
  201. #grouplogo {
  202. margin-left: .15em;
  203. }
  204.  
  205. .top-links { display:inline-block; text-align:right; padding:0px; float:right; overflow:hidden;}
  206. .top-links ul { margin:0; display:inline-block;padding:0;}
  207. .top-links li { display:inline; padding: 0 0 0 1.5em;}
  208.  
  209. input[type="checkbox"] {
  210. display:none;
  211. }
  212. input[type="checkbox"] + label {
  213. cursor:pointer;
  214. }
  215. input[type="checkbox"] + label span {
  216. display:inline-block;
  217. vertical-align:text-bottom;
  218. width:1.25em;
  219. height:1.25em;
  220. margin-right:.3em;
  221. border:1px solid #CCC;
  222. background:#FFF;
  223. }
  224.  
  225. input[type="checkbox"]:checked + label span {
  226. background: rgba(0,0,0,0) url(/images/svg/check.svg) no-repeat center center;
  227. }
  228.  
  229. .form-wrap{
  230. float:left;
  231. width: 20em;
  232. }
  233.  
  234. .mobile .form-wrap{
  235. width: 100%;
  236. margin-bottom: 5em;
  237. }
  238.  
  239. body.mobile #profilephoto {
  240. height:0 !important;
  241. }
  242.  
  243. textarea, select {
  244. min-height: 3em;
  245. border-color: #ddd;
  246. margin: 0;
  247. }
  248.  
  249. .terms-wrapper {
  250. max-width: 680px;
  251. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement