Files
AvianVisitors/homepage/style.css
T
2022-03-04 09:40:22 -05:00

345 lines
5.0 KiB
CSS

* {
font-family: 'Arial', 'Gill Sans', 'Gill Sans MT',
' Calibri', 'Trebuchet MS', 'sans-serif';
box-sizing: border-box;
font-size: medium;
}
a {
text-decoration: none;
}
h3 {
text-align: center;
}
iframe {
padding: 0;
margin: 0;
border: none;
height: 95%;
width: 100%;
}
body {
margin: 0;
background-color: rgb(119, 196, 135);
}
table {
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
margin-left: auto;
margin-right: auto;
}
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%;
}
label {
font-weight: bold;
}
button {
background-color: transparent;
border: none;
color: black;
cursor: pointer;
}
button:hover {
font-weight: bold;
color: blue;
}
.banner {
padding-top: 1px;
height: 8%;
text-align: center;
}
.banner h1 {
letter-spacing: 5px;
}
.banner audio,.banner form {
float: right;
width: 120px;
margin-left: -120px;
margin-right: auto;
}
.banner button {
padding-top: 8px;
font-weight: bold;
letter-spacing: 1px;
}
.banner a {
text-decoration: none;
color: black;
font-size: x-large;
}
.italic {
-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(20deg, 0deg);
-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(20deg, 0deg);
-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(20deg, 0deg);
-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(20deg, 0deg);
transform: scale(1) rotate(0deg) translate(0px, 0px) skew(20deg, 0deg);
}
.logo img {
position: absolute;
top: 0;
left: 0;
padding: 10px;
}
.topnav, .topnav form {
background-color: rgb( 159, 226, 155);
display: block;
width: 85%;
margin-left: auto;
margin-right: auto;
}
.topnav form {
margin-left: auto;
margin-rigth: auto;
}
.topnav button {
background-color: transparent;
display: block;
text-align: center;
padding: 14px 16px;
float:left;
}
.topnav button:hover {
background-color: rgb(219, 295, 235);
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 {
margin:0;
margin-left: auto;
margin-right: auto;
}
.overview td {
vertical-align:middle;
width:20%;
}
.overview table,.stats table,.viewdb table {
width: 75%;
}
.stats td {
vertical-align: middle;
}
.stats table {
height: auto;
}
.column table {
width: auto;
}
.stats button:hover {
color: blue;
}
.center button{
color: blue;
}
.left {
float: left;
}
.history table,.history img {
width: auto;
margin-left: auto;
margin-right: auto;
}
.views .centered button {
border: 2px solid black;
background-color: rgb(219, 255, 235);
padding: 12px;
}
.views .centered button:hover {
background-color: rgb(159, 226, 155);
color: black;
}
.settings {
padding: 12px;
}
.settings h3 {
text-align: left;
}
.settings button {
border: 2px solid black;
background-color: rgb(219, 255, 235);
padding: 12px;
}
.settings button:hover {
background-color: rgb(159, 226, 155);
color: black;
}
.spectrogram {
width:50%
}
.centered {
text-align: center;
display: block;
width: auto;
margin-left: auto;
margin-right: auto;
}
.full {
width:100%;
}
.logbutton, .navbuttons {
float: left;
}
.spectrogrambutton {
float:top;
}
body::-webkit-scrollbar {
display:none
}
@media screen and (max-width: 700px) {
.topnav {
margin-left:auto;
margin-right:auto;
}
.topnav button {display: none;}
/*.topnav button:not(:first-child) {display: none;}*/
.topnav button.icon {
padding: 0;
margin: 0;
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.overview img {
width: 100%;
}
.banner {
height: auto;
}
.banner img {
display: none;
}
.logo img {
display: block;
width: 60px;
height: 60px;
}
.version {
display: none;
}
.topnav.responsive {position: relative;}
.topnav.responsive button {
display: block;
text-align: center;
}
.left {
display: none;
}
}
@media screen and (max-width: 600px) {
.stats img {
width: 100%;
margin-left:auto;
margin-rigth:auto;
}
.viewdb table,.overview img {
width: 100%
}
.banner {
height: auto;
}
.banner img {
display: none;
}
.logo img {
display: block;
width: 60px;
height: 60px;
}
.play table,.overview table,.stats table {
width: 100%;
}
.topnav {
margin-left:auto;
margin-right:auto;
}
.topnav button {
font-size: large;
}
.topnav button {display: none;}
.topnav button.icon {
margin: 0;
padding: 0;
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.topnav.responsive {position: relative;}
.topnav.responsive button {
display: block;
}
.left {
display:none;
}
}