Created
February 21, 2018 09:00
-
-
Save a-nakanosora/5ad3622e0ddb0d560c2328fcd62e2923 to your computer and use it in GitHub Desktop.
test css for firebase simple bbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body {background: #ECEFF1; color: #757575;} | |
#reply-form, #replies {margin: 100px auto 16px; max-width: 360px;} | |
#reply-form, .reply {background: white; padding:5px;} | |
.reply {position: relative; border: 1px solid #ddd; margin:10px;} | |
#reply-body {width: 100%; height: 7em;} | |
#reply-key {width: 50px;} | |
.head {color: #888; font-size: 75%;} | |
.date {position: absolute; right: 0;} | |
.content {border-top: 1px dotted #ddd; padding: 4px;} | |
.delete {position: absolute; bottom: 0; right: 0; font-size: 60%; padding: 1px; background-color: #f5f5f5; border: none; color: #ccc; opacity: 0.7;} | |
.l {font-size: .8rem;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment