Systems.Page/css/head.css
2023-10-29 20:56:58 +13:00

78 lines
967 B
CSS

html, body {
margin: 0;
padding: 0;
}
.sitename #title {
display: table-cell;
vertical-align: middle;
color: black;
}
.sitename #image {
display: table-cell;
vertical-align: middle;
}
.sitename #image img{
float: left;
}
.sitename a {
display: table-row;
text-decoration: none;
}
.spacer {
display: table;
width: 100%;
float: right;
}
.sitename {
display: table;
font-weight: bold;
float: left;
padding-left: 20px;
padding-right: 20px;
}
.sitename:hover{
background-color: #d8ebf3;
}
.navbar {
display: table;
font-weight: bold;
float: right;
}
.navbar a {
display: contents;
text-decoration: none;
white-space: nowrap;
}
.navbar #entry {
padding-left: 20px;
padding-right: 20px;
display: table-cell;
vertical-align: middle;
color: black;
}
.navbar #entry:hover{
background-color: #d8ebf3;
}
.header {
display: flex;
font-size: 200%;
font-weight: bold;
color: white;
margin: 0px;
background-color: lightblue;
}