Skip to content

Instantly share code, notes, and snippets.

View crecotun's full-sized avatar

Alexei Crecotun crecotun

View GitHub Profile
@crecotun
crecotun / dabblet.html
Created February 12, 2012 20:36
Untitled
<ul class="parent-menu">
<li>
<span class="parent-item">Пункт меню</span>
<div class="dd-able">
<div class="dd-title">
Пункт меню
</div>
<ul class="dd-body">
@crecotun
crecotun / dabblet.css
Created February 15, 2012 10:34
Untitled
html, body {
height: 100%;
margin:0;
}
.wrapper {
height: 100%;
}
.content {
background: #ccc;
@crecotun
crecotun / dabblet.css
Created February 16, 2012 09:42
Untitled
html, body {
height: 100%;
margin:0;
}
.wrapper {
height: auto !important; height: 100%; min-height: 100%;
}
@crecotun
crecotun / dabblet.css
Created February 20, 2012 17:20
Untitled
* {
margin: 0;
padding: 0;
}
div {
border-radius: 5px;
border: 1px solid #787878;
border-bottom: 0;
position:relative;
width: 100px;
@crecotun
crecotun / dabblet.css
Created February 20, 2012 17:50
Untitled
* {
margin: 0;
padding: 0;
}
div {
border-radius: 5px;
border: 1px solid #787878;
position:relative;
width: 100px;
@crecotun
crecotun / dabblet.css
Created February 20, 2012 18:03
Untitled
body > div {
border: 1px solid #ccc;
width: 200px;
height: 200px;
border-radius: 5px;
overflow: hidden;
}
div > div {
background: #fff;
@crecotun
crecotun / dabblet.html
Created February 23, 2012 20:09
Untitled
<div>
<div></div>
</div>
@crecotun
crecotun / dabblet.css
Created February 23, 2012 20:10
Untitled
table {
width: 580px;
}
table td.data {
width: 1px;
}
table td.bg {
background: #000;
}
@crecotun
crecotun / dabblet.css
Created February 28, 2012 15:38
Untitled
table {
width: 580px;
}
table td.data {
width: 1px;
}
table td.bg {
background: #000;
}
@crecotun
crecotun / dabblet.css
Created February 28, 2012 15:38
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;