You are here

sweaver-grey.css in Sweaver 6

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

Sweaver grey skin CSS.

File

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