akismet.css 12 KB

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