Skip to content

Instantly share code, notes, and snippets.

View chestozo's full-sized avatar

chestozo

  • Portugal
  • 09:23 (UTC +01:00)
View GitHub Profile
@chestozo
chestozo / dabblet.css
Created October 1, 2012 08:18
Untitled
.wrapper {
width: 800px;
padding: 20px;
padding-bottom: 20px;
border: 1px solid #E5E5E5;
box-shadow: 0px 1px 10px #DDD;
margin: 0 auto;
margin-top: -30px;
}
@chestozo
chestozo / dabblet.css
Created October 1, 2012 08:18
Untitled
.wrapper {
width: 800px;
padding: 20px;
padding-bottom: 20px;
border: 1px solid #E5E5E5;
box-shadow: 0px 1px 10px #DDD;
margin: 0 auto;
margin-top: -30px;
}
@chestozo
chestozo / dabblet.css
Created October 1, 2012 09:08
Untitled
.wrapper {
width: 800px;
padding: 20px;
padding-bottom: 20px;
border: 1px solid #E5E5E5;
box-shadow: 0px 1px 10px #DDD;
margin: 0 auto;
margin-top: -30px;
}
@chestozo
chestozo / dabblet.css
Created October 1, 2012 09:09
Untitled
.wrapper {
width: 800px;
padding: 20px;
padding-bottom: 20px;
border: 1px solid #E5E5E5;
box-shadow: 0px 1px 10px #DDD;
margin: 0 auto;
margin-top: -30px;
}
var model = models[i];
if (model.done()) {
// do nothing
} else if (model.isLoading()) {
loading.push(model);
} else if (model.canRetry()) {
model.willRetry(); // может как-то по-другому назвать
requesting.push(model);
} else {
@chestozo
chestozo / dabblet.css
Created November 3, 2012 12:33
Untitled
* {
font: 10pt arial;
}
.parent {
width: 100px;
overflow: hidden;
position: relative;
}
@chestozo
chestozo / dabblet.css
Created November 17, 2012 13:35
Untitled
.container{
perspective: 250px;
perspective-origin: 50% 50%;
width: 100px;
height: 30px;
}
.bl {
position: absolute;
width: 100px;
@chestozo
chestozo / dabblet.css
Created November 17, 2012 13:38
Untitled
.container{
font: 10pt arial;
width: 100%;
height: 2em;
-webkit-perspective: 600px;
-webkit-perspective-origin: 50% 50%;
position: relative;
}
.bl {
@chestozo
chestozo / dabblet.css
Created November 17, 2012 19:48
Untitled
.me {
position: absolute;
width: 20px;
height: 20px;
background: #55F;
border-radius: 15px;
border: 3px solid #FFF;
box-shadow: 0px 0px 10px #AAA, inset 0px 0px 10px #33C;
left: 200px;
@chestozo
chestozo / dabblet.css
Created November 17, 2012 19:53
Untitled
.container {
}
.photo {}
.back {}