[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/plugins/akismet/_inc/ -> akismet.css (source)

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


Generated : Fri Mar 29 08:20:02 2024 Cross-referenced by PHPXref