onglet css3
by polinux
HTML
<div class="bloc lateral nobg">http://www.delibarapp.com/</div></body>
CSS
.lateral:before {
/* box-shadow: -7px 0 10px #555555; */
height: 100%;
left: 8px;
top: 10px;
transform: translate(-14px, -16px) skew(-10deg, 0deg) scale(1.0,0.8);
/* transform: translate(-24px,2px) rotate(15deg);
transform:skewX(-15deg);*/
width: 50%;
}
.bloc:before {
background: none repeat scroll 0 0 #C0C0C0;
}
.bloc:after, .bloc:before {
content: " ";
height: 100%;
position: absolute;
width: 50%;
z-index: -10;
}
.lateral:after {
width: 100%;
height: 1px;
left:0;
top:100%;
box-shadow: 0px 0px 1px #000 inset,
12px 0 1px #000, -12px 0 1px #000,
10px -1px 2px #000, -10px -1px 2px #000,
8px -4px 4px #000, -8px -4px 4px #000,
4px -4px 5px #000, -4px -4px 5px #000;
border-left-width:24px;
border-left-color:#000;
}
.bloc:after {
/* background: none repeat scroll 0 0 red;*/
background: none repeat scroll 0 0 transparent;
}
.nobg {
background: none repeat scroll 0 0 transparent;
}
.bloc {
background: none repeat scroll 0 0 #C58ABF;
box-shadow: 0 0 4px ##9F73A5;
display: inline-block;
font-family: MuseoThree, 'Century Gothic', 'Futura Medium', 'Apple Gothic', Helvetica, Arial, sans-serif;
font-size: 1.4em;
line-height: 2em;
margin: 24px 12px;
padding: 16px;
position: relative;
text-align: center;
vertical-align: top;
width: 160px;
color: #3E474E;
text-shadow: 0 1px 1px #D8E8F7;
}