This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
box-sizing: border-box; | |
} | |
button { | |
border:1px solid ; | |
position: relative; | |
height: 2em; | |
background: white; | |
z-index:1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* min-content and max-width: 100% */ | |
img { | |
max-width: 100%; | |
height: auto; | |
} | |
.post-figure { | |
width: -webkit-min-content; | |
width: -moz-min-content; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.video-wrapper { | |
width: 850px; | |
margin:0 auto; | |
} | |
.video { | |
width:420px; | |
display:inline-block; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Exemple de galerie aux miniatures de taille différente */ | |
div { | |
float: left; | |
padding: 10px; | |
height: 150px; | |
width: 150px; | |
text-align: center; | |
background: lavender; | |
margin: 10px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.actu-bloc { | |
width: 174px; | |
height: 174px; | |
padding: 21px; | |
background-color: #E4E4E4; | |
} | |
.actu-bloc h4 { | |
overflow: hidden; | |
text-overflow: ellipsis; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
figure { | |
background: lavender; | |
border-radius: 200px; | |
width: 300px; | |
height: 300px; | |
overflow: hidden; | |
position: relative; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
display: table; | |
width: 100%; | |
caption-side: bottom; | |
width: 900px; | |
margin: 0 auto; | |
} | |
aside { | |
background: lavender; | |
display: table-caption; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Imbrication */ | |
.communautes { | |
width: 500px; | |
} | |
.communautes, | |
.communautes div { | |
border : 1px solid #000; | |
padding : 20px; | |
margin: 5px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* "faux" input */ | |
form { | |
background: white; | |
border: 1px solid #000; | |
width: 300px; | |
overflow: hidden; | |
padding: 2px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
1 line overlay, by Lea Verou | |
https://twitter.com/LeaVerou/status/251469590377418753 | |
*/ | |
#box { | |
width: 200px; | |
height: 150px; | |
background: white; | |
padding: 20px; |
NewerOlder