| Server IP : 10.10.92.66 / Your IP : 104.23.243.58 Web Server : Apache/2.4.52 (Ubuntu) System : Linux jurnalpolinema 5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 x86_64 User : jurnal ( 1001) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/noc/xx/styles/ |
Upload File : |
/**
* plugins/themes/classicGreen/classicGreen.css
*
* Copyright (c) 2016 Publons Ltd.
* Distributed under the GNU GPL v3.
*
* Publons page formatting
*
*/
body {
background-color: #fff !important;
}
#body {
width: 100% !important;
}
#main {
padding: 0px !important;
margin: 0px !important;
width: 100% !important;
}
#main > h2 {
display: none;
}
#content {
border-top: none !important;
padding-top: 0px !important;
width: 100% !important;
}
#publons-header{
background-color: #222;
width: 100%;
text-align: center;
}
#publons-header img{
height: 80px;
margin: 10px 0px;
}
#publons-content {
padding: 10px 20px;
font-size: 16px;
font-family: Roboto,sans-serif !important;
}
#publons-content h2{
font-size: 28.8px;
font-family: Roboto,sans-serif !important;
}
#publons-content button {
color: #444;
background-color: #eee;
box-shadow: 0 -2px 0 rgba(0,0,0,.2) inset;
white-space: nowrap;
text-overflow: ellipsis;
-ms-transition-property: all;
-o-transition-property: all;
-webkit-transition-property: all;
transition-property: all;
transition-duration: .1s;
transition-timing-function: ease-out;
overflow: hidden;
padding: 0 15px;
line-height: 36px;
display: block;
text-align: center;
font-weight: 600;
outline: 0;
border-top: 1px solid rgba(255,255,255,.1);
box-sizing: border-box;
font-size: 11px!important;
width: 100%;
text-transform: uppercase;
letter-spacing: 1px;
font-family: Roboto,sans-serif;
border-radius: 3px;
border: 0;
}
#publons-content button.primary {
color: #fff;
background-color: #369;
}
#publons-content button:hover {
opacity: .9;
}
#publons-content button.autowidth {
width: auto;
display: inline-block;
}