Butinage
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
9 results tagged css  ✕
Comment intégrer un mode sombre sur votre site https://korben.info/comment-integrer-mode-sombre-site.html
Fri Sep 4 10:50:03 2020
QRCode
archive.org
thumbnail
webdesign css html
A Complete Guide to Flexbox | CSS-Tricks https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Wed Apr 1 18:33:06 2020
QRCode
archive.org

Un très bon mémo pour faire des jolies mises en page responsive !

css tutoriel webdesign
Archi-cadlink modifications css et js https://www.archi-cadlink.fr
Mon Jun 24 15:13:00 2019
QRCode
archive.org

Mes modifications sauvages du thème phpbb prolight pour https://www.archi-cadlink.fr :

prolight.css:

[...]
.site_logo {
[...]
width: 194px;
}
[...]

common.css:

[...]
.site_logo {
[...]
width: 388px;
}
[...]

/ModSP
----------------------------------------------------------
/

/*TopicSolved

  • couleur de l'icone
  • emphase du sujet résolu
  • désactiver l'icone sur le premier message*/

.post.solving_answer {
background-color: #dfefdf;
border: green dashed 5px;
}

a.button[href*="topicsolved"] {
border-color:green;
}

a.button[href*="topicsolved"]:hover {
background-color: #ded;
}

.button .icon.fa-check {
color: green;
}

.page-body > div:nth-of-type(2) a.button[href*="topicsolved"] {
display: none;
}

/*Code

  • réglage de la taille des tabulations comme dans Archicad*/

.codebox pre code {
tab-size:4;
-moz-tab-size: 4;
-o-tab-size: 4;
}


Modification JS – styles/prosilver/template/forum_fn.js – ligne 920

    $('div:has("span:contains(RÉSOLU)")').addClass('solving_answer');
css
Bugs That Walk and Fly around your page https://auz.github.io/Bug/
Mon Nov 2 16:28:23 2015
QRCode
archive.org

Eeeeeerk ! Quelle horreur !

Un bout de javascript pour afficher des moucherons et des araignées en surimpression d'une page web .

webdesign javascript css wtf inutile internet
CSS hover slide http://www.wifeo.com/code/8-css-hover-slide.html
Mon Sep 8 10:09:21 2014
QRCode
archive.org

Un site regroupant des snippets CSS3 / JQuery sous license CC.

autre exemple :
http://www.wifeo.com/code/18-css-hover-information.html

css webdesign
CodePen - Pen http://codepen.io/anon/pen/DjgaA
Tue Jun 24 20:25:45 2014
QRCode
archive.org
thumbnail

petit snippet pour lecretdefile ...

bien pratique le moteur HTML/CSS/JS ...

html css animation webdesign
Creative Button Styles http://tympanus.net/Development/CreativeButtons/
Tue Jun 24 11:39:57 2014
QRCode
archive.org

Pleins d'animations de boutons CSS3 ...

tutoriel html css animation
Effets de survol avec transitions et filtres CSS - Donner de la profondeur à vos galeries photos - CSS3 Create http://www.css3create.com/Effets-de-survol-avec-transitions-et-filtres-CSS
Tue Jun 24 11:35:16 2014
QRCode
archive.org
thumbnail

Effet css pour galerie photos: zoom avec "rebond".

tutoriel html css animation
Transitions CSS3 - Alsacreations http://www.alsacreations.com/tuto/lire/873-transitions-css3-animations.html
Mon Jun 23 18:11:42 2014
QRCode
archive.org
thumbnail

tuto sur les transitions en css, avec notamment cet exemple à adapter pour la galerie du crêt défile ...
http://www.alsacreations.com/xmedia/tuto/exemples/transitions/menu2.html

html css tutoriel animation
834 links, including 66 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn