Refactor CSS.
This commit is contained in:
parent
6a0de392af
commit
fb84fcfd19
108
infnet.css
108
infnet.css
@ -1,54 +1,3 @@
|
|||||||
.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;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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: 20px;
|
|
||||||
background-color: #262626;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
@ -80,6 +29,28 @@ h5 {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h6 {
|
||||||
|
font-family: Roboto, sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
padding-top: 40px;
|
||||||
|
margin-left: 400px;
|
||||||
|
margin-right: 150px;
|
||||||
|
font-family: Roboto, sans-serif;
|
||||||
|
font-size: 20px;
|
||||||
|
background-color: #262626;
|
||||||
|
}
|
||||||
|
|
||||||
|
.body-link {
|
||||||
|
font-family: Roboto, sans-serif;
|
||||||
|
font-size: 18px;
|
||||||
|
color: #ffffff;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@ -121,3 +92,38 @@ table, th, td {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-link {
|
||||||
|
font-family: Roboto, sans-serif;
|
||||||
|
font-size: 18px;
|
||||||
|
color: #ffffff;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.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;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo-small {
|
||||||
|
transform: translate(0px, 13px);
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user