| Server IP : 81.2.241.106 / Your IP : 216.73.216.165 Web Server : Apache/2.4.67 (Debian) System : Linux tranq-f.bakta.org 5.10.0-45-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64 User : lisky ( 1002) 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 : OFF Directory : /var/www/lisky/wp-content/themes/hitmag/sass/forms/ |
Upload File : |
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: none;
//border-color: $color__border-button;
border-radius: 3px;
background: #e74c3c;
color: #fff;
@include font-size(0.75);
font-weight: bold;
line-height: 1;
padding: 13px 20px;
text-transform: uppercase;
font-family: $font__secondary;
&:hover {
//border-color: $color__border-button-hover;
background: #222222;
}
&:active,
&:focus {
//border-color: $color__border-button-focus;
background: #222222;
}
}
.th-readmore {
display: inline-block;
border-radius: 3px;
font-weight: bold;
color: #ffffff;
font-size: 11px;
background: #e74c3c;
padding: 8px 15px;
text-decoration: none;
text-transform: uppercase;
font-family: $font__secondary;
}
.th-readmore:hover,
.th-readmore:focus {
background: #222;
text-decoration: none;
color: #ffffff;
}
.th-readmore:active,
.th-readmore:visited {
color: #ffffff;
}