1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-10 12:24:20 +01:00
ipfs-boards/webapp/style.css

110 lines
1.3 KiB
CSS
Raw Normal View History

2015-11-14 12:06:37 +01:00
#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
}
2015-11-14 12:06:37 +01:00
.light {
color: #707070
2015-11-14 12:06:37 +01:00
}
.app {
padding-top: 2em
}
2015-11-19 14:43:13 +01:00
.user-id .fa {
margin-right: .25rem;
}
.post {
display: block;
max-width: 65rem;
border: 1px solid #bbb;
border-radius: .5rem;
margin: 3rem auto;
}
.post .content {
display: block;
margin: 2rem;
}
.post .icons .fa {
color: #707070;
}
.post .icons .user-id {
display: inline-block;
}
.post .icons .not-first{
margin-left: 1rem;
}
2015-11-14 12:06:37 +01:00
.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;
}
2015-11-17 22:18:30 +01:00
.settings .buttons .button {
display: block;
margin: 1rem auto;
width: 80%
}
@media (min-width: 400px) {
/* larger than mobile */
.settings .buttons {
text-align: inherit;
}
.settings .buttons .not-first {
margin: 0 1rem;
}
.settings .buttons .button {
display: inline-block;
width: auto;
}
}