From e3aee2b049c46599b3e8f7552bd33ea162e485ab Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 9 Apr 2012 15:05:27 +0200 Subject: Add Lafargue subsite (lazy chat functionality). --- static/style/hammer-and-sickle.css | 4 ++-- static/style/lafargue.css | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 static/style/lafargue.css (limited to 'static') diff --git a/static/style/hammer-and-sickle.css b/static/style/hammer-and-sickle.css index 40db121..d6b7ae6 100644 --- a/static/style/hammer-and-sickle.css +++ b/static/style/hammer-and-sickle.css @@ -39,7 +39,7 @@ a:active { border-bottom: 0px solid none; } -ul.bookmarx-list { +ul.bookmarx-list, ul.lafargue-list { list-style-type: none; } @@ -71,7 +71,7 @@ h2 { border: solid #bbccff; } -.bookmark, #content { +.bookmark, .lafargue-message, #content { /* border-right: 1px solid silver; */ color: inherit; background-color: #ffbfbf; 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; +} -- cgit v1.2.3