Skip to content

Instantly share code, notes, and snippets.

@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;
}
@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 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 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 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 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 22, 2012 11:51
#moldura:before {
#imagem {
width: 300px;
height: 150px;
margin: 0 auto;
background: white;
}
#moldura {
/*position: relative;*/
width: 350px;
@tyron
tyron / dabblet.css
Created April 18, 2012 22:56
Efeito div circular no iDeon Park em CSS3 (multiplos)
/*
Efeito div circular no iDeon Park em CSS3 (multiplos)
*/
@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 April 18, 2012 22:56
Illustrating correct & wrong inner border-radius
/**
* Illustrating correct & wrong inner border-radius
*/
.outer {
padding: 10px;
margin: 50px;
border: 1px solid silver;
box-shadow: 0 0 10px gray;
border-radius: 20px;
@tyron
tyron / dabblet.css
Created April 19, 2012 12:43
Google Help Horizontal Expand
/**
* Google Help Horizontal Expand
* http://support.google.com/bin/static.py?hl=en&page=top_products.cs&rd=1&debug=eventtracking
*/
html, body {
font-family: Arial,Helvetica,sans-serif;
font-size: 90%;
}