/**
 *  Файл:             ranobe.css
 *  Плагин:           ranobe
 *  Описание:         файл таблицы стилей для информационного раздела
 *
 *  Версия:           0.00.08
 *  Дата создания:    2020-11-05
 *  Дата модификации: 2022-02-21
 * ---------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------- Основные теги --- */
html{
    height:100%;
    width:100%;
}
body{
    min-height:100%;
    min-width:100%;
    margin:0px;
    padding:0px;
    display:flex;
    flex-direction:column;
    font-family:Arial,"Nimbus Sans L","Helvetica CY";
    font-size:12px;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    color:#000000;
    background-color:#e8f2fc;
    background:url("../../img/background.png") repeat;
    background-position:left top;
    background-attachment:fixed;
}
/* ------------------------------------------------------------------------- Разбивка страницы -- */
.publicRanobe{
    margin:0px;
    padding:0px;
    flex:1;
    display:flex;
    flex-direction:row;
}
.publicRanobe .area{
    margin:0px;
    padding:0px;
    flex:1;
    display:flex;
    flex-direction:column;
}
/* ------------------------------------------------------------------------ Блок списка ранобэ -- */
.ranobeList{
   margin:10px;
}
.ranobeList a{
    margin:5px 0px;
    padding:0px;
    font-size:14px;
    display:block;
}
/* -------------------------------------------------------------- Блок содержания главы ранобэ -- */
.ranobeChapters{
    margin:10px;
    font-family:"Nimbus Sans L";
}
.ranobeChapters .header{
    padding:10px 30px;
}
.ranobeChapters .header h1{
    font-size:18px;
    margin:0px
}
.ranobeChapters .header h2{
    font-size:12px;
    margin:0px
}
.ranobeChapters .tableContent{
    margin:20px 10px 10px 50px;
    font-size:16px;
    width:800px;
}
.ranobeChapters .preface{
    font-size:16px;
    padding:10px 80px;
    min-width:800px;
    width:90%;
    margin:10px auto;
}
.ranobeChapters .tableContent a{
    text-decoration:none;
    margin:0px;
    padding:5px 10px;
    display: flex;
    flex-direction:row;
    color:#131313;
    border-radius:2px;
}
.ranobeChapters .tableContent a:hover{
    background-color:#778899;
}
.ranobeChapters .tableContent span.title{
    display:inline-block;
}
.ranobeChapters .tableContent span.name{
    display: inline-block;
    flex:1;
    padding-left:5px;
}
.ranobeChapters .tableContent span.date{
    width:100px;
    display:inline-block;
    text-align:right;
}
.ranobeChapters .lineSep{
    height:1px;
    margin: 15px 0px 5px;
    background: rgba(100,149,237,0.9);
    background:    -moz-linear-gradient(left,
                                        rgba(204,240,232,0)0%, 
                                        rgba(100,149,237,1)15%,
                                        rgba(25,25,112,1)50%,
                                        rgba(100,149,237,1)85%,
                                        rgba(208,204,240,0)100%);
    background:        -webkit-gradient(left top,
                                        right top,
                                        color-stop(0%,rgba(204,240,232,0)), 
                                        color-stop(15%,rgba(100,149,237,1,1)),
                                        color-stop(50%, rgba(25,25,112,1)),
                                        color-stop(85%, rgba(100,149,237,1,1)),
                                        color-stop(100%, rgba(208,204,240,0)));
    background: -webkit-linear-gradient(left,
                                        rgba(204,240,232,0)0%,  
                                        rgba(100,149,237,1)15%,
                                        rgba(25,25,112,1)50%,
                                        rgba(100,149,237,1)85%,
                                        rgba(208,204,240,0)100%);
    background:      -o-linear-gradient(left, 
                                        rgba(204,240,232,0)0%,  
                                        rgba(100,149,237,1)15%,
                                        rgba(25,25,112,1)50%,
                                        rgba(100,149,237,1)85%,
                                        rgba(208,204,240,0)100%);
    background:     -ms-linear-gradient(left, 
                                        rgba(204,240,232,0)0%,  
                                        rgba(100,149,237,1)15%,
                                        rgba(25,25,112,1)50%,
                                        rgba(100,149,237,1)85%,
                                        rgba(208,204,240,0)100%);  
    background:         linear-gradient(to right,
                                        rgba(204,240,232,0)0%,  
                                        rgba(100,149,237,1)15%,
                                        rgba(25,25,112,1)50%,
                                        rgba(100,149,237,1)85%,
                                        rgba(208,204,240,0)100%);
}
.ranobeChapters .sep{
    margin:0px;
    padding:5px 5px 0px 20px;
    display:block;
    font-weight:normal;
    color:black;
    cursor:auto;
    font-weight:normal;
}
.ranobeChapters .chapterContent{
    margin:0px;
    padding:5px;
    padding-right:20px;
    font-size:16px;
    text-indent:20px;
    text-align:justify;
}
.ranobeChapters .chapterContent h1{
    font-size:18px;
}
.ranobeChapters .chapterContent p{
    margin:0px;
    padding:5px;
    padding-right:20px;
    text-indent:20px;
    text-align:justify;
}
.ranobeChapters .chapterContent span{
    color:#2F4F4F;
    cursor:help;
    font-weight:600;
}
.ranobeChapters .control{
    margin:15px auto 5px;
    width:300px;
    height:30px;
}
/* ---------------------------------------------- Блок содержания главы ранобэ - редактирование-- */
.ranobeChapterEdit{
    padding:5px;
    padding-bottom:30px;
}
.ranobeChapterEdit h1{
    font-size:2em;
    font-family:"Nimbus Sans L";
    margin:0px 0px 10px 50px;
}
.ranobeChapterEdit h2{
    margin:0px;
    padding:5px;
    font-size:12px;
    font-weight:normal;
    text-decoration:underline;
}
.ranobeChaptersEdit p{
    margin:0px;
    padding:5px;
    padding-right:20px;
    font-size:14px;
    text-indent:20px;
    text-align:justify;
}
.ranobeChaptersEdit span{
    color:#2F4F4F;
    cursor:help;
    font-weight:600;
}
.ranobeChaptersEdit .caption{
    margin:0px 30px;
    padding:1rem 1.5rem;
    display:block;
    text-indent:0;
    color:black;
    cursor:auto;
    font-size:1.05rem;
    font-weight:normal;
    border:1px solid #d1d5db;
    -webkit-border-radius:0.375rem;
     -khtml-border-radius:0.375rem;
      -icab-border-radius:0.375rem;
       -moz-border-radius:0.375rem;
        -ms-border-radius:0.375rem;
         -o-border-radius:0.375rem;
            border-radius:0.375rem;
    background-color:rgb(128, 128, 128,0.1);
}
.ranobeChaptersEdit .sep{
    margin:0px;
    padding:5px 5px 0px 20px;
    display:block;
    font-weight:normal;
    color:black;
    cursor:auto;
    font-weight:normal;
}
/* --------------------------------------------------------------- Блок всплывающей информации -- */
.ranobeInfoBox{
    display:none;
    position:absolute;
    width:450px;
    min-height:80px;
    border:solid 1px black;
    border-radius:5px;
    background:#DCDCDC;
}
.ranobeInfoBox h1{
    margin:0px;
    padding:5px 8px;
    font-size:14px;
    font-weight:bold;
    background:#696969;
    color:white;
}
.ranobeInfoBox  p{
    margin:10px;
    padding:0px;
    font-size:14px;
    text-indent:0px;
    text-align:left;
}
/* ------------------------------------------------------------------------------------- Конец -- */

