Afficher/masquer le menu
Liens Ecyseo
  • Tags cloud
  • Daily
  • Pictures wall
  • Search
  • Display options
    • Links per page :
    • 20 links
    • 50 links
    • 100 links
  • RSS Feed
  • Login

J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.

5166 links 

page 3 / 17

Liste des liens

324 results tagged css x
Debugging CSS
2020-08-27 8:36 - permalink -

An ebook with lots of tips and techniques on how to debug CSS the right way with easy and studied methods.

css debug livre tutoriels
- https://debuggingcss.com/
Creating Realistic Art with CSS - Frontend Horse
2020-08-25 10:53 - permalink -

Responsive rems

The fact that all of these pieces are responsive is pretty dang neat. How does he do it?

html {
font-size: 1vmin;
}

The vmin unit responds to the viewport’s smallest side, so it will decrease if the screen gets smaller. The rem unit is relative to the font-size of the root element. So if we base everything in rems, they’re all relative to the same value. Great technique!

art css tutoriels
- https://frontend.horse/articles/realistic-art-with-css/
Creating 3D Illustrations with CSS - Frontend Horse
2020-08-25 8:40 - permalink -

Brillant !

3D animation css tutoriels
- https://frontend.horse/articles/creating-3d-illustrations-with-css/
Enhancing User Experience With CSS Animations by Stéphanie Walter - UX designer & Mobile Expert.
2020-08-24 11:10 - permalink -

How CSS animations can enhance your user experience. With CSS and JS progress, implementing animations on websites has never been easier. But how do we make sure that our CSS animations and transitions will be meaningful to our users? That they will not be just some annoying “in-your-face” eye candy?

blog css tutoriels
- https://stephaniewalter.design/blog/enhancing-user-experience-with-css-animations/
Old CSS, new CSS / fuzzy notepad
2020-07-17 23:36 - permalink -

Un peu d'histoire du web. Dire qu'on a connu ça, ça ne nous rajeunit pas...

css histoire html web
- https://eev.ee/blog/2020/02/01/old-css-new-css/
Redesigning your product and website for dark mode — Stuff & Nonsense
2020-07-7 10:32 - permalink -

Pour un thème sombre...

css design UX
- https://stuffandnonsense.co.uk/blog/redesigning-your-product-and-website-for-dark-mode
Offline MDN Docs - Kapeli
2020-07-6 13:6 - permalink -

Intéressant car souvent Zeal plante avec les docs MDN

css documentation html javascript svg tutoriels xslt
- https://kapeli.com/mdn_offline
Inclusively Hiding & Styling Checkboxes and Radio Buttons — Sara Soueidan – Freelance-Front-End UI/UX Developer
2020-06-24 20:29 - permalink -

Checkboxes and radio buttons are two common examples of interactive form elements that we desperately want to have full control over styling but we don’t. So we’ve been hacking our way around styling them by hiding said elements with CSS and visually replacing them with pseudo-elements or an SVG image — SVG, of course, being the more flexible, powerful, and accessible replacement. But an SVG image is, at the end of the day, just an image, so while it can visually replace a checkbox, it doesn’t really substitute for it — the user still needs a checkbox to interact with. So, when we attempt to hide the checkbox we want to style, we need to make sure that the checkbox remains accessible and interactive.

checkbox css html radio svg tutoriels
- https://www.sarasoueidan.com/blog/inclusively-hiding-and-styling-checkboxes-and-radio-buttons/
GitHub - jeroenpardon/sui: a startpage for your server and / or new tab page
2020-06-2 14:40 - permalink -

Autant le design est pas mal, autant faire appel à docker, jquery et consort pour une simple page html, c'est un peu abusé je trouve.

css html
- https://github.com/jeroenpardon/sui
PureCSS Gaze
2020-05-29 12:1 - permalink -

Impressionnant. Uniquement en css. Le plus impressionnant est quand on regarde le nombre de lignes. Au final, il n'y en a pas beaucoup.

Via le hollandais volant

css
- https://diana-adrianne.com/purecss-gaze/
Modern CSS Solutions
2020-05-13 11:24 - permalink -

Via Bronco

css tutoriels
- https://moderncss.dev/
CSS Animation Timelines: Building a Rube Goldberg Machine - Cloud Four
2020-05-12 10:42 - permalink -

Brillant !

animation css variables
- https://cloudfour.com/thinks/css-animation-timelines-building-a-rube-goldberg-machine/
prefers-color-scheme - CSS: Cascading Style Sheets | MDN
2020-05-3 10:13 - permalink -

Je connaissions pas...

css personnalisation
- https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
Créer un background vidéo fullscreen avec HTML5
2020-03-16 2:8 - permalink -
css html tutoriels vidéos
- https://la-cascade.io/video-en-background/
App - CSS Icons
2020-02-13 16:22 - permalink -

Des icones en css. Via Yome

css icones
- https://css.gg/app
Faire un retour à la ligne en css grâce à la propriété "content"
2019-11-25 11:58 - permalink -

Il suffit d'ajouter \A là où l'on veut que le retour à la ligne se fasse.
Par exemple :

.madiv {
   content:"Mon texte\AMon retour à la ligne";
}

Ce qui devrait donner à l'affichage :

Mon texte
Mon retour à la ligne
content css
- https://bookmarks.ecyseo.net/?8MIyMA
Paged.js – Paged Media
2019-11-19 23:45 - permalink -

Outil pour imprimer des pages HTML.

css html impression javascript outils page
- https://www.pagedmedia.org/paged-js/
Pure CSS Font
2019-11-12 14:7 - permalink -

A customizable, scalable font made entirely of css and html.

For private, SEO-hidden, CAPTCHA-friendly unselectable text. Deter plagiarism and spambots!

The theme is based on em units, so it scales in size like any other font. Its color will also be inherited according to its parents color attribute.

Give it a try at cyanharlow.github.io/PureCSS-Font

css font
- https://github.com/cyanharlow/PureCSS-Font
OnCOGITE | Les Ateliers qui reconnectent les Neurones !
2019-11-6 12:31 - permalink -

Bien que le fond de ce site soit plutôt bien, la forme est à chier : un script tout moisi "empêche" la consultation du code html.
Ce script, plus quelques lignes de css, le voici :

<script id="wpcp_disable_selection" type="text/javascript">
//<![CDATA[
var image_save_msg='You Can Not Save images!';
    var no_menu_msg='Context Menu disabled!';
    var smessage = "Content is protected !!";

function disableEnterKey(e)
{
    if (e.ctrlKey){
     var key;
     if(window.event)
          key = window.event.keyCode;     //IE
     else
          key = e.which;     //firefox (97)
    //if (key != 17) alert(key);
     if (key == 97 || key == 65 || key == 67 || key == 99 || key == 88 || key == 120 || key == 26 || key == 85  || key == 86 || key == 83 || key == 43)
     {
          show_wpcp_message('You are not allowed to copy content or view source');
          return false;
     }else
        return true;
     }
}

function disable_copy(e)
{   
    var elemtype = e.target.nodeName;
    var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor);
    elemtype = elemtype.toUpperCase();
    var checker_IMG = '';
    if (elemtype == "IMG" && checker_IMG == 'checked' && e.detail >= 2) {show_wpcp_message(alertMsg_IMG);return false;}
    if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "OPTION" && elemtype != "EMBED")
    {
        if (smessage !== "" && e.detail == 2)
            show_wpcp_message(smessage);

        if (isSafari)
            return true;
        else
            return false;
    }   
}
function disable_copy_ie()
{
    var elemtype = window.event.srcElement.nodeName;
    elemtype = elemtype.toUpperCase();
    if (elemtype == "IMG") {show_wpcp_message(alertMsg_IMG);return false;}
    if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "OPTION" && elemtype != "EMBED")
    {
        //alert(navigator.userAgent.indexOf('MSIE'));
            //if (smessage !== "") show_wpcp_message(smessage);
        return false;
    }
}   
function reEnable()
{
    return true;
}
document.onkeydown = disableEnterKey;
document.onselectstart = disable_copy_ie;
if(navigator.userAgent.indexOf('MSIE')==-1)
{
    document.onmousedown = disable_copy;
    document.onclick = reEnable;
}
function disableSelection(target)
{
    //For IE This code will work
    if (typeof target.onselectstart!="undefined")
    target.onselectstart = disable_copy_ie;

    //For Firefox This code will work
    else if (typeof target.style.MozUserSelect!="undefined")
    {target.style.MozUserSelect="none";}

    //All other  (ie: Opera) This code will work
    else
    target.onmousedown=function(){return false}
    target.style.cursor = "default";
}
//Calling the JS function directly just after body load
window.onload = function(){disableSelection(document.body);};
//]]>
</script>
    <script id="wpcp_disable_Right_Click" type="text/javascript">
    //<![CDATA[
    document.ondragstart = function() { return false;}
    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    Disable context menu on images by GreenLava Version 1.0
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
        function nocontext(e) {
           return false;
        }
        document.oncontextmenu = nocontext;
    //]]>
    </script>
<style>
.unselectable
{
-moz-user-select:none;
-webkit-user-select:none;
cursor: default;
}
html
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
</style>
<script id="wpcp_css_disable_selection" type="text/javascript">
var e = document.getElementsByTagName('body')[0];
if(e)
{
    e.setAttribute('unselectable',on);
}
</script>

Et l'agence web le place sur tous les sites qu'elle conçoit.
C'est totalement inefficace (car facilement contournable) et je ne vois pas l'intérêt du truc. Ils facturent cette merde combien à leurs clients ?

css développement html javascript tout-moisi
- https://oncogite.com/#ateliers
CSS Keylogger
2019-10-23 16:42 - permalink -

Chrome extension and Express server that exploits keylogging abilities of CSS.

css hacking vie-privée
- https://github.com/maxchehab/CSS-Keylogging
page 3 / 17


Tags


  • shaarli
  • wikipedia

Tags cloud

Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation
Affiches "loi aviva" créées par Geoffrey Dorne le 13 Mai, 2020 - Mastodon 1 - Mastodon 2