Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

586 строки
11 KiB

  1. .wp-admin.jetpack_page_akismet-key-config, .wp-admin.settings_page_akismet-key-config {
  2. background-color:#f3f6f8;
  3. }
  4. #submitted-on {
  5. position: relative;
  6. }
  7. #the-comment-list .author .akismet-user-comment-count {
  8. display: inline;
  9. }
  10. #the-comment-list .author a span {
  11. text-decoration: none;
  12. color: #999;
  13. }
  14. #the-comment-list .author a span.akismet-span-link {
  15. text-decoration: inherit;
  16. color: inherit;
  17. }
  18. #the-comment-list .remove_url {
  19. margin-left: 3px;
  20. color: #999;
  21. padding: 2px 3px 2px 0;
  22. }
  23. #the-comment-list .remove_url:hover {
  24. color: #A7301F;
  25. font-weight: bold;
  26. padding: 2px 2px 2px 0;
  27. }
  28. #dashboard_recent_comments .akismet-status {
  29. display: none;
  30. }
  31. .akismet-status {
  32. float: right;
  33. }
  34. .akismet-status a {
  35. color: #AAA;
  36. font-style: italic;
  37. }
  38. table.comments td.comment p a {
  39. text-decoration: underline;
  40. }
  41. table.comments td.comment p a:after {
  42. content: attr(href);
  43. color: #aaa;
  44. display: inline-block; /* Show the URL without the link's underline extending under it. */
  45. padding: 0 1ex; /* Because it's inline block, we can't just use spaces in the content: attribute to separate it from the link text. */
  46. }
  47. .mshot-arrow {
  48. width: 0;
  49. height: 0;
  50. border-top: 10px solid transparent;
  51. border-bottom: 10px solid transparent;
  52. border-right: 10px solid #5C5C5C;
  53. position: absolute;
  54. left: -6px;
  55. top: 91px;
  56. }
  57. .mshot-container {
  58. background: #5C5C5C;
  59. position: absolute;
  60. top: -94px;
  61. padding: 7px;
  62. width: 450px;
  63. height: 338px;
  64. z-index: 20000;
  65. -moz-border-radius: 6px;
  66. border-radius: 6px;
  67. -webkit-border-radius: 6px;
  68. }
  69. .akismet-mshot {
  70. position: absolute;
  71. z-index: 100;
  72. }
  73. .akismet-mshot .mshot-image {
  74. margin: 0;
  75. height: 338px;
  76. width: 450px;
  77. }
  78. .checkforspam {
  79. display: inline-block !important;
  80. }
  81. .checkforspam-progress {
  82. padding-left: 1ex;
  83. display: none;
  84. }
  85. .checkforspam.button-disabled .checkforspam-progress {
  86. display: inline;
  87. }
  88. .checkforspam-spinner {
  89. display: inline-block;
  90. margin-top: 7px;
  91. }
  92. .akismet-right {
  93. float: right;
  94. }
  95. .akismet-card .akismet-right {
  96. margin: 1em 0;
  97. }
  98. .akismet-alert-text {
  99. color: #dd3d36;
  100. font-weight: bold;
  101. font-size: 120%;
  102. margin-top: .5rem;
  103. }
  104. .akismet-alert {
  105. border: 1px solid #e5e5e5;
  106. padding: 0.4em 1em 1.4em 1em;
  107. border-radius: 3px;
  108. -webkit-border-radius: 3px;
  109. border-width: 1px;
  110. border-style: solid;
  111. }
  112. .akismet-alert h3.akismet-key-status {
  113. color: #fff;
  114. margin: 1em 0 0.5em 0;
  115. }
  116. .akismet-alert.akismet-critical {
  117. background-color: #993300;
  118. }
  119. .akismet-alert.akismet-active {
  120. background-color: #649316;
  121. }
  122. .akismet-alert p.akismet-key-status {
  123. font-size: 24px;
  124. }
  125. .akismet-alert p.akismet-description {
  126. color:#fff;
  127. font-size: 14px;
  128. margin: 0 0;
  129. font-style: normal;
  130. }
  131. .akismet-alert p.akismet-description a,
  132. .akismet-alert p.akismet-description a,
  133. .akismet-alert p.akismet-description a,
  134. .akismet-alert p.akismet-description a {
  135. color: #fff;
  136. }
  137. .akismet-new-snapshot {
  138. margin-top: 1em;
  139. padding: 1em;
  140. text-align: center;
  141. background: #fff;
  142. }
  143. .akismet-new-snapshot h3 {
  144. background: #f5f5f5;
  145. color: #888;
  146. font-size: 11px;
  147. margin: 0;
  148. padding: 3px;
  149. }
  150. .new-snapspot ul {
  151. font-size: 12px;
  152. width: 100%;
  153. }
  154. .akismet-new-snapshot ul li {
  155. color: #999;
  156. float: left;
  157. font-size: 11px;
  158. padding: 0 20px;
  159. text-transform: uppercase;
  160. width: 33%;
  161. box-sizing: border-box;
  162. -moz-box-sizing: border-box;
  163. -webkit-box-sizing: border-box;
  164. -ms-box-sizing: border-box;
  165. }
  166. .akismet-new-snapshot ul li:first-child,
  167. .akismet-new-snapshot ul li:nth-child(2) {
  168. border-right:1px dotted #ccc;
  169. }
  170. .akismet-new-snapshot ul li span {
  171. color: #52accc;
  172. display: block;
  173. font-size: 32px;
  174. font-weight: lighter;
  175. line-height: 1.5em;
  176. }
  177. .akismet-settings th:first-child {
  178. vertical-align: top;
  179. padding-top: 15px;
  180. }
  181. .akismet-settings th.akismet-api-key {
  182. vertical-align: middle;
  183. padding-top: 0;
  184. }
  185. .akismet-settings input[type=text] {
  186. width: 75%;
  187. }
  188. .akismet-settings span.akismet-note{
  189. float: left;
  190. padding-left: 23px;
  191. font-size: 75%;
  192. margin-top: -10px;
  193. }
  194. /**
  195. * For the activation notice on the plugins page.
  196. */
  197. .akismet_activate {
  198. min-width: 825px;
  199. border: 1px solid #4F800D;
  200. padding: 5px;
  201. margin: 15px 0;
  202. background: #83AF24;
  203. background-image: -webkit-gradient(linear, 0% 0, 80% 100%, from(#83AF24), to(#4F800D));
  204. background-image: -moz-linear-gradient(80% 100% 120deg, #4F800D, #83AF24);
  205. -moz-border-radius: 3px;
  206. border-radius: 3px;
  207. -webkit-border-radius: 3px;
  208. position: relative;
  209. overflow: hidden;
  210. }
  211. .akismet_activate .aa_a {
  212. position: absolute;
  213. top: -5px;
  214. right: 10px;
  215. font-size: 140px;
  216. color: #769F33;
  217. font-family: Georgia, "Times New Roman", Times, serif;
  218. z-index: 1;
  219. }
  220. .akismet_activate .aa_button {
  221. font-weight: bold;
  222. border: 1px solid #029DD6;
  223. border-top: 1px solid #06B9FD;
  224. font-size: 15px;
  225. text-align: center;
  226. padding: 9px 0 8px 0;
  227. color: #FFF;
  228. background: #029DD6;
  229. background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#029DD6), to(#0079B1));
  230. background-image: -moz-linear-gradient(0% 100% 90deg, #0079B1, #029DD6);
  231. -moz-border-radius: 2px;
  232. border-radius: 2px;
  233. -webkit-border-radius: 2px;
  234. width: 100%;
  235. cursor: pointer;
  236. margin: 0;
  237. }
  238. .akismet_activate .aa_button:hover {
  239. text-decoration: none !important;
  240. border: 1px solid #029DD6;
  241. border-bottom: 1px solid #00A8EF;
  242. font-size: 15px;
  243. text-align: center;
  244. padding: 9px 0 8px 0;
  245. color: #F0F8FB;
  246. background: #0079B1;
  247. background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#0079B1), to(#0092BF));
  248. background-image: -moz-linear-gradient(0% 100% 90deg, #0092BF, #0079B1);
  249. -moz-border-radius: 2px;
  250. border-radius: 2px;
  251. -webkit-border-radius: 2px;
  252. }
  253. .akismet_activate .aa_button_border {
  254. border: 1px solid #006699;
  255. -moz-border-radius: 2px;
  256. border-radius: 2px;
  257. -webkit-border-radius: 2px;
  258. background: #029DD6;
  259. background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#029DD6), to(#0079B1));
  260. background-image: -moz-linear-gradient(0% 100% 90deg, #0079B1, #029DD6);
  261. }
  262. .akismet_activate .aa_button_container {
  263. display: inline-block;
  264. background: #DEF1B8;
  265. padding: 5px;
  266. -moz-border-radius: 2px;
  267. border-radius: 2px;
  268. -webkit-border-radius: 2px;
  269. width: 266px;
  270. }
  271. .akismet_activate .aa_description {
  272. position: absolute;
  273. top: 22px;
  274. left: 285px;
  275. margin-left: 25px;
  276. color: #E5F2B1;
  277. font-size: 15px;
  278. z-index: 1000;
  279. }
  280. .akismet_activate .aa_description strong {
  281. color: #FFF;
  282. font-weight: normal;
  283. }
  284. .jetpack_page_akismet-key-config #wpcontent, .settings_page_akismet-key-config #wpcontent {
  285. padding-left: 0;
  286. }
  287. .akismet-masthead {
  288. background-color:#fff;
  289. text-align:center;
  290. box-shadow:0 1px 0 rgba(200,215,225,0.5),0 1px 2px #e9eff3
  291. }
  292. @media (max-width: 45rem) {
  293. .akismet-masthead {
  294. padding:0 1.25rem
  295. }
  296. }
  297. .akismet-masthead__inside-container {
  298. padding:.375rem 0;
  299. margin:0 auto;
  300. width:100%;
  301. max-width:45rem;
  302. text-align: left;
  303. }
  304. .akismet-masthead__logo-container {
  305. padding:.3125rem 0 0
  306. }
  307. .akismet-masthead__logo {
  308. width:10.375rem;
  309. height:1.8125rem;
  310. }
  311. .akismet-masthead__logo-link {
  312. display:inline-block;
  313. outline:none;
  314. vertical-align:middle
  315. }
  316. .akismet-masthead__logo-link:focus {
  317. line-height:0;
  318. box-shadow:0 0 0 2px #78dcfa
  319. }
  320. .akismet-masthead__logo-link+code {
  321. margin:0 10px;
  322. padding:5px 9px;
  323. border-radius:2px;
  324. background:#e6ecf1;
  325. color:#647a88
  326. }
  327. .akismet-masthead__links {
  328. display:-ms-flexbox;
  329. display:flex;
  330. -ms-flex-flow:row wrap;
  331. flex-flow:row wrap;
  332. -ms-flex:2 50%;
  333. flex:2 50%;
  334. -ms-flex-pack:end;
  335. justify-content:flex-end;
  336. margin:0
  337. }
  338. @media (max-width: 480px) {
  339. .akismet-masthead__links {
  340. padding-right:.625rem
  341. }
  342. }
  343. .akismet-masthead__link-li {
  344. margin:0;
  345. padding:0
  346. }
  347. .akismet-masthead__link {
  348. font-style:normal;
  349. color:#0087be;
  350. padding:.625rem;
  351. display:inline-block
  352. }
  353. .akismet-masthead__link:visited {
  354. color:#0087be
  355. }
  356. .akismet-masthead__link:active,.akismet-masthead__link:hover {
  357. color:#00aadc
  358. }
  359. .akismet-masthead__link:hover {
  360. text-decoration:underline
  361. }
  362. .akismet-masthead__link .dashicons {
  363. display:none
  364. }
  365. @media (max-width: 480px) {
  366. .akismet-masthead__link:hover,.akismet-masthead__link:active {
  367. text-decoration:none
  368. }
  369. .akismet-masthead__link .dashicons {
  370. display:block;
  371. font-size:1.75rem
  372. }
  373. .akismet-masthead__link span+span {
  374. display:none
  375. }
  376. }
  377. .akismet-masthead__link-li:last-of-type .akismet-masthead__link {
  378. padding-right:0
  379. }
  380. .akismet-lower {
  381. margin: 0 auto;
  382. text-align: left;
  383. max-width: 45rem;
  384. padding: 1.5rem;
  385. }
  386. .akismet-card {
  387. margin-top: 1rem;
  388. margin-bottom: 0;
  389. position: relative;
  390. margin: 0 auto 0.625rem auto;
  391. box-sizing: border-box;
  392. background: white;
  393. box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
  394. }
  395. .akismet-card:after, .akismet-card .inside:after, .akismet-masthead__logo-container:after {
  396. content: ".";
  397. display: block;
  398. height: 0;
  399. clear: both;
  400. visibility: hidden;
  401. }
  402. .akismet-card .inside {
  403. padding: 1.5rem;
  404. padding-top: 1rem;
  405. }
  406. .akismet-card .akismet-card-actions {
  407. margin-top: 1rem;
  408. }
  409. .jetpack_page_akismet-key-config .update-nag, .settings_page_akismet-key-config .update-nag {
  410. display: none;
  411. }
  412. .akismet-masthead .akismet-right {
  413. line-height: 2.125rem;
  414. font-size: 0.9rem;
  415. }
  416. .akismet-box {
  417. box-sizing: border-box;
  418. background: white;
  419. border: 1px solid rgba(200, 215, 225, 0.5);
  420. }
  421. .akismet-box h2, .akismet-box h3 {
  422. padding: 1.5rem 1.5rem .5rem 1.5rem;
  423. margin: 0;
  424. }
  425. .akismet-box p {
  426. padding: 0 1.5rem 1.5rem 1.5rem;
  427. margin: 0;
  428. }
  429. .akismet-jetpack-email {
  430. font-style: oblique;
  431. }
  432. .akismet-jetpack-gravatar {
  433. padding: 0 0 0 1.5rem;
  434. float: left;
  435. margin-right: 1rem;
  436. width: 54px;
  437. height: 54px;
  438. }
  439. .akismet-box p:after {
  440. content: ".";
  441. display: block;
  442. height: 0;
  443. clear: both;
  444. visibility: hidden;
  445. }
  446. .akismet-box .akismet-right {
  447. padding-right: 1.5rem;
  448. }
  449. .akismet-boxes .akismet-box {
  450. margin-bottom: 0;
  451. padding: 0;
  452. margin-top: -1px;
  453. }
  454. .akismet-boxes .akismet-box:last-child {
  455. margin-bottom: 1.5rem;
  456. }
  457. .akismet-boxes .akismet-box:first-child {
  458. margin-top: 1.5rem;
  459. }
  460. .akismet-button, .akismet-button:hover, .akismet-button:visited {
  461. background: white;
  462. border-color: #c8d7e1;
  463. border-style: solid;
  464. border-width: 1px 1px 2px;
  465. color: #2e4453;
  466. cursor: pointer;
  467. display: inline-block;
  468. margin: 0;
  469. outline: 0;
  470. overflow: hidden;
  471. font-size: 14px;
  472. font-weight: 500;
  473. text-overflow: ellipsis;
  474. text-decoration: none;
  475. vertical-align: top;
  476. box-sizing: border-box;
  477. font-size: 14px;
  478. line-height: 21px;
  479. border-radius: 4px;
  480. padding: 7px 14px 9px;
  481. -webkit-appearance: none;
  482. -moz-appearance: none;
  483. appearance: none;
  484. }
  485. .akismet-button:hover {
  486. border-color: #a8bece;
  487. }
  488. .akismet-button:active {
  489. border-width: 2px 1px 1px;
  490. }
  491. .akismet-is-primary, .akismet-is-primary:hover, .akismet-is-primary:visited {
  492. background: #00aadc;
  493. border-color: #0087be;
  494. color: white;
  495. }
  496. .akismet-is-primary:hover, .akismet-is-primary:focus {
  497. border-color: #005082;
  498. }
  499. .akismet-is-primary:hover {
  500. border-color: #005082;
  501. }
  502. .akismet-section-header {
  503. position: relative;
  504. margin: 0 auto 0.625rem auto;
  505. padding: 1rem;
  506. box-sizing: border-box;
  507. box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
  508. background: #ffffff;
  509. width: 100%;
  510. padding-top: 0.6875rem;
  511. padding-bottom: 0.6875rem;
  512. display: flex;
  513. }
  514. .akismet-section-header__label {
  515. display: -ms-flexbox;
  516. display: flex;
  517. -ms-flex-align: center;
  518. align-items: center;
  519. -ms-flex-positive: 1;
  520. flex-grow: 1;
  521. line-height: 1.75rem;
  522. position: relative;
  523. font-size: 0.875rem;
  524. color: #4f748e;
  525. }
  526. .akismet-section-header__actions {
  527. line-height: 1.75rem;
  528. }