Skip to content

Instantly share code, notes, and snippets.

View Acconut's full-sized avatar

Marius Kleidl Acconut

View GitHub Profile
@Acconut
Acconut / dabblet.css
Created September 23, 2012 10:14
Anchor orange thing theme
/**
* Anchor orange thing theme
*/
ul { list-style: none; }
* { box-sizing: border-box; }
html, body { height: 100%; }
/* --- BODY --- */
body {
@Acconut
Acconut / dabblet.css
Created September 23, 2012 16:48
Anchor orange thing theme
/**
* Anchor orange thing theme
*/
ul { list-style: none; }
* { box-sizing: border-box; }
html, body { height: 100%; }
a { text-decoration: none; }
/* --- BODY --- */
@Acconut
Acconut / dabblet.css
Created September 24, 2012 15:14
Anchor orange thing theme
/**
* Anchor orange thing theme
*/
ul { list-style: none; }
* { box-sizing: border-box; }
html, body { height: 100%; }
a { text-decoration: none; }
*::selection { background-color: #ffdaad; }
@Acconut
Acconut / dabblet.css
Created September 24, 2012 18:22
Anchor orange thing theme
/**
* Anchor orange thing theme
*/
ul { list-style: none; }
* { box-sizing: border-box; }
html, body { height: 100%; }
a { text-decoration: none; }
*::selection { background-color: #ffdaad; }
@Acconut
Acconut / dabblet.css
Created September 27, 2012 14:49
Anchor orange thing theme
/**
* Anchor orange thing theme
*/
ul { list-style: none; }
* { box-sizing: border-box; }
html, body { height: 100%; }
a { text-decoration: none; }
*::selection { background-color: #ffdaad; }
@Acconut
Acconut / dabblet.css
Created September 29, 2012 17:00
Flipping card
/**
* Flipping card
*/
.container {
height: 450px;
width: 300px;
perspective: 500px;
margin: 100px auto;
}
@Acconut
Acconut / dabblet.css
Created October 1, 2012 17:33
Anchor orange thing theme
/**
* Anchor orange thing theme
*/
ul { list-style: none; }
* { box-sizing: border-box; }
html, body { height: 100%; }
a { text-decoration: none; }
*::selection { background-color: #ffdaad; }
@Acconut
Acconut / dabblet.css
Created October 9, 2012 13:10
After-pseudo element inherits width
/*
After-pseudo element inherits width
*/
div {
padding: 25px;
font: 100% arial;
font-weight: bold;
position: relative;
display: inline-block;
@Acconut
Acconut / dabblet.css
Created October 10, 2012 12:45
Untitled
/**
* The first commented line is your dabblet’s title
*/
div {
font-family: arial;
font-size: 1500%;
font-weight: bold;
text-align: center;
}
@Acconut
Acconut / dabblet.css
Created October 16, 2012 13:47
After-pseudo element inherits width
/*
After-pseudo element inherits width
*/
body, html {
background-image: url(http://localhost/noise-bg.png);
margin: 0;
}
/** --- HEADER --- **/