Browse Source

plus beau

master
Cabillot Julien 6 years ago
parent
commit
a2944f9aa9
4 changed files with 92 additions and 12 deletions
  1. 74
      root/css/my.css
  2. BIN
      root/img/chrome.png
  3. BIN
      root/img/firefox.png
  4. 30
      root/scripts/index.html

74
root/css/my.css

@ -1,7 +1,16 @@
html {
font-family : "Roboto", "Helvetica Neue", Helvetica, sans-serif;
font-size: 14px;
background: rgb(253, 253, 253);
background: rgb(242, 242, 242);
}
a {
text-decoration: none;
color: #F2AA65;
}
h1 {
color: #DA4336;
}
div.warning {
@ -10,8 +19,65 @@ div.warning {
padding: 0.5em;
text-align: center;
box-shadow: 1px 1px 12px #555;
position: fixed;
top: 0;
width: 100%;
left: 0;
height: 3em;
}
a {
text-decoration: none;
}
div.contenu {
margin-left: 1em;
margin-top: 5em;
}
div.cont1 {
display: inline-block;
width: 100%;
height: 80px;
}
div.extension {
background: white;
float: left;
text-align: center;
padding-top: 0.8em;
padding-bottom: 0.8em;
padding-left: 1em;
padding-right: 1em;
margin-left: 3%;
border: 1px solid rgb(230, 230, 230);
height: inherit;
}
div.extension img {
margin-left: 1em;
margin-right: 1em;
margin-top: 0.5em;
}
div.extensio img {
margin-left: 1em;
}
div.script {
background: white;
float: left;
text-align: center;
padding: 0.8em;
margin-left: 3%;
border: 1px solid rgb(230, 230, 230);
height: inherit;
}
div.mybtn {
margin-top: 1.2em;
}
a.btn {
box-shadow: 0px 2px 1px #666666;
color: rgb(254, 254, 254);
font-size: 20px;
background: #fa963f;
padding: 10px 20px 10px 20px;
}

BIN
root/img/chrome.png

Before After
Width: 512  |  Height: 512  |  Size: 58 KiB

BIN
root/img/firefox.png

Before After
Width: 512  |  Height: 512  |  Size: 183 KiB

30
root/scripts/index.html

@ -10,23 +10,37 @@
<b>Seul <a href="https://www.mozilla.org/fr/firefox/">Firefox</a> et <a href="https://www.google.fr/intl/fr/chrome/">Google Chrome</a> sont support&eacute;s.</b><br>
Ne fonctionne pas sur tablette / smartphone / Nokia 3310.
</div>
<div>
<div class="contenu">
<h1>Installation :</h1>
C'est tr&egrave;s simple et en seulement 2 &eacute;tapes :<br>
<ul>
<li>Installer cette extension : <a target="_blank" href="https://addons.mozilla.org/fr/firefox/addon/greasemonkey/">pour Firefox</a> ou <a target="_blank" href="https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en">pour Google Chrome</a></li>
<li>Cliquer simplement sur ce <a target="_blank" href="http://mydl.cabillot.eu/scripts/stream.user.js">lien</a> et faire "installer"</li>
</ul>
<ol>
<li>Installer l'extension suivante : <a target="_blank" href="https://addons.mozilla.org/fr/firefox/addon/greasemonkey/">pour Firefox</a> ou <a target="_blank" href="https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en">pour Google Chrome</a></li>
<li>Installer le script en suivant ce <a target="_blank" href="http://mydl.cabillot.eu/scripts/stream.user.js">lien</a> et faire "installer"</li>
</ol>
<div class="cont1">
<div class="extension">
Extension<br>
<a target="_blank" href="https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo"><img src="/img/chrome.png" width="50" height="50"></a>
<a target="_blank" href="https://addons.mozilla.org/fr/firefox/addon/greasemonkey/"><img src="/img/firefox.png" width="50" height="50"></a>
</div>
<div class="script">
Script<br>
<div class="mybtn">
<a class="btn" target="_blank" href="http://mydl.cabillot.eu/scripts/stream.user.js">
T&eacute;l&eacute;charger
</a>
</div>
</div>
</div>
<br><br>
<h1>Utilisation :</h1>
<ul>
<ol>
<li>Se rendre sur <a href="http://www.zone-telechargement.com/">Zone-Telechargement</a>.</li>
<li>Choisir un film/serie/...</li>
<li>Prendre un des liens (pas la peine de cliquer sur tous), si vous avez le choix, choisir ceux class&eacute; comme "Lien Premium".</li>
<li>Il peut vous demander de reproduire les caract&egrave;res d'une image, faite-le</li>
<li>Cliquer sur continuer</li>
<li>Vous aurez ensuite une page avec un ou plusieurs liens marqu&eacute; "Download", il ne reste plus qu'&agrave; cliquer sur ces diff&eacute;rents liens.</li>
</ul>
</ol>
Il se peut que vous ayez plusieurs fichiers &agrave; t&eacute;l&eacute;charger sur cette derni&egrave;re page,<br>
il faut alors tous les prendre et d&eacute;compresser les fichiers.
</div>

Loading…
Cancel
Save