Skip to content

Instantly share code, notes, and snippets.

View gcyrillus's full-sized avatar

gcyrillus gcyrillus

View GitHub Profile
@gcyrillus
gcyrillus / dabblet.css
Created June 19, 2012 23:19
by Gcyrillus : oblique stripes as background
/* by Gcyrillus : oblique stripes as background */
body {height:100%;
width:100%;
position:fixed;
overflow:scroll;
margin:0;
padding:0;
}
html {height:100%;background:#999;
@gcyrillus
gcyrillus / dabblet.css
Created June 19, 2012 23:48
Gcyrillus , digicode, no psd
/* Gcyrillus , digicode, no psd */
a {
transition:0.1s;
display:inline-block;
height:70px;
width:70px;
margin:20px;
vertical-align:top;
text-align:center;
border:1px solid rgba(0,0,0,0.72);
@gcyrillus
gcyrillus / dabblet.css
Created June 20, 2012 00:20
Gcyrillus , digicode, no psd
/* Gcyrillus , digicode, no psd */
a {
transition:0.1s;
display:inline-block;
height:70px;
width:70px;
margin:20px;
vertical-align:top;
text-align:center;
border:1px solid rgba(0,0,0,0.72);
@gcyrillus
gcyrillus / dabblet.css
Created June 23, 2012 17:50
CSS3 Carrousel by Gcyrillus
/* CSS3 Carrousel by Gcyrillus
no typo
*/
html {
background: #f06;
background: linear-gradient(-45deg, #fed, #f50, #cba);
}
#mysliding-box {width:506px;margin:0 auto;overflow:hidden;
}
#slider {
@gcyrillus
gcyrillus / dabblet.css
Created June 24, 2012 00:19
Gcyrillus, juste pour l'anecdote !
/* Gcyrillus, juste pour l'anecdote !
1 lien pour 4 couleur de fond */
html {
background-color: #f06;
background-image: linear-gradient(-45deg, #000 400px, yellow 50%, transparent 60%);
min-height: 100%;
background-size:100%;
position:relative;
}
a, .kesako {color:white; text-shadow:0 0 2px #0054BB,0 0 2px #0054BB,0 0 2px #0054BB,0 0 2px #0054BB,0 0 2px #0054BB;font-size:1.5em;font-falily:georgia; }
/* beam ! */
html, body {margin: 0; padding: 0;display:table ;border-spacing:0;height:100%;width:100%;
background:#333;}
body { display:table-cell;vertical-align:middle;transform-style:flat;preserve-3d;
perspective:1000px;}
#container {
width:800px;
height:640px;
border:solid ;
@gcyrillus
gcyrillus / dabblet.css
Created June 25, 2012 21:54
gcyrillus this is not an iphone
/* gcyrillus this is not an iphone */
html {background:url(http://d2f8dzk2mhcqts.cloudfront.net/0559_iPhone4/final.jpg)no-repeat top center}
#iphone {
height:295px;
width:148px;
aborder:#D9D9D9 solid 2px;
box-shadow:0 0 0 2px #d9d9d9,inset 0 0 0 2px black, 0 0 15px black;
margin:93px 104px;
border-radius:25px;
@gcyrillus
gcyrillus / dabblet.css
Created June 26, 2012 14:19
Gcyrillus, some US touch with these classics ribbon
/* Gcyrillus, some US touch with these classics ribbon */
html {
background: #f06;
background: linear-gradient(45deg, #f50,#180,#09f ,#def, #ace,#ff0);
min-height: 100%;
}
body{
transform-style:preserve-3d;
perspective:500px;
}
@gcyrillus
gcyrillus / dabblet.css
Created June 28, 2012 08:29
Au theatre , by Gcyrillus
/* Au theatre , by Gcyrillus */
div#theatre {
border:inset red 10px;
height:300px;
width:80%;
margin:2em auto;
text-align:center;
line-height:120px;
font-size:30px;
position:relative;
/* menu */
ul ul {position:absolute;left:-9999px;
display:inline-block;
width:300px;
margin:0;
padding:0 0 0.5em;;
box-shadow: 0 0 5px;
text-align:center;
border-radius:0 0 5px 5px;
}