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.

5167 links 

page 11 / 17

Liste des liens

324 results tagged css x
Without JavaScript Carousel
2015-06-3 2:8 - permalink -

{code

http://fakeimg.pl/2000x800/0079D8/fff/?text=Without">;
http://fakeimg.pl/2000x800/DA5930/fff/?text=JavaScript">;
http://fakeimg.pl/2000x800/F90/fff/?text=Carousel">;

code}

{codehtml, body {
margin: 0px;
padding: 0px;
background: url("http://digital.bnint.com/filelib/s9/photos/white_wood_4500x3000_lo_res.jpg";);
}

.carousel {
position: relative;
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
margin-top: 26px;
}

.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}

.carousel-open:checked + .carousel-item {
position: static;
opacity: 100;
}

.carousel-item {
position: absolute;
opacity: 0;
-webkit-transition: opacity 0.6s ease-out;
transition: opacity 0.6s ease-out;
}

.carousel-item img {
display: block;
height: auto;
max-width: 100%;
}

.carousel-control {
background: rgba(0, 0, 0, 0.28);
border-radius: 50%;
color: #fff;
cursor: pointer;
display: none;
font-size: 40px;
height: 40px;
line-height: 35px;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
cursor: pointer;
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
text-align: center;
width: 40px;
z-index: 10;
}

.carousel-control.prev {
left: 2%;
}

.carousel-control.next {
right: 2%;
}

.carousel-control:hover {
background: rgba(0, 0, 0, 0.8);
color: #aaaaaa;
}

carousel-1:checked ~ .control-1,

carousel-2:checked ~ .control-2,

carousel-3:checked ~ .control-3 {

display: block;

}

.carousel-indicators {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
bottom: 2%;
left: 0;
right: 0;
text-align: center;
z-index: 10;
}

.carousel-indicators li {
display: inline-block;
margin: 0 5px;
}

.carousel-bullet {
color: #fff;
cursor: pointer;
display: block;
font-size: 35px;
}

.carousel-bullet:hover {
color: #aaaaaa;
}

carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,

carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,

carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet {

color: #428bca;

}

title {

width: 100%;
position: absolute;
padding: 0px;
margin: 0px auto;
text-align: center;
font-size: 27px;
color: rgba(255, 255, 255, 1);
font-family: 'Open Sans', sans-serif;
z-index: 9999;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);

}code}

caroussel css
- http://codepen.io/koheishingai/pen/uKvJF
Responsive Tables in Pure CSS - LivingSocial's Technology Blog
2015-05-29 1:45 - permalink -

Intéressant. Voir comment ça peut se comporter avec des entêtes sur plusieurs lignes ou avec des fusions de cellules (ou lignes)...

css
- https://techblog.livingsocial.com/blog/2015/04/06/responsive-tables-in-pure-css/
34 CSS Puns That'll Make You Laugh, Even If You Aren't A Web Designer
2015-05-19 16:39 - permalink -

En ce moment on peut ajouter une règle de ce type :
{code#France {
right:0;
}

France > .private-life.disappear {

transition:none;
}

.French.terrorist {
transform:all;
}code}

css
- http://digitalsynopsis.com/design/34-css-puns-web-design-funny-jokes/
CSS3 – Effet de feuilles superposées - CSS / CSS3 | Creative Juiz
2015-05-11 23:17 - permalink -
css
- http://www.creativejuiz.fr/blog/tutoriels/css3-effet-feuilles-superposees
Personnaliser l'aspect des boutons radio et checkbox en CSS - CSS / CSS3 | Creative Juiz
2015-05-11 23:13 - permalink -

Tout est dans le titre.

css
- http://www.creativejuiz.fr/blog/tutoriels/personnaliser-aspect-boutons-radio-checkbox-css
Animate transition
2015-05-4 15:3 - permalink -

Library for transition animations between blocks (pages) in an application
via : Marquetapages Shazen

css javascript
- https://rapid-application-development-js.github.io/AnimateTransition/
CodyHouse
2015-04-10 18:56 - permalink -

Des tonnes d'astuces css, html ou javascript

css html javascript
- http://codyhouse.co/
Awesomplete: Ultra lightweight, highly customizable, simple autocomplete, by Lea Verou
2015-04-9 16:33 - permalink -

Pour précompléter un input.
Voir également : http://lea.verou.me/2015/02/awesomplete-2kb-autocomplete-with-zero-dependencies/

css html5 javascript
- https://leaverou.github.io/awesomplete/#advanced-examples
image - 600x830px - Le Hollandais Volant
2015-04-6 11:9 - permalink -

En effet, bien trouvé. :)

css Humour
- http://lehollandaisvolant.net/index.php?mode=links&id=20150403211820
Flipside
2015-03-9 13:50 - permalink -

"Animation pour transformer un bouton d'action en bouton de confirmation sur clic" (en gros éviter la pop-up habituelle).
Le hic, c'est que ça ne fonctionne plus sans javascript mais ça donne des idées.

via http://lien.shazen.fr/?dcNsCw

bouton css javascript
- http://lab.hakim.se/flipside/
Pure CSS Dancing Tree - les liens du Colibri
2015-03-5 16:51 - permalink -

Impressionnant en effet.

animation css
- http://colibri-libre.org/liens/?uHhCaA
Quantity Queries for CSS · An A List Apart Article
2015-03-3 23:41 - permalink -

via http://colibri-libre.org/liens/?6GvUMg

css tutoriels
- http://alistapart.com/article/quantity-queries-for-css
Découvrez et téléchargez 13 typographies à hipsters - Manufacture créative Aether Concept
2015-03-3 23:30 - permalink -

Sympa

css typographies
- http://www.aetherconcept.fr/telecharger-13-typographies-hipsters/
Awesomplete: Ultra lightweight, highly customizable, simple autocomplete, by Lea Verou
2015-02-26 10:49 - permalink -

Cette fille est géniale !!!

css javascript
- http://leaverou.github.io/awesomplete/#customization
Subtle Click Feedback Effects
2015-02-14 12:4 - permalink -

Excellent, surtout les simulations de chargement.

css svg tutoriels
- http://tympanus.net/Development/ClickEffects/
Créer une police d’icônes facilement à partir d’illustrations vectorielles - Alsacreations
2015-02-10 12:27 - permalink -
css
- http://www.alsacreations.com/tuto/lire/1547-police-font-icone-vectorielle-webdesign.html
Conditional comments block downloads / Stoyan's phpied.com
2015-02-10 12:26 - permalink -
css
- http://www.phpied.com/conditional-comments-block-downloads/
CSS Reference | Codrops
2015-02-4 23:11 - permalink -

Toutes les éléments css expliqués en détails : un truc de malades !!!

css tutoriels
- http://tympanus.net/codrops/css_reference/
Hover.css - A collection of CSS3 powered hover effects
2015-01-30 1:44 - permalink -

Excellent !

via Bronco

css effets
- http://ianlunn.github.io/Hover/
Chris Wright - Experiment: Flexbox Adventures
2015-01-27 13:48 - permalink -

À lire

css tutoriels
- http://chriswrightdesign.com/experiments/flexbox-adventures/#
page 11 / 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