Skip to content

Commit be495d8

Browse files
author
Sara Soueidan
committed
Updated
1 parent f0c77a8 commit be495d8

File tree

2 files changed

+0
-75
lines changed

2 files changed

+0
-75
lines changed

css/demo-styles.css

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -376,64 +376,6 @@ ul{
376376
line-height:25px;
377377
}
378378

379-
/*=================demo overlay template====================================*/
380-
.demo-overlay{
381-
width:100%;
382-
height:100%;
383-
background:#385E82;
384-
color:white;
385-
text-align:center;
386-
font-size:300%;
387-
font-weight:300;
388-
position:absolute;
389-
right:0%;
390-
top:0%;
391-
transition:all 0.5s linear;
392-
}
393-
.slideDemoOverlayUp{
394-
top:-150%;
395-
}
396-
.demo-overlay-title{
397-
font-weight:100;
398-
margin:1.35em auto .5em;
399-
font-size:1.25em;
400-
}
401-
.browser-logos{
402-
width:30%;
403-
height:1em;
404-
margin:.5em auto;
405-
}
406-
.browser-logos li{
407-
float:left;
408-
height:2em;
409-
}
410-
.demo-overlay{
411-
z-index:3;
412-
}
413-
.view-demo-button{
414-
width:95%;
415-
padding:5px 15px;
416-
border:5px solid white;
417-
cursor:pointer;
418-
margin:1.5em auto 0;
419-
font-weight:400;
420-
clear:both;
421-
color:#385E82;
422-
background:white;
423-
font-size:1em;
424-
}
425-
.notification{
426-
font-size:.4em;
427-
font-style:italic;
428-
margin-top:1em;
429-
}
430-
.cite{
431-
font-size:.9em;
432-
}
433-
.cite a{
434-
color:white;
435-
}
436-
437379

438380
/*======================= media queries =======================*/
439381

index.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,6 @@
1313

1414
<!--===============================Start Demo====================================================-->
1515
<div class="demo-wrapper">
16-
<!--demo overlay template-->
17-
<div class="demo-overlay">
18-
<h2 class="demo-overlay-title">Windows 8 Animations</h2>
19-
<p style=" font-size:0.7em; clear:both">Browser Support</p>
20-
<ul class="browser-logos">
21-
<li><img src="images/chrome.png" height="70" width="70" /></li>
22-
<li><img src="images/firefox.png" height="70" width="70" /></li>
23-
<li><img src="images/safari.png" height="70" width="70" /></li>
24-
<li><img src="images/opera.png" height="70" width="70" /></li>
25-
<li><img src="images/ie.png" height="70" width="70" /></li>
26-
</ul>
27-
<div class="view-demo-button">View Demo</div>
28-
<p class="notification">* Best experienced in Webkit Browsers</p>
29-
</div>
30-
<!--end demo overlay template-->
31-
3216
<div class="login-screen">
3317
<p>Log In</p>
3418
<div class="myform">
@@ -108,7 +92,6 @@ <h2 class="page-title">Some Awesome App!</h2>
10892
}
10993
}
11094

111-
fadeDashBoard();
11295

11396
$(".lock-thumb").click(function(){
11497
fadeDashBoard();

0 commit comments

Comments
 (0)