Skip to content

Commit

Permalink
Merge pull request #131 from UCF/rc-v6.2.3
Browse files Browse the repository at this point in the history
Rc v6.2.3
  • Loading branch information
rjucf authored Aug 15, 2022
2 parents 0035ba5 + d227d93 commit 3d221ef
Show file tree
Hide file tree
Showing 24 changed files with 95 additions and 36 deletions.
1 change: 0 additions & 1 deletion dev/2014/spring/issue-cover/issue-cover.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ p:empty { display: none; }
font-weight: normal;
font-size: 18px;
line-height: 30px;
color: #828282;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: Pegasus Theme
Author: UCF Web Communications
Github Theme URI: https://github.com/UCF/Pegasus-Theme
Version: v6.2.2
Version: v6.2.3
*/

/*
Expand Down
6 changes: 4 additions & 2 deletions versions/v1/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<li class="span3">
<a href="<?php echo get_permalink($story->ID); ?>">
<div class="thumbnail">
<img src="<?php echo get_featured_image_url($story->ID); ?>" />
<img src="<?php echo get_featured_image_url($story->ID); ?>" alt="" />
</div>
<div class="title">
<span class="title_text">
Expand All @@ -41,14 +41,15 @@
</ul>
</div>
</div>
<?php if( $bottom_stories ) : ?>
<div class="row footer_stories bottom">
<div class="span12">
<ul class="thumbnails">
<?php foreach($bottom_stories as $story) : ?>
<li class="span2">
<a href="<?php echo get_permalink($story->ID); ?>">
<div class="thumbnail">
<img src="<?php echo get_featured_image_url( $story->ID ); ?>" />
<img src="<?php echo get_featured_image_url( $story->ID ); ?>" alt="" />
</div>
<div class="title">
<span class="title_text">
Expand All @@ -66,6 +67,7 @@
</ul>
</div>
</div>
<?php endif; ?>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions versions/v1/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<?php $relevant_issue = get_relevant_issue($post); ?>

<body class="<?php echo body_classes()?> <?php if ($post->post_type == 'page' || is_404() || is_search() ) { print 'subpage'; } ?>">
<a class="skip-navigation bg-complementary text-inverse" href="#body_content">Skip to main content</a>
<aside class="container-wide" id="pulldown" aria-labelledby="pulldown-heading">
<div class="pulldown-container pulldown-stories">
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion versions/v1/shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ function sc_photo_essay_slider( $atts, $content = null ) {
</div>
<div class="description-wrap">
<span class="description"><?php echo get_post_meta( $post->ID, 'story_description', true ); ?></span>
<a class="ss-control ss-play" href="#2"><i class="icon-caret-right"></i>
<a class="ss-control ss-play" href="#2" aria-label="play slideshow"><i class="icon-caret-right"></i></a>
<?php echo display_social( get_permalink( $post ), $post->post_title ); ?>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions versions/v1/static/css/style-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
* Footer
**************************/

#footer-navigation a { font-size: 14px; }
#footer-navigation a { font-size: 1.2em; }

#footer-navigation .footer-logo,
#footer-navigation .footer-ipad-app { padding-bottom: 30px; }
Expand All @@ -115,7 +115,7 @@

#footer-navigation .copyright,
#footer-navigation .address {
font-size: 13px;
font-size: 1em;
}


Expand Down
38 changes: 33 additions & 5 deletions versions/v1/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@
* Utility
**************************/

.skip-navigation {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
-webkit-box-shadow: .5em .5em 1em rgba(0,0,0,.325);
box-shadow: .5em .5em 1em rgba(0,0,0,.325)
}

.skip-navigation:active,.skip-navigation:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto
}

.skip-navigation:focus {
left: 1rem;
position: absolute;
top: calc(50px + 1rem);
z-index: 9999
}

.container-wide {width:100%;}
.container-tall {height: 100%;}

Expand Down Expand Up @@ -31,7 +60,7 @@
* General
**************************/

p {margin-top:1em;margin-bottom:1.5em;font-size:14px;line-height:1.38em;}
p {margin-top:1em;margin-bottom:1.5em;font-size:14px;line-height:1.5;}
p.excerpt {font-size:23px;font-style:italic;}
p.caption {font-family:"Helvetica Neue",Helvetica,sans-serif;font-size:12px;}

Expand Down Expand Up @@ -435,7 +464,6 @@ li#nav-about a {
font-weight: 700;
font-size: 18px;
line-height: 30px;
color: #828282;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
Expand Down Expand Up @@ -563,7 +591,7 @@ article.story ol,
article.story ul {
font-family: Georgia, serif;
font-size: 16px;
line-height: 1.38em;
line-height: 1.5;
margin-top: 0;
}
article.story p { margin-bottom: 16px; }
Expand Down Expand Up @@ -857,7 +885,7 @@ article.story.ss-photo-essay .ss-essay-intro .social .share-googleplus {
#footer-navigation p,
#footer-navigation a {
font-family: 'Gotham SSm A', 'Gotham SSm B', serif;
font-size: 14px;
font-size: 1em;
font-weight: 700;
color: #fff;
-webkit-font-smoothing: antialiased;
Expand All @@ -868,7 +896,7 @@ article.story.ss-photo-essay .ss-essay-intro .social .share-googleplus {
.ie8 #footer-navigation a {
font-weight: normal;
}
#footer-navigation a { font-size: 18px; }
#footer-navigation a { font-size: 1.3em; }

/* Footer logo/iPad btn positioning */
#footer-navigation .footer-logo {
Expand Down
3 changes: 2 additions & 1 deletion versions/v2/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<?php $relevant_issue = get_relevant_issue($post); ?>

<body class="<?php echo body_classes()?> <?php if ($post->post_type == 'page' || is_404() || is_search() ) { print 'subpage'; } ?>">
<a class="skip-navigation bg-complementary text-inverse" href="#content">Skip to main content</a>
<aside class="container-wide" id="pulldown" aria-labelledby="pulldown-heading">
<div class="pulldown-container pulldown-stories">
<div class="container">
Expand Down Expand Up @@ -118,4 +119,4 @@
</div>
</header>

<main>
<main id="content">
2 changes: 1 addition & 1 deletion versions/v2/shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ function sc_photo_essay_slider( $atts, $content = null ) {
</div>
<div class="description-wrap">
<span class="description"><?php echo get_post_meta($post->ID, 'story_description', TRUE)?></span>
<a class="ss-control ss-play" href="#2"><i class="icon-caret-right"></i>
<a class="ss-control ss-play" href="#2" aria-label="play slideshow"><i class="icon-caret-right"></i></a>
<?php echo display_social(get_permalink($post), $post->post_title)?>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions versions/v2/static/css/style-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
* Footer
**************************/

#footer-navigation a { font-size: 14px; }
#footer-navigation a { font-size: 1.2em; }

#footer-navigation .footer-logo,
#footer-navigation .footer-ipad-app { padding-bottom: 30px; }
Expand All @@ -115,7 +115,7 @@

#footer-navigation .copyright,
#footer-navigation .address {
font-size: 13px;
font-size: 1em;
}


Expand Down
38 changes: 33 additions & 5 deletions versions/v2/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@
* Utility
**************************/

.skip-navigation {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
-webkit-box-shadow: .5em .5em 1em rgba(0,0,0,.325);
box-shadow: .5em .5em 1em rgba(0,0,0,.325)
}

.skip-navigation:active,.skip-navigation:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto
}

.skip-navigation:focus {
left: 1rem;
position: absolute;
top: calc(50px + 1rem);
z-index: 9999
}

.container-wide {width:100%;}
.container-tall {height: 100%;}

Expand Down Expand Up @@ -31,7 +60,7 @@
* General
**************************/

p {margin-top:1em;margin-bottom:1.5em;font-size:14px;line-height:1.38em;}
p {margin-top:1em;margin-bottom:1.5em;font-size:14px;line-height:1.5;}
p.excerpt {font-size:23px;font-style:italic;}
p.caption {font-family:"Helvetica Neue",Helvetica,sans-serif;font-size:12px;}

Expand Down Expand Up @@ -435,7 +464,6 @@ li#nav-about a {
font-weight: 700;
font-size: 18px;
line-height: 30px;
color: #828282;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
Expand Down Expand Up @@ -563,7 +591,7 @@ article.story ol,
article.story ul {
font-family: Georgia, serif;
font-size: 16px;
line-height: 1.38em;
line-height: 1.5;
margin-top: 0;
}
article.story p { margin-bottom: 16px; }
Expand Down Expand Up @@ -857,7 +885,7 @@ article.story.ss-photo-essay .ss-essay-intro .social .share-googleplus {
#footer-navigation p,
#footer-navigation a {
font-family: 'Gotham SSm A', 'Gotham SSm B', serif;
font-size: 14px;
font-size: 1em;
font-weight: 700;
color: #fff;
-webkit-font-smoothing: antialiased;
Expand All @@ -868,7 +896,7 @@ article.story.ss-photo-essay .ss-essay-intro .social .share-googleplus {
.ie8 #footer-navigation a {
font-weight: normal;
}
#footer-navigation a { font-size: 18px; }
#footer-navigation a { font-size: 1.3em; }

/* Footer logo/iPad btn positioning */
#footer-navigation .footer-logo {
Expand Down
3 changes: 2 additions & 1 deletion versions/v3/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<?php $relevant_issue = get_relevant_issue($post); ?>

<body class="<?php echo body_classes()?> <?php if ($post->post_type == 'page' || is_404() || is_search() ) { print 'subpage'; } ?>">
<a class="skip-navigation bg-complementary text-inverse sr-only" href="#content">Skip to main content</a>
<aside class="container-wide" id="pulldown" aria-labelledby="pulldown-heading">
<div class="pulldown-container pulldown-stories">
<div class="container">
Expand Down Expand Up @@ -117,4 +118,4 @@
</div>
</header>

<main>
<main id="content">
2 changes: 1 addition & 1 deletion versions/v3/shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ function sc_photo_essay_slider( $atts, $content = null ) {
</div>
<div class="description-wrap">
<span class="description"><?php echo wptexturize( get_post_meta( $post->ID, 'story_description', TRUE ) ); ?></span>
<a class="ss-control ss-play" href="#2"><i class="icon icon-caret-right"></i>
<a class="ss-control ss-play" href="#2" aria-label="play slideshow"><i class="icon icon-caret-right"></i></a>
<?php echo display_social( get_permalink( $post ), $post->post_title ); ?>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion versions/v3/static/css/style.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion versions/v3/static/scss/_views-issue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
h2 {
@include font-smoothing();
border-bottom: 1px solid #828282;
color: #828282;
display: block;
font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', sans-serif;
font-size: 18px;
Expand Down
4 changes: 2 additions & 2 deletions versions/v3/templates/issue/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<article>
<div class="home-article-1 thumb">
<?php if ( $story_1 ): ?>
<a href="<?php echo get_permalink( $story_1->ID ); ?>"></a>
<a href="<?php echo get_permalink( $story_1->ID ); ?>" aria-label="<?php echo $story_1->post_title; ?>"></a>
<?php if ( $story_1->thumb ) { ?>
<img class="img-responsive" src="<?php echo $story_1->thumb; ?>" alt="<?php echo $story_1->post_title; ?>" title="<?php echo $story_1->post_title; ?>" />
<?php } ?>
Expand Down Expand Up @@ -117,7 +117,7 @@
?>
<article class="thumb-wrapper col-md-20percent col-sm-20percent col-xs-4">
<div class="thumb">
<a href="<?php echo get_permalink( $story->ID ); ?>"></a>
<a href="<?php echo get_permalink( $story->ID ); ?>" aria-label="<?php echo $story->post_title; ?>"></a>
<img src="<?php echo get_featured_image_url( $story->ID ); ?>" alt="<?php echo $story->post_title; ?>" title="<?php echo $story->post_title; ?>" />
<div class="description">
<h3><?php echo wptexturize( $story->post_title ); ?></h3>
Expand Down
3 changes: 2 additions & 1 deletion versions/v4/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<?php $relevant_issue = get_relevant_issue($post); ?>

<body class="<?php echo body_classes()?> <?php if ($post->post_type == 'page' || is_404() || is_search() ) { print 'subpage'; } ?>">
<a class="skip-navigation bg-complementary text-inverse sr-only" href="#content">Skip to main content</a>
<aside class="container-wide" id="pulldown" aria-labelledby="pulldown-heading">
<div class="pulldown-container pulldown-stories">
<div class="container">
Expand Down Expand Up @@ -58,4 +59,4 @@
</div>
</header>

<main>
<main id="content">
Loading

0 comments on commit 3d221ef

Please sign in to comment.