File manager - Edit - /home/autoph/public_html/connect/home/css/style.css
Back
@charset "utf-8"; /* CSS Document */ /* Resets */ body { margin:0px; font-family: Calibri Light, Arial, sans-serif; font-size:12px; } /* unvisited link */ /* unvisited link */ .loginPage{ padding:10px; font-family:Verdana; font-size:12px; color:#3e3d39; background-color:#fff; width:100%; border:1px solid #fad573; } /*============================ */ .subLink{ margin-right:10px; font-family:Verdana; font-size:12px; color:#3e423d; font-weight:normal; } .loginButton{ background: -webkit-linear-gradient(left top, #1cfa0e, #0f9c05 , #0f9c05 ); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #1cfa0e,#0f9c05, #0f9c05 ); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom top, #1cfa0e,#0f9c05, #0f9c05 ); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #1cfa0e,#0f9c05, #0f9c05 ); /* Standard syntax */ border:0px solid #1cfa0e; padding:8px; border-radius:5px; font-family:Verdana; font-size:18px; color:white; margin-top:30px; width:150px; } .topBG{ background: -webkit-linear-gradient(left top, #f96409, #f99e09 , #fad497); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #f96409,#f99e09, #fad497 ); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom top, #f96409,#f99e09, #fad497 ); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #f96409,#f99e09, #fad497 ); /* Standard syntax */ font-weight:bold; color:black; } .bgColorBlue{ background: -webkit-linear-gradient(left top,#2a85c1 ,#badff7); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #2a85c1,#badff7); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom top, #2a85c1,#badff7); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #2a85c1,#badff7); /* Standard syntax */ font-weight:bold; color:black; } .bgColorOrange{ background: -webkit-linear-gradient(left top,#f96009 ,#f9b709); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #f96009,#f9b709); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom top, #f96009,#f9b709); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #f96009,#f9b709); /* Standard syntax */ font-weight:bold; color:black; } .bgColor{ background: -webkit-linear-gradient(left top,#ff8430, #f9cc5f,#fff ); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #ff8430, #f9cc5f,#fff); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom top, #ff8430, #f9cc5f,#fff); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #ff8430, #f9cc5f,#fff ); /* Standard syntax */ } .bgColorBlk{ background: -webkit-linear-gradient(left top,#000000, #f5f5f3,#fff); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #000000, #f5f5f3,#fff); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom top, #000000, #f5f5f3,#fff); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #000000, #f5f5f3,#fff); /* Standard syntax */ } .bgColorA{ background: -webkit-linear-gradient(left top,#ff8430, #f9cc5f,#fff ); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #ff8430, #f9cc5f,#fff); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom top, #ff8430, #f9cc5f,#fff); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #ff8430, #f9cc5f,#fff ); /* Standard syntax */ background: linear-gradient(to bottom right, #084285,#85bbf8 ); /* Standard syntax */ } .mainIndedTopBg{ background: -webkit-linear-gradient(left top, #e1e3e3,#fff,#fff); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #e1e3e3,#fff,#fff); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom top, #e1e3e3,#fff,#fff); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #e1e3e3,#fff,#fff); /* Standard syntax */ } .topMenu{ background: -webkit-linear-gradient(left top, #e5f7fc, #80e2fa , #4ad8fa ); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #e5f7fc,#80e2fa,#4ad8fa); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom top, #e5f7fc,#80e2fa,#4ad8fa); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #e5f7fc,#80e2fa,#4ad8fa); /* Standard syntax */ } /*button{ background:orange; font-family:Arial; font-size:16px; color:black; border:0px; margin-right:1px; } button:hover{ background:#f36b3b; font-family:Arial; color:black; font-size:16px; font-weight:bold; border:0px; margin-right:1px; } */ input[type=text], select { width: 100%; padding: 5px 10px; margin: 8px 0; display: inline-block; border: 1px solid #f9b34f; border-radius: 0px; box-sizing: border-box; } input[type=password], select { width: 100%; padding: 5px 10px; margin: 8px 0; display: inline-block; border: 1px solid #f9b34f; border-radius: 0px; box-sizing: border-box; } input[type=text]:hover { background-color: #fbef71 ; border:1px solid blue; } input[type=password]:hover { background-color: #fcfbd4; border:1px solid blue; } input[type=submit] { width: 100%; background: -webkit-linear-gradient(left top,#67daf9 , #19a1c6 ); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #67daf9,#19a1c6 ); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom top, #67daf9,#19a1c6 ); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #67daf9,#19a1c6 ); /* Standard syntax */ color: black; padding: 14px 20px; margin: 8px 0; border: 1px solid #19a1c6 ; border-radius: 4px; cursor: pointer; font-weight:bold; } input[type=submit]:hover { background: -webkit-linear-gradient(left top, #fcf763, #fcf99f); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #fcf763,#fcf99f); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom top, #fcf763,#fcf99f); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #fcf763,#fcf99f); /* Standard syntax */ color:red; border:1px solid #47a308 ; font-weight:bold; } /*================================================TABLE DESGIN================================================*/ /*================================================TABLE DESGIN================================================*/ table{ border-collapse:collapse; } tr:nth-child(odd){ background: #f5f3f0 ; } tr:hover { background-color: #94dcf7 ; border-collapse:collapse; } td{ color: #5f6566 ; font-family:Verdana; font-size:11px; border-collapse:collapse; border:1px solid gray; padding:8px; } th{ padding:8px; font-family:Verdana; color: #454849 ; font-size:12px; font-weight:normal; border:1px solid gray; text-align:left; background: #fafcd0 ; } /*================================================ALERT MESSAGE================================================*/ /*================================================ALERT MESSAGE================================================*/ .alert-box { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; display: none; } .failure { color: #a94442; background-color: #f2dede; border-color: #ebccd1; display: none; } .warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; display: none; } .PopUpWindowTitle{ vertical-align:top;height:35px;margin:0px;width:100%;border-bottom:1px solid gray;padding:5px;font-family:Yu Gothic;font-size:16px;font-weight:normal;color: #f7f8f9 ;text-align:left;background:#191919; } .DelPopUpWindowTitle{ vertical-align:top;height:35px;margin:0px;width:100%;border-bottom:1px solid gray;padding:5px;font-family:Yu Gothic;font-size:16px;font-weight:bold;color: #f7f8f9 ;text-align:left;background:red; } .PopUpWindowClose{ float:right;font-family:Calibri;font-size:18px;margin-right:5px;color: #f7f8f9;cursor:pointer; } /*================================================ALERT MESSAGE================================================*/ /*================================================ALERT MESSAGE================================================*/
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings