Skip to content

Instantly share code, notes, and snippets.

@tyron
tyron / dabblet.css
Created February 14, 2012 17:15
inset css3 - Mapas Google no resultado
/**
* inset css3 - Mapas Google no resultado
*/
body {
min-height: 100%;
}
.container {
display: block;
height: 306px;
@tyron
tyron / dabblet.css
Created February 3, 2012 16:10
Efeito div circular no iDeon Park em CSS3 (múltiplos)
/*
Efeito div circular no iDeon Park em CSS3 (múltiplos)
*/
@font-face {
font-family: 'Museo300';
src: url('http://ideonpark.com.br/Content/css/museo/museo300-regular-webfont.eot');
src: url('http://ideonpark.com.br/Content/css/museo/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('http://ideonpark.com.br/Content/css/museo/museo300-regular-webfont.woff') format('woff'),
url('http://ideonpark.com.br/Content/css/museo/museo300-regular-webfont.ttf') format('truetype'),
@tyron
tyron / dabblet.css
Created January 30, 2012 14:43
background-image: -webkit-linear-gradient(top, black 0%, white 100%);
#teste {
}
#teste:after {
content: "";
position: absolute;
width: 50px;
height: 50px;
left: 0;
@tyron
tyron / dabblet.css
Created January 24, 2012 14:11
Botão CSS3
/*
Botão CSS3
*/
.panel {
background: -webkit-gradient(linear, left top, left bottom, from(#bbbcbb), to(#959695));
background: -moz-linear-gradient(#bbbcbb, #959695);
background-color: #b7b9b7;
width: 100px;
}
@tyron
tyron / dabblet.css
Created January 13, 2012 19:15
CSS3 Bubble speech
/**
* CSS3 Bubble speech
*/
p.speech
{
position: relative;
width: 200px;
height: 100px;
text-align: center;
line-height: 100px;
@tyron
tyron / dabblet.css
Created January 13, 2012 17:49
Testes
/* Testes */
body {
padding:20px 0 30px;
font:14px/1.5 Arial, sans-serif;
text-align:center;
color:#333;
background:#FAF0D9;
}