Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
bootflat
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
50b5aa9f
authored
2014-08-19 11:21:29 +0800
by
bootflat
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
remove ads
1 parent
ce5a12b9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
34 deletions
css/site.css
css/site.min.css
documentation.html
free-psd.html
getting-started.html
css/site.css
View file @
50b5aa9
...
...
@@ -243,12 +243,23 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
* advertisement
* ---------------------------------- */
.advertisement
{
float
:
right
;
width
:
auto
!important
;
overflow
:
hidden
;
/* clearfix */
text-align
:
left
;
border
:
0
!important
;
}
@media
(
max-width
:
767px
)
{
.advertisement
{
float
:
none
;
text-align
:
center
;
position
:
static
;
margin-top
:
30px
;
}
}
@media
(
min-width
:
768px
)
{
.advertisement
{
position
:
absolute
;
top
:
5px
;
right
:
15px
;
/* 15px instead of 0 since box-sizing */
width
:
300px
!important
;
}
}
/* ----------------------------------
...
...
css/site.min.css
View file @
50b5aa9
This diff could not be displayed because it is too large.
documentation.html
View file @
50b5aa9
...
...
@@ -48,17 +48,7 @@
<div
class=
"container"
>
<h3>
Documentation
</h3>
<h4>
The complete style of the Bootflat Framework
</h4>
<div
class=
"advertisement"
>
<script
type=
"text/javascript"
>
(
function
()
{
if
(
window
.
CHITIKA
===
undefined
)
{
window
.
CHITIKA
=
{
'units'
:
[]
};
};
var
unit
=
{
"calltype"
:
"async[2]"
,
"publisher"
:
"bootflat"
,
"width"
:
300
,
"height"
:
150
,
"sid"
:
"Chitika Default"
,
"color_site_link"
:
"ffffff"
,
"color_text"
:
"ffffff"
,
"color_bg"
:
"89d0dc"
};
var
placement_id
=
window
.
CHITIKA
.
units
.
length
;
window
.
CHITIKA
.
units
.
push
(
unit
);
document
.
write
(
'<div id="chitikaAdBlock-'
+
placement_id
+
'"></div>'
);
}());
</script>
<script
type=
"text/javascript"
src=
"//cdn.chitika.net/getads.js"
async
></script>
<div
class=
"advertisement"
>
</div>
</div>
<div
class=
"topic__infos"
>
...
...
free-psd.html
View file @
50b5aa9
...
...
@@ -55,16 +55,6 @@
<iframe
src=
"http://ghbtns.com/github-btn.html?user=bootflat&repo=Bootflat.UI.Kit.PSD&type=fork&count=true"
title=
"Fork on GitHub"
frameborder=
"0"
scrolling=
"0"
width=
"150"
height=
"25"
></iframe>
</span>
<div
class=
"advertisement"
>
<script
type=
"text/javascript"
>
(
function
()
{
if
(
window
.
CHITIKA
===
undefined
)
{
window
.
CHITIKA
=
{
'units'
:
[]
};
};
var
unit
=
{
"calltype"
:
"async[2]"
,
"publisher"
:
"bootflat"
,
"width"
:
300
,
"height"
:
150
,
"sid"
:
"Chitika Default"
,
"color_site_link"
:
"ffffff"
,
"color_text"
:
"ffffff"
,
"color_bg"
:
"89d0dc"
};
var
placement_id
=
window
.
CHITIKA
.
units
.
length
;
window
.
CHITIKA
.
units
.
push
(
unit
);
document
.
write
(
'<div id="chitikaAdBlock-'
+
placement_id
+
'"></div>'
);
}());
</script>
<script
type=
"text/javascript"
src=
"//cdn.chitika.net/getads.js"
async
></script>
</div>
</div>
<div
class=
"topic__infos"
>
...
...
getting-started.html
View file @
50b5aa9
...
...
@@ -48,16 +48,6 @@
<h3>
Getting Started with Bootflat Framework
</h3>
<h4>
An overview of Bootflat, why we built it, how to use it, and what you should know along the way.
</h4>
<div
class=
"advertisement"
>
<script
type=
"text/javascript"
>
(
function
()
{
if
(
window
.
CHITIKA
===
undefined
)
{
window
.
CHITIKA
=
{
'units'
:
[]
};
};
var
unit
=
{
"calltype"
:
"async[2]"
,
"publisher"
:
"bootflat"
,
"width"
:
300
,
"height"
:
150
,
"sid"
:
"Chitika Default"
,
"color_site_link"
:
"ffffff"
,
"color_text"
:
"ffffff"
,
"color_bg"
:
"89d0dc"
};
var
placement_id
=
window
.
CHITIKA
.
units
.
length
;
window
.
CHITIKA
.
units
.
push
(
unit
);
document
.
write
(
'<div id="chitikaAdBlock-'
+
placement_id
+
'"></div>'
);
}());
</script>
<script
type=
"text/javascript"
src=
"//cdn.chitika.net/getads.js"
async
></script>
</div>
</div>
<div
class=
"topic__infos"
>
...
...
Please
register
or
sign in
to post a comment