%PDF-1.5 % ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY
Server IP : 122.155.17.190 / Your IP : 18.117.114.211 Web Server : Apache/2 System : Linux cat17190.thaihostserver.com 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 User : bungkla ( 1054) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,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/bungkla/public_html/css/ |
Upload File : |
/* Navbar container */ .navbar { overflow: hidden; background-color: ; font-family: 'Sarabun', sans-serif; font-family: 'Chakra Petch', sans-serif; font-family: 'Pridi', serif; font-family: 'Kanit', sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none; } /* Links inside the navbar */ .navbar a { float: left; font-size: 16px; color: white; text-align: center; padding: 0px 0px; text-decoration: none; } /* The dropdown container */ .dropdown { float: left; overflow: hidden; } /* Dropdown button */ .dropdown .dropbtn { font-size: 16px; border: none; outline: none; color: white; padding: 0px 0px; background-color: inherit; font: inherit; /* Important for vertical align on mobile phones */ margin: 0; /* Important for vertical align on mobile phones */ } /* Add a red background color to navbar links on hover */ .navbar a:hover, .dropdown:hover .dropbtn { background-color: #fffbec; } /* Dropdown content (hidden by default) */ .dropdown-content { font-family: 'Sarabun', sans-serif; font-family: 'Chakra Petch', sans-serif; font-family: 'Pridi', serif; font-family: 'Kanit', sans-serif; font-size: 12 px; display: none; position: absolute; background-color: #efefef; width:100%; left:0; box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2); z-index: 1; } /* Mega Menu header, if needed */ .dropdown-content .header { background: #fffbec; padding: 2px; color: white; } /* Show the dropdown menu on hover */ .dropdown:hover .dropdown-content { display: block; } /* Create three equal columns that floats next to each other */ .column { font-size: 14 px; float: left; width: 20.33%; padding: 4px; background:url(../images/bg.png); height: 400px; } /* Style links inside the columns */ .column a { float: none; color: black; padding: 4px; text-decoration: none; display: block; text-align: left; } /* Add a background color on hover */ .column a:hover { background-color: #fffae6; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; }