[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/css/ -> customize-widgets-rtl.css (source)

   1  /*! This file is auto-generated */
   2  .wp-full-overlay-sidebar {
   3      overflow: visible;
   4  }
   5  
   6  /**
   7   * Hide all sidebar sections by default, only show them (via JS) once the
   8   * preview loads and we know whether the sidebars are used in the template.
   9   */
  10  
  11  .control-section.control-section-sidebar,
  12  .customize-control-sidebar_widgets label,
  13  .customize-control-sidebar_widgets .hide-if-js {
  14      /* The link in .customize-control-sidebar_widgets .hide-if-js will fail if it ever gets used. */
  15      display: none;
  16  }
  17  
  18  .control-section.control-section-sidebar .accordion-section-content.ui-sortable {
  19      overflow: visible;
  20  }
  21  
  22  /* Note: widget-tops are more compact when (max-height: 700px) and (min-width: 981px). */
  23  .customize-control-widget_form .widget-top {
  24      background: #fff;
  25      transition: opacity 0.5s;
  26  }
  27  
  28  .customize-control .widget-action {
  29      color: #787c82;
  30  }
  31  
  32  .customize-control .widget-top:hover .widget-action,
  33  .customize-control .widget-action:focus {
  34      color: #1d2327;
  35  }
  36  
  37  .customize-control-widget_form:not(.widget-rendered) .widget-top {
  38      opacity: 0.5;
  39  }
  40  
  41  .customize-control-widget_form .widget-control-save {
  42      display: none;
  43  }
  44  
  45  .customize-control-widget_form .spinner {
  46      visibility: hidden;
  47      margin-top: 0;
  48  }
  49  
  50  .customize-control-widget_form.previewer-loading .spinner {
  51      visibility: visible;
  52  }
  53  
  54  .customize-control-widget_form.widget-form-disabled .widget-content {
  55      opacity: 0.7;
  56      pointer-events: none;
  57      -webkit-user-select: none;
  58      user-select: none;
  59  }
  60  
  61  .customize-control-widget_form .widget {
  62      margin-bottom: 0;
  63  }
  64  
  65  .customize-control-widget_form.wide-widget-control .widget-inside {
  66      position: fixed;
  67      right: 299px;
  68      top: 25%;
  69      border: 1px solid #dcdcde;
  70      overflow: auto;
  71  }
  72  .customize-control-widget_form.wide-widget-control .widget-inside > .form {
  73      padding: 20px;
  74  }
  75  
  76  .customize-control-widget_form.wide-widget-control .widget-top {
  77      transition: background-color 0.4s;
  78  }
  79  .customize-control-widget_form.wide-widget-control.expanding .widget-top,
  80  .customize-control-widget_form.wide-widget-control.expanded:not(.collapsing) .widget-top {
  81      background-color: #dcdcde;
  82  }
  83  
  84  .widget-inside {
  85      padding: 1px 10px 10px;
  86      border-top: none;
  87      line-height: 1.23076923;
  88  }
  89  
  90  .customize-control-widget_form.expanded .widget-action .toggle-indicator:before {
  91      content: "\f142";
  92  }
  93  
  94  .customize-control-widget_form.wide-widget-control .widget-action .toggle-indicator:before {
  95      content: "\f141";
  96  }
  97  
  98  .customize-control-widget_form.wide-widget-control.expanded .widget-action .toggle-indicator:before {
  99      content: "\f139";
 100  }
 101  
 102  .widget-title-action {
 103      cursor: pointer;
 104  }
 105  
 106  .widget-top,
 107  .customize-control-widget_form .widget .customize-control-title {
 108      cursor: move;
 109  }
 110  
 111  .control-section.accordion-section.highlighted > .accordion-section-title,
 112  .customize-control-widget_form.highlighted {
 113      outline: none;
 114      box-shadow: 0 0 2px rgba(79, 148, 212, 0.8);
 115      position: relative;
 116      z-index: 1;
 117  }
 118  
 119  #widget-customizer-control-templates {
 120      display: none;
 121  }
 122  
 123  /**
 124   * Widget reordering styles
 125   */
 126  
 127  #customize-theme-controls .widget-reorder-nav {
 128      display: none;
 129      float: left;
 130      background-color: #f6f7f7;
 131  }
 132  
 133  .move-widget:before {
 134      content: "\f504";
 135  }
 136  
 137  #customize-theme-controls .move-widget-area {
 138      display: none;
 139      background: #fff;
 140      border: 1px solid #c3c4c7;
 141      border-top: none;
 142      cursor: auto;
 143  }
 144  
 145  #customize-theme-controls .reordering .move-widget-area.active {
 146      display: block;
 147  }
 148  
 149  #customize-theme-controls .move-widget-area .description {
 150      margin: 0;
 151      padding: 15px 20px;
 152      font-weight: 400;
 153  }
 154  
 155  #customize-theme-controls .widget-area-select {
 156      margin: 0;
 157      padding: 0;
 158      list-style: none;
 159  }
 160  
 161  #customize-theme-controls .widget-area-select li {
 162      position: relative;
 163      margin: 0;
 164      padding: 13px 42px 15px 15px;
 165      color: #50575e;
 166      border-top: 1px solid #c3c4c7;
 167      cursor: pointer;
 168      -webkit-user-select: none;
 169      user-select: none;
 170  }
 171  
 172  #customize-theme-controls .widget-area-select li:before {
 173      display: none;
 174      content: "\f147";
 175      position: absolute;
 176      top: 12px;
 177      right: 10px;
 178      font: normal 20px/1 dashicons;
 179      -webkit-font-smoothing: antialiased;
 180      -moz-osx-font-smoothing: grayscale;
 181  }
 182  
 183  #customize-theme-controls .widget-area-select li:last-child {
 184      border-bottom: 1px solid #c3c4c7;
 185  }
 186  
 187  #customize-theme-controls .widget-area-select .selected {
 188      color: #fff;
 189      background: #2271b1;
 190  }
 191  
 192  #customize-theme-controls .widget-area-select .selected:before {
 193      display: block;
 194  }
 195  
 196  #customize-theme-controls .move-widget-actions {
 197      text-align: left;
 198      padding: 12px;
 199  }
 200  
 201  #customize-theme-controls .reordering .widget-title-action {
 202      display: none;
 203  }
 204  
 205  #customize-theme-controls .reordering .widget-reorder-nav {
 206      display: block;
 207  }
 208  
 209  /* Text Widget */
 210  .wp-customizer div.mce-inline-toolbar-grp,
 211  .wp-customizer div.mce-tooltip {
 212      z-index: 500100 !important;
 213  }
 214  .wp-customizer .ui-autocomplete.wplink-autocomplete {
 215      z-index: 500110; /* originally 100110, but z-index of .wp-full-overlay is 500000 */
 216  }
 217  .wp-customizer #wp-link-backdrop {
 218      z-index: 500100; /* originally 100100, but z-index of .wp-full-overlay is 500000 */
 219  }
 220  .wp-customizer #wp-link-wrap {
 221      z-index: 500105; /* originally 100105, but z-index of .wp-full-overlay is 500000 */
 222  }
 223  
 224  /**
 225   * Styles for new widget addition panel
 226   */
 227  
 228  /* override widgets admin page rules in wp-admin/css/widgets.css */
 229  #widgets-left #available-widgets .widget {
 230      float: none !important;
 231      width: auto !important;
 232  }
 233  
 234  /* Keep rule that is no longer necessary on widgets.php. */
 235  #available-widgets .widget-action {
 236      display: none;
 237  }
 238  
 239  .ios #available-widgets {
 240      transition: right 0s;
 241  }
 242  
 243  #available-widgets .widget-tpl:hover,
 244  #available-widgets .widget-tpl.selected {
 245      background: #f6f7f7;
 246      border-bottom-color: #c3c4c7;
 247      color: #2271b1;
 248      border-right: 4px solid #2271b1;
 249  }
 250  
 251  #customize-controls .widget-title h3 {
 252      font-size: 1em;
 253  }
 254  
 255  #available-widgets .widget-title h3 {
 256      padding: 0 0 5px;
 257      font-size: 14px;
 258  }
 259  
 260  #available-widgets .widget .widget-description {
 261      padding: 0;
 262      color: #646970;
 263  }
 264  
 265  @media (prefers-reduced-motion: no-preference) {
 266      #customize-preview {
 267          transition: all 0.2s;
 268      }
 269  }
 270  
 271  body.adding-widget #available-widgets {
 272      right: 0;
 273      visibility: visible;
 274  }
 275  
 276  body.adding-widget .wp-full-overlay-main {
 277      right: 300px;
 278  }
 279  
 280  body.adding-widget #customize-preview {
 281      opacity: 0.4;
 282  }
 283  
 284  
 285  /**
 286   * Widget Icon styling
 287   * No plurals in naming.
 288   * Ordered from lowest to highest specificity.
 289   */
 290  
 291  #available-widgets .widget-title {
 292      position: relative;
 293  }
 294  
 295  #available-widgets .widget-title:before {
 296      content: "\f132";
 297      position: absolute;
 298      top: -3px;
 299      left: 100%;
 300      margin-left: 20px;
 301      width: 20px;
 302      height: 20px;
 303      color: #2c3338;
 304      font: normal 20px/1 dashicons;
 305      text-align: center;
 306      box-sizing: border-box;
 307      -webkit-font-smoothing: antialiased;
 308      -moz-osx-font-smoothing: grayscale;
 309  }
 310  
 311  /* dashicons-smiley */
 312  #available-widgets [class*="easy"] .widget-title:before { content: "\f328"; top: -4px; }
 313  
 314  /* dashicons-star-filled */
 315  #available-widgets [class*="super"] .widget-title:before,
 316  #available-widgets [class*="like"] .widget-title:before { content: "\f155"; top: -4px; }
 317  
 318  /* dashicons-wordpress */
 319  #available-widgets [class*="meta"] .widget-title:before { content: "\f120"; }
 320  
 321  /* dashicons-archive */
 322  #available-widgets [class*="archives"] .widget-title:before { content: "\f480"; top: -4px; }
 323  
 324  /* dashicons-category */
 325  #available-widgets [class*="categor"] .widget-title:before { content: "\f318"; top: -4px; }
 326  
 327  /* dashicons-admin-comments */
 328  #available-widgets [class*="comment"] .widget-title:before,
 329  #available-widgets [class*="testimonial"] .widget-title:before,
 330  #available-widgets [class*="chat"] .widget-title:before { content: "\f101"; }
 331  
 332  /* dashicons-admin-post */
 333  #available-widgets [class*="post"] .widget-title:before { content: "\f109"; }
 334  
 335  /* dashicons-admin-page */
 336  #available-widgets [class*="page"] .widget-title:before { content: "\f105"; }
 337  
 338  /* dashicons-text */
 339  #available-widgets [class*="text"] .widget-title:before { content: "\f478"; }
 340  
 341  /* dashicons-admin-links */
 342  #available-widgets [class*="link"] .widget-title:before { content: "\f103"; }
 343  
 344  /* dashicons-search */
 345  #available-widgets [class*="search"] .widget-title:before { content: "\f179"; }
 346  
 347  /* dashicons-menu */
 348  #available-widgets [class*="menu"] .widget-title:before,
 349  #available-widgets [class*="nav"] .widget-title:before { content: "\f333"; }
 350  
 351  /* dashicons-tagcloud */
 352  #available-widgets [class*="tag"] .widget-title:before { content: "\f479"; }
 353  
 354  /* dashicons-rss */
 355  #available-widgets [class*="rss"] .widget-title:before { content: "\f303"; top: -6px; }
 356  
 357  /* dashicons-calendar */
 358  #available-widgets [class*="event"] .widget-title:before,
 359  #available-widgets [class*="calendar"] .widget-title:before { content: "\f145"; top: -4px;}
 360  
 361  /* dashicons-format-image */
 362  #available-widgets [class*="image"] .widget-title:before,
 363  #available-widgets [class*="photo"] .widget-title:before,
 364  #available-widgets [class*="slide"] .widget-title:before,
 365  #available-widgets [class*="instagram"] .widget-title:before { content: "\f128"; }
 366  
 367  /* dashicons-format-gallery */
 368  #available-widgets [class*="album"] .widget-title:before,
 369  #available-widgets [class*="galler"] .widget-title:before { content: "\f161"; }
 370  
 371  /* dashicons-format-video */
 372  #available-widgets [class*="video"] .widget-title:before,
 373  #available-widgets [class*="tube"] .widget-title:before { content: "\f126"; }
 374  
 375  /* dashicons-format-audio */
 376  #available-widgets [class*="music"] .widget-title:before,
 377  #available-widgets [class*="radio"] .widget-title:before,
 378  #available-widgets [class*="audio"] .widget-title:before { content: "\f127"; }
 379  
 380  /* dashicons-admin-users */
 381  #available-widgets [class*="login"] .widget-title:before,
 382  #available-widgets [class*="user"] .widget-title:before,
 383  #available-widgets [class*="member"] .widget-title:before,
 384  #available-widgets [class*="avatar"] .widget-title:before,
 385  #available-widgets [class*="subscriber"] .widget-title:before,
 386  #available-widgets [class*="profile"] .widget-title:before,
 387  #available-widgets [class*="grofile"] .widget-title:before { content: "\f110"; }
 388  
 389  /* dashicons-cart */
 390  #available-widgets [class*="commerce"] .widget-title:before,
 391  #available-widgets [class*="shop"] .widget-title:before,
 392  #available-widgets [class*="cart"] .widget-title:before { content: "\f174"; top: -4px; }
 393  
 394  /* dashicons-shield */
 395  #available-widgets [class*="secur"] .widget-title:before,
 396  #available-widgets [class*="firewall"] .widget-title:before { content: "\f332"; }
 397  
 398  /* dashicons-chart-bar */
 399  #available-widgets [class*="analytic"] .widget-title:before,
 400  #available-widgets [class*="stat"] .widget-title:before,
 401  #available-widgets [class*="poll"] .widget-title:before { content: "\f185"; }
 402  
 403  /* dashicons-feedback */
 404  #available-widgets [class*="form"] .widget-title:before { content: "\f175"; }
 405  
 406  /* dashicons-email-alt */
 407  #available-widgets [class*="subscribe"] .widget-title:before,
 408  #available-widgets [class*="news"] .widget-title:before,
 409  #available-widgets [class*="contact"] .widget-title:before,
 410  #available-widgets [class*="mail"] .widget-title:before { content: "\f466"; }
 411  
 412  /* dashicons-share */
 413  #available-widgets [class*="share"] .widget-title:before,
 414  #available-widgets [class*="socia"] .widget-title:before { content: "\f237"; }
 415  
 416  /* dashicons-translation */
 417  #available-widgets [class*="lang"] .widget-title:before,
 418  #available-widgets [class*="translat"] .widget-title:before { content: "\f326"; }
 419  
 420  /* dashicons-location-alt */
 421  #available-widgets [class*="locat"] .widget-title:before,
 422  #available-widgets [class*="map"] .widget-title:before { content: "\f231"; }
 423  
 424  /* dashicons-download */
 425  #available-widgets [class*="download"] .widget-title:before { content: "\f316"; }
 426  
 427  /* dashicons-cloud */
 428  #available-widgets [class*="weather"] .widget-title:before { content: "\f176"; top: -4px;}
 429  
 430  /* dashicons-facebook */
 431  #available-widgets [class*="facebook"] .widget-title:before { content: "\f304"; }
 432  
 433  /* dashicons-twitter */
 434  #available-widgets [class*="tweet"] .widget-title:before,
 435  #available-widgets [class*="twitter"] .widget-title:before { content: "\f301"; }
 436  
 437  @media screen and (max-height: 700px) and (min-width: 981px) {
 438      /* Compact widget-tops on smaller laptops, but not tablets. See ticket #27112#comment:4 */
 439      .customize-control-widget_form {
 440          margin-bottom: 0;
 441      }
 442  
 443      .widget-top {
 444          box-shadow: none;
 445          margin-top: -1px;
 446      }
 447  
 448      .widget-top:hover {
 449          position: relative;
 450          z-index: 1;
 451      }
 452  
 453      .last-widget {
 454          margin-bottom: 15px;
 455      }
 456  
 457      .widget-title h3 {
 458          padding: 13px 15px;
 459      }
 460  
 461      .widget-top .widget-action {
 462          padding: 8px 10px;
 463      }
 464  
 465      .widget-reorder-nav span {
 466          height: 39px;
 467      }
 468  
 469      .widget-reorder-nav span:before {
 470          line-height: 39px;
 471      }
 472  
 473      /* Compact the move widget areas. */
 474      #customize-theme-controls .widget-area-select li {
 475          padding: 9px 42px 11px 15px;
 476      }
 477  
 478      #customize-theme-controls .widget-area-select li:before {
 479          top: 8px;
 480      }
 481  }


Generated : Fri Apr 4 08:20:01 2025 Cross-referenced by PHPXref