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

195 lines
2.2 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;
}
2015-11-26 19:04:47 +01:00
.inline {
display: inline
}
2015-11-23 16:07:04 +01:00
.black {
color: black
}
.top-half-em {
margin-top: .5em
}
.center-block {
margin:auto;
display:block;
}
2015-11-19 17:07:02 +01:00
.navbar {
position: fixed;
width: 100%;
opacity: 1;
background: rgb(255, 255, 255);
z-index: 99;
}
.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
}
.breaker {
word-break: break-all;
}
2015-11-14 12:06:37 +01:00
.app {
2015-11-19 17:07:02 +01:00
padding-top: 9rem
2015-11-14 12:06:37 +01:00
}
2015-11-19 14:43:13 +01:00
.user-id .fa {
margin-right: .25rem;
}
.whitelist .user-id {
display: inline;
margin-right: .3em
}
2015-11-19 14:43:13 +01:00
.post {
display: block;
max-width: 65rem;
border: 1px solid #bbb;
border-radius: .5rem;
margin: 3rem auto;
}
.post .content {
display: block;
margin: 2rem;
}
2015-11-26 19:04:47 +01:00
.icons .fa, .comment .icons .fa {
2015-11-19 14:43:13 +01:00
color: #707070;
}
2015-11-26 19:04:47 +01:00
.icons .a {
2015-11-23 16:07:04 +01:00
color: #707070;
}
2015-11-26 19:04:47 +01:00
.icons .user-id {
display: inline;
2015-11-19 14:43:13 +01:00
}
2015-11-26 19:04:47 +01:00
.icons .not-first{
2015-11-19 14:43:13 +01:00
margin-left: 1rem;
}
2015-11-23 16:07:04 +01:00
.post-page .user-id {
display: inline
}
2015-11-26 19:04:47 +01:00
.comment-page .user-id {
display: inline
}
2015-11-23 18:26:34 +01:00
.comment .icons {
margin-bottom: 1rem;
}
.comment .icons .user-id {
margin-right: 1rem;
}
.shifted {
margin-left: 2rem;
}
2015-11-23 18:26:34 +01:00
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%
}
2015-11-21 16:29:54 +01:00
.homepage {
text-align: center;
max-width: 70rem;
margin: auto;
}
.homepage li {
text-decoration: none;
}
2015-11-17 22:18:30 +01:00
.itsok p, h5 {
display: inline-block;
margin-bottom: 1rem;
}
.itsok h5 {
margin-right: 1rem;
}
2015-12-12 17:51:03 +01:00
.your-profile {
text-align: center
}
.new-profile {
display: block;
margin: 3rem auto;
}
2015-11-17 22:18:30 +01:00
@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;
}
}