akismet.css 12 KB

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