From defd09a0a6904a30da97bace8a13c2c9a18bb3d1 Mon Sep 17 00:00:00 2001 From: ARNO* <arno@rezo.net> Date: Wed, 22 Sep 2004 16:51:13 +0000 Subject: [PATCH] Cosmetique: presentation forums --- ecrire/img_pack/forum-interne-24.gif | Bin 453 -> 256 bytes ecrire/inc_presentation.php3 | 6 +++++- ecrire/spip_style.php3 | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ecrire/img_pack/forum-interne-24.gif b/ecrire/img_pack/forum-interne-24.gif index 6a85e977839c0cfa86200916de5ccf8b60e6bba8..e8c7fb4df98fbf329524ee61294977530ca290b6 100644 GIT binary patch literal 256 zcmV+b0ssC-Nk%w1VHf}y0J9GO)6>)Z{QU6n@UpV9a&mH>o}N}#R*j8~f`WpDg@uNO zhG%DIW@cvp|Nn=FhX4QoA^8LW000jFEC2ui02lxm000E7@X1N5rGOc>y8oZX01sdQ zO(U#q+oooQ0*7PYIDX8A(Ex~qVn{3&5eU?#Q9$ILIYgnsU^EU1sMe7<P_5W4wEMkg z#W`}-j81#k;r2}pKFhi9`rSrv44iui15`c&2S|vCibw|n4F&{*0s{q=mY0_UjspY_ z1_J>p0ig|}rlu*A1``YjDXBfNvatvh2ZN%Y7rUOM0SpDay9Bwx!WUj9#>W=1%+Jsi G5db^I?P!Mp literal 453 zcmV;$0XqIiNk%w1VHf}y0K^{vWMNtW0RYagiTd)=mxO1r-poLfbMf@=!OhvWwzid* zlXH)yzoB}jy36I+uI<%;_36FS$f!}JhB9|u+T-Kb!E=(#xm9n5(Y%yyfQ~piIAXDu zf}668sKIo=sqXIXA^8LW0018VEC2ui02lxm000I5;3p=4W|}}Eu51ec(E!a*1Snac z@0luU3fW`$s8k36&2AY`ksyu-&4EFZ0L)!N<A6K{;DN)YxxKQ1lGhOyV{|4G;WgiB zA{FpKM%@7z0vG}U3<OF#T@Y=3Ng9EIgbasw2Z~@&Z)pS=oP!JuXIvO;ml2s7n~;%b zBoz*cHJJbegSDSG0Us|F0F@3EhYAX|pOOl>9}0Clk|_ick;P5OCJGb<1r|&I7{ypv zxd0gl6c!#H8|h6Mhj0ok0p;iD8xjTvNf8tj2n#wHD*_alm(JdVGUOU`SjZvAyAJ}< zS*T|)zySmcJ8;;z-~uv%8zxwgV9&sWcnuapXymY<WeyP_Cln|-;UvZj9a^@$z~SRa vk@rm6<ZvP7f(#dUer%VeAAklKkS6WfqAJ9c8lWb<0D!7hcucc=2mt^)Oi{P1 diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3 index 0609c7b334..c84b91ef7c 100644 --- a/ecrire/inc_presentation.php3 +++ b/ecrire/inc_presentation.php3 @@ -1177,7 +1177,11 @@ function afficher_forum($request, $adresse_retour, $controle_id_article = 0) { if ($compteur_forum == 1) echo debut_cadre_forum("forum-interne-24.gif", false, "", typo($titre)); else echo debut_cadre_thread_forum("", false, "", typo($titre)); - echo "<span class='arial2'>$date_heure</span>"; + echo "<span class='arial2'>"; + echo affdate_court($date_heure); + echo ", "; + echo heures($date_heure).":".minutes($date_heure); + echo "</span>"; if ($email_auteur) { echo " <a href=\"mailto:$email_auteur?subject=".rawurlencode($titre)."\">".typo($auteur)."</a>"; diff --git a/ecrire/spip_style.php3 b/ecrire/spip_style.php3 index 67de3fc3a8..6e05bfb2b9 100644 --- a/ecrire/spip_style.php3 +++ b/ecrire/spip_style.php3 @@ -918,7 +918,7 @@ a.bouton_rotation:hover img { -moz-border-radius-topright: 8px; } .cadre-forum div.cadre-titre { - background: #cccccc; + background: <? echo $couleur_claire; ?>; border-bottom: 1px solid #aaaaaa; color: black; } @@ -926,11 +926,11 @@ a.bouton_rotation:hover img { .cadre-thread-forum { background-color: #eeeeee; - border: 1px solid #aaaaaa; + border: 1px solid #cccccc; border-top: 0px; } .cadre-thread-forum div.cadre-titre { - background: #dddddd; + background: #cccccc; color: black; } -- GitLab