[PLUGINS] +abomailman
[ptitvelo/web/www.git] / www / plugins / facteur / emails / css.html
diff --git a/www/plugins/facteur/emails/css.html b/www/plugins/facteur/emails/css.html
new file mode 100755 (executable)
index 0000000..ace3aa9
--- /dev/null
@@ -0,0 +1,63 @@
+<style type="text/css" media="screen">
+.faux_body {
+       background-color: #fff;
+       font-size: 12px;
+       font-family: verdana, sans-serif;
+}
+
+.titre {
+       text-align: center;
+       color: #000;
+       font-size: 24px;
+}
+
+h2 {
+       font-size: 18px;
+}
+
+h3 {
+       font-size: 16px;
+       clear: both;
+}
+
+a {
+       text-decoration: none;
+}
+
+a:hover {
+       text-decoration: underline;
+}
+
+a:visited {
+}
+
+.spip_documents_left {
+       float: left;
+       margin-right: 10px;
+}
+
+.spip_documents_center {
+       display: block;
+       text-align: center;
+       margin: 10px 0;
+}
+
+.spip_documents_right {
+       float: right;
+       margin-left: 10px;
+}
+
+.petit {
+       padding-top: 20px;
+       text-align: center;
+       font-size: 10px;
+}
+
+ul {
+       clear: both;
+}
+
+.invisible {
+       color: #eee;
+}
+</style>
\ No newline at end of file