This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/css/header.css

42 lines
610 B
CSS
Raw Normal View History

2022-11-23 10:58:43 +01:00
.navbar {
2023-04-19 10:07:35 +02:00
background-color: #363636;
color: #1fccef;
2022-11-23 10:58:43 +01:00
position: sticky;
top: 0px;
z-index: 6;
2023-11-25 21:48:28 +01:00
background-color: #363636;
margin: 5px;
padding: 5px;
width: auto;
2023-12-04 12:14:36 +01:00
text-align: center;
2023-11-25 21:48:28 +01:00
border-radius: 10px;
2022-11-23 10:58:43 +01:00
}
2023-01-21 00:49:58 +01:00
2023-03-15 16:08:49 +01:00
.warning {
color: #ffff00
}
2023-01-21 00:49:58 +01:00
.navbar a {
color: #e6e6fa;
2023-04-19 13:04:03 +02:00
text-decoration: none;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 3px;
padding-right: 3px;
}
.navbar a:hover {
display: inline;
2023-04-19 13:04:03 +02:00
text-decoration: underline;
2023-03-09 20:11:08 +01:00
}
.navbar span {
padding: 5px;
display: inline;
}
.navbar img {
transform: translate(+30%, +25%)
2023-01-21 00:49:58 +01:00
}