Skip to content

Commit d532329

Browse files
committed
Initial commit
0 parents  commit d532329

26 files changed

+1506
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<h3 align="center"><img src="https://avatars.githubusercontent.com/u/197888720?s=1000" alt="logo" width="20%"></h3>
2+
3+
<p align="center">
4+
<br>Shebang is an Artix GNU/Linux based distribution offering a great blend of end user and power user experience.
5+
<br>Using the nimble Openbox window manager, it is highly customisable and provides a modern, full-featured GNU/Linux system without sacrificing performance.
6+
<p align="center"><a href="https://github.com/sponsors/DAFT-8"><img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=000000"></a><p>
7+
</p>

css/about.css

Lines changed: 228 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,228 @@
1+
.clearfix:before,
2+
.clearfix:after {
3+
display: table;
4+
content: "";
5+
line-height: 0;
6+
}
7+
.clearfix:after {
8+
clear: both;
9+
}
10+
.hide-text {
11+
font: 0/0 a;
12+
color: transparent;
13+
text-shadow: none;
14+
background-color: transparent;
15+
border: 0;
16+
}
17+
.input-block-level {
18+
display: block;
19+
width: 100%;
20+
min-height: 30px;
21+
-webkit-box-sizing: border-box;
22+
-moz-box-sizing: border-box;
23+
box-sizing: border-box;
24+
}
25+
.carousel {
26+
position: relative;
27+
margin-bottom: 20px;
28+
line-height: 0;
29+
border:1px solid #000000;
30+
-webkit-box-shadow: 0px 2px 4px #000000;
31+
-moz-box-shadow: 0px 2px 4px #151617;
32+
box-shadow: 0px 2px 4px #000000;
33+
}
34+
#whycarousel.carousel {
35+
position: relative;
36+
margin-bottom: 20px;
37+
line-height: 1;
38+
border:none;
39+
-webkit-box-shadow: none;
40+
-moz-box-shadow: none;
41+
box-shadow: none;
42+
min-height: 320px;
43+
}
44+
.why-inner {
45+
padding:0 80px;
46+
}
47+
.carousel-inner {
48+
overflow: hidden;
49+
width: 100%;
50+
position: relative;
51+
}
52+
.carousel .item {
53+
display: none;
54+
position: relative;
55+
-webkit-transition: 0.6s ease-in-out left;
56+
-moz-transition: 0.6s ease-in-out left;
57+
-o-transition: 0.6s ease-in-out left;
58+
transition: 0.6s ease-in-out left;
59+
}
60+
.carousel .item > img {
61+
display: block;
62+
line-height: 1;
63+
}
64+
.carousel .active,
65+
.carousel .next,
66+
.carousel .prev {
67+
display: block;
68+
}
69+
.carousel .active {
70+
left: 0;
71+
}
72+
.carousel .next,
73+
.carousel .prev {
74+
position: absolute;
75+
top: 0;
76+
width: 100%;
77+
}
78+
.carousel .next {
79+
left: 100%;
80+
}
81+
.carousel .prev {
82+
left: -100%;
83+
}
84+
.carousel .next.left,
85+
.carousel .prev.right {
86+
left: 0;
87+
}
88+
.carousel .active.left {
89+
left: -100%;
90+
}
91+
.carousel .active.right {
92+
left: 100%;
93+
}
94+
#content .carousel-control {
95+
position: absolute;
96+
top: 40%;
97+
left: 15px;
98+
width: 40px;
99+
height: 40px;
100+
margin-top: -20px;
101+
font-size: 60px;
102+
font-weight: 100;
103+
line-height: 30px;
104+
color: #bfbfbf;
105+
text-align: center;
106+
background: #000000;
107+
border: 0px solid #bfbfbf;
108+
-webkit-border-radius: 0px;
109+
-moz-border-radius: 0px;
110+
border-radius: 0px;
111+
/*opacity: 0.5;
112+
filter: alpha(opacity=50);*/
113+
text-decoration: none;
114+
}
115+
#content .carousel-control.right {
116+
left: auto;
117+
right: 15px;
118+
}
119+
#content #whycarousel .carousel-control {
120+
top:30px;
121+
}
122+
#content .carousel-control:hover {
123+
color: #ffffff;
124+
text-decoration: none;
125+
opacity: 0.9;
126+
filter: alpha(opacity=90);
127+
}
128+
.carousel-caption {
129+
position: absolute;
130+
left: 0;
131+
right: 0;
132+
bottom: 0;
133+
padding: 15px;
134+
background: #191C1E;
135+
background: rgba(25, 28, 30, 0.90);
136+
}
137+
.carousel-caption h4,
138+
.carousel-caption p {
139+
color: #ffffff;
140+
line-height: 20px;
141+
}
142+
.carousel-caption h4 {
143+
margin: 0 0 5px;
144+
}
145+
.carousel-caption p {
146+
margin-bottom: 0;
147+
}
148+
149+
.defaultdesktop {
150+
margin:0 0 20px 0;
151+
border:1px solid #000000;
152+
-webkit-box-shadow: 0px 2px 4px #151617;
153+
-moz-box-shadow: 0px 2px 4px #151617;
154+
box-shadow: 0px 2px 4px #151617;
155+
}
156+
.social {
157+
margin:30px 0 30px 0;
158+
/*border-top: 1px solid #3B4245;*/
159+
padding:20px 0;
160+
}
161+
img {
162+
max-width: 100%;
163+
}
164+
.belowthefold {
165+
border-top: 1px solid #3B4245;
166+
padding-top: 30px;
167+
overflow: hidden;
168+
clear: both;
169+
}
170+
.screenshots {
171+
border-top: 1px solid #3B4245;
172+
padding-top:20px;
173+
}
174+
.features h4 {
175+
font-size: 110%;
176+
padding-left: 14px;
177+
}
178+
.features h4.open {
179+
background:url(images/collapse-open.png) left center no-repeat;
180+
}
181+
.features h4.close {
182+
background:url(images/collapse-close.png) left center no-repeat;
183+
}
184+
.features h4 a {
185+
text-decoration: none;
186+
}
187+
.collapse-inner {
188+
background:#000000;
189+
padding:10px;
190+
margin-bottom: 20px;
191+
margin-top: -10px;
192+
border-top: 1px solid #000000;
193+
}
194+
.collapse-inner p {
195+
margin:0;
196+
}
197+
.why {
198+
display:none;
199+
}
200+
/* Media Queries for responsive design -------------------------------------- */
201+
@media only screen and (min-width: 480px) {
202+
/* Style adjustments for viewports 480px and over go here */
203+
204+
}
205+
206+
@media only screen and (min-width: 768px) {
207+
/* Style adjustments for viewports 768px and over go here */
208+
.defaultdesktop {
209+
float:left;
210+
margin:0 20px 20px 0;
211+
max-width:50%;
212+
}
213+
.features {float:left;width:49%;}
214+
.screenshots {float:right;width:46%;border:0;padding:0;}
215+
.why {
216+
display:block;
217+
border-top: 1px solid #1a1d1e;
218+
padding-top:20px;
219+
clear:both;
220+
}
221+
}
222+
223+
@media only screen and (min-width: 920px) {
224+
/* Style adjustments for viewports 920px and over go here */
225+
.defaultdesktop {
226+
max-width:38%;
227+
}
228+
}

css/fancybox/blank.gif

43 Bytes
Loading

css/fancybox/fancybox_loading.gif

404 Bytes
Loading

css/fancybox/fancybox_overlay.png

1003 Bytes
Loading

css/fancybox/fancybox_sprite.png

1.09 KB
Loading
1.05 KB
Loading
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
#fancybox-buttons {
2+
position: fixed;
3+
left: 0;
4+
width: 100%;
5+
z-index: 8050;
6+
}
7+
8+
#fancybox-buttons.top {
9+
top: 10px;
10+
}
11+
12+
#fancybox-buttons.bottom {
13+
bottom: 10px;
14+
}
15+
16+
#fancybox-buttons ul {
17+
display: block;
18+
width: 166px;
19+
height: 30px;
20+
margin: 0 auto;
21+
padding: 0;
22+
list-style: none;
23+
border: 1px solid #111;
24+
border-radius: 3px;
25+
-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
26+
-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
27+
box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
28+
background: rgb(50,50,50);
29+
background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
30+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
31+
background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
32+
background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
33+
background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
34+
background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
35+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
36+
}
37+
38+
#fancybox-buttons ul li {
39+
float: left;
40+
margin: 0;
41+
padding: 0;
42+
}
43+
44+
#fancybox-buttons a {
45+
display: block;
46+
width: 30px;
47+
height: 30px;
48+
text-indent: -9999px;
49+
background-image: url('fancybox_buttons.png');
50+
background-repeat: no-repeat;
51+
outline: none;
52+
opacity: 0.8;
53+
}
54+
55+
#fancybox-buttons a:hover {
56+
opacity: 1;
57+
}
58+
59+
#fancybox-buttons a.btnPrev {
60+
background-position: 5px 0;
61+
}
62+
63+
#fancybox-buttons a.btnNext {
64+
background-position: -33px 0;
65+
border-right: 1px solid #3e3e3e;
66+
}
67+
68+
#fancybox-buttons a.btnPlay {
69+
background-position: 0 -30px;
70+
}
71+
72+
#fancybox-buttons a.btnPlayOn {
73+
background-position: -30px -30px;
74+
}
75+
76+
#fancybox-buttons a.btnToggle {
77+
background-position: 3px -60px;
78+
border-left: 1px solid #111;
79+
border-right: 1px solid #3e3e3e;
80+
width: 35px
81+
}
82+
83+
#fancybox-buttons a.btnToggleOn {
84+
background-position: -27px -60px;
85+
}
86+
87+
#fancybox-buttons a.btnClose {
88+
border-left: 1px solid #111;
89+
width: 35px;
90+
background-position: -56px 0px;
91+
}
92+
93+
#fancybox-buttons a.btnDisabled {
94+
opacity : 0.4;
95+
cursor: default;
96+
}

0 commit comments

Comments
 (0)