badping_nagios_better/public/assets/css/style.css

98 строки
1.5 KiB
CSS
Исходник Обычный вид История

2019-11-10 22:58:17 +00:00
*, :after, :before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
a {
color: #0063ff;
text-decoration: none;
border-bottom: .0625rem solid rgba(0, 99, 255, .3);
}
a:hover,
a:visited:hover {
color: #ff475d;
border-bottom: .0625rem solid rgba(255, 71, 93, .24);
}
a:visited {
color: #cf00cf;
border-bottom: .0625rem solid rgba(207, 0, 207, .3);
}
2019-11-06 21:48:21 +00:00
body {
font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
font-size: 1rem;
font-weight: normal;
2019-11-10 22:58:17 +00:00
line-height: 1.25rem;
}
.header {
display: grid;
grid-template-rows: 1fr 1fr;
grid-template-columns: 1fr 6fr;
grid-gap: 1vw;
}
.header, .main, .footer, .navigate ul {
margin: 0 auto;
max-width: 1000px;
}
.header__img {
grid-row: 1/3;
grid-column: 1;
margin-left: -1.75rem;
margin-right: -1.75rem;
}
.header__title {
margin-bottom: 0;
line-height: 1;
margin-top: 3rem;
}
.navigate {
background: black;
margin-top: 1.25rem;
}
.navigate ul {
list-style: none unset none;
padding: .375rem 0;
}
.navigate ul li {
display: inline-block;
width: 32%;
text-align: center;
}
.navigate ul li a {
color: white;
text-decoration: none;
}
.navigate ul li a:hover {
color: white;
border-bottom: .0625rem solid rgba(255, 255, 255, .6);
}
.footer {
margin-top: 2rem;
padding-top: 1rem;
padding-bottom: 1rem;
}
.footer::before {
width: 100%;
display: block;
content: " ";
border-top: .25rem solid black;
position: absolute;
left: 0;
2019-11-06 21:48:21 +00:00
}
2019-11-10 22:58:17 +00:00
table {
border-collapse: collapse;
}