summaryrefslogtreecommitdiff
path: root/static/style/lafargue.css
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-04-09 15:05:27 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-04-09 15:05:27 +0200
commite3aee2b049c46599b3e8f7552bd33ea162e485ab (patch)
tree043a97f2452cecef526baf6fdede68b94cdfae3b /static/style/lafargue.css
parenteec1fa16980cfc91b9fe69e4840f9cfb2f535167 (diff)
Add Lafargue subsite (lazy chat functionality).
Diffstat (limited to 'static/style/lafargue.css')
-rw-r--r--static/style/lafargue.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/static/style/lafargue.css b/static/style/lafargue.css
new file mode 100644
index 0000000..31b6a30
--- /dev/null
+++ b/static/style/lafargue.css
@@ -0,0 +1,32 @@
+.lafargue-message-date-and-owner {
+ font-style: oblique;
+ color: #555;
+ /* text-indent: 1.5em; */
+ /* margin-left: 1.5em; */
+}
+
+.lafargue-message-body {
+ margin-left: 1.5em;
+ margin-bottom: 1em;
+}
+
+#lafargue-message-footer {
+ text-align: right;
+ position: relative;
+ padding: 0.5em 0.5em 0.5em 0.5em;
+ right: 0;
+ margin: 1em;
+ font-style: oblique;
+}
+
+#lafargue-message-footer-text {
+ padding: 0.5em 1em 0.5em 1em;
+ border: solid 1px #000;
+ background-color: orange;
+}
+
+#lafargue-main-input-box {
+ margin-left:auto;
+ margin-right:auto;
+ text-align:center;
+}