Skip to content

Commit c2eb9d9

Browse files
authored
jquery: Add Black Lives Matter support banner
Closes gh-423
1 parent edc997d commit c2eb9d9

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

themes/jquery/css/base.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2231,6 +2231,24 @@ p.author a {
22312231
line-height: 36px;
22322232
}
22332233

2234+
#banner-blm {
2235+
background-image: url(../images/dark-grey-tile.png);
2236+
color: #fff;
2237+
text-align: center;
2238+
padding: 20px;
2239+
}
2240+
2241+
#banner-blm h2 {
2242+
font-size: 36px;
2243+
line-height: 42px;
2244+
}
2245+
2246+
#banner-blm p {
2247+
font: 22px/26px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
2248+
padding-left: 15%;
2249+
padding-right: 15%;
2250+
}
2251+
22342252
.center-txt {
22352253
text-align: center !important;
22362254
}

themes/jquery/header.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@
104104
</section>
105105
</header>
106106

107+
<div id="banner-blm">
108+
<h2>#BlackLivesMatter</h2>
109+
<p>To Donate, see this <a href="https://bit.ly/fundthecommunity">list of organizations to support</a> from <a href="(https://www.reclaimtheblock.org/)">Reclaim the Block</a>
110+
</div>
111+
107112
<div id="container">
108113
<div id="logo-events" class="constrain clearfix">
109114
<h2 class="logo"><a href="<?php echo jq_logo_link(); ?>" title="<?php bloginfo( 'name' ); ?>"><?php bloginfo( 'name' ); ?></a></h2>

0 commit comments

Comments
 (0)