MediaWiki:Gadget-fastbuttons.css

Fonte: Wikinotícias

Nota: Depois de publicar, deve limpar o cachê do seu navegador para ver as alterações.

  • Firefox e Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer e Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
.afd-helper-button-group {
    float: right;
    font-size: 12px;
}

.afd-helper-comment-textarea textarea {
    height: 80px;
}

.afd-helper-notification {
    position: fixed;
    top: 90px;
    right: 70px;
    width: 215px;
    font-size: 12px;
    padding: 20px;
}

.afd-opinion-select-btn-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
}

.afd-opinion-select-btn {
    flex-grow: 1;
    display: grid;
    font-size: 12px;
}

.afd-result-select-btn-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
}

.afd-result-select-btn {
    flex-grow: 1;
    display: grid;
    font-size: 12px;
}

.xfd-closed .afd-helper-button-group {
    display: none;
}

#Bakım_bağlantıları .afd-helper-button-group {
    display: none;
}

.adiutor-top-selector {
    margin-left: 10px;
    margin-top: -5px;
}

/*.adiutor-top-menu {
    margin-top: 1px;
}*/

.adiutor-csd-modal-container {
    display: flex;
    position: inherit;
}

.adiutor-csd-modal-container .one {
    width: 50%;
    float: left;
}

.adiutor-csd-modal-container .two {
    width: 50%;
    float: right;
    padding-left: 25px;
}

.cov-url-list-item {
    padding: 10px;
    background: #ffffff;
    list-style: none;
    margin-bottom: 5px;
    border: 1px solid #dadada;
}

.cov-url-list-item a {
    color: black;
}

ul.cov-url-list {
    padding: 0;
    margin: 0;
}

.cov-url-list-item-vio-high {
    border: 1px solid #de3333;
    background: white;
    color: red;
}

.cov-url-list-item-vio-high a {
    font-weight: 900;
    color: #de3333;
}

.adiutor-top-settings-menu {
    border-top: 1px solid #cecece;
}

.adiutor-top-user-menu {
    border-bottom: 1px solid #cecece;
}

.adiutor-user-status {
    position: relative;
    font-size: 14px;
    float: right;
    color: #04af89;
    font-family: system-ui;
    text-align: right;
    font-weight: 700;
}

.adiutor-user-status-active {
    position: relative;
    width: 75px;
    font-size: 14px;
    float: right;
    color: #04af89;
    font-family: system-ui;
    text-align: right;
    font-weight: 700;
}

.adiutor-user-status-active:before {
    content: '';
    width: 26px;
    height: 24px;
    position: absolute;
    top: 9px;
    left: 0;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/a/aa/OOjs_UI_icon_userTalk-ltr-constructive.svg);
    background-repeat: no-repeat;
    background-size: 18px;
}

.adiutor-user-status-passive {
    position: relative;
    width: 110px;
    font-size: 14px;
    float: right;
    color: #04af89;
    font-family: system-ui;
    text-align: right;
    font-weight: 700;
}

.adiutor-user-status-passive:before {
    content: '';
    width: 26px;
    height: 24px;
    position: absolute;
    top: 9px;
    left: 0;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/b6/OOjs_UI_icon_userTalk-ltr.svg);
    background-repeat: no-repeat;
    background-size: 18px;
}

.adiutor-user-status-away {
    position: relative;
    width: 85px;
    font-size: 14px;
    float: right;
    color: #d9ab21;
    font-family: system-ui;
    text-align: right;
    font-weight: 700;
}

.adiutor-user-status-away:before {
    content: '';
    width: 26px;
    height: 24px;
    position: absolute;
    top: 9px;
    left: 0;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/b6/OOjs_UI_icon_userTalk-ltr.svg);
    background-repeat: no-repeat;
    background-size: 18px;
}

.adiutor-user-status-selector {
    display: inline;
    float: right;
    width: 98px;
    font-size: 12px;
    font-family: sans-serif;
}

.adiutor-top-rrd-menu {
    border-bottom: 1px solid #cecece;
}

.adiutor-mentor-response-preview-area {
    margin-top: 15px;
    border: 1px solid #a2a9b1;
    padding: 10px;
}