From d7d136f5e08bb00acf522337b87fdcf9b6237ea5 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Fri, 16 Mar 2012 18:23:05 +0100 Subject: [PATCH] Surcharge css --- habillage/skel_lhc.css | 8 ++++++++ plugin.xml | 34 ++++++++++++++++++++++++++++++++++ skel_lhc_pipelines.php | 6 ++++++ 3 files changed, 48 insertions(+) create mode 100644 habillage/skel_lhc.css create mode 100755 plugin.xml create mode 100644 skel_lhc_pipelines.php diff --git a/habillage/skel_lhc.css b/habillage/skel_lhc.css new file mode 100644 index 00000000..e1380caa --- /dev/null +++ b/habillage/skel_lhc.css @@ -0,0 +1,8 @@ +#menu_lang { + list-style: none outside none; + position: absolute; + bottom: 0px; + right:0px; + background-color: rgba(255,255,255,0.7); + padding: 5px; +} diff --git a/plugin.xml b/plugin.xml new file mode 100755 index 00000000..31a3f5ef --- /dev/null +++ b/plugin.xml @@ -0,0 +1,34 @@ + + + + [fr]heureuxcyclage: fonctionnalites specifiques au reseau l'Heureux Cyclage + + + Ludovic CHEVALIER + © 2011 - GNU/LGPL + + 0.1 + + + test + + + + [fr]Squelette de personnalisation de L'Heureux Cyclage. + + + http://www.heureux-cyclage.org + + skel_lhc + + + hc.png + + + insert_head + skel_lhc_pipelines.php + + squelette + + + diff --git a/skel_lhc_pipelines.php b/skel_lhc_pipelines.php new file mode 100644 index 00000000..4b16b63a --- /dev/null +++ b/skel_lhc_pipelines.php @@ -0,0 +1,6 @@ +'."\n"; + return $texte; + } +?> -- 2.20.1