Messages de DaniBrun

Le 14 janvier 2021 à 14:04:28 hqrdcore12 a écrit :
Le mec s'appelle comme mon téléphonehttps://image.noelshack.com/fichiers/2020/51/2/1607997474-ayaoo.png

https://image.noelshack.com/fichiers/2020/53/1/1609170292-1609169988835-min-1.png

Je lui fais du sale
by prouting
issou ct prevuhttps://image.noelshack.com/fichiers/2019/17/2/1556013228-idiot10.png
Google Chrome master race
Dev Front avec 1 exp de quelques mois, j'ai mytho sur mon cv et je suis maintenant à 450€/jour :hap:

Le 11 janvier 2021 à 15:58:47 -Baboulinet a écrit :
"Suez et EDF vous couperont l'eau et l'électricité" Bah oui et ils le font si tu paye pas ta cru que tu pouvais faire tous ce que tu voulais et emmerder tout le monde sans conséquence ? :rire:

Ne pas payer = avoir ses propres opinions ? :)

Le 11 janvier 2021 à 15:56:26 dantyfrissou101 a écrit :
Bah c'est vrai

Je dis pas que c'est une bonne chose mais elles ont 100% le droit

Faux https://www.economie.gouv.fr/dgccrf/Publications/Vie-pratique/Fiches-pratiques/refus-de-vente

console.log("hello world issou")

Le 11 janvier 2021 à 14:39:41 ChoseMachinTruc a écrit :
Le fameux plan des élites imprimé sur une feuille A4 pliée en 4 :rire:

:rire:

https://image.noelshack.com/fichiers/2016/31/1470495264-1467336912-jesus5.png
HOp hop hop on marche
Ils lisent Mozarthttps://image.noelshack.com/fichiers/2017/22/1496446293-yoda.jpg

Le 10 janvier 2021 à 18:37:04 dr--korbo a écrit :
Merci pour ce topic khey. J'ai commencé à utiliser Anki il y a quelques jours pour combler mes lacunes en géographie (domaine dans le lequel je suis une vraie quiche :rire: )
Pour ceux qui cherchent à améliorer leur mémoire je conseille la BD "Une mémoire de roi"
https://image.noelshack.com/fichiers/2021/01/7/1610300038-51h-2-bmmol-sx353-bo1-204-203-200.jpg
Écrite par Sébastien Martinez qui a remporté le championnat de France de la mémoire en 2015.
Cette BD décrit comment améliorer sa mémoire de manière ludique: utilisation de l'imagination, histoires absurdes, palais de mémoire, etc...
Je recommande vivement :ok:

Cool merci khey je jetterai un oeil par contre si c'est pour retenir les 500 chiffres apres Pi...https://image.noelshack.com/fichiers/2018/45/1/1541453306-maitre-yoda.png

Sans vergogne la fille
Tres bon episode je validehttps://image.noelshack.com/fichiers/2017/14/1491469907-1491073187-issousnk.png
Moi j'autorise ma meuf a le faire pourquoi ce serait un probleme ?
Sur un indouhttps://image.noelshack.com/fichiers/2020/09/4/1582801038-depardieu-scooter.png

Le 03 janvier 2021 à 22:17:36 OkBillie a écrit :

Le 03 janvier 2021 à 15:54:12 DaniBrun a écrit :
Merci pour ce topic :noel:

De rien, khey.https://image.noelshack.com/fichiers/2020/52/7/1609033607-la-rain-okbillie-z-champagne.png

Pour ceux qui ont l'extension "Large and colorful buttons" et qui veulent avoir les couleurs meme en night mode comme ca :https://image.noelshack.com/fichiers/2021/53/7/1609685442-capture-d-ecran-2021-01-03-a-15-49-16.png

Il suffit d'aller dans : Tools > Add-on > "Large and colorful buttons" > View files
Edit le fichier css dans /user_files/user_bottom_buttons.css
Et remplacer tout les "background-color" par "background" :ok:

Putain merci khey, j'avais jamais fait gaffe que j'avais plus les boutons colorés (suis toujours en Mode Nuit). :ok:
J'ajouterai ça dans la signature. :oui:

Merci, clé.https://image.noelshack.com/fichiers/2020/52/7/1609033607-la-rain-okbillie-z-champagne.png

Et j'ai répondu à ton MP pour le Leaderboard. :ok:

Pour un effet + cool (bordures arrondies + couleurs qui s'eclairent quand la souris est dessus ou qu'on fait tab dessus)
copiez et coller ca dans le fichier "user_bottom_buttons.css" :ok: no hack c'est que du css :noel:


/* All buttons at the bottom of the review screen
(including the "Edit" and "More" button) */
button {
height: 64px;
font-size: 14px !important;
border: solid 1px rgba(0, 0, 0, 0.2) !important;
border-radius: 6px !important;
-webkit-appearance: none;
cursor: pointer;
margin: 2px 6px 6px !important;
}

/* the "Show Answer" button */
#ansbut {
width: 360px !important;
background: #455a64 !important;
}
#ansbut:hover,
#ansbut:focus {
background: #67808a !important;
}

/* All rating buttons */
#middle button {
width: 96px;
color: white;
}

/* the "Good" button */
#defease {
background: #4caf50 !important;
}
#defease:hover,
#defease:focus {
background: #5cc15f !important;
}

/* the "Again" button */
button[onclick*="ease1"]:not(#defease) {
background: #d32f2f !important;
}
button[onclick*="ease1"]:not(#defease):hover,
button[onclick*="ease1"]:not(#defease):focus {
background: #eb3f3f !important;
}

/* the "Hard" button */
button[onclick*="ease2"]:not(#defease) {
background: #455a64 !important;
}
button[onclick*="ease2"]:not(#defease):hover,
button[onclick*="ease2"]:not(#defease):focus {
background: #67808a !important;
}

/* the "Easy" button */
button[onclick*="ease3"]:not(#defease),
button[onclick*="ease4"]:not(#defease) {
background: #03a9f4 !important;
}
button[onclick*="ease3"]:not(#defease):hover,
button[onclick*="ease4"]:not(#defease):hover,
button[onclick*="ease3"]:not(#defease):focus,
button[onclick*="ease4"]:not(#defease):focus {
background: #0faff9 !important;
}

/* the "Edit" button */
button[onclick*="edit"] {
}

/* the "More" button */
button[onclick*="more"] {
}

button[onclick*="edit"]:focus,
button[onclick*="more"]:focus {
background: #656565 !important;
}

Le 03 janvier 2021 à 22:17:36 OkBillie a écrit :

Le 03 janvier 2021 à 15:54:12 DaniBrun a écrit :
Merci pour ce topic :noel:

De rien, khey.https://image.noelshack.com/fichiers/2020/52/7/1609033607-la-rain-okbillie-z-champagne.png

Pour ceux qui ont l'extension "Large and colorful buttons" et qui veulent avoir les couleurs meme en night mode comme ca :https://image.noelshack.com/fichiers/2021/53/7/1609685442-capture-d-ecran-2021-01-03-a-15-49-16.png

Il suffit d'aller dans : Tools > Add-on > "Large and colorful buttons" > View files
Edit le fichier css dans /user_files/user_bottom_buttons.css
Et remplacer tout les "background-color" par "background" :ok:

Putain merci khey, j'avais jamais fait gaffe que j'avais plus les boutons colorés (suis toujours en Mode Nuit). :ok:
J'ajouterai ça dans la signature. :oui:

Merci, clé.https://image.noelshack.com/fichiers/2020/52/7/1609033607-la-rain-okbillie-z-champagne.png

Et j'ai répondu à ton MP pour le Leaderboard. :ok:

Pour un effet + cool (bordures arrondies + couleurs qui s'eclairent quand la souris est dessus ou qu'on fait tab dessus)
copiez et coller ca dans le fichier "user_bottom_buttons.css" :ok: no hack c'est que du css


/* All buttons at the bottom of the review screen
(including the "Edit" and "More" button) */
button {
height: 64px;
font-size: 14px !important;
border: solid 1px rgba(0, 0, 0, 0.2) !important;
border-radius: 6px !important;
-webkit-appearance: none;
outline: none;
cursor: pointer;
margin: 2px 6px 6px !important;
}

/* the "Show Answer" button */
#ansbut {
width: 360px !important;
background: #455a64 !important;
}
#ansbut:hover,
#ansbut:focus {
background: #67808a !important;
}

/* All rating buttons */
#middle button {
width: 96px;
color: white;
}

/* the "Good" button */
#defease {
background: #4caf50 !important;
}
#defease:hover,
#defease:focus {
background: #5cc15f !important;
}

/* the "Again" button */
button[onclick*="ease1"]:not(#defease) {
background: #d32f2f !important;
}
button[onclick*="ease1"]:not(#defease):hover,
button[onclick*="ease1"]:not(#defease):focus {
background: #eb3f3f !important;
}

/* the "Hard" button */
button[onclick*="ease2"]:not(#defease) {
background: #455a64 !important;
}
button[onclick*="ease2"]:not(#defease):hover,
button[onclick*="ease2"]:not(#defease):focus {
background: #67808a !important;
}

/* the "Easy" button */
button[onclick*="ease3"]:not(#defease),
button[onclick*="ease4"]:not(#defease) {
background: #03a9f4 !important;
}
button[onclick*="ease3"]:not(#defease):hover,
button[onclick*="ease4"]:not(#defease):hover,
button[onclick*="ease3"]:not(#defease):focus,
button[onclick*="ease4"]:not(#defease):focus {
background: #0faff9 !important;
}

/* the "Edit" button */
button[onclick*="edit"] {
}

/* the "More" button */
button[onclick*="more"] {
}

button[onclick*="edit"]:focus,
button[onclick*="more"]:focus {
background: #656565 !important;
}