You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cvm/public/css/style.css

37 lines
726 B
CSS

body {
background-color: #e4e4e4;
margin: 0px;
font-family: sans-serif; }
.content {
padding: 8px; }
label {
margin-right: 12px; }
.menu {
background-color: #000424; }
.menu h1, .menu .menu-item {
display: inline-block;
color: white; }
.menu h1 {
margin: 0px 16px; }
.menu .menu-item a {
color: white;
text-decoration: none;
padding: 15px 9px 5px 9px; }
.menu .menu-item.active a {
background-color: #e4e4e4;
color: black; }
.menu .menu-item:not(.active) a:hover {
background-color: #afafaf;
color: black; }
table {
border-collapse: collapse; }
table th, table td {
padding: 6px 9px;
border: 1px solid black; }
table th {
text-align: left; }