Skip to content

Commit

Permalink
landing page eye candy
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjohannessen committed Sep 21, 2013
1 parent 680ca49 commit 15b856c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
48 changes: 24 additions & 24 deletions static/styles/bootstrap.css
Expand Up @@ -5542,13 +5542,13 @@ footer #contact-info #promo {
-------------------------- */
@-webkit-keyframes scaleFade {
from {
top: -40px;
-moz-opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
top: -20px;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter: alpha(opacity=50);
}
to {
top: 0px;
Expand All @@ -5562,13 +5562,13 @@ footer #contact-info #promo {
}
@-moz-keyframes scaleFade {
from {
top: -40px;
-moz-opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
top: -20px;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter: alpha(opacity=50);
}
to {
top: 0px;
Expand All @@ -5582,13 +5582,13 @@ footer #contact-info #promo {
}
@-o-keyframes scaleFade {
from {
top: -40px;
-moz-opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
top: -20px;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter: alpha(opacity=50);
}
to {
top: 0px;
Expand All @@ -5611,9 +5611,9 @@ body#landingpage section.content {
body#landingpage .poster {
text-align: center;
position: relative;
-webkit-animation: scaleFade 0.5s 1 ease-in;
-moz-animation: scaleFade 0.5s 1 ease-in;
-o-animation: scaleFade 0.5s 1 ease-in;
-webkit-animation: scaleFade 0.5s 0 1 ease-out;
-moz-animation: scaleFade 0.5s 0 1 ease-out;
-o-animation: scaleFade 0.5s 0 1 ease-out;
}
body#landingpage h1,
body#landingpage p {
Expand Down
2 changes: 2 additions & 0 deletions storage.sql
Expand Up @@ -205,6 +205,7 @@ INSERT INTO "django_admin_log" VALUES(68,'2013-09-20 15:49:50.163643',1,13,'2','
INSERT INTO "django_admin_log" VALUES(69,'2013-09-20 16:11:10.096739',1,13,'2','Stødig som en bauta',2,'Changed title and lyrics.');
INSERT INTO "django_admin_log" VALUES(70,'2013-09-20 16:13:16.873442',1,13,'2','Stødig som en bauta',2,'Changed lyrics.');
INSERT INTO "django_admin_log" VALUES(71,'2013-09-20 17:35:09.937137',1,14,'1','Sapp',2,'Changed text.');
INSERT INTO "django_admin_log" VALUES(72,'2013-09-21 09:45:35.614162',1,14,'2','FOOOX',1,'');
CREATE TABLE "concerts_concert" (
"id" integer NOT NULL PRIMARY KEY,
"date" datetime NOT NULL,
Expand Down Expand Up @@ -331,6 +332,7 @@ NN+, finansiering
Kinoversjon:
DCP, Knut Erik Evensen
5.1 lydmiks, Håvard Christensen','2013-09-05',1,'RsS4uCRrN_Y');
INSERT INTO "videos_video" VALUES(2,'FOOOX','you','dv','lorem','2013-09-21',NULL,'jofNR_WkoCE');
CREATE INDEX "auth_permission_37ef4eb4" ON "auth_permission" ("content_type_id");
CREATE INDEX "auth_group_permissions_5f412f9a" ON "auth_group_permissions" ("group_id");
CREATE INDEX "auth_group_permissions_83d7f98b" ON "auth_group_permissions" ("permission_id");
Expand Down

0 comments on commit 15b856c

Please sign in to comment.