| Server IP : 172.67.187.206 / Your IP : 172.71.28.156 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/www/news/group/bootstrap2/css/ |
Upload File : |
/* ส่วนเพิ่มเติมสามารถเขียน CSS เพิ่มได้เลยครับ พัฒนาโดยนายเสรี โพธิ์นิล */
/* จัด colum Block กึ่งกลางจอ*/
.col-center-block {
float: none;
display: block;
margin-left: auto;
margin-right: auto;
}
.row-50 {
float: none;
width: 100%;
height: 50px;
}
.row-15 {
float: none;
width: 100%;
height: 15px;
}
.prettyFile > input { display: none !important; }
/* The rest is from Twitter Bootstrap */
input,
.inputfile-append { display: inline-block; vertica-align: middle; }
.inputfile-large {
border: 1px solid rgba(82, 168, 236, 0.8);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
border-radius: 3px 0 0 3px;
font-size: 14px;
height: 20px;
color: #555;
padding: 4px 6px;
margin-right: -4px;
width: 210px;
}
.btnfile {
background-image: -webkit-linear-gradient(top, white, #E6E6E6);
background-repeat: repeat-x;
border: 1px solid rgba(0, 0, 0, 0.14902);
box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
color: #333;
display: inline-block;
font-family: Tahoma, sans-serif;
font-size: 14px;
margin: 0 0 0 -1px;
padding: 4px 14px;
height: 20px;
line-height: 20px;
text-align: center;
text-decoration: none;
text-shadow: rgba(255, 255, 255, 0.74902) 0px 1px 1px;
vertical-align: top;
width: 47px;
}
/* Basics */
body {
background: #eee;
padding: 5em;
}
label, input {
color: #333;
font: 14px/20px Arial;
}
h2 {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
margin: 0 0 1em;
}
label {
display: inline-block;
width: 5em;
padding: 0 1em;
text-align: right;
}
/* Hide the file input using
opacity */
[type=file] {
position: absolute;
filter: alpha(opacity=0);
opacity: 0;
}
input,
[type=file] + label {
border: 1px solid #CCC;
border-radius: 3px;
text-align: left;
padding: 10px;
width: 150px;
margin: 0;
left: 0;
position: relative;
}
[type=file] + label {
text-align: center;
left: 7.35em;
top: 0.5em;
/* Decorative */
background: #333;
color: #fff;
border: none;
cursor: pointer;
}
[type=file] + label:hover {
background: #3399ff;
}