Skip to content
Extraits de code Groupes Projets
Valider c3c6deb6 rédigé par ARNO*'s avatar ARNO*
Parcourir les fichiers

win_png et win_width

parent 88043dab
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -6,7 +6,6 @@ dist/choix_mots.html -text
dist/favicon.ico -text
dist/puce.gif -text
dist/puce_rtl.gif -text
dist/rien.gif -text
dist/style_prive.html -text
ecrire/action/autoriser.php -text
ecrire/action/ical.php -text
......@@ -285,7 +284,6 @@ ecrire/img_pack/redacteurs-48.png -text
ecrire/img_pack/redacteurs-admin-24.gif -text
ecrire/img_pack/redacteurs-poubelle-24.gif -text
ecrire/img_pack/referers-24.gif -text
ecrire/img_pack/rien.gif -text
ecrire/img_pack/rond-b.gif -text
ecrire/img_pack/rond-bd.gif -text
ecrire/img_pack/rond-bg.gif -text
......@@ -377,4 +375,5 @@ ecrire/urls/page.php -text
ecrire/urls/propres-qs.php -text
/inc-public.php3 -text
/index.php -text
/rien.gif -text
/spip.php -text
......@@ -169,7 +169,7 @@ input.formrecherche {
* Images typographiques (via image_typo)
*/
.format_png {
behavior: url("win_png.htc");
behavior: url("dist/win_png.htc");
}
......
......@@ -41,7 +41,7 @@ img {
border: 1px solid ##ENV{couleur_claire,edf3fe};
background-position: center bottom;
float: none;
behavior: url(#EVAL{_DIR_IMG_PACK}win_width.htc);
behavior: url(#URL_SITE_SPIP/dist/win_width.htc);
font-size: 12px;
font-family: Verdana,Arial,Sans,sans-serif;
}
......@@ -52,7 +52,7 @@ img {
background-color: white;
border: 1px solid ##ENV{couleur_claire,edf3fe};
background-position: center bottom; float: none;
behavior: url(#EVAL{_DIR_IMG_PACK}win_width.htc);
behavior: url(#URL_SITE_SPIP/dist/win_width.htc);
font-size: 12px;
font-family: Verdana,Arial,Sans,sans-serif;
}
......@@ -231,7 +231,7 @@ a.icone26:hover {
}
a.icone26 img {
vertical-align: middle;
behavior: url(../win_png.htc);
behavior: url(#URL_SITE_SPIP/dist/win_png.htc);
background-color: ##ENV{couleur_foncee,3874b0};
}
a.icone26:hover img {
......@@ -337,7 +337,7 @@ a.icone26:hover img {
.cellule48 a img {
behavior: url(../win_png.htc);
behavior: url(#URL_SITE_SPIP/dist/win_png.htc);
display: inline;
margin: 4px;
padding: 0px;
......@@ -1235,7 +1235,7 @@ a.spip_glossaire:hover {
margin-top: 10px;
padding: 5px;
border: 1px solid #666666;
behavior: url(#EVAL{_DIR_IMG_PACK}win_width.htc);
behavior: url(#URL_SITE_SPIP/dist/win_width.htc);
}
blockquote.spip {
margin-[(#ENV{ltr}|choixsiegal{left,left,right})]: 40px;
......
......@@ -4,7 +4,7 @@
var supported = /MSIE (5\.5)|[6789]/.test(navigator.userAgent) && navigator.platform == "Win32";
var realSrc;
var blankSrc = "dist/rien.gif";
var blankSrc = "rien.gif";
if (supported) fixImage();
......@@ -39,7 +39,7 @@ function fixImage() {
element.src = blankSrc;
// set filter
element.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" +
src + "',sizingMethod='scale')";
src + "',sizingMethod='image')";
}
}
......
ecrire/img_pack/rien.gif

63 octets

<public:component>
<public:property name="retrait">
<script language="JScript">
function fixWidth(){
if (element.className == "spip_cadre") retrait = 24;
else retrait = 16;
if (element.offsetWidth) {
style.width = element.offsetWidth - retrait;
} else {
style.width = "90%";
//alert (element.parentElement.tagName);
}
}
var supported = /MSIE (5\.5)|[6789]/.test(navigator.userAgent) && navigator.platform == "Win32";
if (supported) fixWidth();
</script>
</public:component>
......@@ -1736,7 +1736,7 @@ function envoi_link($nom_site_spip, $rubrique="") {
// CSS espace prive
. '<link rel="stylesheet" type="text/css" href="'
. generer_url_public('style_prive', $args) .'" />
. generer_url_public('style_prive', $args."&rand=".rand(0,1000)) .'" />
'
// CSS calendrier
. '<link rel="stylesheet" type="text/css" href="'
......
Fichier déplacé
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter