admin-sharing-rtl.css 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. /* Do not modify this file directly. It is concatenated from individual module CSS files. */
  2. /**
  3. * Sharedaddy Admin Styles
  4. */
  5. #services-config {
  6. min-width: 700px;
  7. width: 100%;
  8. float: right;
  9. }
  10. #services-config h3 {
  11. font-weight: normal;
  12. font-size: 15px;
  13. margin: 0;
  14. padding: 8px 10px;
  15. overflow: hidden;
  16. white-space: nowrap;
  17. color: #464646;
  18. }
  19. #available-services, #enabled-services, #live-preview {
  20. padding: 0;
  21. width: 100%;
  22. padding-top: 20px;
  23. border-spacing: 0;
  24. }
  25. #enabled-services .ui-sortable {
  26. min-height: 50px;
  27. }
  28. #enabled-services {
  29. padding-bottom: 20px;
  30. }
  31. #available-services, #enabled-services {
  32. border-bottom: 2px solid #cccccc;
  33. }
  34. #live-preview {
  35. border-bottom: 1px solid #dfdfdf;
  36. padding-bottom: 60px;
  37. }
  38. #available-services h3, #enabled-services h3, #live-preview h3 {
  39. padding: 0px;
  40. margin-top: 0px;
  41. margin-bottom: 1em;
  42. }
  43. body.settings_page_sharing .description {
  44. width: 180px;
  45. vertical-align: top;
  46. }
  47. body.settings_page_sharing .description p {
  48. font-size: 13px;
  49. font-style: italic;
  50. }
  51. body.settings_page_sharing .services {
  52. padding: 0px 20px;
  53. vertical-align: top;
  54. }
  55. body.settings_page_sharing .services ul li {
  56. float: right;
  57. cursor: move;
  58. }
  59. body.settings_page_sharing .services ul li.divider {
  60. border: none;
  61. padding: 0;
  62. background: none;
  63. cursor: default;
  64. }
  65. body.settings_page_sharing ul.services-hidden {
  66. margin-bottom: 0;
  67. }
  68. /* Generic style */
  69. #available-services .service, #enabled-services .service {
  70. margin-left: 10px;
  71. padding: 5px 5px 5px 10px;
  72. border-radius: 3px;
  73. border: 1px solid #bbb;
  74. background: #f8f8f8;
  75. background-repeat: no-repeat;
  76. background-position: center center;
  77. }
  78. #available-services .service:hover, #enabled-services .service:hover {
  79. background: #fff;
  80. border: 1px solid #bbb;
  81. box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  82. }
  83. /* Generic style icons */
  84. li.service span:before {
  85. color: #555;
  86. display: inline-block;
  87. -webkit-font-smoothing: antialiased;
  88. font: normal 18px/1 'social-logos';
  89. vertical-align: top;
  90. position: relative;
  91. top: 1px;
  92. margin-left: 3px;
  93. width: 16px;
  94. height: 16px;
  95. text-align: center;
  96. }
  97. li.service.share-print span:before {
  98. content: '\f469';
  99. }
  100. li.service.share-digg span:before {
  101. content: '\f221';
  102. }
  103. li.service.share-email span:before {
  104. content: '\f410';
  105. }
  106. li.service.share-linkedin span:before {
  107. content: '\f207';
  108. }
  109. li.service.share-twitter span:before {
  110. content: '\f202';
  111. }
  112. li.service.share-reddit span:before {
  113. content: '\f222';
  114. }
  115. li.service.share-tumblr span:before {
  116. content: '\f214';
  117. }
  118. li.service.share-pocket span:before {
  119. content: '\f224';
  120. }
  121. li.service.share-pinterest span:before {
  122. content: '\f209';
  123. }
  124. li.service.share-google-plus-1 span:before {
  125. content: '\f218';
  126. }
  127. li.service.share-facebook span:before {
  128. content: '\f203';
  129. }
  130. li.service.share-press-this span:before { /* Fixme: remove this button in favor of reblog */
  131. content: '\f205';
  132. }
  133. li.service.share-telegram span:before {
  134. content: '\f606';
  135. }
  136. li.service.share-jetpack-whatsapp span:before {
  137. content: '\f608';
  138. }
  139. li.service.share-skype span:before {
  140. content: '\f220';
  141. }
  142. /**
  143. * Preview section
  144. */
  145. body.settings_page_sharing ul.preview {
  146. float: right;
  147. margin: 0px;
  148. }
  149. body.settings_page_sharing ul.preview li.preview-item, body.settings_page_sharing ul.preview li.preview-item a {
  150. cursor: default;
  151. text-decoration: none;
  152. }
  153. div.sd-social-icon ul.preview li.preview-item a span,
  154. div.sd-social-icon .inner li.preview-item a span {
  155. display: none;
  156. }
  157. div.sd-social-icon ul.preview li.preview-item.preview-custom a span {
  158. display: inline-block;
  159. }
  160. .services .preview li.share-custom a {
  161. text-decoration: none;
  162. }
  163. .services ul li.end-fix {
  164. clear:both;
  165. float:none;
  166. visibility:hidden;
  167. padding:0;
  168. margin:0;
  169. height:20px;
  170. width:0;
  171. }
  172. #enabled-services h2{
  173. font-size:20px;
  174. padding-top:0px;
  175. font-weight: normal !important;
  176. color: #999;
  177. }
  178. body.settings_page_sharing #live-preview h2 {
  179. font-size:20px;
  180. font-weight: normal !important;
  181. color: #e3e3e3;
  182. }
  183. body.settings_page_sharing .clearing {
  184. clear: both;
  185. }
  186. body.settings_page_sharing .options .options-left {
  187. float: right;
  188. }
  189. body.settings_page_sharing .input label {
  190. font-size: 11px;
  191. line-height: 16px;
  192. }
  193. body.settings_page_sharing .advanced-form {
  194. padding: 10px 10px 8px 14px;
  195. margin-right: -24px;
  196. display: none;
  197. border-top: 1px #e3e3e3 solid;
  198. margin-top:4px;
  199. }
  200. body.settings_page_sharing .utility {
  201. float: left;
  202. padding-top:10px;
  203. padding-left: 10px;
  204. font-size: 10px;
  205. }
  206. body.settings_page_sharing .advanced input[type=submit] {
  207. float: right;
  208. margin-top:10px;
  209. margin-left: 10px;
  210. }
  211. .services li.dropzone {
  212. border: 1px dashed #999;
  213. border-radius: 3px;
  214. background: #e3e3e3;
  215. margin-left: 10px;
  216. padding: 5px;
  217. height: 18px;
  218. }
  219. .advanced-form .form-table th {
  220. width: auto !important;
  221. }
  222. .advanced-form .button-secondary {
  223. margin-top: 0 !important;
  224. }
  225. #hidden-drop-target {
  226. background: #e1e1e1;
  227. border: 1px solid #cdcdcd;
  228. width: 29%;
  229. padding: 10px;
  230. vertical-align: top;
  231. }
  232. #hidden-drop-target p {
  233. font-size: 13px;
  234. font-style: italic;
  235. margin: 0 0 10px 0;
  236. }
  237. /* Official button previews */
  238. .preview li.preview-item {
  239. background-position: 0px 5px;
  240. cursor: default;
  241. }
  242. .preview .option-smart-on {
  243. margin: 3px 0 0 5px;
  244. }
  245. .preview-digg .option-smart-on {
  246. background: url(images/smart-digg.png) no-repeat top left;
  247. background-size: 76px 17px;
  248. width:76px;
  249. height:17px;
  250. margin-top: 2px;
  251. }
  252. .preview-reddit .option-smart-on {
  253. background: url(images/smart-reddit.png) no-repeat top left;
  254. background-size: 104px 21px;
  255. width:104px;
  256. height:21px;
  257. }
  258. .preview-facebook .option-smart-on {
  259. background: url(images/smart-like.png) no-repeat top left;
  260. background-size: 85px 20px;
  261. width:85px;
  262. height:20px;
  263. }
  264. .preview-twitter .option-smart-on {
  265. background: url(images/smart-twitter.png?1) no-repeat top left;
  266. background-size: 60px 20px;
  267. width:60px;
  268. height:20px;
  269. }
  270. .preview-linkedin .option-smart-on {
  271. background: url(images/linkedin-smart.png) no-repeat top center;
  272. background-size: 99px 18px;
  273. width:99px;
  274. height:20px;
  275. }
  276. .preview-google-plus-1 .option-smart-on {
  277. background: url(images/smart-googleplus1.png) no-repeat top left;
  278. background-size: 96px 20px;
  279. width: 96px;
  280. height: 20px;
  281. }
  282. .preview-tumblr .option-smart-on {
  283. background: url(images/smart-tumblr.png) no-repeat top left;
  284. background-size: 62px 20px;
  285. width: 62px;
  286. height: 20px;
  287. }
  288. .preview-pinterest .option-smart-on {
  289. background: url(images/smart-pinterest.png) no-repeat top left;
  290. background-size: 39px 20px;
  291. width: 39px;
  292. height: 20px;
  293. }
  294. .preview-pocket .option-smart-on {
  295. background: url(images/smart-pocket.png) no-repeat top left;
  296. background-size: 60px 20px;
  297. width: 60px;
  298. height: 20px;
  299. }
  300. .preview-skype .option-smart-on {
  301. background: url(images/smart-skype.png) no-repeat top left;
  302. background-size: 60px 20px;
  303. width: 60px;
  304. height: 20px;
  305. }
  306. @media
  307. (-webkit-min-device-pixel-ratio: 1.25),
  308. (min-resolution: 120dpi) {
  309. .preview-digg .option-smart-on {
  310. background-image: url(images/smart-digg@2x.png);
  311. }
  312. .preview-reddit .option-smart-on {
  313. background-image: url(images/smart-reddit@2x.png);
  314. }
  315. .preview-facebook .option-smart-on {
  316. background-image: url(images/smart-like@2x.png);
  317. }
  318. .preview-twitter .option-smart-on {
  319. background-image: url(images/smart-twitter@2x.png?1);
  320. }
  321. .preview-linkedin .option-smart-on {
  322. background-image: url(images/linkedin-smart@2x.png);
  323. }
  324. .preview-google-plus-1 .option-smart-on {
  325. background-image: url(images/smart-googleplus1@2x.png);
  326. }
  327. .preview-tumblr .option-smart-on {
  328. background-image: url(images/smart-tumblr@2x.png);
  329. }
  330. .preview-pinterest .option-smart-on {
  331. background-image: url(images/smart-pinterest@2x.png);
  332. }
  333. .preview-pocket .option-smart-on {
  334. background-image: url(images/smart-pocket@2x.png);
  335. }
  336. .preview-skype .option-smart-on {
  337. background-image: url(images/smart-skype@2x.png);
  338. }
  339. }
  340. /**
  341. * Overflow sharing dialog
  342. */
  343. .services .sharing-hidden li {
  344. background-color: transparent;
  345. }
  346. .sharing-hidden li.share-end {
  347. clear: both;
  348. height: 0;
  349. padding: 0px !important;
  350. margin: 0px !important;
  351. width: 0;
  352. visibility: hidden;
  353. float: none;
  354. }
  355. .preview .sharing-label {
  356. font-weight: bold;
  357. border: 0;
  358. padding: 4px 0 0 6px;
  359. }
  360. #services-config a.remove {
  361. background: #ddd;
  362. color: #fff;
  363. padding: 0px 4px 2px;
  364. border-radius: 15px;
  365. -moz-border-radius: 15px;
  366. -webkit-border-radius: 15px;
  367. text-decoration: none;
  368. font-weight: bold;
  369. font-size: 10px;
  370. }
  371. #services-config a.remove:hover {
  372. background: #f00;
  373. }
  374. .sd-social-icon .inner a.sd-button span,
  375. .sd-social-icon .inner a.share-icon span {
  376. display: inline-block;
  377. overflow: hidden;
  378. width: 0;
  379. text-indent: 100%;
  380. }