Files
AvianVisitors/homepage/style.css
T
mcguirepr89 7fa41cdc28 updates
2022-02-27 15:27:57 -05:00

210 lines
3.0 KiB
CSS

* {
font-family: 'Arial', 'Gill Sans', 'Gill Sans MT',
' Calibri', 'Trebuchet MS', 'sans-serif';
box-sizing: border-box;
font-size: large;
}
.banner {
height: auto;
text-align: center;
}
.banner h1 {
float: top;
font-size: x-large;
}
.banner audio {
width: 120px;
margin-left: auto;
margin-right: auto;
}
.topbar {
display: block;
width: auto;
margin-left: 10%;
margin-right: 10%;
}
.topnav {
background-color: rgb( 159, 226, 155);
display: block;
}
.topnav button {
background-color: transparent;
display: block;
text-align: center;
padding: 14px 16px;
float:left;
}
.topnav button:hover {
background-color: #ddd;
color: black;
}
.topnav button.active {
background-color: #04AA6D;
color: white;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
display: none;
}
.play table {
width:50%;
margin-right: auto;
margin-left: auto;
}
.overview td {
width:20%;
}
.overview table {
width: 75%;
}
.stats table {
width: 100%;
}
a {
text-decoration: none;
}
h3 {
text-align: center;
}
iframe {
border: none;
height: 85%;
width: 100%;
}
body {
background-color: rgb(119, 196, 135);
}
table {
background-color: transparent;
margin: 0 auto;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
/* border: 1px solid black;*/
}
td {
padding: 10px;
vertical-align: top;
background-color: rgb(219, 255, 235);
font-weight: lighter;
border: 2px solid black;
text-align: center;
}
th {
font-weight: bold;
height: auto;
text-align: center;
}
audio, video{
width: 100%;
}
.spectrogram {
width:33%
}
.centered {
text-align: center;
display: block;
width: auto;
margin-left: auto;
margin-right: auto;
}
.full {
width:100%;
}
button {
background-color: transparent;
border: none;
color: black;
cursor: pointer;
}
button:hover {
color: blue;
}
.logbutton, .navbuttons {
float: left;
}
.spectrogrambutton {
float:top;
}
body::-webkit-scrollbar {
display:none
}
@media screen and (max-width: 1000px) {
.topnav button {display: none;}
/*.topnav button:not(:first-child) {display: none;}*/
.topnav button.icon {
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
}
}
@media screen and (max-width: 1000px) {
.topnav.responsive {position: relative;}
.topnav.responsive button {
display: block;
text-align: center;
}
}
@media screen and (max-width: 600px) {
.play table,.overview table {
width: 100%;
}
.topnav button {
font-size: xx-large;
}
.topnav button {display: none;}
/*.topnav button:not(:first-child) {display: none;}*/
.topnav button.icon {
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
}
}
@media screen and (max-width: 600px) {
.play table,.overview table {
width: 100%;
}
.topnav button {
font-size: x-large;
}
.topnav.responsive {position: relative;}
.topnav.responsive button {
display: block;
text-align: center;
}}