Skip to content

Commit ce5a12b

Browse files
committed
upload ads
1 parent e13f2fc commit ce5a12b

5 files changed

Lines changed: 42 additions & 43 deletions

File tree

css/site.css

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -243,43 +243,12 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
243243
* advertisement
244244
* ---------------------------------- */
245245
.advertisement {
246-
width: auto !important;
247-
padding: 10px !important;
248-
overflow: hidden; /* clearfix */
249-
font-size: 13px !important;
250-
line-height: 18px !important;
251-
text-align: left;
252-
background: #50c1e9 !important;
253-
border: 0 !important;
254-
border-radius: 4px;
255-
box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
256-
height: 121px;
257-
}
258-
.advertisement-image {
259-
margin: 0 !important;
260-
position: absolute;
261-
}
262-
.advertisement-text {
263-
margin-left: 100px !important;
264-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
265-
}
266-
.advertisement-text a {
267-
color: #fff !important;
246+
float: right;
268247
}
269248
@media (max-width: 767px) {
270249
.advertisement {
271-
position: static;
272-
margin-top: 30px;
273-
box-shadow: inset 0 3px 5px rgba(0,0,0,.075), 0 1px 0 rgba(255,255,255,.1);
274-
}
275-
}
276-
@media (min-width: 768px) {
277-
.advertisement {
278-
position: absolute;
279-
top: 5px;
280-
right: 15px; /* 15px instead of 0 since box-sizing */
281-
padding: 15px !important;
282-
width: 300px !important;
250+
float: none;
251+
text-align: center;
283252
}
284253
}
285254
/* ----------------------------------

css/site.min.css

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

documentation.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@
4848
<div class="container">
4949
<h3>Documentation</h3>
5050
<h4>The complete style of the Bootflat Framework</h4>
51+
<div class="advertisement">
52+
<script type="text/javascript">
53+
( function() {
54+
if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; };
55+
var unit = {"calltype":"async[2]","publisher":"bootflat","width":300,"height":150,"sid":"Chitika Default","color_site_link":"ffffff","color_text":"ffffff","color_bg":"89d0dc"};
56+
var placement_id = window.CHITIKA.units.length;
57+
window.CHITIKA.units.push(unit);
58+
document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>');
59+
}());
60+
</script>
61+
<script type="text/javascript" src="//cdn.chitika.net/getads.js" async></script>
62+
</div>
5163
</div>
5264
<div class="topic__infos">
5365
<div class="container">

free-psd.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ <h4>Bootflat UI Kit is PSD User Interface Pack including a set of beautiful and
5454
<span class="github github-fork">
5555
<iframe src="http://ghbtns.com/github-btn.html?user=bootflat&amp;repo=Bootflat.UI.Kit.PSD&amp;type=fork&amp;count=true" title="Fork on GitHub" frameborder="0" scrolling="0" width="150" height="25"></iframe>
5656
</span>
57+
<div class="advertisement">
58+
<script type="text/javascript">
59+
( function() {
60+
if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; };
61+
var unit = {"calltype":"async[2]","publisher":"bootflat","width":300,"height":150,"sid":"Chitika Default","color_site_link":"ffffff","color_text":"ffffff","color_bg":"89d0dc"};
62+
var placement_id = window.CHITIKA.units.length;
63+
window.CHITIKA.units.push(unit);
64+
document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>');
65+
}());
66+
</script>
67+
<script type="text/javascript" src="//cdn.chitika.net/getads.js" async></script>
68+
</div>
5769
</div>
5870
<div class="topic__infos">
5971
<div class="container">

getting-started.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,18 @@
4747
<div class="container">
4848
<h3>Getting Started with Bootflat Framework</h3>
4949
<h4>An overview of Bootflat, why we built it, how to use it, and what you should know along the way.</h4>
50-
<!-- <div class="advertisement">
51-
<span class="advertisement-image">
52-
<img src="" title="bootflat" alt="bootflat" border="0" height="90">
53-
</span>
54-
<p class="advertisement-text"></p>
55-
</div> -->
50+
<div class="advertisement">
51+
<script type="text/javascript">
52+
( function() {
53+
if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; };
54+
var unit = {"calltype":"async[2]","publisher":"bootflat","width":300,"height":150,"sid":"Chitika Default","color_site_link":"ffffff","color_text":"ffffff","color_bg":"89d0dc"};
55+
var placement_id = window.CHITIKA.units.length;
56+
window.CHITIKA.units.push(unit);
57+
document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>');
58+
}());
59+
</script>
60+
<script type="text/javascript" src="//cdn.chitika.net/getads.js" async></script>
61+
</div>
5662
</div>
5763
<div class="topic__infos">
5864
<div class="container">

0 commit comments

Comments
 (0)