Changeset 6079
- Timestamp:
- 11/07/2017 12:01:58 AM (9 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012
- Files:
-
- 2 edited
-
header.php (modified) (1 diff)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/header.php
r4038 r6079 60 60 61 61 <body <?php body_class(); ?>> 62 63 <?php if ( date_create( 'now' ) <= date_create( '2017-12-04' ) ) : ?> 64 <section class="regional-camps-promo"> 65 <a href="https://2017.us.wordcamp.org/tickets/"> 66 <img 67 src="https://s.w.org/images/home/wcus-banner-2017.png" 68 srcset=" 69 https://s.w.org/images/home/wcus-banner-2017_small.png 800w, 70 https://s.w.org/images/home/wcus-banner-2017.png 900w, 71 https://s.w.org/images/home/wcus-banner-2017x2.png 1800w" 72 alt="WordCamp US 2017 in Nashville banner" /> 73 </a> 74 </section> 75 <?php endif; ?> 76 62 77 <div id="header" class="group"> 63 78 <div id="masthead" class="group"> -
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/style.css
r6040 r6079 24 24 e. Common Elements 25 25 f. Header & Footer 26 g. Regional Camps Promo 26 27 02. Homepage 27 28 a. Hero Panel … … 594 595 } 595 596 597 /* !01g. Regional Camps Promo */ 598 /* ------------------------------------- */ 599 600 .regional-camps-promo { 601 /* background-color: #e0f5fa; */ 602 background-color: #000000; 603 text-align: center; 604 } 605 606 .regional-camps-promo img { 607 display: block; 608 max-width: 960px; 609 margin: 0 auto; 610 } 611 596 612 /* !Main Navigation */ 597 613
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)