aboutsummaryrefslogtreecommitdiff
path: root/res/default.css
diff options
context:
space:
mode:
authorRoman Gräf <roman.graef@gmail.com>2017-11-01 12:39:11 +0100
committerGitHub <noreply@github.com>2017-11-01 12:39:11 +0100
commite788ee67564c59504bfbea8964c62f7a6bcdbf13 (patch)
tree6026738857acf56b80d3438f47cc0244e5730bb8 /res/default.css
parent77d129edd458fe4cdc2e0011e934cac47d525624 (diff)
downloadichtml-e788ee67564c59504bfbea8964c62f7a6bcdbf13.tar.gz
ichtml-e788ee67564c59504bfbea8964c62f7a6bcdbf13.tar.bz2
ichtml-e788ee67564c59504bfbea8964c62f7a6bcdbf13.zip
Add files via upload
Diffstat (limited to 'res/default.css')
-rw-r--r--res/default.css49
1 files changed, 49 insertions, 0 deletions
diff --git a/res/default.css b/res/default.css
new file mode 100644
index 0000000..631e12e
--- /dev/null
+++ b/res/default.css
@@ -0,0 +1,49 @@
+body {
+ padding: 0;
+ margin: 0;
+}
+
+img {
+ vertical-align: middle;
+}
+
+.header {
+ right: 2px;
+ position: absolute;
+ text-align: right;
+}
+
+a {
+ text-decoration: none;
+ margin: 0;
+ padding: 10px;
+}
+
+.button {
+ display: block;
+ background: #eee;
+}
+
+.button:hover {
+ background: #ddd;
+}
+
+.centered {
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ /* bring your own prefixes */
+ transform: translate(-50%, -50%);
+}
+
+.img-circle {
+ border-radius: 50%;
+}
+
+.send-channel {
+ margin-left: 30px;
+}
+
+#content {
+ margin: 2px;
+}