Browse Source

plus beau

master
jcabillot 6 years ago
parent
commit
74b178af02
2 changed files with 12 additions and 13 deletions
  1. 21
      root/css/my.css
  2. 4
      root/scripts/index.html

21
root/css/my.css

@ -11,6 +11,7 @@ a {
h1 {
color: #DA4336;
font-size: 22px;
}
div.warning {
@ -18,7 +19,7 @@ div.warning {
color: #FEFCFC;
padding: 0.5em;
text-align: center;
box-shadow: 1px 1px 12px #555;
box-shadow: 1px 1px 12px rgba(85, 85, 85, 0.25);
position: fixed;
top: 0;
width: 100%;
@ -43,8 +44,8 @@ div.extension {
text-align: center;
padding-top: 0.8em;
padding-bottom: 0.8em;
padding-left: 1em;
padding-right: 1em;
padding-left: 2em;
padding-right: 2em;
margin-left: 3%;
border: 1px solid rgb(230, 230, 230);
height: inherit;
@ -56,16 +57,15 @@ div.extension img {
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%;
padding-top: 0.8em;
padding-bottom: 0.8em;
padding-left: 2em;
padding-right: 2em;
margin-left: 5%;
border: 1px solid rgb(230, 230, 230);
height: inherit;
}
@ -75,9 +75,8 @@ div.mybtn {
}
a.btn {
box-shadow: 0px 2px 1px #666666;
box-shadow: 1px 1px 1px rgba(102, 102, 102, 0.25);
color: rgb(254, 254, 254);
font-size: 20px;
background: #fa963f;
padding: 10px 20px 10px 20px;
}

4
root/scripts/index.html

@ -11,7 +11,7 @@
Ne fonctionne pas sur tablette / smartphone / Nokia 3310.
</div>
<div class="contenu">
<h1>Installation :</h1>
<h1>Installation</h1>
<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>
@ -32,7 +32,7 @@
</div>
</div>
<br><br>
<h1>Utilisation :</h1>
<h1>Utilisation</h1>
<ol>
<li>Se rendre sur <a href="http://www.zone-telechargement.com/">Zone-Telechargement</a>.</li>
<li>Choisir un film/serie/...</li>

Loading…
Cancel
Save