STB/foto/views/css/navi.css

69 lines
906 B
CSS
Executable File

<style>
#navbar-brand #currentpage a {
background-color: black;
color: white;
font-weight: bold;
}
#navbar #currentpage a {
background-color: black;
color: white;
font-weight: bold;
}
.catcher {
position: relative;
text-align: center;
color: white;
}
.bottom-left {
position: absolute;
bottom: 20px;
left: 16px;
color: white;
}
.top-left {
position: absolute;
top: 8px;
left: 16px;
color: white;
}
.top-right {
position: absolute;
top: 8px;
right: 16px;
color: white;
}
.bottom-right {
position: absolute;
bottom: 8px;
right: 16px;
color: white;
}
.bottom-centered {
position: absolute;
bottom: 30px;
left: 50%;
transform: translate(-50%, -50%);
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.active {
/* background-color: #4CAF50; */
background-color: black;
font-weight: bold;
}
</style>