説明なし

akismet.css 13KB

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