Changeset 2219
- Timestamp:
- 12/18/2015 11:22:19 PM (9 years ago)
- Location:
- sites/trunk/browsehappy.com/public_html
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/browsehappy.com/public_html/functions.php
r2217 r2219 249 249 <?php 250 250 } 251 -
sites/trunk/browsehappy.com/public_html/index.php
r2209 r2219 12 12 <meta name="description" content="<?php esc_attr_e( 'Online. Worry-free. Upgrade your browser today!', 'browsehappy' ); ?>" /> 13 13 <meta name="author" content="WordPress" /> 14 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 14 15 15 16 <link rel="shortcut icon" href="<?php echo esc_url( home_url( 'favicon.ico' ) ); ?>" /> … … 19 20 20 21 <!--[if (gt IE 6)|!(IE)]><!--> 21 <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/style.css? 3" />22 <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/style.css?4" /> 22 23 <script src="<?php echo get_template_directory_uri(); ?>/js/modernizr-1.6.min.js"></script> 23 24 <script src="http://use.typekit.com/lsw6yis.js"></script> -
sites/trunk/browsehappy.com/public_html/style.css
r1 r2219 1 /* 2 * Theme Name: Browse Happy3 * Theme URI: http://browsehappy.com/1 /** 2 * Theme Name: Browse Happy 3 * Theme URI: http://browsehappy.com/ 4 4 * Description: The 2011 design for Browse Happy, proudly powered by WordPress. 5 * Author: WordPress6 * Author URI: http://wordpress.org/7 * License: GPLv2 or later5 * Author: WordPress 6 * Author URI: https://wordpress.org/ 7 * License: GPLv2 or later 8 8 */ 9 9 … … 71 71 background: #2b4141; 72 72 color: #3F4B4B; 73 min-width: 960px;74 73 } 75 74 … … 80 79 header, #main, footer { 81 80 width: 100%; 82 min-width: 960px;83 81 } 84 82 … … 96 94 .wrap { 97 95 zoom: 1; 98 width: 960px;96 max-width: 960px; 99 97 margin: 0 auto; 100 98 } … … 120 118 121 119 #i18n-alert p { 122 width: 960px;123 120 margin: 0 auto; 124 121 display: block; … … 153 150 154 151 .wf-leaguegothic1leaguegothic2-n4-active header h1 { 155 font-size: 14 91%;152 font-size: 1400%; 156 153 font-family: "league-gothic-1","league-gothic-2"; 157 154 } … … 278 275 width: 125px; 279 276 height: 135px; 280 margin: 0 auto 20px;277 margin: 20px auto; 281 278 background: url(imgs/browsehappy-sprite.png) no-repeat; 282 279 } … … 357 354 #browserlist li a:link, #browserlist li a:visited { 358 355 color: #324B4B; 359 padding: 30px 10px10px;356 padding: 10px; 360 357 display: block; 361 358 overflow: hidden; … … 434 431 #browserlist p.likebutton { 435 432 text-align: center; 436 margin: 15px 5px 0 433 margin: 15px 5px 0; 434 min-height: 25px; 437 435 } 438 436 … … 466 464 467 465 #about { 468 width: 60 0px;466 width: 60%; 469 467 float: left; 470 468 margin-left: 15px; … … 472 470 473 471 #share { 474 width: 30 0px;472 width: 30%; 475 473 float: right; 476 474 margin-right: 15px; 477 475 position: relative; 478 }479 480 #share h2 {481 margin-right: 84px;482 }483 484 #share nav {485 width: 84px;486 height: 32px;487 overflow: hidden;488 position: absolute;489 top: 3px;490 right: 0;491 476 } 492 477 … … 495 480 height: 32px; 496 481 float: left; 497 margin- left: 9px;482 margin-right: 9px; 498 483 } 499 484 … … 528 513 529 514 #byline { 530 position: absolute; 531 bottom: 0; 532 right: 15px; 533 width: 300px; 534 height: 20px; 515 clear: both; 516 margin: 0 auto; 517 padding-top: 10px; 535 518 } 536 519 … … 538 521 width: 300px; 539 522 height: 20px; 523 margin: 0 auto; 540 524 display: block; 541 525 background: url(imgs/browsehappy-sprite.png) no-repeat 0 -135px; … … 555 539 opacity: 1; 556 540 } 541 542 @media (max-width: 430px) { 543 header { 544 padding-top: 35px; 545 } 546 header h1 { 547 font-size: 800%; 548 } 549 .wf-leaguegothic1leaguegothic2-n4-active header h1 { 550 font-size: 1000%; 551 } 552 } 553 @media (max-width: 383px) { 554 #browserlist li { 555 display: block; 556 float: none; 557 margin: 0 auto; 558 } 559 }
Note: See TracChangeset
for help on using the changeset viewer.