Skip to content

Instantly share code, notes, and snippets.

View LliyoR's full-sized avatar
💭
Drowning in Erudition

Paul Fields LliyoR

💭
Drowning in Erudition
View GitHub Profile
@LliyoR
LliyoR / dabblet.css
Created May 20, 2013 20:22 — forked from kizu/dabblet.css
Just for fun™: Flickr spinner in pure CSS
/**
* Just for fun™: Flickr spinner in pure CSS
* Now, with wider browser support!
*/
@keyframes move-right {
to { right: 0; }
}
@keyframes move-padding {
/* ---------------------------------------------------------- */
/* */
/* A media query that captures: */
/* */
/* - Retina iOS devices */
/* - Retina Macs running Safari */
/* - High DPI Windows PCs running IE 8 and above */
/* - Low DPI Windows PCs running IE, zoomed in */
/* - Low DPI Windows PCs and Macs running Firefox, zoomed in */
/* - Android hdpi devices and above */
/* Fixed http://habrahabr.ru/post/176591/ */
/*¿ Rollo de cinta de fotos/vídeo ?*/
html { height: 100%; }
body { height: 100%; margin: 0; text-align: center; }
body:after {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0;
@LliyoR
LliyoR / dabblet.css
Created April 15, 2013 20:13 — forked from stoikerty/dabblet.css
SVG alternative to fittext.js
/* SVG alternative to fittext.js */
div {
width: 300px;
height: 150px;
float: left;
margin-right : 10px;
background: #f06;
font: bold 150% sans-serif;
text-shadow: 0 1px 2px rgba(0,0,0,.5);
@LliyoR
LliyoR / dabblet.css
Created April 13, 2013 15:16 — forked from LeaVerou/dabblet.css
“Body Border, Rounded Inside” without images or extra elements
/**
* “Body Border, Rounded Inside” without images or extra elements
*/
.one,
.two {
resize: both; overflow: hidden;
display: inline-block;
vertical-align: middle;
margin: 5em 1em;
@LliyoR
LliyoR / dabblet.css
Created March 25, 2013 21:24 — forked from anonymous/dabblet.css
Flexible multiline form with generated line breaks
/**
* Flexible multiline form with generated line breaks
*/
form {
width: 100px;
padding: 5px 210px 5px 5px;
border: 3px #ccc double;
text-align: right;
line-height: 2;
@LliyoR
LliyoR / dabblet.css
Created March 11, 2013 13:14
Radial-gradient line blur
/**
* Radial-gradient line blur
*/
/*YND := animate the lines;
L make Horiz.center line solid,
and rest blur (only change 1º)
*/
body { background-color: ghostwhite;}
div {
@LliyoR
LliyoR / dabblet.css
Last active December 14, 2015 12:49 — forked from LeaVerou/dabblet.css
Animation on pseudo-elements test
/**
* Animation on pseudo-elements test
*/
@keyframes color
{
to
{
font-size: 20vw;
font-weight: 600;
@LliyoR
LliyoR / dabblet.css
Created February 21, 2013 10:03 — forked from LeaVerou/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html { background: gainsboro; }
body {
margin: 3em auto 0;
width: 6em;
height: 6em;