mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-10 12:24:20 +01:00
61 lines
650 B
CSS
61 lines
650 B
CSS
#loading {
|
|
text-align: center;
|
|
display: block;
|
|
position: fixed;
|
|
width: 100%;
|
|
top: 20%;
|
|
}
|
|
|
|
hr {
|
|
margin-top: 2rem;
|
|
margin-bottom: 2.5rem;
|
|
}
|
|
|
|
a {
|
|
text-decoration: underline;
|
|
color: #ababab;
|
|
}
|
|
|
|
.nounderline {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.navbar a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
|
|
a:hover {
|
|
color: black;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center
|
|
}
|
|
|
|
.light {
|
|
color: #707070
|
|
}
|
|
|
|
.app {
|
|
padding-top: 2em
|
|
}
|
|
|
|
.navbar {
|
|
border-bottom: 1px solid #eee;
|
|
display: block;
|
|
height: 4.5em
|
|
}
|
|
|
|
.navbar .container {
|
|
padding-top: 1em
|
|
}
|
|
|
|
.navbar .iconbar {
|
|
margin-top: -5.2rem;
|
|
}
|
|
|
|
.navbar .iconbar .fa {
|
|
margin-left: .5rem;
|
|
}
|