forked from mdbootstrap/TW-Elements
-
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.
refactored docs page (mdbootstrap#902)
- Loading branch information
1 parent
29a04f9
commit 45de502
Showing
2 changed files
with
196 additions
and
219 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,190 @@ | ||
html, body { | ||
background-color: #fcfcfe; | ||
} | ||
|
||
.body { | ||
padding: 50px 0px; | ||
} | ||
|
||
.logo { | ||
font-size: 100px; | ||
text-align: center; | ||
line-height: 70px; | ||
} | ||
|
||
.list { | ||
width: 250px; | ||
margin: 0 auto; | ||
text-align: left; | ||
} | ||
|
||
.list li { | ||
margin-bottom: 5px; | ||
white-space: nowrap; | ||
} | ||
|
||
.content { | ||
width: 1200px; | ||
background-color: rgb(255, 255, 255) | ||
} | ||
|
||
#demo { | ||
position: relative; | ||
margin: 0px auto; | ||
padding: 0px; | ||
width: 600px; | ||
height: 400px; | ||
overflow: hidden; | ||
} | ||
|
||
.github-corner:hover .octo-arm { | ||
animation: octocat-wave 560ms ease-in-out; | ||
} | ||
|
||
@keyframes octocat-wave { | ||
0%, 100% { | ||
transform: rotate(0); | ||
} | ||
20%, 60% { | ||
transform: rotate(-25deg); | ||
} | ||
40%, 80% { | ||
transform: rotate(10deg); | ||
} | ||
} | ||
|
||
@media (max-width: 500px) { | ||
.github-corner:hover .octo-arm { | ||
animation: none; | ||
} | ||
.github-corner .octo-arm { | ||
animation: octocat-wave 560ms ease-in-out; | ||
} | ||
} | ||
|
||
.scrollbar { | ||
margin-left: 30px; | ||
float: left; | ||
height: 300px; | ||
width: 65px; | ||
background: #fff; | ||
overflow-y: scroll; | ||
margin-bottom: 25px; | ||
} | ||
|
||
.force-overflow { | ||
min-height: 450px; | ||
} | ||
|
||
.scrollbar-primary::-webkit-scrollbar { | ||
width: 12px; | ||
background-color: #F5F5F5; | ||
} | ||
|
||
.scrollbar-primary::-webkit-scrollbar-thumb { | ||
border-radius: 10px; | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #4285F4; | ||
} | ||
|
||
.scrollbar-danger::-webkit-scrollbar-track { | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #F5F5F5; | ||
border-radius: 10px; | ||
} | ||
|
||
.scrollbar-danger::-webkit-scrollbar { | ||
width: 12px; | ||
background-color: #F5F5F5; | ||
} | ||
|
||
.scrollbar-danger::-webkit-scrollbar-thumb { | ||
border-radius: 10px; | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #ff3547; | ||
} | ||
|
||
.scrollbar-warning::-webkit-scrollbar-track { | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #F5F5F5; | ||
border-radius: 10px; | ||
} | ||
|
||
.scrollbar-warning::-webkit-scrollbar { | ||
width: 12px; | ||
background-color: #F5F5F5; | ||
} | ||
|
||
.scrollbar-warning::-webkit-scrollbar-thumb { | ||
border-radius: 10px; | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #FF8800; | ||
} | ||
|
||
.scrollbar-success::-webkit-scrollbar-track { | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #F5F5F5; | ||
border-radius: 10px; | ||
} | ||
|
||
.scrollbar-success::-webkit-scrollbar { | ||
width: 12px; | ||
background-color: #F5F5F5; | ||
} | ||
|
||
.scrollbar-success::-webkit-scrollbar-thumb { | ||
border-radius: 10px; | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #00C851; | ||
} | ||
|
||
.scrollbar-info::-webkit-scrollbar-track { | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #F5F5F5; | ||
border-radius: 10px; | ||
} | ||
|
||
.scrollbar-info::-webkit-scrollbar { | ||
width: 12px; | ||
background-color: #F5F5F5; | ||
} | ||
|
||
.scrollbar-info::-webkit-scrollbar-thumb { | ||
border-radius: 10px; | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #33b5e5; | ||
} | ||
|
||
.scrollbar-default::-webkit-scrollbar-track { | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #F5F5F5; | ||
border-radius: 10px; | ||
} | ||
|
||
.scrollbar-default::-webkit-scrollbar { | ||
width: 12px; | ||
background-color: #F5F5F5; | ||
} | ||
|
||
.scrollbar-default::-webkit-scrollbar-thumb { | ||
border-radius: 10px; | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #2BBBAD; | ||
} | ||
|
||
.scrollbar-secondary::-webkit-scrollbar-track { | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #F5F5F5; | ||
border-radius: 10px; | ||
} | ||
|
||
.scrollbar-secondary::-webkit-scrollbar { | ||
width: 12px; | ||
background-color: #F5F5F5; | ||
} | ||
|
||
.scrollbar-secondary::-webkit-scrollbar-thumb { | ||
border-radius: 10px; | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #aa66cc; | ||
} |
Oops, something went wrong.