Skip to content

Instantly share code, notes, and snippets.

@hteumeuleu
Created August 1, 2016 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hteumeuleu/9c67dd36adfc5ea876230e17aa7940b4 to your computer and use it in GitHub Desktop.
Save hteumeuleu/9c67dd36adfc5ea876230e17aa7940b4 to your computer and use it in GitHub Desktop.
Un exemple pour cibler le webmail Orange.fr
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<title>Orange Target</title>
<style type="text/css">
@media {
#o-header ~ * .client--orangefr { color:#fff !important; background:#2ecc40 !important; }
}
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="width:100px; height:100px; padding:10px; vertical-align:bottom; text-align:center; font:bold 14px sans-serif; background:#ddd;" class="client--orangefr">Orange.fr</td>
</tr>
</table>
</body>
</html>
@bichonnages
Copy link

bichonnages commented May 24, 2022

Je pensais avoir trouvé mon sauveur…
Malheureusement la nouvelle version du client web Orange n'est pas ciblée par ce code.
Est-ce qu'il y a une alternative fonctionnelle ?
Merci !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment