| Server IP : 195.134.90.114 / Your IP : 216.73.216.86 Web Server : Apache/2.4.58 System : Linux nepub 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/public_html/plugins/generic/authorsHistory/styles/ |
Upload File : |
/*
* Copyright (c) 2020-2023 Lepidus Tecnologia
* Copyright (c) 2020-2023 SciELO
* Distributed under the GNU GPL v3. For full terms see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt
*/
#historyHeader {
margin-top: 18px;
margin-bottom: 18px;
}
.authorHistory {
margin-bottom: 18px;
background-color: #DCDCDC;
padding: 8px;
border-radius: 10px;
position: relative;
}
.authorHistory h3 {
margin-left: 10px;
margin-bottom: 10px;
}
.authorHistory span, .authorHistory a {
margin-left: 18px;
}
.authorPublications {
margin-top: 18px;
background-color: #f5f5f5;
border-radius: 8px;
padding: 8px;
}
.authorPublication {
display: flex;
align-items: center;
padding: 4px;
}
.authorPublication:not(:first-child) {
border-top: 1px solid #DCDCDC;
}
.submissionId {
width: 10%;
text-align: center;
}
.submissionTitle {
width: 80%;
text-align: justify;
line-height: 1.5em;
margin-left: 8px;
padding: 2px 4px;
}
.submissionStatus {
width: 15%;
text-align: center;
}
.idSubmissao span {
font-weight: bold;
margin: 0px;
}
.submissionTitle span {
margin: 0px;
}
.submissionStatus span {
margin: 0px;
}
.pageButtons{
font-weight: bold;
border-radius: 5px;
border-width: thin;
background-color: #DCDCDC;
width: 40px;
height: 20px;
}