|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/melanchton/css/ |
Upload File : |
@charset "utf-8";
.navLogo{
background-color: #ffffff;
display: block;
float: center;
clear: both;
width: 718px;
padding-left: 15px;
padding-top: 5px;
border-radius: 10px;
}
.navBar {
background-color: #ffffff;
height: 40px;
width: 718px;
position: static;
padding-left: 50px;
padding-top: 0px;
border-radius: 10px;
}
.socBar {
height: 33px;
display: block;
float: right;
padding-top: 3px;
padding-right: 20px;
border-radius: 10px;
font-weight: 800;
font-size: 16px;
}
.navLinks{
padding-top: 3px;
padding-left: 30px;
float: left;
word-spacing: 20px;
}
/* Style The Dropdown Button */
.dropbtn {
color: #302f2d;
padding: 7px;
font-size: 14px;
font-weight: 800;
border: none;
cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #d9d2c3;
min-width: 110px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #e3bd64}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
background-color: #ad9587;
}
/*-----Medium--------MEDIA QUERY -------------------*/
@media only screen and (max-width:810px){
.navLogo{
display: block;
float: left;
clear: both;
width: 537px;
padding-left: 15px;
padding-top: 5px;
border-radius: 10px;
}
.navBar {
height: 15px;
width: 537px;
background-color: rgba(255,255,255,0.73);
position: static;
padding-top: 80px;
border-radius: 10px;
}
.socBar {
height: 33px;
display: block;
float: right;
padding-right: 20px;
border-radius: 10px;
}
.navLinks{
padding-top: 2px;
padding-left: 15px;
float: left;
word-spacing: 30px;
}
/*---------Small-------------MEDIA QUERY -----------*/
@media screen and (max-width:565px){
.navLogo{
background-color: rgba(255,255,255,0.0);
display: block;
float: center;
clear: both;
width: 339px;
height: 110px;
padding-top: 5px;
padding-left: 5px;
border-radius: 5px;
}
.navBar {
float: center;
background-color: rgba(255,255,255,0.0);
height: auto;
width: 340px;
position: static;
padding-top: 2px;
padding-left: 0px;
border-radius: 10px;
padding-bottom: 2px;
}
.socBar {
background-color: rgba(255,255,255,1.0);
width: 200px;
height: 50px;
display: block;
float: left;
padding-left: 15px;
padding-right: 10px;
border-radius: 10px;
margin-bottom: 40px;
}
.navLinks{
background-color: rgba(255,255,255,0.0);
width: 350px;
height: auto;
border-radius: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
word-spacing: 5px;
float: center;
}
.navLinks a {
font-family: "Nirmala UI", Century, sans-serif;
font-weight: 600;
font-size: 18px;
}
/* Style The Dropdown Button */
.dropbtn {
background-color: rgba(64,60,48,0.8);
color: #ffffff;
padding: 7px;
font-size: 14px;
font-weight: 800;
border: none;
cursor: pointer;
}