forked from eduardolundgren/tracking.js
-
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.
- Loading branch information
1 parent
9c664bc
commit 23b9c85
Showing
13 changed files
with
441 additions
and
325 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,52 @@ | ||
* { | ||
margin: 0; | ||
padding: 0; | ||
font-family: Helvetica, Arial, sans-serif; | ||
} | ||
|
||
.demo-title { | ||
position: absolute; | ||
width: 100%; | ||
background: #2e2f33; | ||
z-index: 2; | ||
padding: .7em 0; | ||
} | ||
|
||
.demo-title a { | ||
color: #fff; | ||
border-bottom: 1px dotted #a64ceb; | ||
text-decoration: none; | ||
} | ||
|
||
.demo-title p { | ||
color: #fff; | ||
text-align: center; | ||
text-transform: lowercase; | ||
font-size: 15px; | ||
} | ||
|
||
.demo-frame { | ||
background: url(frame.png) no-repeat; | ||
width: 854px; | ||
height: 658px; | ||
position: fixed; | ||
top: 50%; | ||
left: 50%; | ||
margin: -329px 0 0 -429px; | ||
padding: 95px 20px 45px 34px; | ||
overflow: hidden; | ||
-webkit-box-sizing: border-box; | ||
-moz-box-sizing: border-box; | ||
-ms-box-sizing: border-box; | ||
box-sizing: border-box; | ||
} | ||
|
||
.demo-container { | ||
width: 100%; | ||
height: 530px; | ||
position: relative; | ||
background: #eee; | ||
overflow: hidden; | ||
border-bottom-right-radius: 10px; | ||
border-bottom-left-radius: 10px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Oops, something went wrong.