Keyboard Shortcuts
Keyboard shortcuts are available for common actions and site navigation.
Search query
Saved searches
a, a:hover, a:focus, a:active { color: #0084B4; } .u-textUserColor, .u-textUserColorHover:hover, .u-textUserColorHover:focus { color: #0084B4 !important; } .u-borderUserColor, .u-borderUserColorHover:hover, .u-borderUserColorHover:focus { border-color: #0084B4 !important; } .u-bgUserColor, .u-bgUserColorHover:hover, .u-bgUserColorHover:focus { background-color: #0084B4 !important; } .u-dropdownUserColor > li:hover, .u-dropdownUserColor > li:focus, .u-dropdownUserColor > li > button:hover, .u-dropdownUserColor > li > button:focus { color: #fff !important; background-color: #0084B4 !important; } .u-boxShadowInsetUserColorHover:hover, .u-boxShadowInsetUserColorHover:focus { box-shadow: inset 0 0 0 5px #0084B4 !important; } .u-textUserColorLight { color: #99CDE1 !important; } .u-borderUserColorLight, .u-borderUserColorLightFocus:focus, .u-borderUserColorLightHover:hover, .u-borderUserColorLightHover:focus { border-color: #99CDE1 !important; } .u-bgUserColorLight { background-color: #99CDE1 !important; } .u-boxShadowUserColorLighterFocus:focus { box-shadow: 0 0 8px rgba(0, 0, 0, 0.05), inset 0 1px 2px rgba(0,132,180,0.25) !important; } .u-textUserColorLightest { color: #E5F2F7 !important; } .u-borderUserColorLightest { border-color: #E5F2F7 !important; } .u-bgUserColorLightest { background-color: #E5F2F7 !important; } .u-textUserColorLighter { color: #BFE0EC !important; } .u-borderUserColorLighter { border-color: #BFE0EC !important; } .u-bgUserColorLighter { background-color: #BFE0EC !important; } .u-bgUserColorDarkHover:hover { background-color: #006990 !important; } .u-borderUserColorDark { border-color: #006990 !important; } .u-bgUserColorDarkerActive:active { background-color: #004F6C !important; } a, .btn-link, .btn-link:focus, .icon-btn, .pretty-link b, .pretty-link:hover s, .pretty-link:hover b, .pretty-link:focus s, .pretty-link:focus b, /* Account Group */ .metadata a:hover, .metadata a:focus, .account-group:hover .fullname, .account-group:focus .fullname, .account-summary:focus .fullname, .message .message-text a, .stats a strong, .plain-btn:hover, .plain-btn:focus, .dropdown.open .user-dropdown.plain-btn, .open > .plain-btn, #global-actions .new:before, .module .list-link:hover, .module .list-link:focus, .stats a:hover, .stats a:hover strong, .stats a:focus, .stats a:focus strong, .find-friends-sources li:hover .source, .stream-item a:hover .fullname, .stream-item a:focus .fullname, .stream-item .view-all-supplements:hover, .stream-item .view-all-supplements:focus, .tweet .time a:hover, .tweet .time a:focus, .tweet .details.with-icn b, .tweet .details.with-icn .Icon, .tweet .tweet-geo-text a:hover, .stream-item:hover .original-tweet .details b, .stream-item .original-tweet.focus .details b, .stream-item.open .original-tweet .details b, .client-and-actions a:hover, .client-and-actions a:focus, .dismiss-btn:hover b, .tweet .context .pretty-link:hover s, .tweet .context .pretty-link:hover b, .tweet .context .pretty-link:focus s, .tweet .context .pretty-link:focus b, .list .username a:hover, .list .username a:focus, .list-membership-container .create-a-list, .list-membership-container .create-a-list:hover, .card .list-details a:hover, .card .list-details a:focus, .card .card-body:hover .attribution, .card .card-body .attribution:focus, .new-tweets-bar, .onebox .soccer ul.ticker a:hover, .onebox .soccer ul.ticker a:focus, .remove-background-btn, .stream-item-activity-notification .latest-tweet .tweet-row a:hover, .stream-item-activity-notification .latest-tweet .tweet-row a:focus, .stream-item-activity-notification .latest-tweet .tweet-row a:hover b, .stream-item-activity-notification .latest-tweet .tweet-row a:focus b { color: #0084B4; } /* hover state for found media items */ .FoundMediaSearch--keyboard .FoundMediaSearch-focusable.is-focused { border-color: #0084B4; } /* hover state for photo select button*/ .photo-selector:hover .btn, .icon-btn:hover, .icon-btn:active, .icon-btn.active, .icon-btn.enabled { border-color: #0084B4; border-color: rgba(0,132,180,.5); color: #0084B4; } /* hover state for photo select button*/ .photo-selector:hover .btn, .icon-btn:hover { background-image: linear-gradient(rgba(255,255,255,0), rgba(0,132,180,.1)); filter: progid

XImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#190084B4'); /* IE8-9 */ } .icon-btn.disabled, .icon-btn.disabled:hover, .icon-btn[disabled], .icon-btn[aria-disabled=true] { color: #0084B4; } /* tweet-btn can have primary-btn class as well so the following rules ensure that the correct background color is applied */ .tweet-btn, .tweet-btn:focus { background-color: #0084B4; background: rgba(0,132,180,.8); } .tweet-btn:hover, .tweet-btn:active, .tweet-btn.active { background-color: #0084B4; } .tweet-btn.btn.disabled, .tweet-btn.btn.disabled:hover, .tweet-btn.btn[disabled], .tweet-btn.btn[aria-disabled=true] { background: #0084B4; } .btn:focus, .btn.focus, .Button:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 132, 180, 0.5); } .selected-stream-item:focus { box-shadow: 0 0 0 3px rgba(0, 132, 180, 0.5); } /* highlighting when navigate through timeline stream table view with j & k. */ .js-navigable-stream.stream-table-view .selected-stream-item[tabindex="-1"]:focus { outline: 3px solid rgba(0, 132, 180, 0.5) !important; } /* box-shadow does not work with table tr element */ .js-navigable-stream.stream-table-view .selected-stream-item:focus { box-shadow: none; } /** * 1. Bring actionable tweet to top when active to ensure border * highlighting wraps entire tweet. Value must be at least at if not * higher than the z-index value of ProfileHeading to ensure first * tweet in timeline receives border on all four sides. * NOTE: z-index should be 2 to avoid conflicts with .ProfileCanopy and .ProfileCard-avatarLink */ .js-stream-item.is-selected:focus .ProfileCard, .QuoteTweet:hover, .QuoteTweet:focus, .QuoteTweet:active, .activity-user-profile-content:hover, .activity-user-profile-content:focus, .activity-user-profile-content:active { border-color: rgba(0, 132, 180, 0.5); z-index: 2; /* 1 */ } .global-dm-nav.new.with-count .dm-new { background: #fff; } .global-dm-nav.new.with-count .dm-new .count-inner { background: #0084B4; } .global-nav .people .count .count-inner { background: #0084B4; } .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-menu .dropdown-link:hover, .dropdown-menu .dropdown-link:focus, .dropdown-menu .dropdown-link.is-focused, .dropdown-menu li:hover .dropdown-link, .dropdown-menu li:focus .dropdown-link, .dropdown-menu .typeahead-recent-search-item.selected, .dropdown-menu .typeahead-saved-search-item.selected, .dropdown-menu .selected a, .dropdown-menu .dropdown-link.selected { background-color: #0084B4 !important; } /* give tweet boxes 10% of the users link color as background */ .home-tweet-box, .LiveVideo-tweetBox, .RetweetDialog-commentBox, .WebToast-box--altColor { background-color: #E5F2F7; } .top-timeline-tweetbox .timeline-tweet-box .tweet-form.condensed .tweet-box { color: #0084B4; } /* give tweet box containers an outline using the users link color */ .RichEditor { border-color: #BFE0EC; } input:focus, textarea:focus, div[contenteditable="true"]:focus, div[contenteditable="true"].fake-focus { border-color: #66B5D2; box-shadow: inset 0 0 0 1px rgba(0, 132, 180, 0.7); } .tweet-box textarea:focus, .tweet-box input[type=text], .currently-dragging .tweet-form.is-droppable .tweet-drag-help, .tweet-box[contenteditable="true"]:focus, .RichEditor.is-fakeFocus { border-color: #99CDE1; box-shadow: none; } s, .pretty-link:hover s, .pretty-link:focus s, .stream-item-activity-notification .latest-tweet .tweet-row a:hover s, .stream-item-activity-notification .latest-tweet .tweet-row a:focus s { color: #0084B4; } .vellip, .vellip:before, .vellip:after, .conversation-module > li:after, .conversation-module > li:before, .ThreadedConversation-tweet ~ .ThreadedConversation-tweet:before, .ThreadedConversation-tweet:after, .ThreadedConversation-viewOther:before, .ThreadedConversation-unavailableTweet:before, .ThreadedConversation-unavailableTweet:after { background-color: #66B5D2; } .tweet .sm-reply, .tweet .sm-rt, .tweet .sm-fav, .tweet .sm-image, .tweet .sm-video, .tweet .sm-audio, .tweet .sm-geo, .tweet .sm-in, .tweet .sm-trash, .tweet .sm-more, .tweet .sm-page, .tweet .sm-embed, .tweet .sm-summary, .tweet .sm-chat, .timelines-navigation .active .profile-nav-icon, .timelines-navigation .profile-nav-icon:hover, .timelines-navigation .profile-nav-link:focus .profile-nav-icon, .sm-top-tweet, .metadata a.tweet-geo-text:hover .sm-geo { background-color: #0084B4; } .enhanced-mini-profile .mini-profile .profile-summary { background-image: url(
https://pbs.twimg.com/profile_banners/3370932117/1466111607/mobile); } .wrapper-profile .profile-card.profile-header .profile-header-inner { background-image: url(
https://pbs.twimg.com/profile_banners/3370932117/1466111607/web); } #global-tweet-dialog .modal-header { border-bottom: solid 1px rgba(0, 132, 180, .25); } #global-tweet-dialog .modal-tweet-form-container { background-color: #0084B4; background: rgba(0, 132, 180, .1); } .inline-reply-tweetbox { background-color: #E5F2F7; }
We are Nebraska!
@HuskersX5
We are Nebraska!
@HuskersX5
Leading you to all of the recruits the Huskers are targeting!
#GBR Please follow
@skerhighlights
Lincoln, NE
Joined July 2015
77 Photos and videos Photos and videos
New to Twitter?
Sign up now to get your own personalized timeline!
Sign up
You may also like
·
Husker Highlights@skerhighlights
Husker Nation@HuskerNationGBR
Husker Hype@husker_hype
Gary A. Cook JR@CookHuskers4eva
Huskers Recruiting@GBRFootball8
Trends
Tweets
@HuskersX5 is blocked
Are you sure you want to view these Tweets? Viewing Tweets won't unblock @HuskersX5.
We are Nebraska! followed
We are Nebraska! @HuskersX5 2h2 hours ago
We are Nebraska! Retweeted Brandon Huffman
He looks good in scarlet
#GBRhttps://twitter.com/brandonhuffman/status/753970022347702272…
We are Nebraska! added,
Brandon Huffman @BrandonHuffman
A closer look at Corona (Calif.) Centennial WR Tyjon Lindsey from We are Nebraska! Retweeted
CHARLES JACKSON @JUSTCHUCK21 5h5 hours ago
The scars on my knees just motivates me to grind harder. #GBR
5 retweets 74 likes
We are Nebraska! @HuskersX5 16h16 hours ago
Deleted tweet. It's a good one regarding 4
DE Hunter Echols out of Californiapic.twitter.com/d5XnYR1sz6
3 retweets 29 likes
We are Nebraska! @HuskersX5 17h17 hours ago
We are Nebraska! Retweeted Jamire Calvin
* 1,000 more Husker fans start following him… hahahttps://twitter.com/jcalv6/status/753769367234486273…
We are Nebraska! added,
Jamire Calvin @jcalv6
Y'all not ready for the news that's coming.
We are Nebraska! @HuskersX5 17h17 hours ago
We are Nebraska! Retweeted BUBBA BOLDEN#11
Come check out Nebraska! You won't regret it!
https://twitter.com/bubbbolden/status/753762208362835968…
We are Nebraska! added,
BUBBA BOLDEN#11 @BubbBolden
I've Decided to Decommit from USC and open up my recruiting process!!!
2 retweets 18 likes
- We are Nebraska! Retweeted
Michael Rose-Ivey @Rose_IveyNB15 24 Dec 2015 San Francisco, CA
Thinking on this past year, 2015 was definitely a storm so I know 2016 will be the sunshine after the rain
94 retweets 602 likes
- We are Nebraska! Retweeted
Keyshawn Johnson @keyshawn Jul 13
Stay focused !!! You don't need social media, the prize is in the end !!pic.twitter.com/WfHOTCKT4K
100 retweets 594 likes
- We are Nebraska! Retweeted
Jaevon McQuitty @YaboyJae19 Jul 13
Could you see this ?
@tgeb13 @NoFootball4Me @jcalv6pic.twitter.com/YkelHSVCj5
180 retweets 632 likes
- We are Nebraska! Retweeted
CJones(RestUpJDangg) @Iam_cj8 Jul 13
#LockdownU
20 retweets 160 likes
- We are Nebraska! Retweeted
Legendary_Lamar™ @lamar_cla1 Jul 13
Yeh that's right #LockdownU that's what Nebraska corners rockin with this season
33 retweets 208 likes
- We are Nebraska! Retweeted
Legendary_Lamar™ @lamar_cla1 Jul 13
Coming to Nebraska has probably been the best decision I made in a while I love it
can't wait to get after it fall camp #GBR #LockdownU
225 retweets 1,225 likes
- We are Nebraska! Retweeted
DE'ANTHONY THOMAS @DATBLACKMOMBA13 Jul 13
LADDER 45 DEGREE FINISH I WITNESSED THE GREATNESS OF COACH KEITH WILLIAMS I LOVE HIS COACHING… https://www.instagram.com/p/BHz85lGALH2/
148 retweets 481 likes
- We are Nebraska! Retweeted
#BeGreatBen @bh57era Jul 13
Thanking The Man Up Stairs For Blessing Me
I Am Truly Blessed, These Are My Top 6 Schools.pic.twitter.com/is26HhH4bJ
Hillsboro Football, David W. Turner, John Parrella and We are Nebraska! Retweeted
Pernell @PDJ32 Jul 13
#sea of Redpic.twitter.com/2JZiLllvOl
18 retweets 173 likes
We are Nebraska! @HuskersX5 Jul 13
What Husker players do you want to see on @skerhighlights new cover photo? Here are the last three...pic.twitter.com/9nWmqjGSY6
1 retweet 11 likes
- We are Nebraska! Retweeted
CFB Debates @CFBDebates247 Jul 12
Which CFB team was better? -RT after you vote-
65 retweets 9 likes
- We are Nebraska! Retweeted
Jaylen Kelly-Powell™ @JKellypowell Jul 12
No better way then Nike to end my high school camp season. Focused on getting this list cut in half by September.pic.twitter.com/P7gaEQiasu
66 retweets 240 likes
- We are Nebraska! Retweeted
Nasty Nupe
@DaiShonNeal9 Jul 12 Lincoln, NE
Something very special about being apart of this organization and playing for this university.
40 retweets 246 likes
- We are Nebraska! followed HUNTER, Keyshawn Johnson, CHARLES JACKSON and 5 others
- We are Nebraska! Retweeted
STANLEY MORGAN JR @Thekidstan Jul 11
OMG !! I Miss My Huskers Fans!!!!!! 54Days
50 retweets 439 likes
@HuskersX5 hasn't tweeted yet.
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup.
Try again or visit
Twitter Status for more information.
Choose a trend location
Dismiss
Previous
Next
We are Nebraska! @HuskersX5 16h16 hours ago
Deleted tweet. It's a good one regarding 4
DE Hunter Echols out of California
pic.twitter.com/d5XnYR1sz6
3 retweets 29 likes
Go to a person's profile
Retweet this to your followers?
Optional comment for Retweet
Saved searches
Suggested users