simple-liveresults/common/main.css

48 lines
872 B
CSS

body{
font-family: "Red Hat Display", Myriad, Cantarell, "Noto Sans", "Liberation Sans","Trebuchet MS", Arial, Helvetica, sans-serif;
}
table {
border-collapse: collapse;
line-height: 1.1rem;
}
td, th {
border: 1px solid rgb(192, 192, 192);
padding: 0.8rem;
}
tr {
transition: 0.1s;
}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {
background-color: #c5cae9;
}
tr:visited {
background-color:#c5cae9;
}
th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #4CAF50;
color: white;
}
h4 {
font-size: 20px;
margin-bottom: 6px;
margin-top: 20px;
font-weight: 600;
}
.hiddendiv {
display:none;
}
.nav-link{
font-weight: 700;
}
.fade{
transition: 0.13s;
}
.button4:hover {background-color: #e7e7e7;}