-
Notifications
You must be signed in to change notification settings - Fork 116
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
02c08a6
commit d452f71
Showing
4 changed files
with
29 additions
and
57 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
layout: default.liquid | ||
--- | ||
<h1 class="title "> | ||
<h1 class="title"> | ||
{{ title }} | ||
<div class="float-end"> | ||
<a | ||
|
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 |
---|---|---|
@@ -1,55 +1,12 @@ | ||
/* Demos | ||
-------------------------------------------------- */ | ||
|
||
.demo-page.center-align-a img { | ||
box-shadow: var(--bs-box-shadow); | ||
width: 100%; | ||
height: auto; | ||
} | ||
|
||
.demo-page.center-align-a p { | ||
@include font-size(1rem); | ||
text-align: center; | ||
position: relative; | ||
width: 100%; | ||
margin: 0; | ||
top: 2em; | ||
color: white; | ||
background: rgba(0, 0, 0, 0.7); | ||
} | ||
|
||
#page-tr-info { | ||
float: right; | ||
margin-top: -60px; | ||
position: relative; | ||
z-index: 99; | ||
} | ||
|
||
.demo-button { | ||
cursor: pointer; | ||
cursor: hand; | ||
} | ||
|
||
.demo-button .logo { | ||
fill: #afafaf; | ||
} | ||
|
||
.flash-button.active .logo, | ||
.flash-button:hover .logo { | ||
fill: red; | ||
} | ||
|
||
.html5-button.active .logo, | ||
.html5-button:hover .logo { | ||
fill: orange; | ||
} | ||
|
||
.html5-demo { | ||
border: none; | ||
margin: 0 auto; | ||
display: block; | ||
.demo-page a { | ||
transition: | ||
box-shadow 0.1s ease-out, | ||
color 0.1s ease-out; | ||
box-shadow: 0px 0px; | ||
} | ||
|
||
.install-flash-player-prompt { | ||
width: 110px; | ||
.demo-page a:hover { | ||
box-shadow: 5px 5px; | ||
} |
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