aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-01-30 18:24:49 -0800
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-01-30 18:24:49 -0800
commit7a3b67c49b20c9063a696b8fb7dc00e541855693 (patch)
tree67cbb86265898fa7cc14ebb564c9a9f1ad872221 /static/styles.css
downloadpatchfoo-7a3b67c49b20c9063a696b8fb7dc00e541855693.tar.gz
patchfoo-7a3b67c49b20c9063a696b8fb7dc00e541855693.zip
Init
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css112
1 files changed, 112 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
new file mode 100644
index 0000000..5cfcab5
--- /dev/null
+++ b/static/styles.css
@@ -0,0 +1,112 @@
+body {
+ margin: 0 auto;
+ font-family: sans-serif;
+}
+
+section {
+ padding: 1ex;
+}
+
+.composer-actions {
+ text-align: right;
+}
+
+.ssb-post img {
+ max-width: 100%;
+}
+
+.nav-bar {
+ background-color: #039;
+ padding-left: 1em;
+}
+
+.nav-bar a {
+ color: #ed0;
+}
+
+.search-input {
+ color: #efd;
+ background-color: transparent;
+ border: 1px solid black;
+ font-size: inherit;
+}
+
+.paginate {
+ padding-left: 1ex;
+}
+
+footer {
+ font-size: smaller;
+ text-align: center;
+ color: #999;
+ padding: 1ex;
+}
+
+.ssb-avatar-image {
+ width: 2em;
+ height: 2em;
+ vertical-align: top;
+}
+
+.ssb-feed .ssb-avatar-image {
+ width: 4em;
+ height: 4em;
+}
+
+h3.feed-name {
+ padding: 0;
+ margin: 0;
+}
+
+textarea {
+ font: inherit;
+ width: 100%;
+}
+
+pre {
+ white-space: pre-wrap;
+}
+
+.ssb-id {
+ font-size: .7em;
+ color: #777;
+}
+
+.ssb-timestamp {
+ font-size: smaller;
+}
+
+.msg-header {
+ margin-bottom: .25ex;
+}
+
+.recps {
+ font-size: smaller;
+}
+
+.ssb-msgs {
+ border-spacing: 0;
+ border-bottom: 1px solid #ddd;
+ width: 100%;
+}
+
+.msg-left,
+.msg-main,
+.msg-right {
+ border-top: 1px solid #ddd;
+ vertical-align: top;
+ padding: .5ex;
+}
+
+.msg-main {
+ width: 100%;
+}
+
+.feed-name {
+ padding: .75ex;
+}
+
+.msg-left .ssb-avatar-image {
+ margin-left: .25em;
+ background-color: #efd;
+}