Skip to content
Extraits de code Groupes Projets
Valider 37f87275 rédigé par cerdic's avatar cerdic
Parcourir les fichiers

des details de couleurs par ci par la en essayant de pas trop s'emmeler les pinceaux !

parent 14607f9e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -1686,8 +1686,23 @@ a.ical {
.cadre-trait-couleur .titrem {background-color:##ENV{couleur_foncee,3874b0};color:#fff;}
.cadre-trait-couleur .cadre .titrem {background-color: #eee;color:#000;}
.cadre-liste .titrem {background-color:#fff;}
.cadre-liste .titrem.hover {background-color:##ENV{couleur_claire,edf3fe}}
.ajax-action {padding-top:1px;}
.dater,.dater .titrem {background-color:##ENV{couleur_claire,edf3fe};}
.dater .titrem.hover {background-color:##ENV{couleur_foncee,3874b0};}
#contenu .ajax-action .cadre .titrem {background-color:##ENV{couleur_claire,edf3fe};}
#contenu .ajax-action .titrem.hover {background-color:##ENV{couleur_foncee,3874b0};}
.mots_tous #contenu .titrem.impliable {background-color:##ENV{couleur_claire,edf3fe};}
.configuration #contenu .ajax-action .cadre .titrem {background-color:#eee;}
.configuration #contenu .ajax-action .titrem.hover {background-color:##ENV{couleur_claire,edf3fe};}
.configuration #contenu .ajax-action .cadre-trait-couleur .titrem {background-color:##ENV{couleur_foncee,3874b0};color:#fff;}
.configuration #contenu .ajax-action .cadre-trait-couleur .cadre .titrem {background-color: #eee;color:#000;}
.cadre-liste .titrem,
#contenu .ajax-action .cadre-liste .titrem {background-color:#fff;}
.cadre-liste .titrem.hover,
#contenu .ajax-action .cadre-liste .titrem.hover
{background-color:##ENV{couleur_claire,edf3fe}}
.cadre-liste .tr_liste .titrem {background-color:#eee;}
#navigation .titrem {text-align:center;}
......@@ -1715,9 +1730,3 @@ td.message, a.message {
background: url(#EVAL{_DIR_IMG_PACK}wrapper.php?file=m_envoi[(#ENV{ltr}|choixsiegal{left,'',_rtl})].gif) center left no-repeat;
padding-left: 10px;
}
.ajax-action {padding-top:1px;}
.dater,.dater .titrem {background-color:##ENV{couleur_claire,edf3fe};}
.dater .titrem.hover {background-color:##ENV{couleur_foncee,3874b0};}
#contenu .ajax-action .cadre .titrem {background-color:##ENV{couleur_claire,edf3fe};}
#contenu .ajax-action .titrem.hover {background-color:##ENV{couleur_foncee,3874b0};}
......@@ -138,7 +138,7 @@ function format_choisi()
if ($max_size >= ($maxtest-20)*($maxtest-20)) $maxtest = 2380; // 6MPixels
$top = 16;
for ($j = 320;$j>=20;$j = $j/2){
$res .= "<div style='position:relative;top:{$top}px;$spip_lang_left:0px;'>";
$res .= "<div style='position:relative;top:{$top}px;$spip_lang_left:0px;font-size:1px;'>";
$l = round($j/10);
$lok = 0; $lbad =0;
$margin_left = 0;
......
......@@ -42,7 +42,7 @@ function exec_breves_dist()
$statuts = "'prop', 'publie'" . ($editable ? ", 'refuse'": "");
$res = afficher_objets('breve',$titre.aide ("breves"), array("SELECT" => 'id_rubrique, id_breve, date_heure, titre, statut', "FROM" => 'spip_breves', 'WHERE' => "id_rubrique='$id_rubrique' AND statut IN ($statuts)", 'ORDER BY' => "date_heure DESC"));
$res = afficher_objets('breve',$titre.aide ("breves"), array("SELECT" => 'id_rubrique, id_breve, date_heure, titre, statut', "FROM" => 'spip_breves', 'WHERE' => "id_rubrique='$id_rubrique' AND statut IN ($statuts)", 'ORDER BY' => "date_heure DESC"),'',true);
echo $res ;
......
......@@ -205,7 +205,7 @@ function afficher_complement_syndic_article($row){
// affichage des liste d'objets
// Cas generique, utilise pour tout sauf article
// http://doc.spip.org/@inc_afficher_objets_dist
function inc_afficher_objets_dist($type, $titre_table,$requete,$formater=''){
function inc_afficher_objets_dist($type, $titre_table,$requete,$formater='', $force=false){
if ($afficher = charger_fonction("afficher_{$type}s",'inc',true)){
return $afficher($titre_table,$requete,$formater);
}
......@@ -230,7 +230,7 @@ function inc_afficher_objets_dist($type, $titre_table,$requete,$formater=''){
$fonction_ligne = "afficher_objet_boucle";
$arg = array($type,id_table_objet($type),$afficher_langue, $affrub, $langue_defaut);
}
return affiche_tranche_bandeau($requete, icone_table($type), 'toile_foncee', "ligne_blanche", $tmp_var, $titre_table, false, $largeurs, $styles, $fonction_ligne, $arg);
return affiche_tranche_bandeau($requete, icone_table($type), 'toile_foncee', "ligne_blanche", $tmp_var, $titre_table, $force, $largeurs, $styles, $fonction_ligne, $arg);
}
// http://doc.spip.org/@afficher_objet_boucle
......
......@@ -85,7 +85,7 @@ function init_body($rubrique='accueil', $sous_rubrique='accueil', $id_rubrique='
$couleurs = charger_fonction('couleurs', 'inc');
$res = pipeline('body_prive',"<body class='$rubrique $sous_rubrique'"
$res = pipeline('body_prive',"<body class='$rubrique $sous_rubrique "._request('exec')."'"
. ($GLOBALS['spip_lang_rtl'] ? " dir='rtl'" : "")
.'>');
if ($menu)
......
......@@ -309,9 +309,9 @@ function afficher_plus($lien) {
//
// http://doc.spip.org/@afficher_objets
function afficher_objets($type, $titre_table,$requete,$formater=''){
function afficher_objets($type, $titre_table,$requete,$formater='',$force=false){
$afficher_objets = charger_fonction('afficher_objets','inc');
return $afficher_objets($type, $titre_table,$requete,$formater);
return $afficher_objets($type, $titre_table,$requete,$formater,$force);
}
// http://doc.spip.org/@afficher_liste
......@@ -478,7 +478,7 @@ function affiche_tranche_bandeau($requete, $icone, $fg, $bg, $tmp_var, $titre,
$cpt = spip_fetch_array(spip_query("SELECT COUNT(*) AS n FROM " . $requete['FROM'] . ($requete['WHERE'] ? (' WHERE ' . $requete['WHERE']) : '') . ($requete['GROUP BY'] ? (' GROUP BY ' . $requete['GROUP BY']) : '')));
if (! ($force OR ($cpt = $cpt['n']))) return '';
if (! (($cpt = $cpt['n']) OR $force)) return '';
if (isset($requete['LIMIT'])) $cpt = min($requete['LIMIT'], $cpt);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter