ed.brz9.dev/proj/chordboard/css/style.css

117 lines
1.5 KiB
CSS

@font-face {
font-family: inter;
src: url(../fonts/Inter-Bold.ttf);
font-style: normal;
}
html {
font-family: inter;
font-size: 1em;
color: #e9d2d2;
/*background: linear-gradient(to bottom right, #2e3551, #0d747d);*/
background-image:
url('../svg/noise.svg'),
linear-gradient(to bottom right, #2e3551, #0d747d);
height: 100%;
}
body {
position: relative;
}
nav.homenav {
position: absolute;
top: 0px;
left: 10px;
font-size: 1.2rem;
}
nav.homenav a {
text-decoration: none;
color: inherit;
}
table {
margin-top: 5px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
border: none;
}
td.separator {
width: 100%;
}
th, td {
border: 2px solid #e9d2d2;
border-collapse: collapse;
padding: 5px;
text-align: center;
}
th {
height: 35px;
max-height: 35px;
width: 35px;
padding: 0px;
margin: 0px;
}
th img {
height: 35px;
max-height: 35px;
padding: 0px;
margin: 0px;
}
td.blank, th.blank {
border: none;
}
td.modeg {
min-width: 55px;
}
td.chordblock, select, .clickable {
cursor: pointer;
}
td.notename {
text-align: left;
}
table.controlpanel {
width: 834px;
margin-bottom: 20px;
}
#canvas-container {
width: 100%;
text-align:center;
}
.left {
text-align: left;
}
canvas {
display: inline;
}
select{
font-size: 1em;
font-family: inter;
-moz-appearance: none;
-webkit-appearance: none;
border-radius: 0px;
padding-top: 5px;
padding-bottom: 5px;
border: 0;
background-color: #e9d2d2;
mix-blend-mode: screen;
}