website/infnet.css

107 lines
1.5 KiB
CSS

.sidebar {
height: 100%;
width: 250px;
position: fixed;
left: 0;
top: 0;
padding-top: 55px;
background-color: #909090;
text-align: center;
}
.sidebar div {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 24px;
display: block;
}
.title {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 32px;
}
.body-link {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
}
.table-link {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
text-decoration: underline;
}
.logo-small {
transform: translate(0px, 13px);
}
body {
padding-top: 40px;
margin-left: 400px;
margin-right: 150px;
font-family: Roboto, sans-serif;
font-size: 18px;
background-color: #262626;
}
h1 {
font-family: Roboto, sans-serif;
font-size: 26px;
color: #ffffff;
}
h2 {
font-family: Roboto, sans-serif;
font-size: 22px;
color: #ffffff;
}
h3 {
font-family: Roboto, sans-serif;
font-size: 20px;
color: #ffffff;
}
h4 {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
}
h5 {
font-family: Roboto, sans-serif;
font-size: 16px;
color: #ffffff;
}
p {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
}
code {
font-size: 14px;
color: #ffffff;
}
a {
font-family: Roboto, sans-serif;
color: #000000;
text-decoration: none;
}
table, th, td {
border: 2px solid;
border-collapse: collapse;
border-color: #ffffff;
padding: 15px;
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
}