﻿/************************************
 mybb.ru,
 Cтиль к скрипту отчет по постам за прошлую неделю.css для rift.rolka.me
 28.07.2025; v1.02;
 Author: Deff
 Последняя Правка: 18/08/2025 20:39
*************************************/

/************************************
    Стиль кнопки "Создать отчет"
*************************************/
#Last-weeks-report {
    position: relative;
    padding-left: 0px;
    text-align: right;
}

#ul-5 {
    cursor: pointer;
    border: 1px solid;
    position: absolute;
    right: 36px;
    top: -8px;
    z-index: 120;
    padding: 8px 10px 9px;
    border-radius: 16px;
    text-shadow: 1px 1px 1px rgba(118, 118, 118, 0.31);
    font-size: 12px;
    font-family: Mulish, sans-serif;
}

#ul-5>span {
    color: #930F1A;
}

.wrap-donut {
    visibility: hidden;
}

.work .wrap-donut {
    visibility: visible;
    box-sizing: border-box;
    width: 43px;
    height: 43px;
    position: absolute;
    background: #B0BDB7;
    border-radius: 50%;
    top: -11px;
    left: 72px;
}
#ul-5.Error {
    border-color: #930F1A;
}
.work .wrap-donut:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background: url(//forumstatic.ru/files/0013/44/56/98890.png) 0 0 no-repeat;
}

.work .donut {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    border-radius: 50%;
    border: 12px solid rgba(120, 144, 128, 0.83);
    /*border-top-color: rgba(255, 143, 4, 0.87);?*/
    border-top-color: rgba(148, 249, 203, 0.62);
    -webkit-animation: 1s spin infinite linear;
    animation: 1s spin infinite linear;
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/************************************
    Стиль самого отчета в теме
*************************************/
.report_design1.game_post.last_week {
    position: relative;
    border: 2px solid #ABB0AB;
    padding: 12px;
    border-radius: 22px;
}
.report_design1.game_post.last_week .quote-box {
    border: dashed 1px #000;
    padding: 22px;
    border-radius: 12px;
    background: #dcdcdc;
}
.report_design1.game_post.last_week strong+br{
    counter-reset: section;
}
.report_design1.game_post.last_week span[style$="endepisode"]:before,
.report_design1.game_post.last_week span[style$="pricepost"]:before {
    counter-increment: section;
    content: counter(section) ". ";
    font-weight: bold;
    opacity: .68;
}


.report_design1.game_post.last_week a.error {
    color: red !important;
    cursor: pointer
}

span.error-line[style*=pricepost] {
    border: solid 2px red !important;
    margin-bottom: 3px;
    padding: 0 7px;
    display: inline-block
}

.report_design1.game_post.last_week span[style="color: reportcheck"]:after {
    content: "Проверить отчёт";
    cursor: pointer;
    padding: 4px 9px 6px;
    line-height: normal;
    font-family: Mulish, sans-serif;
    position: absolute;
    z-index: 100;
    right: 10px;
    bottom: 10px;
    display: block;
    border-radius: 10px;
    border: solid 1px
}
.report_design1.game_post.last_week span[style="color: reportcheck"].check:after {
    color: #930F1A!important;
}
.report_design1.game_post.last_week span[style="color: reportcheck"] {
    cursor: pointer
}
.report_design1.game_post.last_week span.working[style="color: reportcheck"]:after {
    color: #930f1a
}
/************************************
    Стиль Оформления Итогов Отчёта
*************************************/