Skip to content

Instantly share code, notes, and snippets.

View chestozo's full-sized avatar

chestozo

  • Portugal
  • 21:22 (UTC +01:00)
View GitHub Profile
body {
background: #CCC;
}
.tags {
position: relative;
top: 100px;
left: 100px;
width: 300px;
height: 200px;
body {
background: #CCC;
}
.tags {
position: relative;
top: 100px;
left: 100px;
width: 300px;
height: 200px;
.body {
position: absolute;
top: 100px;
left: 100px;
width: 200px;
height: 130px;
background: #444;
border-radius: 14px;
.search {
position: relative;
overflow: hidden;
height: 50px;
padding-right: 95px;
padding-left: 5px;
background: url("http://www.brandbuildsell.com/wp-content/uploads/2010/08/patterns_2-6-tumblr-background-images.jpg");
}
// «archive» button for yandex mail
// version 0.1.5
// 2012-03-28
//
// ==UserScript==
// @name «Yandex Mail Archive button»
// @namespace http://gurugray.ru
// @description Создаём кнопку «В архив» на web-почте Яндекса
// @include http*://mail.yandex*/neo2/*
body {
font: 10pt verdana;
}
.hi {
position: absolute;
font-size: 10pt;
line-height: 11pt;
opacity: 0;
background-image: linear-gradient(#F3F358, #FADB59);
@chestozo
chestozo / dabblet.css
Created August 1, 2012 19:36
Untitled
.box {
position: absolute;
margin-top: 100px;
margin-left: 50px;
box-shadow: 0px 0px 5px #CCC, inset 0px 0px 10px #EEE;
font: 14pt arial;
text-align: center;
padding-top: 30px;
@chestozo
chestozo / dabblet.css
Created August 3, 2012 15:14
Untitled
.word {
letter-spacing: 0.2em;
animation-name: letters;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-duration: 1s;
}
@keyframes letters {
0% { letter-spacing: 0.2em; }
@chestozo
chestozo / dabblet.css
Created August 6, 2012 06:54
Untitled
.container {
position: absolute;
width: 400px;
height: 400px;
margin-left: 100px;
margin-top: 50px;
border: 3px dotted #DDD;
overflow: hidden;
@chestozo
chestozo / dabblet.css
Created August 10, 2012 13:32
Untitled
ul {
list-style: none;
}
li {
float: left;
width: 50px;
height: 50px;
background-color: red;
margin: 2px;