Author: izo@aucuneid.net
Date: Mon Jul 31 16:00:15 2006
New Revision: 4316
Log:
fichier css mais je sais pas le linker dans un fichier de plugin
Added:
_plugins_/_contenu_editorial_/FpipR/styles.css
Added: _plugins_/_contenu_editorial_/FpipR/styles.css
--- _plugins_/_contenu_editorial_/FpipR/styles.css (added)
+++ _plugins_/_contenu_editorial_/FpipR/styles.css Mon Jul 31 16:00:15 2006
@@ -0,0 +1,44 @@
+body {
+ background: #ffffff;
+ width: 90%;
+ margin-right: auto;
+ margin-left: auto;
+ color: #333399;
+ font: small Geneva, Arial, Helvetica, sans-serif;
+}
+
+h1 {
+ font-size: x-large;
+ color: #333399;
+ font-weight: bolder;
+ letter-spacing: 1px;
+ text-align: left;
+}
+
+li {
+ background: #333399;
+ width: 100px;
+ height: 130px;
+ color: #ff0080;
+ padding: 5px;
+ margin: 10px;
+ font-size: x-small;
+ text-align: left;
+ float: left;
+ list-style-type: none;
+}
+
+img {
+ margin: 10px;
+ border: 2px solid #ffffff;
+}
+
+img:hover {
+ border: 2px solid #000000;
+}
+
+li img {
+ display: block;
+ clear: both;
+}
+