| Server IP : 103.233.193.20 / Your IP : 216.73.216.169 Web Server : Apache/2 System : Linux host1.itclever.com 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 17:47:08 UTC 2024 x86_64 User : oriscomadm ( 1120) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/oriscomadm/domains/oriscom.com/private_html/admin/css/ |
Upload File : |
/* CSS Document */
/* CSS Document */
@charset "utf-8";
/*---------------------------------------
Uniersal Selector
----------------------------------------*/
* {
margin:0;
padding:0;
/* font-style:normal;
font-weight:normal;*/
font-size:100%;
}
/*---------------------------------------
Common
----------------------------------------*/
html {
overflow-y:scroll;
}
body#index {
margin:0;
padding:0;
font-family:verdana,arial,sans-serif;
font-size:13px;
color:#333;
line-height:1.3;
background:url(../images/bg_body.png) repeat;
}
body#admin {
margin:0;
padding:0;
font-family:verdana,arial,sans-serif;
font-size:13px;
color:#333;
line-height:1.3;
/*background-color:#f9f9f9;*/
background:url(../images/bg-body.png) repeat;
}
img {
border:0;
}
strong {
font-weight:bold;
}
table {
border-collapse:collapse;
}
td,
th {
vertical-align:top;
}
p {
margin-bottom:15px;
}
ul {
list-style:none;
}
a {
color:#00F;
}
a:visited {
color:#00F;
}
a:hover {
color:#F60;
}
.icon img {
vertical-align:middle;
}
.center {
text-align:center;
}
.right {
text-align:right;
}
.left {
text-align:left;
}
.clear {
clear:both;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height:1px;
}
* html .clearfix {
height:1px;
}
#wrapper{
width:960px;
margin:0 auto;
}
#logo{
text-align:center;
margin-top:80px;
}
#login{
width:300px;
height:250px;
margin:50px auto;
}
table.tbl_login{
background-color:#fff;
height:250px;
border-radius:3px;
border:1px solid #ccc;
box-shadow:0 5px 10px #ccc;
-webkit-box-shadow:0 5px 10px #ccc;
}
.user{
padding-left:20px;
color:#666;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
}
table.tbl tr td{
height:30px;
}
table tr td.td_user{
height:30px;
padding-top:25px;
}
table tr td.td_pass{
height:25px;
}
#nav{
background:url(../images/bg_menu.png) repeat-x;
height:60px;
border-bottom:1px solid #d5d5d5;
}
#wrapper_centent{
width:960px;
margin:0 auto;
margin-top:15px;
}