Skip to content

Instantly share code, notes, and snippets.

@tsironis
tsironis / dabblet.css
Created December 16, 2011 13:21
Previewer test
/**
* Previewer test
*/
background: #f06;
background: linear-gradient(left bottom,
hsla(340, 100%, 50%,.7), yellow);
min-width: 100px;
width: 2in;
transition-duration: 6s;
@tsironis
tsironis / dabblet.css
Created December 16, 2011 13:29
Testing this new CSS universe!
/**
* Testing this new CSS universe!
*/
h1 {
font-family: 'Georgia', serif;
font-weight: normal;
}
h3 {
@tsironis
tsironis / dabblet.css
Created January 1, 2012 13:47
Demo for basic CSS3 styling & transitions for image elements
/**
* Demo for basic CSS3 styling & transitions for image elements
*/
.prof-pic {
border: 10px solid #444444;
border-radius: 14px;
margin: 0.5em;
opacity: 0.7;
-moz-transition: all 0.5s;
@tsironis
tsironis / dabblet.css
Created January 3, 2012 15:32
Blog stuff starting demo!
/**
* Blog stuff starting demo!
*/
html, #pageNav, #siteName {
padding: 0;
margin: 0;
}
body {
@tsironis
tsironis / dabblet.css
Created January 6, 2012 12:24
Dropdown notification box with multiple borders
/**
* Dropdown notification box with multiple borders
*/
* {padding: 0; margin: 0;}
#dropdown {
margin-top: -3em;
background: url("http://tsironis.isnap.gr/images/grain.png");
border-bottom:3px solid #444444;
@tsironis
tsironis / dabblet.css
Created January 11, 2012 10:46
Drawing shapes with pure CSS3 code
/**
* Drawing shapes with pure CSS3 code
*/
body {
background: url('http://tsironis.isnap.gr/images/stripes-1.png');
}
#title {
text-align: center;
@tsironis
tsironis / dabblet.css
Created January 16, 2012 18:08
Calculator, hand-coded only with HTML and CSS3.
/**
* Calculator, hand-coded only with HTML and CSS3.
*/
body {background: #eee;}
h1 {text-align: center; font-family: 'Consolas', monospace; font-weight: normal; font-size: 3em;}
#calc {
width: 250px;
padding: 25px;
@tsironis
tsironis / dabblet.css
Created January 17, 2012 16:48
Calculator, hand-coded only with HTML and CSS3.
/**
* Calculator, hand-coded only with HTML and CSS3.
*/
body {background: #eee;}
::selection { background: transparent; }
h1 {text-align: center; font-family: 'Consolas', monospace; font-weight: normal; font-size: 3em;}
#calc {
@tsironis
tsironis / dabblet.css
Created March 19, 2012 18:31
IEEE board table
/**
* IEEE board table
*/
#board-members td{
padding: 0 1em;
text-align: center;
}
#board-members * {
@tsironis
tsironis / dabblet.css
Created March 19, 2012 20:20
IEEE board table
/**
* IEEE board table
*/
#board-members td{
padding: .5em;
text-align: center;
}
#board-members * {