You are here

sweaver-default.css in Sweaver 6

Same filename and directory in other branches
  1. 7 skins/default/sweaver-default.css

Sweaver default skin CSS.

File

skins/default/sweaver-default.css
View source
  1. /**
  2. * @file
  3. * Sweaver default skin CSS.
  4. */
  5. /******************************************************
  6. * Reset all css with !important
  7. * so that sweavering doesn't affect the sweaver bar.
  8. ******************************************************/
  9. #sweaver-frontend *,
  10. #sweaver-messages * {
  11. background: transparent 0 none !important;
  12. color: #fff !important;
  13. font-family: "trebuchet MS", Helvetica, Arial !important;
  14. font-size: 12px !important;
  15. font-style: normal !important;
  16. font-weight: normal !important;
  17. text-decoration: none !important;
  18. text-transform: none !important;
  19. background-image: none !important;
  20. line-height: 1.3em !important;
  21. text-align: left !important;
  22. padding: 0 !important;
  23. margin: 0 !important;
  24. border: 0 none !important;
  25. width: auto;
  26. height: auto;
  27. outline: 0;
  28. }
  29. /*****************
  30. General theming.
  31. ******************/
  32. /* correct the body so that the Sweaver frontend does not overlap any content */
  33. body.sweaver {
  34. margin-bottom: 287px;
  35. }
  36. /* Show which selector was hovered/clicked */
  37. .sweaver-hovered {
  38. outline: 1px dotted #ccc;
  39. }
  40. .sweaver-clicked {
  41. outline: 1px solid #ccc;
  42. }
  43. /* sweaver bar */
  44. #sweaver {
  45. width: 100%;
  46. position: fixed;
  47. bottom: 0;
  48. left: 0;
  49. z-index: 1000;
  50. text-transform: none !important;
  51. background-image: none !important;
  52. }
  53. #sweaver #sweaver-middle {
  54. background-color: #333 !important;
  55. overflow: hidden;
  56. }
  57. #sweaver .sweaver-content {
  58. padding: 10px !important;
  59. margin: 0 7px 7px !important;
  60. background-color: #bcd62b !important;
  61. position: relative !important;
  62. height: 180px;
  63. overflow: hidden;
  64. z-index: 1;
  65. }
  66. /* header region */
  67. #sweaver .sweaver-header {
  68. padding: 7px !important;
  69. clear: both !important;
  70. margin: 0 7px 0 !important;
  71. position: relative;
  72. z-index: 2;
  73. }
  74. #sweaver #sweaver-header a.button {
  75. float: right;
  76. }
  77. /* Horizontal tabs */
  78. #sweaver .close a,
  79. #sweaver .tab a {
  80. background-color: #999 !important;
  81. height: 16px !important;
  82. display: block !important;
  83. float: left !important;
  84. padding: 5px 15px !important;
  85. font-size: 13px !important;
  86. line-height: 16px !important;
  87. margin-left: 7px !important;
  88. -moz-border-radius: 7px 7px 0 0 !important;
  89. border-radius: 7px 7px 0 0 !important;
  90. -webkit-border-top-right-radius: 7px !important;
  91. -webkit-border-top-left-radius: 7px !important;
  92. }
  93. #sweaver .close a {
  94. background: #999 url(images/close.png) no-repeat center center !important;
  95. text-indent: -10000px !important;
  96. overflow: hidden !important;
  97. }
  98. #sweaver .close.active-tab a {
  99. background-image: url(images/open.png) !important;
  100. }
  101. #sweaver .active-tab a {
  102. background-color: #333 !important;
  103. }
  104. /* style actions */
  105. #sweaver-style-actions {
  106. background-color: #333 !important;
  107. height: 26px !important;
  108. display: block !important;
  109. float: right !important;
  110. padding: 0px 15px !important;
  111. line-height: 16px !important;
  112. -moz-border-radius: 7px 0 0 0 !important;
  113. border-radius: 7px 0 0 0 !important;
  114. -webkit-border-top-left-radius: 7px !important;
  115. }
  116. #sweaver-style-actions .style-actions-link {
  117. float: left !important;
  118. }
  119. #sweaver-style-actions .style-actions-link a {
  120. padding: 5px 10px !important;
  121. display: block !important;
  122. font-size: 13px !important;
  123. }
  124. /* Messages and popups */
  125. #sweaver-messages,
  126. #sweaver-popup {
  127. -moz-border-radius: 7px !important;
  128. -webkit-border-radius: 7px !important;
  129. border-radius: 7px !important;
  130. background: rgb(65,65,65) !important;
  131. background: rgba(51,51,51,0.9) !important;
  132. display: none;
  133. padding: 15px !important;
  134. position: fixed !important;
  135. font-size: 11px !important;
  136. z-index: 1100 !important;
  137. text-decoration: none !important;
  138. top: 7px;
  139. left: 7px;
  140. width: 300px;
  141. min-height: 50px;
  142. }
  143. #sweaver-popup {
  144. width: auto;
  145. padding: 25px 15px !important;
  146. }
  147. #sweaver-messages .close,
  148. #sweaver-popup .close {
  149. background: url(images/close-message.png) no-repeat center center !important;
  150. text-indent: -10000px;
  151. overflow: hidden;
  152. width: 16px;
  153. height: 15px;
  154. line-height: 15px;
  155. position: absolute;
  156. top: 5px;
  157. right: 5px;
  158. }
  159. #sweaver-messages .close:hover,
  160. #sweaver-popup .close:hover {
  161. cursor: pointer;
  162. }
  163. #sweaver-popup h2 {
  164. font-size: 16px !important;
  165. margin-bottom: 5px !important;
  166. }
  167. #sweaver-popup a {
  168. text-decoration: underline !important;
  169. }
  170. #sweaver-frontend #sweaver-popup p,
  171. #sweaver-frontend #sweaver-popup span {
  172. font-style: italic !important;
  173. margin: 10px 0 !important;
  174. }
  175. #sweaver-popup legend {
  176. font-size: 16px !important;
  177. line-height:19px !important;
  178. margin:0 0 10px !important;
  179. }
  180. #sweaver-popup fieldset fieldset legend {
  181. line-height: 13px !important;
  182. background: transparent url(images/close.png) no-repeat left center !important;
  183. padding-left: 25px !important;
  184. height: 16px !important;
  185. }
  186. #sweaver-popup fieldset fieldset .fieldset-wrapper {
  187. margin: 0px 0 10px 25px;
  188. }
  189. #sweaver-popup fieldset .description {
  190. border-radius: 5px 5px 5px 5px !important;
  191. -moz-border-radius: 5px 5px 5px 5px !important;
  192. -webkit-border-radius: 5px 5px 5px 5px !important;
  193. background: none repeat scroll 0 0 #666666 !important;
  194. color: #EEEEEE !important;
  195. padding: 10px !important;
  196. margin-left: 0 !important;
  197. }
  198. #sweaver-popup fieldset fieldset .description {
  199. margin-top: 10px !important;
  200. }
  201. #sweaver-popup fieldset .form-item .description {
  202. font-size: 0.9em !important;
  203. }
  204. #sweaver-popup fieldset .form-item {
  205. padding: 15px 0 !important;
  206. border-bottom: 1px solid #777 !important;
  207. }
  208. #sweaver-popup fieldset fieldset {
  209. background: transparent none !important;
  210. padding: 5px 0 !important;
  211. margin: 0px !important;
  212. }
  213. #sweaver-frontend #sweaver-popup input,
  214. #sweaver-frontend #sweaver-popup select,
  215. #sweaver-frontend #sweaver-popup textarea {
  216. box-shadow: 1px 1px 2px #333 !important;
  217. -moz-box-shadow: 1px 1px 2px #333 !important;
  218. -webkit-box-shadow: 1px 1px 2px #333 !important;
  219. }
  220. /* Popup link */
  221. #sweaver .popup-link {
  222. float: left;
  223. margin-right: 10px !important;
  224. }
  225. #sweaver .popup-link a {
  226. background: #999 url(images/popup.png) no-repeat 4px center !important;
  227. font-weight: bold !important;
  228. padding: 5px 5px 5px 25px !important;
  229. display: block !important;
  230. border-radius: 4px;
  231. -moz-border-radius: 4px;
  232. -webkit-border-radius: 4px;
  233. }
  234. /* style actions */
  235. #sweaver-popup #edit-save-type-wrapper,
  236. #sweaver-popup #edit-save-style-wrapper,
  237. #sweaver-popup #edit-style-existing-id-wrapper {
  238. float: left !important;
  239. }
  240. #sweaver-popup #edit-save-type-wrapper select,
  241. #sweaver-popup #edit-save-style-wrapper input,
  242. #sweaver-popup #edit-style-existing-id-wrapper select {
  243. margin-right: 15px !important;
  244. }
  245. #sweaver-popup #edit-save-style {
  246. width: 140px !important;
  247. }
  248. #sweaver-popup .delete-style-question {
  249. background:none repeat scroll 0 0 #666666 !important;
  250. padding:5px !important;
  251. -moz-border-radius: 7px !important;
  252. -webkit-border-radius: 7px !important;
  253. border-radius: 7px !important;
  254. margin-top: 15px !important;
  255. }
  256. #sweaver-popup .save-publish-buttons {
  257. clear: both;
  258. }
  259. #sweaver-popup .delete-style-question input,
  260. #sweaver-popup .save-publish-buttons input {
  261. float: left !important;
  262. margin-right: 15px !important;
  263. clear: none !important;
  264. }
  265. #sweaver-popup .delete-style-question input {
  266. background-color: #333 !important;
  267. }
  268. /* general theming */
  269. #sweaver a {
  270. padding: 0 !important;
  271. margin: 0 !important;
  272. display: inline !important;
  273. }
  274. #sweaver h2 {
  275. color: #222 !important;
  276. font-family: Georgia !important;
  277. font-size: 18px !important;
  278. text-transform: uppercase !important;
  279. padding: 0 0 5px 0 !important;
  280. margin: 0 !important;
  281. line-height: 1em !important;
  282. }
  283. #sweaver h3 {
  284. color: #222 !important;
  285. font-size:13px !important;
  286. font-weight:bold !important;
  287. line-height:18px !important;
  288. margin: 5px 0 !important;
  289. }
  290. #sweaver-frontend label {
  291. width: 115px !important;
  292. float: left !important;
  293. clear: left !important;
  294. font-weight: bold !important;
  295. }
  296. #sweaver-frontend .form-item {
  297. padding: 5px 0 !important;
  298. }
  299. #sweaver-frontend input,
  300. #sweaver-frontend select,
  301. #sweaver-frontend textarea {
  302. text-transform: none !important;
  303. width: 140px !important;
  304. border: 1px solid #fff !important;
  305. padding: 2px !important;
  306. color: #222 !important;
  307. background-color: #fff !important;
  308. border-radius: 2px !important;
  309. -moz-border-radius: 2px !important;
  310. -webkit-border-radius: 2px !important;
  311. height: auto !important;
  312. box-shadow: 1px 1px 2px #8A9F16 !important;
  313. -moz-box-shadow: 1px 1px 2px #8A9F16 !important;
  314. -webkit-box-shadow: 1px 1px 2px #8A9F16 !important;
  315. }
  316. #sweaver-frontend option {
  317. color: #222 !important;
  318. padding: 2px !important;
  319. }
  320. #sweaver-frontend input.form-file,
  321. #sweaver-frontend input.form-checkbox {
  322. width: auto !important;
  323. }
  324. #sweaver textarea {
  325. width: 400px !important;
  326. height:175px !important;
  327. }
  328. #sweaver a.button {
  329. width: 50px !important;
  330. border: 1px solid #fff !important;
  331. padding: 2px !important;
  332. color: #222 !important;
  333. background-color: #fff !important;
  334. display: block !important;
  335. text-align: center !important;
  336. font-size: 13px !important;
  337. text-decoration: none !important;
  338. text-transform: none !important;
  339. margin-left: 15px !important;
  340. }
  341. #sweaver a.button:hover {
  342. text-decoration: none !important;
  343. }
  344. #sweaver-frontend .form-submit,
  345. #sweaver-popup .form-submit {
  346. clear: left;
  347. display: block !important;
  348. margin: 1em 0 0 0 !important;
  349. background-color: #666 !important;
  350. color: #fff !important;
  351. border: 0 none !important;
  352. width: auto !important;
  353. padding: 5px !important;
  354. cursor: pointer;
  355. zoom: 1;
  356. }
  357. #sweaver-frontend label.option {
  358. width: auto !important;
  359. float: none !important;
  360. }
  361. #sweaver-frontend input.form-checkbox {
  362. width: auto !important;
  363. }
  364. #sweaver-frontend .description {
  365. margin-left: 120px !important;
  366. font-size: 0.9em !important;
  367. margin-top: 5px !important;
  368. }
  369. /* containers */
  370. #sweaver .container {
  371. float: left !important;
  372. }
  373. #sweaver .container-inner {
  374. padding: 0 20px !important;
  375. border-left:1px solid #D2EE38 !important;
  376. border-right: 1px solid #A3B926 !important;
  377. height: 180px !important;
  378. }
  379. #sweaver .container-first .container-inner {
  380. border-left: 0 none !important;
  381. padding-left: 0 !important;
  382. }
  383. #sweaver .container-last .container-inner {
  384. border-right: 0 none !important;
  385. padding-right: 0 !important;
  386. }
  387. /* Custom css */
  388. #sweaver .form-floater .form-submit,
  389. #sweaver .form-floater .form-item {
  390. float: left !important;
  391. clear: none !important;
  392. }
  393. #sweaver .form-floater .form-item {
  394. margin: 0 10px 0 0 !important;
  395. }
  396. /* link for 'theme styles' tab */
  397. #sweaver .sweaver-switch-to-style {
  398. float: left;
  399. margin-right: 10px !important;
  400. }
  401. #sweaver .sweaver-switch-to-style a {
  402. background: #999 url(images/style.png) no-repeat 4px center !important;
  403. font-weight: bold !important;
  404. padding: 5px 5px 5px 25px !important;
  405. display: block !important;
  406. border-radius: 4px;
  407. -moz-border-radius: 4px;
  408. -webkit-border-radius: 4px;
  409. }
  410. /* Theme switching tab */
  411. #sweaver .selected-image {
  412. -moz-box-shadow: 1px 1px 2px #8A9F16;
  413. background: #FFFFFF !important;
  414. color: #333333 !important;
  415. float: left;
  416. margin-right: 25px !important;
  417. padding: 5px !important;
  418. text-align: center !important;
  419. margin-top: 10px !important;
  420. }
  421. #sweaver .selected-image img {
  422. width: 150px;
  423. height: 90px;
  424. }
  425. #sweaver .selected-image-default {
  426. background: #333333 !important;
  427. color: #FFFFFF !important;
  428. margin-top: 0 !important;
  429. padding: 15px !important;
  430. }
  431. #themeswitch-pane {
  432. overflow: hidden;
  433. width: 100%;
  434. height: 170px;
  435. }
  436. #sweaver_plugin_themeswitch .scroll-bar-wrap {
  437. clear: left;
  438. padding: 10px 4px 0 2px !important;
  439. margin: 0 -1px -1px -1px !important;
  440. }
  441. #sweaver_plugin_themeswitch .scroll-bar-wrap .ui-handle-helper-parent {
  442. position: relative;
  443. width: 100%;
  444. height: 100%;
  445. margin: 0 auto !important;
  446. }
  447. /*****************
  448. Style editor
  449. ******************/
  450. #sweaver_plugin_editor #sweaver-editor {
  451. display: none;
  452. }
  453. /* vertical tabs in editor screen */
  454. #sweaver .vertical-tabs {
  455. border-right: 1px solid #A3B926 !important;
  456. float: left !important;
  457. height: 180px !important;
  458. padding-right: 15px !important;
  459. }
  460. #sweaver .vertical-tab a {
  461. -moz-border-radius: 7px !important;
  462. -webkit-border-radius: 7px !important;
  463. border-radius: 7px !important;;
  464. background-color: #666666 !important;
  465. display: block !important;
  466. font-size: 13px !important;
  467. margin-bottom: 5px !important;
  468. padding: 7px !important;
  469. width: 150px !important;
  470. outline: 0 none;
  471. font-weight: normal !important;
  472. font-style: normal !important;
  473. }
  474. #sweaver .vertical-tab a.active {
  475. background-color: transparent !important;
  476. color: #444444 !important;
  477. font-size: 16px !important;
  478. }
  479. #sweaver .vertical-content {
  480. border-left:1px solid #D2EE38 !important;
  481. height: 180px !important;
  482. margin-left: 180px !important;
  483. padding-left:15px !important;
  484. }
  485. .vertical-content .container-wrapper {
  486. display: none;
  487. }
  488. .vertical-content #container-one {
  489. display: block;
  490. }
  491. /* form items */
  492. #sweaver_plugin_editor label {
  493. line-height: 16px !important;
  494. padding: 5px 0 0 0 !important;
  495. }
  496. #sweaver_plugin_editor .form-item,
  497. #sweaver_plugin_editor .sweaver-group {
  498. padding: 5px 0 !important;
  499. margin: 0 !important;
  500. clear: both !important;
  501. position: relative !important;
  502. z-index: 1;
  503. }
  504. #sweaver_plugin_editor .form-item.active,
  505. #sweaver_plugin_editor .sweaver-group.active {
  506. z-index: 2;
  507. }
  508. #sweaver_plugin_editor label,
  509. #sweaver_plugin_editor select,
  510. #sweaver_plugin_editor input {
  511. float: left;
  512. }
  513. /* parent / children */
  514. #sweaver_plugin_editor .sweaver-group-content label {
  515. display: none;
  516. }
  517. #sweaver_plugin_editor .sweaver-group-content {
  518. float: left;
  519. }
  520. #sweaver_plugin_editor .sweaver-group-content .form-item {
  521. float: left !important;
  522. clear: none !important;
  523. margin-right: 5px !important;
  524. padding: 0 !important;
  525. }
  526. #sweaver_plugin_editor .sweaver-group-content select {
  527. width: auto !important;
  528. }
  529. /* slider */
  530. #sweaver_plugin_editor .slider-value {
  531. border: none !important;
  532. background-color: #fff !important;
  533. width: 30px !important;
  534. text-align: center !important;
  535. }
  536. #sweaver_plugin_editor .slider {
  537. width: 122px;
  538. }
  539. #sweaver_plugin_editor .slider-wrapper {
  540. visibility: hidden;
  541. padding: 10px !important;
  542. background-color: #666 !important;
  543. -moz-border-radius: 5px !important;
  544. -webkit-border-radius: 5px !important;
  545. border-radius: 5px !important;
  546. position: absolute;
  547. top: 0;
  548. left: 0;
  549. z-index: 100 !important;
  550. }
  551. /* Overwrite of jquery ui css to be able to add !important */
  552. #sweaver-frontend .ui-slider {
  553. background: none repeat scroll 0 0 #FFFFFF !important;
  554. border: 1px solid #D3D3D3 !important;
  555. font-size: 100%;
  556. height: 0.8em;
  557. line-height: 1.3;
  558. }
  559. #sweaver-frontend .ui-slider-handle {
  560. background:url(images/slider-handle.png) repeat-x scroll 0 50% #FFFFFF !important;
  561. border: 1px solid #DDDDDD !important;
  562. font-size:100%;
  563. height: 1.2em;
  564. width: 1.2em;
  565. line-height:1.3;
  566. }
  567. /* selectors path */
  568. #sweaver_plugin_editor #full-path,
  569. #sweaver_plugin_editor #selected-path {
  570. margin: 0 0 0 -7px !important;
  571. padding: 3px 7px 3px 0 !important;
  572. }
  573. #sweaver_plugin_editor #selected-path {
  574. padding-bottom: 0 !important;
  575. }
  576. #sweaver_plugin_editor .path-label {
  577. width: 100px !important;
  578. clear:left;
  579. display:block;
  580. float:left;
  581. padding: 0px 3px 0px 10px !important;
  582. }
  583. #sweaver_plugin_editor .path-content {
  584. margin-left: 113px !important;
  585. display: block;
  586. }
  587. #sweaver_plugin_editor #selected-path span {
  588. position: relative;
  589. }
  590. #sweaver_plugin_editor #full-path .selector-wrapper {
  591. position: relative;
  592. z-index: 1;
  593. float: left;
  594. white-space: nowrap;
  595. }
  596. #sweaver_plugin_editor #full-path .selector-wrapper.open {
  597. z-index: 2;
  598. }
  599. #sweaver_plugin_editor #full-path .first-selector,
  600. #sweaver_plugin_editor #full-path .selector-separator {
  601. float: left;
  602. }
  603. #sweaver_plugin_editor #full-path .first-selector {
  604. cursor: pointer;
  605. white-space: nowrap;
  606. }
  607. #sweaver_plugin_editor #full-path .active .first-selector a {
  608. text-decoration: underline !important;
  609. }
  610. /* selector popup */
  611. #sweaver_plugin_editor #full-path .selector-popup {
  612. position: absolute !important;
  613. top: 0px !important;
  614. left: -10000px;
  615. background: #666 !important;
  616. padding: 4px 8px !important;
  617. -moz-border-radius: 3px !important;
  618. -webkit-border-radius: 3px !important;
  619. border-radius: 3px !important;
  620. z-index: 1113 !important;
  621. width: 230px !important;
  622. white-space: nowrap !important;
  623. }
  624. #sweaver_plugin_editor #full-path .selector-popup ul {
  625. float: left !important;
  626. }
  627. #sweaver_plugin_editor #full-path .selector-popup ul.selectors {
  628. width: 134px;
  629. border-right: 1px solid #555;
  630. padding-right: 15px !important;
  631. }
  632. #sweaver_plugin_editor #full-path .selector-popup ul.pseudoclasses {
  633. width: 72px;
  634. padding-left: 8px !important;
  635. }
  636. #sweaver_plugin_editor #full-path .selector-popup li {
  637. list-style-type: none !important;
  638. list-style-image: none !important;
  639. padding: 4px 0 4px 15px !important;
  640. border-bottom: 1px solid #555;
  641. border-top: 1px solid #777;
  642. }
  643. #sweaver_plugin_editor #full-path .selector-popup li.first {
  644. border-top: 0 none;
  645. }
  646. #sweaver_plugin_editor #full-path .selector-popup li.active {
  647. background: transparent url(images/active-selector.png) no-repeat left center !important;
  648. }
  649. #sweaver_plugin_editor #full-path .selector-popup li.last {
  650. border-bottom: 0 none;
  651. }
  652. #sweaver_plugin_editor #full-path .selector-popup-opener {
  653. background: transparent url(images/selector-popup.png) no-repeat center center !important;
  654. width: 16px !important;
  655. height: 15px !important;
  656. text-indent: -2000px !important;
  657. overflow: hidden !important;
  658. float: left;
  659. cursor: pointer;
  660. display: none;
  661. margin-right: 3px !important;
  662. }
  663. #sweaver_plugin_editor #full-path .active .selector-popup-opener {
  664. display: block;
  665. }
  666. /* Follow link */
  667. #follow-link {
  668. -moz-border-radius: 7px !important;
  669. -webkit-border-radius: 7px !important;
  670. border-radius: 7px !important;
  671. background: rgb(51,51,51) !important;
  672. background: rgba(51,51,51,0.9) !important;
  673. color: #fff !important;
  674. display: none;
  675. opacity: 0.8 !important;
  676. padding: 3px 7px !important;
  677. position: absolute !important;
  678. font-size: 11px !important;
  679. z-index: 1100 !important;
  680. text-decoration: none !important;
  681. font-family: "trebuchet MS", Helvetica, Arial !important;
  682. font-size: 12px !important;
  683. }
  684. #follow-link:hover {
  685. text-decoration: underline !important;
  686. }
  687. /* Changes */
  688. #editor-changes {
  689. position: absolute !important;
  690. bottom: 21px;
  691. right: -10000px;
  692. padding: 5px !important;
  693. width: 400px !important;
  694. background-color: #333 !important;
  695. color: #fff !important;
  696. height: 160px;
  697. overflow-y: scroll;
  698. border: 1px solid #333;
  699. z-index : 1112;
  700. }
  701. #sweaver_plugin_editor #changes-toggler {
  702. border-radius: 7px 7px 0 0;
  703. -moz-border-radius: 7px 7px 0 0;
  704. -webkit-border-top-right-radius: 7px;
  705. -webkit-border-top-left-radius: 7px;
  706. background: #333333 url(images/open2.png) no-repeat 95% 50% !important;
  707. position: absolute;
  708. bottom: 0;
  709. right: 10px;
  710. padding: 5px 24px 5px 10px !important;
  711. z-index : 1111;
  712. width: 130px;
  713. cursor: pointer;
  714. }
  715. #sweaver_plugin_editor #changes-toggler.open {
  716. background-image: url(images/close2.png) !important;
  717. }
  718. #sweaver_plugin_editor #editor-changes p {
  719. margin-bottom: 5px !important;
  720. padding: 2px 2px 2px 20px !important;
  721. background: #444444 url(images/remove.png) no-repeat left center !important;
  722. cursor: pointer;
  723. }
  724. /*****************
  725. Palettes
  726. ******************/
  727. #sweaver_plugin_palettes .color {
  728. width: 15px !important;
  729. height: 15px !important;
  730. overflow: hidden;
  731. text-indent: -10000px;
  732. float: left;
  733. border: 1px solid #fff !important;
  734. margin-left: -1px;
  735. }
  736. #sweaver_plugin_palettes .name {
  737. margin-left: 7px !important;
  738. float: left;
  739. }
  740. #sweaver_plugin_palettes .colors {
  741. clear: both;
  742. margin-bottom: 5px !important;
  743. padding: 7px !important;
  744. width: 150px;
  745. }
  746. #sweaver_plugin_palettes .colors:hover,
  747. #sweaver_plugin_palettes .colors.active,
  748. #sweaver_plugin_palettes .colors.active:hover {
  749. background: #444 !important;
  750. border-radius: 7px;
  751. -webkit-border-radius: 7px;
  752. -moz-border-radius: 7px;
  753. cursor: pointer;
  754. }
  755. #sweaver_plugin_palettes .colors:hover {
  756. background-color: #666 !important;
  757. }