This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* by Gcyrillus : oblique stripes as background */ | |
body {height:100%; | |
width:100%; | |
position:fixed; | |
overflow:scroll; | |
margin:0; | |
padding:0; | |
} | |
html {height:100%;background:#999; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 ; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; | |
} |