123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- @loader-size: 80px;
- @loader-color: @gray-light;
- @ui-preview: @gray-lighter;
- @ui-preview-in: 1;
- @ui-preview-out: 0.1;
- @ui-preview-frequency: 1s;
- @navbar-avatar-size: 34px;
- @navbar-compact-item-size: 24px;
- @message-page-icon-size: 80px;
- @auth-changed-bg: @gray-lighter;
- @auth-changed-color: @gray-darker;
- @user-status-banned: @brand-danger;
- @user-status-online: @brand-success;
- @user-status-offline: @gray-light;
- @category-read-color: @gray-light;
- @category-new-color: @brand-success;
- @thread-read-color: @gray-light;
- @thread-new-color: @text-color;
- @post-avatar-size: 100px;
- @event-icon-size: 28px;
- @zindex-navbar: 1000;
- @zindex-dropdown: 1000;
- @zindex-popover: 1060;
- @zindex-tooltip: 1070;
- @zindex-navbar-fixed: 1030;
- @zindex-modal-background: 1040;
- @zindex-modal: 1050;
- @zindex-auth-message: 1070;
- @grid-float-breakpoint: 700px;
- @grid-float-breakpoint-max: (@grid-float-breakpoint - 1);
|