Changeset 8251
- Timestamp:
- 02/15/2019 12:19:46 AM (6 years ago)
- Location:
- sites/trunk/browsehappy.com/public_html
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/browsehappy.com/public_html/index.php
r7712 r8251 15 15 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 16 16 17 <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/style.css? 7" />17 <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/style.css?8" /> 18 18 <script src="<?php echo get_template_directory_uri(); ?>/js/modernizr-1.6.min.js"></script> 19 19 <script src="https://use.typekit.com/lsw6yis.js"></script> … … 88 88 </section><!-- #share --> 89 89 <div id="byline"> 90 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'browsehappy' ) ); ?>" title="WordPress"><?php printf( __( 'Brought to you by %s', 'browsehappy' ), ' WordPress' ); ?></a>90 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'browsehappy' ) ); ?>" title="WordPress"><?php printf( __( 'Brought to you by %s', 'browsehappy' ), '<strong>WordPress</strong>' ); ?></a> 91 91 </div><!-- #byline --> 92 92 </div> -
sites/trunk/browsehappy.com/public_html/style.css
r5781 r8251 594 594 595 595 #byline a { 596 width: 300px; 597 height: 20px; 596 color: #fff; 598 597 margin: 0 auto; 599 598 display: block; 600 background-image: url(imgs/browsehappy-sprite.png); 601 background-repeat: no-repeat; 602 background-position: 0 -135px; 603 text-indent: -9999px; 604 -moz-opacity: 0.6; 605 -khtml-opacity: 0.6; 606 opacity: 0.6; 607 -webkit-transition: all .5s; 608 -moz-transition: all .5s; 609 -o-transition: all .5s; 610 transition: all .5s; 611 } 612 613 #byline a:hover { 614 -moz-opacity: 1; 615 -khtml-opacity: 1; 616 opacity: 1; 599 font-size: large; 600 font-variant: all-small-caps; 601 text-align: center; 602 } 603 604 #byline a strong { 605 font-variant: initial; 617 606 } 618 607
Note: See TracChangeset
for help on using the changeset viewer.