summaryrefslogtreecommitdiffstats
path: root/roles/lists/files/usr
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-01-17 04:40:35 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:51:41 +0200
commit5bf048570001b6a364b1ae33d4d436b14f44c974 (patch)
treea76f6925d1b62167361baa606da4912acd441cb6 /roles/lists/files/usr
parentc836fecd1b0ae3c6348ade420cd8e0222cdb66eb (diff)
Use Debian's usual location for static web content.
Hence put the CSS and fonts under /usr/share/.
Diffstat (limited to 'roles/lists/files/usr')
-rw-r--r--roles/lists/files/usr/share/mlmmj/static/css/fripost.css63
1 files changed, 63 insertions, 0 deletions
diff --git a/roles/lists/files/usr/share/mlmmj/static/css/fripost.css b/roles/lists/files/usr/share/mlmmj/static/css/fripost.css
new file mode 100644
index 0000000..197eee6
--- /dev/null
+++ b/roles/lists/files/usr/share/mlmmj/static/css/fripost.css
@@ -0,0 +1,63 @@
+html, body {
+ height: 100%;
+ max-width: 1024px;
+}
+#wrap {
+ min-height: 100%;
+ height: auto;
+ margin: -1.6em auto;
+ padding: 1.6em 0;
+ width: 100%;
+}
+#main {
+ margin: 0 15px;
+ padding: 0;
+ width: auto;
+}
+#header, #footer {
+ margin: 0 15px;
+ height: 1.5em;
+ overflow: hidden;
+ padding: 0;
+}
+#header {
+ border-bottom: 1px solid #c0c0c0;
+}
+#footer {
+ border-top: 1px solid #c0c0c0;
+}
+h1.msg.subject {
+ margin-bottom: 1.5ex;
+}
+.msg.header {
+ width: auto;
+ padding: 0;
+ margin-bottom: 2ex;
+}
+.msg.header table {
+ margin: 10px;
+}
+.msg.header table tr td:first-child {
+ font-weight: bold;
+ padding-right: 1ex;
+}
+.msg.body pre {
+ background: none;
+ border: none;
+ padding: 0 10px;
+}
+.dummy {
+ list-style: none;
+ font-style: italic;
+ color: gray;
+}
+.msg.footer {
+ margin-top: 1ex;
+ padding: 10px;
+}
+.msg.footer > ul {
+ margin-bottom: 0;
+}
+#main ul.index {
+ margin: 2ex 0;
+}