Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions aprilFools.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ img {
COMIC SANS EVERYTHING
*/

body, p, body p, body div p {
body, p, div, span, table, h1, h2, h3, h4, h5, h6, li {
/*font-family: 'Comic Sans MS', cursive !important;*/
}

Expand Down Expand Up @@ -89,7 +89,14 @@ html {
/*-webkit-animation: rainbow 8s infinite;*/
}


/* PARTY LIKE IT'S THE 1990s! */
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
/*-webkit-animation-name: blinker;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
-webkit-animation-duration: 1s;
color: #0F0!important;*/
}

/* Animations */

Expand All @@ -110,3 +117,7 @@ html {
100% { -webkit-filter: hue-rotate(360deg); }
}

@-webkit-keyframes blinker {
from { opacity: 1.0; }
to { opacity: 0.0; }
}