From 6cfbb99e65d69893edd17b252d99def7733aadf1 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 03 Dec 2015 22:45:55 -0500 Subject: remove css animation --- (limited to 'site/common') diff --git a/site/common/css/main.css b/site/common/css/main.css index 6e8be97..bc9d78d 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -7,6 +7,8 @@ line-height:1.4 } html{ background:#eee; +background-image:url('/common/background/background.jpg'); +background-attachment:fixed; font:99% sans-serif } div{ @@ -30,45 +32,3 @@ color:#33a a,a:hover,strong,em{ padding:0 } - - - - -/* etc */ -html{ -background-image:url('/common/background/background.jpg'); -background-attachment:fixed; -} -div:hover{ - -webkit-animation: fadein .5s; - -moz-animation: fadein .5s; - -ms-animation: fadein .5s; - -o-animation: fadein .5s; - animation: fadein .5s; - opacity:1; -} - -@keyframes fadein { - from { opacity: 0.95; } - to { opacity: 1; } -} - -@-moz-keyframes fadein { - from { opacity: 0.95; } - to { opacity: 1; } -} - -@-webkit-keyframes fadein { - from { opacity: 0.95; } - to { opacity: 1; } -} - -@-ms-keyframes fadein { - from { opacity: 0.95; } - to { opacity: 1; } -} - -@-o-keyframes fadein { - from { opacity: 0.9; } - to { opacity: 1; } -} -- cgit v0.9.1