news_reader 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +12 -0
- data/.rspec +3 -0
- data/.travis.yml +5 -0
- data/.vscode/settings.json +3 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +97 -0
- data/LICENSE.txt +21 -0
- data/README.md +41 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/news-reader +6 -0
- data/bin/setup +8 -0
- data/fixtures/.DS_Store +0 -0
- data/fixtures/blog/index.html +200 -0
- data/fixtures/blog/index_files/Box.css +29 -0
- data/fixtures/blog/index_files/Java_Box.js +89 -0
- data/fixtures/blog/index_files/ModuleStyleSheets.css +1655 -0
- data/fixtures/blog/index_files/black.css +11 -0
- data/fixtures/blog/index_files/blog-jive.jpg +0 -0
- data/fixtures/blog/index_files/blog-musolfs.jpg +0 -0
- data/fixtures/blog/index_files/blog-poolpak.jpg +0 -0
- data/fixtures/blog/index_files/blog-portalaudit.png +0 -0
- data/fixtures/blog/index_files/blog-semicolon1.jpg +0 -0
- data/fixtures/blog/index_files/blog-semicolon2.jpg +0 -0
- data/fixtures/blog/index_files/blog-spa1.jpg +0 -0
- data/fixtures/blog/index_files/blog-spa2.jpg +0 -0
- data/fixtures/blog/index_files/blog-statera.jpg +0 -0
- data/fixtures/blog/index_files/blue.css +11 -0
- data/fixtures/blog/index_files/common.js +149 -0
- data/fixtures/blog/index_files/dark.css +31 -0
- data/fixtures/blog/index_files/featherlight.min.css +8 -0
- data/fixtures/blog/index_files/featherlight.min.js +8 -0
- data/fixtures/blog/index_files/font-awesome.min.css +4 -0
- data/fixtures/blog/index_files/green.css +11 -0
- data/fixtures/blog/index_files/isotope.css +64 -0
- data/fixtures/blog/index_files/jquery-ui.min.js +5 -0
- data/fixtures/blog/index_files/jquery.carouFredSel-6.2.1-packed.js +16 -0
- data/fixtures/blog/index_files/jquery.contentcarousel.js +137 -0
- data/fixtures/blog/index_files/jquery.easing.1.3.js +205 -0
- data/fixtures/blog/index_files/jquery.form.js +1121 -0
- data/fixtures/blog/index_files/jquery.hoverdir.js +220 -0
- data/fixtures/blog/index_files/jquery.inview.js +60 -0
- data/fixtures/blog/index_files/jquery.isotope.min.js +11 -0
- data/fixtures/blog/index_files/jquery.magnific-popup.js +2046 -0
- data/fixtures/blog/index_files/jquery.mb.YTPlayer.js +1041 -0
- data/fixtures/blog/index_files/jquery.min.js +5 -0
- data/fixtures/blog/index_files/jquery.nav.js +223 -0
- data/fixtures/blog/index_files/jquery.smoothwheel.js +153 -0
- data/fixtures/blog/index_files/jquery.sticky.js +129 -0
- data/fixtures/blog/index_files/jquery.superslides.js +656 -0
- data/fixtures/blog/index_files/jquery.validate.js +1231 -0
- data/fixtures/blog/index_files/jquery.vegas.css +34 -0
- data/fixtures/blog/index_files/js +201 -0
- data/fixtures/blog/index_files/loading.gif +0 -0
- data/fixtures/blog/index_files/magnific-popup.css +365 -0
- data/fixtures/blog/index_files/main.css +301 -0
- data/fixtures/blog/index_files/main.js +26 -0
- data/fixtures/blog/index_files/modernizr-2.6.2.min.js +4 -0
- data/fixtures/blog/index_files/normalize.css +533 -0
- data/fixtures/blog/index_files/ohp3fra.js +44 -0
- data/fixtures/blog/index_files/orange.css +11 -0
- data/fixtures/blog/index_files/paralax.js +525 -0
- data/fixtures/blog/index_files/paralaxNEW4.css +2730 -0
- data/fixtures/blog/index_files/plugins.js +221 -0
- data/fixtures/blog/index_files/portfolio.js +142 -0
- data/fixtures/blog/index_files/purple.css +11 -0
- data/fixtures/blog/index_files/red.css +11 -0
- data/fixtures/blog/index_files/responsive3.css +329 -0
- data/fixtures/blog/index_files/superslides.css +65 -0
- data/fixtures/blog/index_files/turquoise.css +11 -0
- data/fixtures/blog/index_files/util.js +287 -0
- data/fixtures/blog/index_files/yellow.css +11 -0
- data/lib/news_reader/article.rb +60 -0
- data/lib/news_reader/cli.rb +41 -0
- data/lib/news_reader/scraper.rb +17 -0
- data/lib/news_reader/version.rb +3 -0
- data/lib/news_reader.rb +4 -0
- data/news_reader.gemspec +40 -0
- metadata +209 -0
@@ -0,0 +1,329 @@
|
|
1
|
+
@charset "UTF-8";
|
2
|
+
/* Responsive Layout */
|
3
|
+
|
4
|
+
/* Smaller than 1180 (devices and browsers) */
|
5
|
+
@media only screen and (max-width: 1180px) {
|
6
|
+
|
7
|
+
}
|
8
|
+
|
9
|
+
/* Smaller than 1180 (devices and browsers) */
|
10
|
+
@media only screen and (min-width: 976px) and (max-width: 1258px) {
|
11
|
+
.main-title ul {font-size: 90px;}
|
12
|
+
.full{width: 960px;}
|
13
|
+
.two-third {
|
14
|
+
width: 550px;
|
15
|
+
float: left;
|
16
|
+
padding: 0px 25px 70px 35px;
|
17
|
+
}
|
18
|
+
.one-third {
|
19
|
+
width: 250px;
|
20
|
+
float: left;
|
21
|
+
padding: 20px 25px 70px 35px;
|
22
|
+
}
|
23
|
+
#navwrap {
|
24
|
+
max-width: 940px;
|
25
|
+
}
|
26
|
+
.intro {
|
27
|
+
max-width: 900px;
|
28
|
+
padding: 30px 20px;
|
29
|
+
}
|
30
|
+
.half{width: 385px; padding-bottom: 100px;}
|
31
|
+
.caroussel{width: 370px; height: 278px;}
|
32
|
+
.caroussel img{width: 370px; height: auto;}
|
33
|
+
.s-element{width: 320px;}
|
34
|
+
.f-element{width: 240px;}
|
35
|
+
.highlight {font-size: 75px;}
|
36
|
+
.milestone-details{font-size: 16px;}
|
37
|
+
.progress-bar{width: 397px;}
|
38
|
+
.comment{font-size: 13px;}
|
39
|
+
.q-spacer{margin: 20px 0;}
|
40
|
+
.logos{width: 900px; margin: 70px auto 220px}
|
41
|
+
.bottom-line{width: 900px;}
|
42
|
+
.img-spacer{width: 900px; margin-top: 190px;}
|
43
|
+
.img-spacer img{width: 900px;}
|
44
|
+
.img-item{top: -125px;}
|
45
|
+
.foot-third{width: 280px;}
|
46
|
+
.f-data{font-size: 14px;}
|
47
|
+
.f-data span{padding-left: 5px;}
|
48
|
+
.footer-container span{font-size: 13px;}
|
49
|
+
.footer-container{width: 959px; font-size: 15px;}
|
50
|
+
.project-content{width: 900px;}
|
51
|
+
.project-content img{width: 900px;}
|
52
|
+
.we-are{font-size: 110px;}
|
53
|
+
.s-container{width: 960px!important;}
|
54
|
+
.s-container2{width: 615px!important;}
|
55
|
+
.team-box{width: 960px; margin: auto;}
|
56
|
+
.sl-element{width: 192px;}
|
57
|
+
.team-grid{width: 960px;}
|
58
|
+
.t-element:nth-child(3),.t-element:nth-child(6),.t-element:nth-child(9),.t-element:nth-child(12),.t-element:nth-child(15) {margin-right: 0;}
|
59
|
+
.t-element{margin-bottom: 30px;width:280px;}
|
60
|
+
.t-photo{width:280px;}
|
61
|
+
.menu ul li {padding: 0 15px; font-size: 13px;}
|
62
|
+
.p-image-01 {margin-left: -470px; width: 940px;}
|
63
|
+
.p-image-01 img{width: 940px;}
|
64
|
+
.parallax.p-two { height: 555px;}
|
65
|
+
.container-video { height: 530px;}
|
66
|
+
.main-title {font-size: 60px; height: 352px;top: 50%; margin-top:-176px;}
|
67
|
+
.slider-controls li a {top: 41%;}
|
68
|
+
.s-next {margin-right: 30px;}
|
69
|
+
.s-prev {margin-left: 30px;}
|
70
|
+
.ch-grid div span {margin: 50% 20px 0px 20px; font-size: 25px;}
|
71
|
+
.main-title .spacer {margin: 5px auto 25px;}
|
72
|
+
.main-title ul {margin: 0;}
|
73
|
+
.p-category {top: 25%;}
|
74
|
+
.nav-wrapper {width: 400px;}
|
75
|
+
.info-project {width: 540px;}
|
76
|
+
.project-content img {width: 300px;}
|
77
|
+
.list_carousel li {padding:10px;}
|
78
|
+
.show {width: 385px;}
|
79
|
+
.show2 {width: 960px;}
|
80
|
+
.caroussel-2{width: 800px;}
|
81
|
+
.car-next-2 {left: 900px;}
|
82
|
+
.avatar{width:400px;}
|
83
|
+
.avatar img {max-width: 400px; margin-bottom: 30px;}
|
84
|
+
.title-two{margin-top:50px;}
|
85
|
+
.testimonials {width: 800px;display: block; clear: both;}
|
86
|
+
.car-quote {width: 800px;}
|
87
|
+
}
|
88
|
+
|
89
|
+
/* Smaller than standard 960 (devices and browsers) */
|
90
|
+
@media only screen and (max-width: 976px) {
|
91
|
+
.hideme, .p-image-02, .newtr{opacity: 1;}
|
92
|
+
.parallax .hideme-slide, .parallax .hideme-slide2{ bottom:0 !important; opacity: 1 !important;}
|
93
|
+
.menu{display: none;}
|
94
|
+
.slider-controls {display: none;}
|
95
|
+
.jump-menu{display: block;}
|
96
|
+
.main-title { height: 350px;top: 50%; margin-top:-175px;}
|
97
|
+
.sl-element{margin-bottom: 50px;}
|
98
|
+
.intro {max-width: 900px; padding: 30px 20px;}
|
99
|
+
.intro h1 { font-size: 2.55vw; }
|
100
|
+
}
|
101
|
+
|
102
|
+
/* Tablet Portrait size to standard 960 (devices and browsers) */
|
103
|
+
@media only screen and (min-width: 796px) and (max-width: 976px) {
|
104
|
+
.main-title ul{ font-size:80px;}
|
105
|
+
.full{width: 783px;}
|
106
|
+
.half{float: none; margin: auto;}
|
107
|
+
.two-third{width: 700px;}
|
108
|
+
.full .half:nth-child(2) {padding: 0px 45px 120px;}
|
109
|
+
.s-container{width: 603px;}
|
110
|
+
.team-box{width: 700px; margin: auto;}
|
111
|
+
.s-element{width: 200px;}
|
112
|
+
.team-box .s-element{width: 300px;}
|
113
|
+
.s-ico{width: 130px; height: 130px;}
|
114
|
+
.s-info{padding: 0 10px; font-size: 13px;}
|
115
|
+
.f-element{width: 180px; padding-left: 10px;}
|
116
|
+
.f-ico {margin: 0 auto;}
|
117
|
+
.highlight{font-size: 40px;}
|
118
|
+
.s-info{margin-bottom: 50px;}
|
119
|
+
.project-content {width: 700px;}
|
120
|
+
.project-content img{width: 700px;}
|
121
|
+
.logos{width: 680px; margin: 70px auto 150px}
|
122
|
+
.img-spacer{width: 700px; margin-top: 150px;}
|
123
|
+
.img-spacer img{width: 700px;}
|
124
|
+
.img-item{top: -80px;}
|
125
|
+
.footer-container {width: 700px; padding: 90px 0;}
|
126
|
+
.foot-third {width: 320px; padding: 0 0 0 30px;}
|
127
|
+
.foot-third:last-child {margin-top: 50px; width: 640px; padding: 0 30px;}
|
128
|
+
.bottom-line{width: 700px;}
|
129
|
+
.milestone-details{font-size: 15px; padding: 0px 0 100px;}
|
130
|
+
.s-info span {font-size: 17px;}
|
131
|
+
.sl-element{width: 200px;}
|
132
|
+
.team-grid{width: 360px !important;}
|
133
|
+
.t-element:nth-child(3),.t-element:nth-child(6),.t-element:nth-child(9),.t-element:nth-child(12),.t-element:nth-child(15) {margin-right: 0;}
|
134
|
+
.t-element{margin-bottom:30px;}
|
135
|
+
.p-image-01 {margin-left: -380px; width: 760px;}
|
136
|
+
.p-image-01 img{width: 760px;}
|
137
|
+
.parallax.p-two {height: 520px;}
|
138
|
+
.container-video {height: 430px;}
|
139
|
+
.main-title {font-size: 50px;}
|
140
|
+
.main-title span {top: 100px;}
|
141
|
+
.nav-wrapper {width: 300px;}
|
142
|
+
.info-project {width: 300px;}
|
143
|
+
.project-content img {width: 300px;}
|
144
|
+
.show {width: 490px;}
|
145
|
+
.show2 {width: 780px;}
|
146
|
+
.caroussel-2{width: 650px;}
|
147
|
+
.car-next-2{left:730px!important;}
|
148
|
+
.avatar{width:300px;}
|
149
|
+
.avatar img {max-width: 300px; margin-bottom: 30px;}
|
150
|
+
.title-two{margin-top:50px;}
|
151
|
+
.testimonials {width: 650px;}
|
152
|
+
.car-quote {width: 650px;}
|
153
|
+
}
|
154
|
+
|
155
|
+
/* All Mobile Sizes (devices and browser) */
|
156
|
+
@media only screen and (max-width: 795px) {
|
157
|
+
.car-prev{display: none;}
|
158
|
+
.car-next{display: none;}
|
159
|
+
.car-prev-2{display: none;}
|
160
|
+
.car-next-2{display: none;}
|
161
|
+
.main-title ul{ margin-top:0; height:80px;}
|
162
|
+
.main-title .spacer{ margin:20px auto;}
|
163
|
+
.buy-logo{ margin-top:35px;}
|
164
|
+
}
|
165
|
+
|
166
|
+
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
|
167
|
+
@media only screen and (min-width: 480px) and (max-width: 795px) {
|
168
|
+
.p-image-02 div{ left:50%;}
|
169
|
+
.p-image-first{margin-left:-225px;}
|
170
|
+
.p-image-first img{ width:450px}
|
171
|
+
.p-image-second{margin-left:-300px;}
|
172
|
+
.p-image-second img{ width:600px}
|
173
|
+
.vegas-overlay{ display:none;}
|
174
|
+
.main-title ul{ font-size:40px;}
|
175
|
+
.main-title .second-title{ width:345px;}
|
176
|
+
.full{width: 466px;}
|
177
|
+
.half{float: none; margin: auto; width: 400px; padding: 80px 40px 120px;}
|
178
|
+
.two-third{width: 400px;}
|
179
|
+
.half:first-child{padding-bottom: 0px;}
|
180
|
+
.content .full .half{ padding-left:0; padding-right:0;}
|
181
|
+
.next-featured{margin-left: 30px;}
|
182
|
+
.prev-featured{margin-right: 30px;}
|
183
|
+
.nav-featured{width: 311px;}
|
184
|
+
.title.one{font-size: 40px; padding: 80px 40px 11px;}
|
185
|
+
.title.two{font-size: 17px; padding: 0px 40px; width: auto;}
|
186
|
+
.caroussel{width: 400px; height: 270px;}
|
187
|
+
.p-info{width: 400px;}
|
188
|
+
.caroussel img{width: 400px; height: auto; margin-left:0;}
|
189
|
+
.team-box{width: 100%}
|
190
|
+
.s-container{width: 400px}
|
191
|
+
.f-element{width: 100%;}
|
192
|
+
.progress-bar{width: 400px;}
|
193
|
+
.comment{font-size: 13px;}
|
194
|
+
#filters{padding: 0 40px;}
|
195
|
+
.bottom-line{width: 400px;}
|
196
|
+
.project-content{width: 400px;}
|
197
|
+
.project-content img{width: 400px;}
|
198
|
+
.logos{width: 400px; margin: 70px auto 50px;}
|
199
|
+
.img-spacer{width: 400px; margin-top: 50px;}
|
200
|
+
.img-spacer img{width: 400px;}
|
201
|
+
.img-item {top: 10px;}
|
202
|
+
.footer-container {width: 400px;}
|
203
|
+
.foot-third{float: none; width: 100%; padding: 0; margin-top: 50px;}
|
204
|
+
.foot-third:first-child{margin-top: 0;}
|
205
|
+
.sl-element{width: 200px;}
|
206
|
+
.team-grid{width: 360px !important;}
|
207
|
+
.t-element {float: none; margin: 30px auto 0;}
|
208
|
+
.t-element:nth-child(2),.t-element:nth-child(4),.t-element:nth-child(6),.t-element:nth-child(8),.t-element:nth-child(10) {margin: 30px auto 0;}
|
209
|
+
.p-image-01 {margin-left: -230px; width: 460px;}
|
210
|
+
.p-image-01 img{width: 460px;}
|
211
|
+
.main-title {font-size: 25px;}
|
212
|
+
.main-title span {top: 70px;}
|
213
|
+
.logo {font-size: 23px;}
|
214
|
+
.parallax.p-one{ height:600px;}
|
215
|
+
.parallax.p-two {height: 400px;}
|
216
|
+
.container-video {height: 260px;}
|
217
|
+
.container-video .parallax-info{display: none;}
|
218
|
+
.show {width: 400px;}
|
219
|
+
.show2 {width: 466px;}
|
220
|
+
.caroussel-2{width: 466px; margin-left:0;}
|
221
|
+
.avatar img {width: 466px; margin-bottom: 30px;}
|
222
|
+
.title-two{margin-top:50px;}
|
223
|
+
.testimonials {width: 466px;}
|
224
|
+
.car-quote {width: 466px;}
|
225
|
+
.car-prev-2{left:-40px!important;}
|
226
|
+
.car-next-2{left:420px!important;}
|
227
|
+
.info-project {width: 340px;}
|
228
|
+
}
|
229
|
+
|
230
|
+
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
|
231
|
+
@media only screen and (max-width: 479px) {
|
232
|
+
.hideme{opacity: 1;}
|
233
|
+
.hideme-slide{opacity: 1; bottom: auto !important;}
|
234
|
+
.main-title { height: 500px;top: 50%; margin-top:-150px;}
|
235
|
+
.color-picker{ display:none;}
|
236
|
+
.p-image-02 div{ left:50%;}
|
237
|
+
.p-image-first img{ width:222px;}
|
238
|
+
.p-image-first{margin-left:-111px;}
|
239
|
+
.p-image-second img{ width:300px; }
|
240
|
+
.p-image-second{margin-left:-150px;}
|
241
|
+
.p-image-02 .p-image-second{ left:50%;}
|
242
|
+
.vegas-overlay{ display:none;}
|
243
|
+
.main-title ul{ font-size:60px;margin-bottom:100px;}
|
244
|
+
.main-title ul li{ line-height:80px; }
|
245
|
+
.main-title .second-title{ font-size:13px; width:240px;}
|
246
|
+
.full{width: 300px;}
|
247
|
+
.two-third{width: 298px; padding:0 !important;}
|
248
|
+
.half{float: none; margin: auto; width: 300px; padding: 0px 10px 120px;}
|
249
|
+
.half:first-child{padding-bottom: 0px;}
|
250
|
+
.content .full .half{ padding-left:0; padding-right:0;}
|
251
|
+
.next-featured{margin-left: 30px;}
|
252
|
+
.prev-featured{margin-right: 30px;}
|
253
|
+
.nav-featured{width: 292px;}
|
254
|
+
.menu{display: none;}
|
255
|
+
.title.one{font-size: 30px; padding: 50px 40px 50px; width: auto;}
|
256
|
+
.title.two{font-size: 27px; padding: 0px 40px; width: auto;}
|
257
|
+
.p-title-two{ font-size:14px;}
|
258
|
+
.caroussel{width: 300px; height: 220px; margin-left:0;}
|
259
|
+
.p-info{width: 300px;}
|
260
|
+
.caroussel img{width: 300px; height: auto;}
|
261
|
+
.team-box{width: 260px; margin: auto;}
|
262
|
+
.s-container{width: 260px}
|
263
|
+
.f-element{width: 100%;}
|
264
|
+
.progress-bar{width: 300px;}
|
265
|
+
.caroussel-2{width: 300px; margin-left:0;}
|
266
|
+
.avatar{width: 300px;margin-bottom: 30px;}
|
267
|
+
.avatar img {max-width: 300px;}
|
268
|
+
.title-two{margin-top:50px;}
|
269
|
+
.testimonials {width: 300px;}
|
270
|
+
.car-quote {width: 300px;}
|
271
|
+
.comment{font-size: 13px;}
|
272
|
+
#filters{padding: 0 40px;}
|
273
|
+
.bottom-line{width: 300px;}
|
274
|
+
.project-content{width: 300px;}
|
275
|
+
.project-content img{width: 300px;}
|
276
|
+
.logos{width: 300px; margin: 70px auto 50px;}
|
277
|
+
.img-spacer{width: 300px; margin-top: 0;}
|
278
|
+
.img-spacer img{width: 300px;}
|
279
|
+
.img-item {display: none;}
|
280
|
+
.footer-container {width: 300px;}
|
281
|
+
.foot-third{float: none; width: 100%; padding: 0; margin-top: 50px;}
|
282
|
+
.foot-third:first-child{margin-top: 0;}
|
283
|
+
.s-element{width: 300px;}
|
284
|
+
.sl-element{width: 300px; margin-bottom:30px;}
|
285
|
+
.team-grid{width: 260px !important;}
|
286
|
+
.t-element {float: none; margin: 30px auto 0;}
|
287
|
+
.p-image-01 {margin-left: -150px; width: 300px;}
|
288
|
+
.p-image-01 img{width: 300px;}
|
289
|
+
.content {width: 100%;overflow: hidden;}
|
290
|
+
.main-title {font-size: 30px;}
|
291
|
+
.welcome{ font-size:13px;}
|
292
|
+
.main-title span {top: 100px;}
|
293
|
+
.parallax.p-one{ height:280px;}
|
294
|
+
.parallax.p-two {height: 255px;}
|
295
|
+
.parallax.p-two .spacer{ display:none;}
|
296
|
+
.p-title-one{ padding-top:40px;}
|
297
|
+
.container-video {height: 160px;}
|
298
|
+
.container-video .parallax-info{display: none;}
|
299
|
+
.scrollup{display: none !important;}
|
300
|
+
.mk-video-mask {opacity: 0.5; background:none;}
|
301
|
+
.f-title-one{ text-align:center;}
|
302
|
+
.f-title-two{ text-align:center;}
|
303
|
+
.list_carousel.responsive{ margin-bottom:0; margin-top:50px;}
|
304
|
+
#anchor5{ padding-bottom:35px;}
|
305
|
+
.car-show-1 { padding: 80px 10px 20px; }
|
306
|
+
.parallax.p-two {height: 200px;}
|
307
|
+
.parallax.p-one {height: 200px;}
|
308
|
+
.fa-2x {font-size: 1.5em!important;}
|
309
|
+
.fa-li {left: -2em!important;}
|
310
|
+
.title-two {font-size:20px;}
|
311
|
+
.title-one {font-size:18px;padding:40px 0 20px 0!important;}
|
312
|
+
.intro{padding:30px;}
|
313
|
+
.intro h1 { font-size: 36px; /* Some tweener fallback that doesn't look awful */
|
314
|
+
font-size: 4vw;}
|
315
|
+
.nav-wrapper {width: 300px;}
|
316
|
+
.project-content img {width: 300px;}
|
317
|
+
.list_carousel li {height:100%;padding:0;}
|
318
|
+
.t-photo{width:260px;}
|
319
|
+
.t-element{width:260px;}
|
320
|
+
.wrapper-project{height:280px;}
|
321
|
+
.controller-3{margin: 0px 0px 20px;}
|
322
|
+
.show {width: 300px;}
|
323
|
+
.show2 {width: 300px;}
|
324
|
+
.car-prev-2{left:-40px!important;}
|
325
|
+
.car-next-2{left:420px!important;}
|
326
|
+
.controller-2 {margin: 0 0 20px;}
|
327
|
+
.page-title img{display:none;}
|
328
|
+
.info-project {width: 240px;}
|
329
|
+
}
|
@@ -0,0 +1,65 @@
|
|
1
|
+
#slides {
|
2
|
+
position: relative;
|
3
|
+
}
|
4
|
+
#slides .slides-container {
|
5
|
+
display: none;
|
6
|
+
}
|
7
|
+
#slides .scrollable {
|
8
|
+
*zoom: 1;
|
9
|
+
position: relative;
|
10
|
+
top: 0;
|
11
|
+
left: 0;
|
12
|
+
overflow-y: auto;
|
13
|
+
-webkit-overflow-scrolling: touch;
|
14
|
+
height: 100%;
|
15
|
+
}
|
16
|
+
#slides .scrollable:after {
|
17
|
+
content: "";
|
18
|
+
display: table;
|
19
|
+
clear: both;
|
20
|
+
}
|
21
|
+
|
22
|
+
.slides-navigation {
|
23
|
+
margin: 0 auto;
|
24
|
+
position: absolute;
|
25
|
+
z-index: 3;
|
26
|
+
top: 46%;
|
27
|
+
width: 100%;
|
28
|
+
}
|
29
|
+
.slides-navigation a {
|
30
|
+
position: absolute;
|
31
|
+
display: block;
|
32
|
+
}
|
33
|
+
.slides-navigation a.prev {
|
34
|
+
left: 0;
|
35
|
+
}
|
36
|
+
.slides-navigation a.next {
|
37
|
+
right: 0;
|
38
|
+
}
|
39
|
+
|
40
|
+
.slides-pagination {
|
41
|
+
position: absolute;
|
42
|
+
z-index: 3;
|
43
|
+
bottom: 0;
|
44
|
+
text-align: center;
|
45
|
+
width: 100%;
|
46
|
+
}
|
47
|
+
.slides-pagination a {
|
48
|
+
border: 2px solid #222;
|
49
|
+
border-radius: 15px;
|
50
|
+
width: 10px;
|
51
|
+
height: 10px;
|
52
|
+
display: -moz-inline-stack;
|
53
|
+
display: inline-block;
|
54
|
+
vertical-align: middle;
|
55
|
+
*vertical-align: auto;
|
56
|
+
zoom: 1;
|
57
|
+
*display: inline;
|
58
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
|
59
|
+
margin: 2px;
|
60
|
+
overflow: hidden;
|
61
|
+
text-indent: -100%;
|
62
|
+
}
|
63
|
+
.slides-pagination a.current {
|
64
|
+
background: #222;
|
65
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
@charset "UTF-8";
|
2
|
+
/* Color Fucsia CSS */
|
3
|
+
.turquoise .prev-featured:hover,.turquoise .next-featured:hover,.turquoise .s-ico,.turquoise .sl-ico,.turquoise .progress-bar .skill-in,.turquoise .ch-grid,.turquoise .f-ico,.turquoise .car-prev,.turquoise .car-next,.turquoise .car-prev-2,.turquoise .car-next-2,.turquoise .scrollup,.turquoise .list-dot,.turquoise .p-two {background-color: #29deb5;}
|
4
|
+
.turquoise .menu a:hover,.turquoise #nav .current a,.turquoise .f-image .f-category,.turquoise .t-photo .f-category,.turquoise .half-content a,.turquoise .contour-btn:hover, .turquoise .second-title span {color: #29deb5 !important;}
|
5
|
+
.turquoise .f-image .f-category {background-position: -264px 0;}
|
6
|
+
.turquoise .t-photo .f-category {background-position: -264px -44px;}
|
7
|
+
.turquoise .f-single:hover .f-info,.turquoise .btn-featured,.turquoise .spacer,.turquoise .folio-btn:hover,.turquoise .p-roll,.turquoise .contour-btn,.turquoise .folio-btn.selected,.turquoise .t-spacer,.turquoise .t-element:hover .t-data,.turquoise .logo span em{background: #29deb5;}
|
8
|
+
.turquoise .logo span{background: #29deb5; background: rgba(41,222,181,0.5);}
|
9
|
+
.turquoise .controller ul li:hover,.turquoise .selected,.turquoise .controller-2 ul li:hover,.turquoise .controller-3 ul li:hover{border: 2px solid #29deb5 !important; background: #29deb5 !important;}
|
10
|
+
.turquoise .buy-logo{border-color: #29deb5;}
|
11
|
+
.turquoise ::selection{background-color: #29deb5;}
|