Skip to content

Commit

Permalink
Paste ad code. Style ad.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremychurch committed Nov 13, 2013
1 parent fabc6f8 commit 62ca833
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 1 deletion.
18 changes: 18 additions & 0 deletions haml/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
</script>
%body
<!-- AdPacks.com Ad Code -->
<script type="text/javascript">
(function(){
var bsa = document.createElement('script');
bsa.type = 'text/javascript';
bsa.async = true;
bsa.src = '//s3.buysellads.com/ac/bsa.js';
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
})();
</script>
<!-- End AdPacks.com Ad Code -->
.container.stage
.cols
.col_side
Expand Down Expand Up @@ -76,6 +89,11 @@
%label Paste CSS
%input.web_font_name.input_select_all{type: 'text', value: "font-family: 'Libre Baskerville', serif;"}
<!-- AdPacks.com Zone Code -->
<div id="bsap_1291994" class="bsarocks bsap_0539c68d8c24c7e870a450d4e50e9e0e"></div>
<a href="http://adpacks.com" id="bsap_aplink" class="remove_border_bottom">via Ad Packs</a>
<!-- End AdPacks.com Zone Code -->
.col_main{style: 'overflow:hidden;'}
.table_padded
.table_row
Expand Down
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@
</script>
</head>
<body>
<!-- AdPacks.com Ad Code -->
<script type="text/javascript">
(function(){
var bsa = document.createElement('script');
bsa.type = 'text/javascript';
bsa.async = true;
bsa.src = '//s3.buysellads.com/ac/bsa.js';
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
})();
</script>
<!-- End AdPacks.com Ad Code -->
<div class='container stage'>
<div class='cols'>
<div class='col_side'>
Expand Down Expand Up @@ -72,6 +83,10 @@ <h3>Google Webfont</h3>
</div>
</div>
</form>
<!-- AdPacks.com Zone Code -->
<div id="bsap_1291994" class="bsarocks bsap_0539c68d8c24c7e870a450d4e50e9e0e"></div>
<a href="http://adpacks.com" id="bsap_aplink" class="remove_border_bottom">via Ad Packs</a>
<!-- End AdPacks.com Zone Code -->
</div>
<div class='col_main' style='overflow:hidden;'>
<div class='table_padded'>
Expand Down
39 changes: 39 additions & 0 deletions sass/_ad.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
body .one .bsa_it_ad
background: transparent
border: none
font-family: inherit
padding: 0 0 0 10px
margin: 0
text-align: right

body .one .bsa_it_ad:hover img
-moz-box-shadow: 0 0 3px #000
-webkit-box-shadow: 0 0 3px #000
box-shadow: 0 0 3px #000

body .one .bsa_it_ad .bsa_it_i
display: block
padding: 0
float: right
margin: 0 0 5px 10px

body .one .bsa_it_ad .bsa_it_i img
padding: 0
border: none

body .one .bsa_it_ad .bsa_it_t
padding: 6px 0

body .one .bsa_it_ad .bsa_it_d
padding: 0
font-size: 12px
color: #333

body .one .bsa_it_p
display: none

body #bsap_aplink, body #bsap_aplink:hover
display: block
font-size: 10px
margin: 12px 0 0
text-align: right
1 change: 1 addition & 0 deletions sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ $app-media-small: 1300px
@import forms
@import columns
@import tables
@import ad
@import misc
Loading

0 comments on commit 62ca833

Please sign in to comment.