dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

#FUAuStartSingle, #FUAuStartMulti {
    margin-left: 20px;
}

#queueStatus {
    font-weight: bold;
}

#FUAuMovePageDescription {
    width: 850px;
    white-space: normal;
}

#FUAuBottomMessage, #FUAuFooter {
    font-weight: bold;
    width: 850px;
    white-space: normal;
}

#LIRNotification {
    border-left: 10px solid lightgreen;
}

#LIRNotification .mbox-image div {
    width: 52px;
}

#LIRNotificationBottom {
    text-align: right;
}

#modalOldName, #modalNewName {
    width: 400px;
}

#LIRContainer {
    width: 100%;
}

#LIRQueue {
    background-color: white;
    border: 1px solid black;
    box-sizing: border-box;
    float: left;
    font-weight: bold;
    height: 300px;
    overflow-y: scroll;
    width: 590px;
}

.theme-fandomdesktop-dark #LIRQueue {
    background-color: black;
    border-color: white;
}

#LIRLog {
    background-color: lightgrey;
    border: 1px solid black;
    box-sizing: border-box;
    float: right;
    height: 300px;
    overflow-y: scroll;
    width: 200px;
}

.theme-fandomdesktop-dark #LIRLog {
    background-color: #333;
    border-color: white;
}

.LIRLogEntry {
    font-weight: bold;
}

#LIRQueueLength {
    float: left;
    font-weight: bold;
    margin: 5px 15px 0 0;
}

#LIRNamespaceToggle {
    float: left;
    margin: 5px 5px 0 0;
}

#queueModal #liveLoader {
    float: right;
    margin-top: 7px;
}

#LIRFailedLog {
    background-color: #FFBFBF;
    border: 1px solid black;
    box-sizing: border-box;
    clear: both;
    font-weight: bold;
    height: 150px;
    margin: 5px auto 0 auto;
    overflow-y: scroll;
    width: 798px;
}

.theme-fandomdesktop-dark #LIRFailedLog {
    background-color: darkred;
    border-color: white;
}

.FUAuQueueEntry {
    position: relative;
    padding-left: 20px;
}

.FUAuQueueEntryStyle1 {
    background-color: lightyellow;
}

.theme-fandomdesktop-dark .FUAuQueueEntryStyle1 {
    background-color: darkblue;
}

.FUAuQueueEntryRemoving {
    background-color: #FFBFBF;
}

.theme-fandomdesktop-dark .FUAuQueueEntryRemoving {
    background-color: darkred;
}

#LIRQueue > div.FUAuQueueEntry:odd {
    background-color: lightgrey;
}

.LIRDeleteButton {
    cursor: pointer;
    height: 15px;
    left: 3px;
    position: absolute;
    top: 2px;
    width: 15px;
}

#LIRFailedLog div:odd {
    background-color: red;
}

#LIRLog div:odd {
    background-color: grey;
}

.theme-fandomdesktop-dark #LIRLog div:odd {
    background-color: #333;
}

#LIRQueueProgress {
    border: 2px solid black;
    box-sizing: border-box;
    height: 17px;
    float: left;
    width: 200px;
}

.theme-fandomdesktop-dark #LIRQueueProgress {
    border-color: white;
}

#LIRProgressInd {
    background: green;
    float: left;
    height: 100%;
    width: 0;
}

.theme-fandomdesktop-dark #LIRProgressInd {
    background: darkgreen;
}

#batchModalInput {
    width: 100%;
}