관리-도구
편집 파일: head.php
<?php include('include/connection.php'); $favicon = mysqli_fetch_assoc(mysqli_query($con, "SELECT * FROM `favicon` WHERE `id`='1'")); ?> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="author" content="#" /> <title><?= $favicon['title'] ?></title> <link href="media/favicon/<?= $favicon['image'] ?>" rel="shortcut icon" type="image/png"> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css"> <link href="css/animate.css" rel="stylesheet" type="text/css"> <link href="css/css-plugin-collections.css" rel="stylesheet" /> <link id="menuzord-menu-skins" href="css/menuzord-skins/menuzord-rounded-boxed.css" rel="stylesheet" /> <link href="css/style-main.css" rel="stylesheet" type="text/css"> <link href="css/preloader.css" rel="stylesheet" type="text/css"> <link href="css/custom-bootstrap-margin-padding.css" rel="stylesheet" type="text/css"> <link href="css/responsive.css" rel="stylesheet" type="text/css"> <link href="js/revolution-slider/css/settings.css" rel="stylesheet" type="text/css" /> <link href="js/revolution-slider/css/layers.css" rel="stylesheet" type="text/css" /> <link href="js/revolution-slider/css/navigation.css" rel="stylesheet" type="text/css" /> <link href="css/colors/theme-skin-color-set-1.css" rel="stylesheet" type="text/css"> <script src="js/jquery-2.2.4.min.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery-plugin-collection.js"></script> <script src="js/revolution-slider/js/jquery.themepunch.tools.min.js"></script> <script src="js/revolution-slider/js/jquery.themepunch.revolution.min.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <style> @media only screen and (max-width: 767px) { #mission .second { margin-top: 0px !important; } } @media only screen and (max-width: 1149px) { #gallery .gallery-button { margin-left: 120px !important; } } @media only screen and (max-width: 1158px) { #gallery .gallery-button { margin-left: 440px !important; } } @media only screen and (max-width: 1149px) { #gallery .gal { margin-top: 50px !important; } } @media only screen and (min-width: 1125px) and (max-width: 1200px) { .header-nav .container ul { position: absolute; top: -10px; right: -90px; } } @media only screen and (min-width: 1096px) and (max-width: 1125px) { .header-nav .container ul { position: absolute; top: -10px; right: -75px; } } @media only screen and (min-width: 900px) and (max-width: 1099px) { .header-nav .container ul { position: absolute; top: -10px; right: -65px; } } .scanbrochure { transform: rotate(270deg) translate(0px, -50%); -webkit-transform: rotate(270deg) translate(0px, -50%); position: fixed; border: none; background-color: #e41937; color: #fff; cursor: pointer; outline: 0; border-radius: 0 0 5px 5px; left: -32px; top: 50%; z-index: 20000; font-size: 14px; text-align: center; line-height: 27px; letter-spacing: 1px; padding: 5px 35px; } .scanbrochure a { color: #fff; } .scanb { transform: rotate(270deg) translate(0px, -50%); -webkit-transform: rotate(270deg) translate(0px, -50%); position: fixed; border: none; background-color: #e41937; color: #fff; cursor: pointer; outline: 0; border-radius: 0 0 5px 5px; left: -32px; top: 70%; z-index: 20000; font-size: 14px; text-align: center; line-height: 27px; letter-spacing: 1px; padding: 5px 35px; } .scanb a { color: #fff; } .social-icon-1 { position: fixed; right: -100px; top: 50%; transform: rotate(270deg) translate(0px, -50%); -webkit-transform: rotate(270deg) translate(0px, -50%); text-align: center; z-index: 20000; } .social-icon-1 a img { width: 14px; padding-bottom: 3px; } .social-icon-1 a { padding: 10px; display: inline-block; width: 40px; height: 40px; border-radius: 100%; background: #e41937; color: #fff; transform: rotate(90deg); } /* Modal Styles */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: none; /* Enable scroll if needed */ background-color: rgb(0, 0, 0); /* Fallback color */ background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */ z-index: 1000; } .modal-content { background-color: #fefefe; margin: 10% auto; padding: 20px; border: 1px solid #1f386b; max-width: 600px; border-radius: 8px; } .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } .form-group { margin-bottom: 15px; } .form-group label { display: block; margin-bottom: 5px; color: #1f386b; } .form-group input, .form-group select { width: 100%; padding: 10px; box-sizing: border-box; } .btn-primary { background-color: red; color: white; border: none; padding: 10px 20px; cursor: pointer; border-radius: 5px; } .btn-primary:hover { background-color: #3e4bb3; } </style>