Skip to content

Commit 14ef021

Browse files
committed
website init commit
1 parent 53822b8 commit 14ef021

File tree

81 files changed

+11210
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+11210
-0
lines changed

css/bootstrap-theme.css

Lines changed: 587 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-theme.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-theme.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-theme.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.css

Lines changed: 6757 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap3_player.css

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
.playa input[type="range"] {
2+
background-color: #ddd;
3+
border: 0.25px solid #bbb;
4+
border-radius: 0.5em;
5+
opacity: 0.25;
6+
height: 1em;
7+
top: 2px;
8+
position: relative;
9+
}
10+
11+
.playa .thumbnail {
12+
width:10%;
13+
}
14+
15+
/* sliders and buttons need a uniform height */
16+
.playa .btn-group .btn {
17+
display:inline-block;
18+
float:none;
19+
height: 2.2em;
20+
}
21+
22+
/* contains the attribution link */
23+
.playa .row:nth-child(4) {
24+
overflow: hidden;
25+
}
26+
27+
/* Acknowledgements:
28+
To Glyphicons (http://glyphicons.com/) for the Halflings glyphs font */
29+
30+
/* .spin is used to rotate glyphicon glyphicon-refresh */
31+
.spin {
32+
-webkit-animation: spin 2s infinite linear;
33+
-moz-animation: spin 2s infinite linear;
34+
-o-animation: spin 2s infinite linear;
35+
animation: spin 2s infinite linear;
36+
}
37+
38+
@-moz-keyframes spin {
39+
from {
40+
-moz-transform: rotate(0deg);
41+
}
42+
to {
43+
-moz-transform: rotate(360deg);
44+
}
45+
}
46+
47+
@-webkit-keyframes spin {
48+
from {
49+
-webkit-transform: rotate(0deg);
50+
}
51+
to {
52+
-webkit-transform: rotate(360deg);
53+
}
54+
}
55+
56+
@keyframes spin {
57+
from {
58+
transform: rotate(0deg);
59+
}
60+
to {
61+
transform: rotate(360deg);
62+
}
63+
}

css/theme.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
body {
2+
padding-top: 70px;
3+
padding-bottom: 30px;
4+
}
5+
6+
.theme-dropdown .dropdown-menu {
7+
position: static;
8+
display: block;
9+
margin-bottom: 20px;
10+
}
11+
12+
.theme-showcase > p > .btn {
13+
margin: 5px 0;
14+
}
15+
16+
.theme-showcase .navbar .container {
17+
width: auto;
18+
}
19+

0 commit comments

Comments
 (0)