Skip to content

Commit 48a058a

Browse files
committed
Initial Shell Commit
Initial commit to this repo. Start of a PHP framework for a website.
1 parent 066d247 commit 48a058a

29 files changed

+1595
-0
lines changed

API/galleria/classic-loader.gif

1.81 KB
Loading

API/galleria/classic-map.png

1.8 KB
Loading

API/galleria/galleria.classic.css

+219
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,219 @@
1+
/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */
2+
3+
#galleria-loader{height:1px!important}
4+
5+
.galleria-theme-classic {
6+
position: relative;
7+
overflow: hidden;
8+
background: #000;
9+
}
10+
.galleria-theme-classic img {
11+
-moz-user-select: none;
12+
-webkit-user-select: none;
13+
-o-user-select: none;
14+
}
15+
.galleria-theme-classic .galleria-stage {
16+
position: absolute;
17+
top: 10px;
18+
bottom: 60px;
19+
left: 10px;
20+
right: 10px;
21+
overflow:hidden;
22+
}
23+
.galleria-theme-classic .galleria-thumbnails-container {
24+
height: 50px;
25+
bottom: 0;
26+
position: absolute;
27+
left: 10px;
28+
right: 10px;
29+
z-index: 2;
30+
}
31+
.galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
32+
margin-left: 30px;
33+
margin-right: 30px;
34+
}
35+
.galleria-theme-classic .galleria-thumbnails .galleria-image {
36+
height: 40px;
37+
width: 60px;
38+
background: #000;
39+
margin: 0 5px 0 0;
40+
border: 1px solid #000;
41+
float: left;
42+
cursor: pointer;
43+
}
44+
.galleria-theme-classic .galleria-counter {
45+
position: absolute;
46+
bottom: 10px;
47+
left: 10px;
48+
text-align: right;
49+
color: #fff;
50+
font: normal 11px/1 arial,sans-serif;
51+
z-index: 1;
52+
}
53+
.galleria-theme-classic .galleria-loader {
54+
background: #000;
55+
width: 20px;
56+
height: 20px;
57+
position: absolute;
58+
top: 10px;
59+
right: 10px;
60+
z-index: 2;
61+
display: none;
62+
background: url(classic-loader.gif) no-repeat 2px 2px;
63+
}
64+
.galleria-theme-classic .galleria-info {
65+
width: 50%;
66+
top: 15px;
67+
left: 15px;
68+
z-index: 2;
69+
position: absolute;
70+
}
71+
.galleria-theme-classic .galleria-info-text {
72+
background-color: #000;
73+
padding: 12px;
74+
display: none;
75+
/* IE7 */ zoom:1;
76+
}
77+
.galleria-theme-classic .galleria-info-title {
78+
font: bold 12px/1.1 arial,sans-serif;
79+
margin: 0;
80+
color: #fff;
81+
margin-bottom: 7px;
82+
}
83+
.galleria-theme-classic .galleria-info-description {
84+
font: italic 12px/1.4 georgia,serif;
85+
margin: 0;
86+
color: #bbb;
87+
}
88+
.galleria-theme-classic .galleria-info-close {
89+
width: 9px;
90+
height: 9px;
91+
position: absolute;
92+
top: 5px;
93+
right: 5px;
94+
background-position: -753px -11px;
95+
opacity: .5;
96+
filter: alpha(opacity=50);
97+
cursor: pointer;
98+
display: none;
99+
}
100+
.galleria-theme-classic .notouch .galleria-info-close:hover{
101+
opacity:1;
102+
filter: alpha(opacity=100);
103+
}
104+
.galleria-theme-classic .touch .galleria-info-close:active{
105+
opacity:1;
106+
filter: alpha(opacity=100);
107+
}
108+
.galleria-theme-classic .galleria-info-link {
109+
background-position: -669px -5px;
110+
opacity: .7;
111+
filter: alpha(opacity=70);
112+
position: absolute;
113+
width: 20px;
114+
height: 20px;
115+
cursor: pointer;
116+
background-color: #000;
117+
}
118+
.galleria-theme-classic.notouch .galleria-info-link:hover {
119+
opacity: 1;
120+
filter: alpha(opacity=100);
121+
}
122+
.galleria-theme-classic.touch .galleria-info-link:active {
123+
opacity: 1;
124+
filter: alpha(opacity=100);
125+
}
126+
.galleria-theme-classic .galleria-image-nav {
127+
position: absolute;
128+
top: 50%;
129+
margin-top: -62px;
130+
width: 100%;
131+
height: 62px;
132+
left: 0;
133+
}
134+
.galleria-theme-classic .galleria-image-nav-left,
135+
.galleria-theme-classic .galleria-image-nav-right {
136+
opacity: .3;
137+
filter: alpha(opacity=30);
138+
cursor: pointer;
139+
width: 62px;
140+
height: 124px;
141+
position: absolute;
142+
left: 10px;
143+
z-index: 2;
144+
background-position: 0 46px;
145+
}
146+
.galleria-theme-classic .galleria-image-nav-right {
147+
left: auto;
148+
right: 10px;
149+
background-position: -254px 46px;
150+
z-index: 2;
151+
}
152+
.galleria-theme-classic.notouch .galleria-image-nav-left:hover,
153+
.galleria-theme-classic.notouch .galleria-image-nav-right:hover {
154+
opacity: 1;
155+
filter: alpha(opacity=100);
156+
}
157+
.galleria-theme-classic.touch .galleria-image-nav-left:active,
158+
.galleria-theme-classic.touch .galleria-image-nav-right:active {
159+
opacity: 1;
160+
filter: alpha(opacity=100);
161+
}
162+
.galleria-theme-classic .galleria-thumb-nav-left,
163+
.galleria-theme-classic .galleria-thumb-nav-right {
164+
cursor: pointer;
165+
display: none;
166+
background-position: -495px 5px;
167+
position: absolute;
168+
left: 0;
169+
top: 0;
170+
height: 40px;
171+
width: 23px;
172+
z-index: 3;
173+
opacity: .8;
174+
filter: alpha(opacity=80);
175+
}
176+
.galleria-theme-classic .galleria-thumb-nav-right {
177+
background-position: -578px 5px;
178+
border-right: none;
179+
right: 0;
180+
left: auto;
181+
}
182+
.galleria-theme-classic .galleria-thumbnails-container .disabled {
183+
opacity: .2;
184+
filter: alpha(opacity=20);
185+
cursor: default;
186+
}
187+
.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover,
188+
.galleria-theme-classic.notouch .galleria-thumb-nav-right:hover {
189+
opacity: 1;
190+
filter: alpha(opacity=100);
191+
background-color: #111;
192+
}
193+
.galleria-theme-classic.touch .galleria-thumb-nav-left:active,
194+
.galleria-theme-classic.touch .galleria-thumb-nav-right:active {
195+
opacity: 1;
196+
filter: alpha(opacity=100);
197+
background-color: #111;
198+
}
199+
.galleria-theme-classic.notouch .galleria-thumbnails-container .disabled:hover {
200+
opacity: .2;
201+
filter: alpha(opacity=20);
202+
background-color: transparent;
203+
}
204+
205+
.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left,
206+
.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right {
207+
display: block;
208+
}
209+
.galleria-theme-classic .galleria-thumb-nav-left,
210+
.galleria-theme-classic .galleria-thumb-nav-right,
211+
.galleria-theme-classic .galleria-info-link,
212+
.galleria-theme-classic .galleria-info-close,
213+
.galleria-theme-classic .galleria-image-nav-left,
214+
.galleria-theme-classic .galleria-image-nav-right {
215+
background-image: url(classic-map.png);
216+
background-repeat: no-repeat;
217+
}
218+
.galleria-theme-classic.galleria-container.videoplay .galleria-info,
219+
.galleria-theme-classic.galleria-container.videoplay .galleria-counter{ display:none!important; }

API/galleria/galleria.classic.min.js

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

css/bootstrap-theme.min.css

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

css/bootstrap.min.css

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

css/ekko-lightbox.css

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
/*!
2+
* Lightbox for Bootstrap 3 by @ashleydw
3+
* https://github.com/ashleydw/lightbox
4+
*
5+
* License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
6+
*/
7+
8+
.ekko-lightbox-container {
9+
position: relative;
10+
}
11+
12+
.ekko-lightbox-nav-overlay {
13+
position: absolute;
14+
top: 0;
15+
left: 0;
16+
z-index: 100;
17+
width: 100%;
18+
height: 100%;
19+
}
20+
21+
.ekko-lightbox-nav-overlay a {
22+
z-index: 100;
23+
display: block;
24+
width: 49%;
25+
height: 100%;
26+
font-size: 30px;
27+
color: #fff;
28+
text-shadow: 2px 2px 4px #000;
29+
opacity: 0;
30+
filter: dropshadow(color=#000000, offx=2, offy=2);
31+
-webkit-transition: opacity 0.5s;
32+
-moz-transition: opacity 0.5s;
33+
-o-transition: opacity 0.5s;
34+
transition: opacity 0.5s;
35+
}
36+
37+
.ekko-lightbox-nav-overlay a:empty {
38+
width: 49%;
39+
}
40+
41+
.ekko-lightbox a:hover {
42+
text-decoration: none;
43+
opacity: 1;
44+
}
45+
46+
.ekko-lightbox .glyphicon-chevron-left {
47+
left: 0;
48+
float: left;
49+
padding-left: 15px;
50+
text-align: left;
51+
}
52+
53+
.ekko-lightbox .glyphicon-chevron-right {
54+
right: 0;
55+
float: right;
56+
padding-right: 15px;
57+
text-align: right;
58+
}
59+
60+
.ekko-lightbox .modal-footer {
61+
text-align: left;
62+
}

css/ekko-lightbox.min.css

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

css/full-slider.css

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/*!
2+
* Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
3+
* Code licensed under the Apache License v2.0.
4+
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
5+
*/
6+
7+
html,
8+
body {
9+
height: 100%;
10+
}
11+
12+
.carousel,
13+
.item,
14+
.active {
15+
height: 100%;
16+
}
17+
18+
.carousel-inner {
19+
height: 100%;
20+
}
21+
22+
/* Background images are set within the HTML using inline CSS, not here */
23+
24+
.fill {
25+
width: 100%;
26+
height: 100%;
27+
background-position: center;
28+
-webkit-background-size: cover;
29+
-moz-background-size: cover;
30+
background-size: cover;
31+
-o-background-size: cover;
32+
}
33+
34+
footer {
35+
margin: 50px 0;
36+
}

0 commit comments

Comments
 (0)