This file contains 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
#commentform .form-allowed-tags { | |
display: none; | |
} | |
#commentform .alert.alert-info { | |
display: none; | |
} |
This file contains 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
/** | |
* Change link styling of the body (more or less globally) | |
*/ | |
a:link, | |
a:visited { | |
color: #333; | |
background-color: #fc0; | |
text-decoration: none; | |
font-weight: bold; |
This file contains 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
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/"> | |
<os:ShortName>LEO de<->en</os:ShortName> | |
<os:Description>Suche in LEO Deutsch-Englisch</os:Description> | |
<os:InputEncoding>ISO-8859-15</os:InputEncoding> | |
<os:Image width="16" height="16">data:image/x-icon;base64,AAABAAEAEBAAAAEAGABoAwAAFgAAACgAAAAQAAAAIAAAAAEAGAAAAAAAAAAAAEgAAABIAAAAAAAAAAAAAACh0vp3ad+nb158HwB8IgB5HACnalJeTuBVReGpcF14GwB9IwB1FwCrcFb++/WRiOoj1f94o8I/PlZWUU86JB01EQdXNyo/NJZFOLecaFZ1GQB1FwCrcFf//viQh+5lU9gJyfY1UFXy///0///p+Pjc6uq3wsKQmZlsc3dVU1I9LCpEMCiCgX9lX6pjU82nbFgGxPEYWWiYoaHx///v///M2trj8/P6///////////0///g7u67xsaQlZVPSkdUEwAHy/EAx/YKQE7u/f2lsLArJklQRkU5OVFdYWiMk5O7xcXj8fH0///////0//9EQT8MnvMA2f8NV2nx//+IkZGCr8Tw7/9dTdVGNbmvr69+f39OTF5YV1ZbW1hhYmBfVk8HFOAAmPYLWmfw//+IkpIToMGXzPdXRdk6JdJ/ceKBc+OIfOSCduKAduN/duKGfe8CANsADt8IRGjq+/uPmZkAlbgZ0/99s/JFMdUfB8wfBswfBswfBswfBswfBswfBswCANwAANwFC2nY6Oikrq4AgqEAzv8Z0/9+svI7JtMeBcweBcweBcweBcweBcweBcwIB+IAAN0CAXTD0dHAzc0BcYMAzv8Azv8Z |
This file contains 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
Personal Running Order | |
====================== | |
## Mittwoch, 13. August 2014 | |
21:15 - 22:15 Grand Magus (Zelt) | |
22:15 - 23:00 Ereb Altor (Gammel-Stage) ! | |
23:00 - 00:00 Unleashed (Zelt) ! | |
00:45 - 01:30 Decapitated (Zelt) |
This file contains 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
if( typeof jQuery != 'undefined' ) { | |
jQuery.getScript( '//cdnjs.cloudflare.com/ajax/libs/history.js/1.8/bundled-uncompressed/html4+html5/jquery.history.js' ).done(function( script, textStatus ) { | |
console.info( 'successfully loaded History.js'); | |
if( typeof History != 'undefined') { | |
console.log( 'ready to use History.js') | |
} | |
}).fail(function( jqxhr, settings, exception ) { | |
console.error('failed to load History.js') | |
}); | |
} |
This file contains 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
/** | |
* load the CDN version of History.js (@link https://github.com/browserstate/history.js/) | |
*/ | |
if( typeof head.js != 'undefined') { | |
head.js('//cdnjs.cloudflare.com/ajax/libs/history.js/1.8/bundled-uncompressed/html4+html5/native.history.js', function() { | |
if( typeof History != 'undefined' ) { | |
console.info('history.js loaded'); | |
} | |
}) |
This file contains 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
<?php | |
/** | |
* Direct update of the stored active plugins (in wp_options table) | |
* @see http://perishablepress.com/quickly-disable-or-enable-all-wordpress-plugins-via-the-database/ | |
* | |
* @author Fabian Wolf (@link http://usability-idealist.de/) | |
*/ | |
function disable_plugin() { | |
$active_plugins = get_option( 'active_plugins', array() ); |
This file contains 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
/** | |
* Helper lib to enable CSSClass being able to handle selector queries | |
* @author Fabian Wolf | |
* @link http://usability-idealist.de/ | |
* @license GNU GPL v3 | |
*/ | |
querySelectorClass = { | |
fetchQuery: function( selector ) { | |
var $return = false, |
This file contains 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
<?php | |
if($parentCatName=='Kunden'):{ | |
?> | |
<p class="agency" style="color: #00ffff;"> | |
<?php echo "AGENCY";?> | |
</p> | |
<?php | |
} | |
else:{ | |
?> |