-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Urbana Middle School SS presentation
- Loading branch information
Showing
89 changed files
with
13,577 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/***** Menu where this style is selected *****/ | ||
.effects .css-menu-effects { | ||
border: solid 1px #aaaaaa; | ||
} | ||
|
||
/***** Presentation *****/ | ||
|
||
body.effects { | ||
font-family: 'PT Sans', sans-serif; | ||
min-height: 740px; | ||
|
||
background: #dde5dd; | ||
} | ||
|
||
.effects .step { | ||
} | ||
|
||
|
||
/* Color effect. */ | ||
.effects .past > *, | ||
.effects .future > * { | ||
color: inherit; | ||
transition: 3s; | ||
} | ||
.effects .present > * { | ||
color: rgb(200, 102, 102); | ||
transition: 3s; | ||
} | ||
|
||
/* Fly right */ | ||
|
||
.effects .past h1, | ||
.effects .future h1 { | ||
transform: scale(3); | ||
transition: 1s; | ||
} | ||
.effects .present h1 { | ||
transform: scale(1); | ||
transition: 1s; | ||
} | ||
|
Oops, something went wrong.