%PDF-1.5 % ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY
| Server IP : 122.155.177.87 / Your IP : 122.155.177.87 Web Server : Apache/2 System : Linux cat177-87.static.lnwhostname.com 3.10.0-1160.62.1.el7.x86_64 #1 SMP Tue Apr 5 16:57:59 UTC 2022 x86_64 User : apache ( 994) PHP Version : 5.3.29 Disable Function : dl,eval,exec,mail,passthru,popen,posix_getpwuid,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_open,putenv,shell_exec,show_source,system MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/moungngam/domains/moungngam.go.th/public_html/css/ |
Upload File : |
/* Style the links inside the sidenav */
#mySidenav a {
position: fixed; /* Position them relative to the browser window */
left: -20px; /* Position them outside of the screen */
transition: 0.3s; /* Add transition on hover */
padding: 17px; /* 15px padding */
width: 110px; /* Set a specific width */
text-decoration: none; /* Remove underline */
font-size: 16px; /* Increase font size */
color: white; /* White text color */
border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
}
#mySidenav a:hover {
right: 0; /* On mouse-over, make the elements appear as they should */
}
/* The about link: 20px from the top with a green background */
#about {
top: 20px;
background-color: #4CAF50;
}
#blog {
top: 80px;
background-color: #2196F3; /* Blue */
}
#projects {
top: 140px;
background-color: #f44336; /* Red */
}
#contact {
top: 200px;
background-color: #555 /* Light Black */
}
#st {
top: 260px;
background-color: #669966 /* */
}
/*//mail //*/
.mail-base {
position: relative;
width: 32px;
height: 18px;
background: white;
}
.mail-top {
position: absolute;
z-index: 20;
left: 0;
top: 0;
width: 0;
height: 0;
transform: rotate(180deg);
border-style: solid;
border-width: 0 16px 11px 16px;
border-color: transparent transparent crimson transparent;
}
.mail-top:after {
position: absolute;
z-index: 20;
left: -16px;
top: 3px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 16px 9px 16px;
border-color: transparent transparent white transparent;
}
/*//work//*/
.paper {
position: relative;
height:32px;
width: 29px;
background: white;
border:2px solid white;
}
/*window*/
.paper:after {
position: absolute;
top:1px;
left: 0;
width: 25px;
height: 29px;
background: white;
border-top:4px solid crimson;
}
.lines {
position: absolute;
top: 36px;
left: 5px;
width: 11px;
box-shadow: 0 0 0 1px crimson;
}
.lines:after {
position: absolute;
top: 4px;
left: 3px;
width: 14px;
box-shadow: 0 0 0 1px crimson;
}
.lines:nth-child(2) {
position: absolute;
top: 44px;
left: 8px;
width: 11px;
}
.lines:nth-child(2):after {
position: absolute;
top: 4px;
left: -3px;
width: 11px;
}
.lines:nth-child(3) {
position: absolute;
top: 52px;
left: 8px;
width: 14px;
}
.lines:nth-child(3):after {
display: none;
}