You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
969 B
59 lines
969 B
/* Add a black background color to the top navigation */
|
|
.topnav {
|
|
background-color: #333;
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
|
|
/* Style the links inside the navigation bar */
|
|
.topnav .links {
|
|
font-family: Verdana;
|
|
float: left;
|
|
color: #f2f2f2;
|
|
text-align: center;
|
|
padding: 16px 16px;
|
|
text-decoration: none;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.title {
|
|
font-family: Verdana;
|
|
float: left;
|
|
color: #f2f2f2;
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
text-decoration: none;
|
|
font-size: 20px;
|
|
}
|
|
|
|
/* Right-aligned section inside the top navigation */
|
|
.topnav-right {
|
|
float: right;
|
|
}
|
|
|
|
.topnav form {
|
|
float: left;
|
|
color: #f2f2f2;
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
text-decoration: none;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.submit-bar {
|
|
padding: 10px 30px;
|
|
border-radius: 5px;
|
|
border: none;
|
|
}
|
|
|
|
button {
|
|
font-family: Verdana;
|
|
color: #ff9800;
|
|
background-color: #464646;;
|
|
border: none;
|
|
font-size: 12px;
|
|
border: 1px solid #ff9800;
|
|
border-radius: 5px;
|
|
padding: 10px 30px;
|
|
} |