You are here

commerce_kickstart_admin.css in Commerce Kickstart 7.2

/* Import Mixins and Variables */
/* CG Credits in footer */
#credit {
  float: right;
  /* LTR */
  padding: 20px 0 40px;
}

#powered_by_drupal_commerce {
  float: left;
  /* LTR */
  padding-top: 20px;
}

body.in-maintenance #credit {
  color: #fff;
  margin: 0 auto;
  width: 960px;
}

#credit .message {
  clear: right;
  /* LTR */
  float: right;
  /* LTR */
  margin-bottom: 20px;
  width: 180px;
}

/* CG Logo on White */
#credit .logo a {
  background: transparent url("../images/logo-cg2.png") no-repeat 0 0;
  clear: right;
  /* LTR */
  float: right;
  /* LTR */
  height: 0;
  overflow: hidden;
  padding: 50px 0 0;
  width: 180px;
}

/* CG Logo on Blue */
body.in-maintenance #credit .logo a {
  background: transparent url("../images/logo-cg3.png") no-repeat 0 0;
}

/* CG Logo on Black */
#overlay #overlay-content #credit .logo a {
  background: transparent url("../images/logo-cg.png") no-repeat 0 0;
}

/* Installation/Maintenance Page */
body.in-maintenance {
  background: #256ba7 url("../images/installation-bg.png") repeat 0 0;
  /* Welcome Page Styles */
  /* DFP Styles */
}
body.in-maintenance .body-wrapper {
  background: #256ba7;
  background: -moz-linear-gradient(top, #569ad4 0%, #256ba7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #569ad4), color-stop(100%, #256ba7));
  background: -webkit-linear-gradient(top, #569ad4 0%, #256ba7 100%);
  background: -o-linear-gradient(top, #569ad4 0%, #256ba7 100%);
  background: -ms-linear-gradient(top, #569ad4 0%, #256ba7 100%);
  background: linear-gradient(to bottom, #569ad4 0%, #256ba7 100%);
}
body.in-maintenance .body-wrapper .page-outer {
  background: transparent url("../images/installation-bg.png") repeat 0 0;
  padding: 40px 0;
}
body.in-maintenance #branding {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  box-shadow: none;
  background: #f4f4f4;
  border: 1px solid #edebeb;
  margin: 0;
  padding: 30px 40px;
  width: 960px;
}
body.in-maintenance #branding h1.page-title {
  color: #747474;
  float: right;
  /* LTR */
  font-size: 32px;
  font-weight: 100;
  line-height: 1em;
  padding: 10px 0;
  width: 550px;
}
body.in-maintenance #page {
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.28);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: transparent;
  background: #ffffff;
  padding: 0;
  width: 960px;
  overflow: hidden;
}
body.in-maintenance .page-wrapper {
  padding: 40px;
  width: 960px;
}
body.in-maintenance .logo-wrapper {
  float: left;
  /*LTR */
}
body.in-maintenance #logo {
  margin: 0;
  max-width: 100%;
}
body.in-maintenance #sidebar-first {
  width: 270px;
}
body.in-maintenance fieldset .fieldset-wrapper,
body.in-maintenance fieldset.collapsible {
  border: 1px solid #ccc;
  padding: 15px;
}
body.in-maintenance fieldset .fieldset-wrapper input.form-text,
body.in-maintenance fieldset.collapsible input.form-text {
  width: 100%;
}
body.in-maintenance ol.task-list {
  background: transparent url("../images/wizard-bg.png") repeat-y 0 0;
}
body.in-maintenance ol.task-list li {
  background: transparent url("../images/tasks-inactive.png") no-repeat 5px 4px;
  color: #9a9a9a;
  font: normal 400 16px/18px "Open Sans", Arial, sans-serif;
  height: 30px;
  padding: 6px 0 0 40px;
  /* LTR */
  margin: 0 0 22px 0;
  /* LTR */
}
body.in-maintenance ol.task-list li.active {
  background: transparent url("../images/tasks-active.png") no-repeat 5px 4px;
  color: #2e87cd;
}
body.in-maintenance ol.task-list li.done {
  background: transparent url("../images/tasks-complete.png") no-repeat 5px 4px;
  color: #75cd27;
}
body.in-maintenance .form-item-install-demo-store .form-radios {
  float: left;
  /* LTR */
}
body.in-maintenance .form-item-install-demo-store .description {
  background: transparent url("../images/small-pointer.png") no-repeat 0 3px;
  margin-left: 80px;
  /* LTR */
  padding: 3px 5px 5px 23px;
  /* LTR */
}
body.in-maintenance #edit-notice {
  clear: both;
}
body.in-maintenance div.form-type-password {
  width: 500px;
}
body.in-maintenance .password-strength {
  width: 15em;
}
body.in-maintenance .form-item-extras label[for=edit-extras] {
  clear: both;
}
body.in-maintenance #edit-submit.form-disabled {
  opacity: .5;
  cursor: auto;
}
body.in-maintenance #install-welcome > div > p {
  margin-top: 0;
}
body.in-maintenance #progress {
  margin-bottom: 50px;
}
body.installing-demo-store ol.task-list,
body.importing-content ol.task-list,
body.installing-additional-functionality ol.task-list {
  background: transparent url("../images/wizard-bg2.png") repeat-y 0 0;
}

/* Installation Page Field Styles */
#edit-account-commerce-kickstart-name,
#edit-account-commerce-kickstart-password {
  font-weight: 700;
}

#edit-account-commerce-kickstart-name label,
#edit-account-commerce-kickstart-password label {
  color: #333;
  float: left;
  /* LTR */
  margin-right: 8px;
  /* LTR */
  font-weight: 500;
}

/* Make the Username & Password stand out from the label */
#edit-account-commerce-kickstart-name,
#edit-account-commerce-kickstart-password {
  color: black;
  font-weight: bold;
}

/* Commerce Kickstart Help */
#commerce-kickstart-inline-help {
  position: relative;
}

#edit-commerce-kickstart-inline-help-button {
  padding: 5px 15px;
}

#commerce-kickstart-inline-help #edit-commerce-kickstart-inline-help-close-button {
  padding: 5px 15px;
  position: absolute;
  right: 0;
  /* LTR */
  top: 10px;
}

#commerce-kickstart-inline-help .advanced-help-topic {
  background: #fef2c4;
  border: 1px solid #efb120;
  -moz-box-shadow: inset 0 0 10px #fff;
  -webkit-box-shadow: inset 0 0 10px #fff;
  box-shadow: inset 0 0 10px #fff;
  margin-bottom: 30px;
  padding: 15px;
}

.page-admin-getting-started .advanced-help-topic {
  background: transparent;
  border: 0;
  padding: 0;
}

.page-admin-getting-started .advanced-help-topic a {
  color: #36A2F6;
}

#block-commerce-kickstart-help-commerce-kickstart-ressources,
#block-commerce-kickstart-help-commerce-kickstart-community {
  background: #fefefe;
  border: 1px solid #efb120;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  margin: 0;
  min-height: 250px;
  padding: 10px 30px;
  width: 48.27586%;
  /* 420px/870px */
}

.block-commerce-kickstart-help h2 {
  color: #acacac;
  font: normal 600 26px/26px "Open Sans", Arial, sans-serif;
}

#commerce-kickstart-inline-help-form-ajax .ajax-progress {
  padding-top: 10px;
}

#commerce-kickstart-inline-close-help-form-ajax .ajax-progress {
  position: absolute;
  right: 100px;
  /* LTR */
  top: 10px;
}

#commerce-kickstart-inline-help-form-ajax #edit-commerce-kickstart-inline-help-button {
  float: right;
  /* LTR */
}

/* Help Overrides */
#-commerce-kickstart-help-store .search .form-item {
  width: 85%;
}

#-commerce-kickstart-help-store a.search-submit {
  margin-top: 0;
}

html.js #-commerce-kickstart-help-store fieldset.collapsible {
  min-height: 55px;
}

/* Customer Profiles Fix */
.view-commerce-customer-profiles .views-exposed-form #edit-name-wrapper {
  width: 520px;
}

.view-commerce-customer-profiles .views-exposed-form label {
  float: left;
  margin-right: 15px;
}

/* Inline Help Adjustment */
.page-admin-commerce-products #commerce-kickstart-inline-help-button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: 26px;
}
.page-admin-commerce-products #commerce-kickstart-inline-help-button #edit-commerce-kickstart-inline-help-button {
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  top: 8px;
  right: 0;
}

File

themes/commerce_kickstart_admin/css/commerce_kickstart_admin.css
View source
  1. /* Import Mixins and Variables */
  2. /* CG Credits in footer */
  3. #credit {
  4. float: right;
  5. /* LTR */
  6. padding: 20px 0 40px;
  7. }
  8. #powered_by_drupal_commerce {
  9. float: left;
  10. /* LTR */
  11. padding-top: 20px;
  12. }
  13. body.in-maintenance #credit {
  14. color: #fff;
  15. margin: 0 auto;
  16. width: 960px;
  17. }
  18. #credit .message {
  19. clear: right;
  20. /* LTR */
  21. float: right;
  22. /* LTR */
  23. margin-bottom: 20px;
  24. width: 180px;
  25. }
  26. /* CG Logo on White */
  27. #credit .logo a {
  28. background: transparent url("../images/logo-cg2.png") no-repeat 0 0;
  29. clear: right;
  30. /* LTR */
  31. float: right;
  32. /* LTR */
  33. height: 0;
  34. overflow: hidden;
  35. padding: 50px 0 0;
  36. width: 180px;
  37. }
  38. /* CG Logo on Blue */
  39. body.in-maintenance #credit .logo a {
  40. background: transparent url("../images/logo-cg3.png") no-repeat 0 0;
  41. }
  42. /* CG Logo on Black */
  43. #overlay #overlay-content #credit .logo a {
  44. background: transparent url("../images/logo-cg.png") no-repeat 0 0;
  45. }
  46. /* Installation/Maintenance Page */
  47. body.in-maintenance {
  48. background: #256ba7 url("../images/installation-bg.png") repeat 0 0;
  49. /* Welcome Page Styles */
  50. /* DFP Styles */
  51. }
  52. body.in-maintenance .body-wrapper {
  53. background: #256ba7;
  54. background: -moz-linear-gradient(top, #569ad4 0%, #256ba7 100%);
  55. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #569ad4), color-stop(100%, #256ba7));
  56. background: -webkit-linear-gradient(top, #569ad4 0%, #256ba7 100%);
  57. background: -o-linear-gradient(top, #569ad4 0%, #256ba7 100%);
  58. background: -ms-linear-gradient(top, #569ad4 0%, #256ba7 100%);
  59. background: linear-gradient(to bottom, #569ad4 0%, #256ba7 100%);
  60. }
  61. body.in-maintenance .body-wrapper .page-outer {
  62. background: transparent url("../images/installation-bg.png") repeat 0 0;
  63. padding: 40px 0;
  64. }
  65. body.in-maintenance #branding {
  66. -moz-border-radius: 5px 5px 0 0;
  67. -webkit-border-radius: 5px 5px 0 0;
  68. border-radius: 5px 5px 0 0;
  69. box-shadow: none;
  70. background: #f4f4f4;
  71. border: 1px solid #edebeb;
  72. margin: 0;
  73. padding: 30px 40px;
  74. width: 960px;
  75. }
  76. body.in-maintenance #branding h1.page-title {
  77. color: #747474;
  78. float: right;
  79. /* LTR */
  80. font-size: 32px;
  81. font-weight: 100;
  82. line-height: 1em;
  83. padding: 10px 0;
  84. width: 550px;
  85. }
  86. body.in-maintenance #page {
  87. -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.28);
  88. -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.28);
  89. box-shadow: 0 5px 5px rgba(0, 0, 0, 0.28);
  90. -moz-border-radius: 5px 5px 5px 5px;
  91. -webkit-border-radius: 5px 5px 5px 5px;
  92. border-radius: 5px 5px 5px 5px;
  93. background: transparent;
  94. background: #ffffff;
  95. padding: 0;
  96. width: 960px;
  97. overflow: hidden;
  98. }
  99. body.in-maintenance .page-wrapper {
  100. padding: 40px;
  101. width: 960px;
  102. }
  103. body.in-maintenance .logo-wrapper {
  104. float: left;
  105. /*LTR */
  106. }
  107. body.in-maintenance #logo {
  108. margin: 0;
  109. max-width: 100%;
  110. }
  111. body.in-maintenance #sidebar-first {
  112. width: 270px;
  113. }
  114. body.in-maintenance fieldset .fieldset-wrapper,
  115. body.in-maintenance fieldset.collapsible {
  116. border: 1px solid #ccc;
  117. padding: 15px;
  118. }
  119. body.in-maintenance fieldset .fieldset-wrapper input.form-text,
  120. body.in-maintenance fieldset.collapsible input.form-text {
  121. width: 100%;
  122. }
  123. body.in-maintenance ol.task-list {
  124. background: transparent url("../images/wizard-bg.png") repeat-y 0 0;
  125. }
  126. body.in-maintenance ol.task-list li {
  127. background: transparent url("../images/tasks-inactive.png") no-repeat 5px 4px;
  128. color: #9a9a9a;
  129. font: normal 400 16px/18px "Open Sans", Arial, sans-serif;
  130. height: 30px;
  131. padding: 6px 0 0 40px;
  132. /* LTR */
  133. margin: 0 0 22px 0;
  134. /* LTR */
  135. }
  136. body.in-maintenance ol.task-list li.active {
  137. background: transparent url("../images/tasks-active.png") no-repeat 5px 4px;
  138. color: #2e87cd;
  139. }
  140. body.in-maintenance ol.task-list li.done {
  141. background: transparent url("../images/tasks-complete.png") no-repeat 5px 4px;
  142. color: #75cd27;
  143. }
  144. body.in-maintenance .form-item-install-demo-store .form-radios {
  145. float: left;
  146. /* LTR */
  147. }
  148. body.in-maintenance .form-item-install-demo-store .description {
  149. background: transparent url("../images/small-pointer.png") no-repeat 0 3px;
  150. margin-left: 80px;
  151. /* LTR */
  152. padding: 3px 5px 5px 23px;
  153. /* LTR */
  154. }
  155. body.in-maintenance #edit-notice {
  156. clear: both;
  157. }
  158. body.in-maintenance div.form-type-password {
  159. width: 500px;
  160. }
  161. body.in-maintenance .password-strength {
  162. width: 15em;
  163. }
  164. body.in-maintenance .form-item-extras label[for=edit-extras] {
  165. clear: both;
  166. }
  167. body.in-maintenance #edit-submit.form-disabled {
  168. opacity: .5;
  169. cursor: auto;
  170. }
  171. body.in-maintenance #install-welcome > div > p {
  172. margin-top: 0;
  173. }
  174. body.in-maintenance #progress {
  175. margin-bottom: 50px;
  176. }
  177. body.installing-demo-store ol.task-list,
  178. body.importing-content ol.task-list,
  179. body.installing-additional-functionality ol.task-list {
  180. background: transparent url("../images/wizard-bg2.png") repeat-y 0 0;
  181. }
  182. /* Installation Page Field Styles */
  183. #edit-account-commerce-kickstart-name,
  184. #edit-account-commerce-kickstart-password {
  185. font-weight: 700;
  186. }
  187. #edit-account-commerce-kickstart-name label,
  188. #edit-account-commerce-kickstart-password label {
  189. color: #333;
  190. float: left;
  191. /* LTR */
  192. margin-right: 8px;
  193. /* LTR */
  194. font-weight: 500;
  195. }
  196. /* Make the Username & Password stand out from the label */
  197. #edit-account-commerce-kickstart-name,
  198. #edit-account-commerce-kickstart-password {
  199. color: black;
  200. font-weight: bold;
  201. }
  202. /* Commerce Kickstart Help */
  203. #commerce-kickstart-inline-help {
  204. position: relative;
  205. }
  206. #edit-commerce-kickstart-inline-help-button {
  207. padding: 5px 15px;
  208. }
  209. #commerce-kickstart-inline-help #edit-commerce-kickstart-inline-help-close-button {
  210. padding: 5px 15px;
  211. position: absolute;
  212. right: 0;
  213. /* LTR */
  214. top: 10px;
  215. }
  216. #commerce-kickstart-inline-help .advanced-help-topic {
  217. background: #fef2c4;
  218. border: 1px solid #efb120;
  219. -moz-box-shadow: inset 0 0 10px #fff;
  220. -webkit-box-shadow: inset 0 0 10px #fff;
  221. box-shadow: inset 0 0 10px #fff;
  222. margin-bottom: 30px;
  223. padding: 15px;
  224. }
  225. .page-admin-getting-started .advanced-help-topic {
  226. background: transparent;
  227. border: 0;
  228. padding: 0;
  229. }
  230. .page-admin-getting-started .advanced-help-topic a {
  231. color: #36A2F6;
  232. }
  233. #block-commerce-kickstart-help-commerce-kickstart-ressources,
  234. #block-commerce-kickstart-help-commerce-kickstart-community {
  235. background: #fefefe;
  236. border: 1px solid #efb120;
  237. -moz-border-radius: 15px 15px 15px 15px;
  238. -webkit-border-radius: 15px 15px 15px 15px;
  239. border-radius: 15px 15px 15px 15px;
  240. margin: 0;
  241. min-height: 250px;
  242. padding: 10px 30px;
  243. width: 48.27586%;
  244. /* 420px/870px */
  245. }
  246. .block-commerce-kickstart-help h2 {
  247. color: #acacac;
  248. font: normal 600 26px/26px "Open Sans", Arial, sans-serif;
  249. }
  250. #commerce-kickstart-inline-help-form-ajax .ajax-progress {
  251. padding-top: 10px;
  252. }
  253. #commerce-kickstart-inline-close-help-form-ajax .ajax-progress {
  254. position: absolute;
  255. right: 100px;
  256. /* LTR */
  257. top: 10px;
  258. }
  259. #commerce-kickstart-inline-help-form-ajax #edit-commerce-kickstart-inline-help-button {
  260. float: right;
  261. /* LTR */
  262. }
  263. /* Help Overrides */
  264. #-commerce-kickstart-help-store .search .form-item {
  265. width: 85%;
  266. }
  267. #-commerce-kickstart-help-store a.search-submit {
  268. margin-top: 0;
  269. }
  270. html.js #-commerce-kickstart-help-store fieldset.collapsible {
  271. min-height: 55px;
  272. }
  273. /* Customer Profiles Fix */
  274. .view-commerce-customer-profiles .views-exposed-form #edit-name-wrapper {
  275. width: 520px;
  276. }
  277. .view-commerce-customer-profiles .views-exposed-form label {
  278. float: left;
  279. margin-right: 15px;
  280. }
  281. /* Inline Help Adjustment */
  282. .page-admin-commerce-products #commerce-kickstart-inline-help-button {
  283. position: absolute;
  284. right: 0px;
  285. top: 0px;
  286. padding-top: 26px;
  287. }
  288. .page-admin-commerce-products #commerce-kickstart-inline-help-button #edit-commerce-kickstart-inline-help-button {
  289. margin-bottom: 0;
  290. margin-top: 0;
  291. position: absolute;
  292. top: 8px;
  293. right: 0;
  294. }