[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

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


Generated : Mon Apr 29 08:20:01 2024 Cross-referenced by PHPXref