diff --git a/.gitattributes b/.gitattributes index f94ab6c6e0e87379dddf5b3dd838a81b8b21a1c0..cc147202614922a7c1e516417450f7a052c59ba9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -128,6 +128,7 @@ dist/images/m_envoi_rtl.gif -text dist/images/message.gif -text dist/images/messagerie-24.gif -text dist/images/messagerie-48.png -text +dist/images/minipres-gris.png -text dist/images/monter-16.png -text dist/images/mot-cle-24.gif -text dist/images/naviguer-site.png -text diff --git a/dist/images/minipres-gris.png b/dist/images/minipres-gris.png new file mode 100644 index 0000000000000000000000000000000000000000..d32ba9d3a562dbdbf386a0b4e35e9c0838fb5d5b Binary files /dev/null and b/dist/images/minipres-gris.png differ diff --git a/dist/minipres.css b/dist/minipres.css index a60c7dffaa287719f909a5e993e4aee50ba748d6..fd45cbd91bc0335204981387d2fe73fc8c0320dc 100644 --- a/dist/minipres.css +++ b/dist/minipres.css @@ -1,4 +1,8 @@ -body { background-color: #babdb6; font-family: Trebuchet Ms,Verdana, Geneva, Sans, sans-serif; font-size: 0.9em; color: #2e3436; } +/* @override http://localhost/spip/dist/minipres.css */ + +body { font-family: Trebuchet Ms,Verdana, Geneva, Sans, sans-serif; font-size: 0.9em; color: #2e3436; + background: #babdb6 url(images/minipres-gris.png) repeat; +} h1 { margin: 1em 0 1em 0; font-size: 1.3em; font-weigth: bold; color: #5c3566; } h2 { margin: 0.8em 0 0.8em 0; font-size: 1.2em; font-weigth: normal; } @@ -15,7 +19,9 @@ fieldset, .fieldset { text-align: left; padding: 0; border: 0; margin-top: 1em; legend { font-weight: bold; font-size: 1.1em; color: #000; } label {} -#minipres { width: 40em; background: #FFF; margin: 1em auto; padding: 1em; border: 1px solid #888; text-align: center; } +#minipres { width: 40em; background: #FFF repeat; margin: 1em auto; padding: 1em; border: 1px solid #888; text-align: center; } + +#minipres { width: 40em; background: #FFF repeat; margin: 1em auto; padding: 1em; border: 1px solid #888; text-align: center; } .pass #minipres { width: 90%; } .petit-centre { font-family: Verdana, Geneva, Sans, sans-serif; font-size: 1em; }