Skip to content

Instantly share code, notes, and snippets.

View tyv's full-sized avatar

Yuri Tkachenko tyv

  • Ukraine/Kyiv
View GitHub Profile
@tyv
tyv / dabblet.css
Created April 24, 2012 09:29
Untitled
a[href*="://"]
{
color: #f70;
}
a[target="_blank"]
{
padding-right: 0.5em;
}
@tyv
tyv / dabblet.css
Created April 24, 2012 10:03
Untitled
table,
td
{
border-collapse: collapse;
}
td
{
padding: 5px 10px;
border-bottom: 1px solid #ccc;
@tyv
tyv / dabblet.css
Created April 24, 2012 10:18
Untitled
body
{
font: 16px/1.5 Helvetica, sans-serif;
}
article header + p { font-size: 20px; }
article p:last-of-type
{
@tyv
tyv / dabblet.css
Created April 24, 2012 10:41
Untitled
body
{
font: 11px Verdana, sans-serif;
margin: 20px;
}
div
{
margin-top: 20px;
@tyv
tyv / dabblet.css
Created April 24, 2012 11:28
Untitled
.container
{
font: 16px/1.5 Helvetica, sans-serif;
position: relative;
}
.container .menu
{
position: absolute;
z-index: 1;
@tyv
tyv / dabblet.css
Created April 25, 2012 18:22
Untitled
.container
{
font: 16px/1.5 Helvetica, sans-serif;
position: relative;
}
.container .menu
{
position: absolute;
z-index: 1;
@tyv
tyv / dabblet.css
Created April 25, 2012 18:41
Untitled
body
{
font: 18px/1 Helvetica, serif;
}
sup,
sub
{
font-size: 75%;
@tyv
tyv / dabblet.css
Created April 25, 2012 19:34
Untitled
.frame
{
position: relative;
height: 500px;
background: linear-gradient(bottom, #f7f5e8, #a2cce7);
border-bottom: 4px solid orange
}
@tyv
tyv / dabblet.css
Created April 27, 2012 10:25 — forked from anonymous/dabblet.css
Untitled
.frame
{
position: relative;
overflow:scroll;
height: 500px;
background: linear-gradient(bottom, #f7f5e8, #a2cce7);
border-bottom: 4px solid orange
}
@tyv
tyv / dabblet.css
Created May 1, 2012 15:18
Untitled
.frame
{
position: relative;
width: 300px;
height: 200px;
background-image: linear-gradient(bottom, #f5f5e0 0, #8ccdec 100%);
transition: width 0.3s linear;
}