Skip to content

Commit 8222001

Browse files
author
Sander Mak
committed
Initial theme
0 parents  commit 8222001

Some content is hidden

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

63 files changed

+5293
-0
lines changed

css/animate.min.css

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.min.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/font-awesome.min.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/owl.carousel.min.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/owl.theme.prime.css

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
.prime-theme .owl-nav {
2+
margin-top: 10px;
3+
text-align: center;
4+
-webkit-tap-highlight-color: transparent;
5+
}
6+
7+
.prime-theme .owl-nav [class*='owl-'] {
8+
color: #fff;
9+
font-size: 14px;
10+
margin: 5px;
11+
padding: 4px 7px;
12+
background: #88c7e1;
13+
display: inline-block;
14+
cursor: pointer;
15+
-webkit-border-radius: 3px;
16+
border-radius: 3px;
17+
}
18+
19+
.prime-theme .owl-nav [class*='owl-']:hover {
20+
background: #2f92ba;
21+
color: #fff;
22+
text-decoration: none;
23+
}
24+
25+
.prime-theme .owl-nav .disabled {
26+
opacity: 0.5;
27+
cursor: default;
28+
}
29+
30+
.prime-theme .owl-nav.disabled + .owl-dots {
31+
margin-top: 10px;
32+
}
33+
34+
.prime-theme .owl-dots {
35+
text-align: center;
36+
-webkit-tap-highlight-color: transparent;
37+
}
38+
39+
.prime-theme .owl-dots .owl-dot {
40+
display: inline-block;
41+
zoom: 1;
42+
*display: inline;
43+
}
44+
45+
.prime-theme .owl-dots .owl-dot span {
46+
width: 10px;
47+
height: 10px;
48+
margin: 5px 7px;
49+
background: #88c7e1;
50+
display: block;
51+
-webkit-backface-visibility: visible;
52+
-webkit-transition: opacity 200ms ease;
53+
transition: opacity 200ms ease;
54+
-webkit-border-radius: 30px;
55+
border-radius: 30px;
56+
}
57+
58+
.prime-theme .owl-dots .owl-dot.active span, .prime-theme .owl-dots .owl-dot:hover span {
59+
background: #2f92ba;
60+
}

0 commit comments

Comments
 (0)