Guest User

Untitled

a guest
Feb 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1. /*----------------------------------------------------------------------------------------
  2. = USER BAR
  3. ------------------------------------------------------------------------------------------*/
  4. #user_bar {
  5. height: 25px;
  6. margin-right:10px;
  7. position:absolute;
  8. top:0;
  9. width:572px;
  10. right:10px;
  11. }
  12.  
  13. #user_bar_left {
  14. float: left;
  15. width: 10px;
  16. height: 25px;
  17. background: transparent url(/images/user_bar_left.png) no-repeat;
  18. }
  19.  
  20. #user_bar ul {
  21. float: left;
  22. height: 25px;
  23. font-size: 11px;
  24. background: transparent url(/images/user_bar_slice.png) repeat-x;
  25. }
  26.  
  27. #user_bar ul li {
  28. float: left;
  29. display: block;
  30. border-right: 1px solid #878787;
  31. white-space:nowrap;
  32. }
  33.  
  34. #user_bar ul li a {
  35. display: block;
  36. float:left;
  37. height: 15px;
  38. padding: 5px 10px;
  39. font: 12px 'Lucida Grande';
  40. color: #464646;
  41. font-weight:normal;
  42. }
  43.  
  44. #user_bar ul li#cart {
  45. border-right: none;
  46.  
  47. }
  48.  
  49. #user_bar ul li#cart a {
  50. background:transparent url(/images/icon_cart.png) 9px 1px no-repeat;
  51. padding-left:35px;
  52. }
  53.  
  54. #user_bar ul li#checkout {
  55. border-left: 1px solid #878787;
  56. background:transparent url(/images/bg_checkout_user_bar.png);
  57. }
  58.  
  59. #user_bar ul li#checkout a {
  60. color:#464646;
  61. font-weight:bold;
  62. text-shadow:#ddd 0px 1px 1px;
  63. }
  64.  
  65. #user_bar ul li a#dashboard_link {
  66. padding-right:2px;
  67. }
  68.  
  69. #user_bar ul li a#logout_link {
  70. padding-left:2px;
  71. }
  72.  
  73. #user_bar ul li a:hover {
  74. color: #222;
  75. }
  76.  
  77. #user_bar ul li img {
  78. display:block;
  79. float:left;
  80. vertical-align: middle;
  81. }
  82.  
  83. #user_bar_right {
  84. float: left;
  85. width: 10px;
  86. height: 25px;
  87. background: transparent url(/images/user_bar_right.png) no-repeat;
  88. }
  89.  
  90. #user_bar ul li a#dashboard_link {
  91. color:#2A95CE;
  92. }
  93.  
  94. /*----------------------------------------------------------------------------------------
  95. = REPORT BUG
  96. ------------------------------------------------------------------------------------------*/
  97. #report_bug {
  98. height: 120px;
  99. background: #FFF url(/images/bg_report_bug.png) repeat-x bottom left;
  100. clear:both;
  101. overflow:hidden;
  102. position:relative;
  103. }
  104.  
  105. /* =Close Link
  106. ----------------------------------------------*/
  107. #report_bug a#close {
  108. position: absolute;
  109. bottom: 5px;
  110. left: 20px;
  111. color: #FFF;
  112. font-size: 11px;
  113. }
  114.  
  115. /* =Heading Info
  116. ----------------------------------------------*/
  117. /*#report_bug_info {
  118. float: left;
  119. width: 265px;
  120. height: 80px;
  121. padding: 20px 0 0 0;
  122. text-align: right;
  123. }*/
  124.  
  125. #report_bug h2 {
  126. font-size: 30px;
  127. color: #FFFFFF;
  128. line-height: 30px;
  129. }
  130.  
  131. #report_bug p {
  132. font-size: 14px;
  133. color: #f1f1f1;
  134. line-height: 14px;
  135. }
  136.  
  137. /* =Form
  138. ----------------------------------------------*/
  139. #report_bug form {
  140. float: left;
  141. /* width: 663px;*/
  142. display:inline;
  143. padding:15px 0 0 235px;
  144. /* margin: 15px 0 0 295px;*/
  145. }
  146.  
  147. label {
  148. font-size: 14px;
  149. color: #464646;
  150. line-height: 100%;
  151. }
  152.  
  153. /* =Input Fields
  154. ----------------------------------------------*/
  155. #user_info {
  156. float: left;
  157. }
  158.  
  159. #your_name, #your_email {
  160. display: block;
  161. width: 150px;
  162. margin-bottom: 5px;
  163. }
  164.  
  165. #personal_info {
  166. float:left;
  167. width:160px;
  168. }
  169.  
  170. #personal_info input {
  171. width:160px
  172. }
  173.  
  174. /* =Textarea
  175. ----------------------------------------------*/
  176. #feedback {
  177. float: left;
  178. width: 339px;
  179. height: 101px;
  180. margin: 0 0 0 20px;
  181. }
  182.  
  183. #your_feedback {
  184. width: 329px;
  185. height: 65px;
  186. }
  187.  
  188. /* =Submit Button
  189. ----------------------------------------------*/
  190. #report_bug input#submit_button {
  191. float: left;
  192. width: 120px;
  193. height: 30px;
  194. margin: 19px 0 0 6px;
  195. border: none;
  196. cursor: pointer;
  197. background: transparent url(/images/btn_submit_form.png) repeat scroll 0% 0%;
  198. }
  199.  
  200. .orders #report_bug input#submit_button, .cart #report_bug input#submit_button {
  201. margin-left:28px;
  202. }
  203.  
  204. /* =Report Bug Tab
  205. ----------------------------------------------*/
  206. #footer a#report_bug_tab {
  207. position:absolute;
  208. top: -22px;
  209. right: 20px;
  210. width: 116px;
  211. height: 16px;
  212. padding: 2px;
  213. text-align: center;
  214. border-top: 1px solid #CCC;
  215. border-right: 1px solid #CCC;
  216. border-left: 1px solid #CCC;
  217. background-color: #ddd;
  218. font: 12px 'Lucida Grande';
  219. text-shadow: #fff 0 1px 1px;
  220. }
  221.  
  222. #footer.store a#report_bug_tab, #footer.store a#report_bug_tab {
  223. border:0;
  224. top: -20px;
  225. text-shadow: none;
  226.  
  227. }
  228.  
  229. /* =Bug Saved
  230. ----------------------------------------------*/
  231. #bug_saved {
  232. margin-top:15px;
  233. padding-left: 50px;
  234. background: transparent url(/images/no_bugs.png) no-repeat left center;
  235. }
  236.  
  237. #bug_saved h2 {
  238. font-size:24px;
  239. font-weight:bold;
  240. text-align:left;
  241. color:#ff0000;
  242. }
  243.  
  244. #bug_saved p {
  245. font-size: 14px;
  246. color: #464646;
  247. }
  248.  
  249.  
  250. /*----------------------------------------------------------------------------------------
  251. = FORMS
  252. ------------------------------------------------------------------------------------------*/
  253. input.input_text, textarea {
  254. font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  255. }
  256.  
  257. .input_text, textarea.input_text {
  258. background: #fff url(/images/bg_input.png) no-repeat scroll left top;
  259. border-color: #F7F7F7;
  260. border-style: solid;
  261. border-width: 0 1px 1px 0;
  262. margin-top: 3px;
  263. margin-bottom: 15px;
  264. padding: 5px;
  265. color:#444;
  266. }
  267.  
  268. #login_box {
  269. background:#f9f9f9;
  270. border-left: 1px solid #999;
  271. border-right: 1px solid #999;
  272. border-bottom: 1px solid #999;
  273. overflow:hidden;
  274. height:36px;
  275. width:570px;
  276. text-align:right;
  277. }
  278.  
  279. #login_box form {
  280. margin:7px 10px;
  281. height:22px;
  282. }
  283.  
  284. #login_box label {
  285. font-size:11px;
  286. }
  287.  
  288. #login_box input[type="text"] {
  289. font-size:11px;
  290. width:110px;
  291. }
  292.  
  293. /*----------------------------------------------------------------------------------------
  294. = ERROR MESSAGES
  295. ------------------------------------------------------------------------------------------*/
  296. a.success, a.error {
  297. position: absolute;
  298. top: 50px;
  299. left: 50%;
  300. width: 400px;
  301. margin-left: -221px;
  302. padding: 20px 20px;
  303. color: #FFF;
  304. text-align: center;
  305. border: 1px solid #464646;
  306. z-index: 100;
  307. }
  308.  
  309. a.success {
  310. background-color: #8dc63f;
  311. }
  312.  
  313. a.error {
  314. background-color: #ed4c4c;
  315. }
  316.  
  317. a.success:link, a.success:visited, a.error:link, a.error:visited {
  318. color: #FFF;
  319. }
  320.  
  321. span.heading {
  322. display: block;
  323. font-size: 16px;
  324. font-weight: bold;
  325. letter-spacing: -.5px;
  326. }
  327.  
  328. span.content {
  329. display: block;
  330. font-size: 12px;
  331. }
  332.  
  333. span.close {
  334. display: block;
  335. font-size: 11px;
  336. margin-top: 10px;
  337. }
Add Comment
Please, Sign In to add comment