Skip to content

Instantly share code, notes, and snippets.

@a-nakanosora
Created February 21, 2018 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-nakanosora/5ad3622e0ddb0d560c2328fcd62e2923 to your computer and use it in GitHub Desktop.
Save a-nakanosora/5ad3622e0ddb0d560c2328fcd62e2923 to your computer and use it in GitHub Desktop.
test css for firebase simple bbs
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