This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://static.ciscoeos.com/1289579987/zipupload/1c9/22a/8ddfd1761988e762321a16df47/images/links/logo_madeindetroit.jpg | |
wget http://origin-static.ciscoeos.com/1289937245/zipupload/96b/d1f/e5d9f5148e39bfdd2416c0a6d4/images/Image%5B650%5D%5B1%5D.jpg | |
wget http://origin-static.ciscoeos.com/1289937245/zipupload/96b/d1f/e5d9f5148e39bfdd2416c0a6d4/images/Image%5B649%5D%5B1%5D.jpg | |
wget http://static.ciscoeos.com/1289579987/zipupload/1c9/22a/8ddfd1761988e762321a16df47/images/links/myspace.gif | |
wget http://static.ciscoeos.com/1289579987/zipupload/1c9/22a/8ddfd1761988e762321a16df47/images/links/youtube.gif | |
wget http://static.ciscoeos.com/1289579987/zipupload/1c9/22a/8ddfd1761988e762321a16df47/images/links/dickeybetts.jpg | |
wget http://static.ciscoeos.com/1289579987/zipupload/1c9/22a/8ddfd1761988e762321a16df47/images/links/peterwolf.jpg | |
wget http://static.ciscoeos.com/1289579987/zipupload/1c9/22a/8ddfd1761988e762321a16df47/images/links/HankWillamsJr.jpg | |
wget http://static.ciscoeos.com/1289579987/zipupload/1c9/22a/8ddfd1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To the extent possible under law, the author(s) have dedicated all | |
# copyright and related and neighboring rights to this software to the | |
# public domain worldwide. This software is distributed without any warranty. | |
# You should have received a copy of the CC0 Public Domain Dedication along | |
# with this software. | |
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. | |
# base-files version 4.0-9 | |
# ~/.bash_profile: executed by bash(1) for login shells. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Now you can do this: */ | |
.page-node.node-type-blog #main .pane .region-content #block-system-main .middle.tb-terminal .content .node.node-blog .float-overflow.tb-terminal, | |
.page-node.node-type-blog #main .pane .region-content #block-system-main .middle.tb-terminal .content .node.node-blog .user-picture, | |
.page-taxonomy-term #block-system-main, | |
.view-blog ul li.pager-first, | |
.page-user #block-system-main .profile, | |
.page-user #page-title, | |
.wysiwyg-none-header, | |
.page-comment-reply .node, | |
.node-type-blog #page-title, ul.pager .pager-first, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Search for views-rows with the fan club taxonomy term, and add a custom class to those that match. | |
Drupal.behaviors.stay_classy = { | |
attach: function() { | |
jQuery('li.views-row') | |
.has('.role-indicator-21') | |
.addClass('fan-club-row'); | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#block-block-26 .content.content.content /* This selector wins */ { | |
background-color:green; | |
} | |
#block-block-26 .content.content { | |
background-color:blue; | |
} | |
#block-block-26 .content { | |
background-color:red; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.O. | |
+.Z.. | |
.8.SS7.. | |
.=..7SS8.. | |
.S..,SSSSS8. | |
..?+..~ISSSSSSSO.. | |
.8...===SSSSSSSSSSSO?. | |
..8=. ..=~SSSSSSSSSSSSSSZ8.. | |
..Z? ..~~SSSSSSSSSSSSSSSSSSO... | |
.O.. ..=~?SSSSSSSSSSSSSSSSSSSSSZ,. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Find the user roles in the default profile view, store the classes in a variable | |
var role_switcher = jQuery('.profile span').attr('class'); | |
//Take those classes and apply them to the role indicator in the sidebar | |
jQuery('#block-views-user-profile-block-1 .role-indicator').addClass(role_switcher); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
(function(gitUrl, locUrl) { | |
function getCookie(name) { | |
var cookie = ' ' + document.cookie; | |
var search = ' ' + name + '='; | |
var setStr = null; | |
var offset = 0; | |
var end = 0; | |
if (0 < cookie.length) { | |
offset = cookie.indexOf(search); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript">var switchTo5x=true;</script> | |
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script> | |
<script type="text/javascript">stLight.options({publisher: "ur-21529462-25f6-6c5e-6f49-59bac20ef7db"}); </script> | |
<span class='st_sharethis_hcount' displayText='ShareThis'></span> | |
<span class='st_facebook_hcount' displayText='Facebook'></span> | |
<span class='st_twitter_hcount' displayText='Tweet'></span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Drupal.behaviors.stay_classy = { | |
attach: function() { | |
//We're going to look at each views-row, some of them will get special "fan club" styles. We'll search by URL instead of class because it's all that's avaiable | |
jQuery('li.views-row') | |
.has('.views-field-field-blog-category a[href="/news/category/Fan-Club-News"],.fan-club-hider a[href="/forum/kid-rock-congregation"],.fan-club-hider a[href="/forum/all-summer-long-8"],.fan-club-hider a[href="/forum/krc-faqcomments"],.views-field-field-photo-category a[href="/photo/category/pro/The%20KRC%20Exclusives"],.views-field-field-photo-category a[href="/photo/category/pro/The%20KRC%20Live%20Photos"],.views-field-field-photo-category a[href="/photo/category/fan/The%20KRC%20Fan%20Photos"],.views-field-field-video-category a[href="/video/category/fan/The%20KRC%20Fan%20Videos"],.views-field-field-video-category a[href="/video/category/pro/The%20KRC%20Exclusives"]') | |
.addClass('fan-club-row'); | |
} | |
}; |