I hereby claim:
- I am alvr on github.
- I am alvr (https://keybase.io/alvr) on keybase.
- I have a public key ASC8RPHplLFROCJUJld7R6Dp5F_gfqBIWEf7kf5rDNxegAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Available Packages:
Path | Version | Description |
---|---|---|
add-ons;addon-google_apis-google-15 | 3 | Google APIs |
add-ons;addon-google_apis-google-16 | 4 | Google APIs |
add-ons;addon-google_apis-google-17 | 4 | Google APIs |
add-ons;addon-google_apis-google-18 | 4 | Googl |
/* http://prismjs.com/download.html?themes=prism-coy&languages=markup+css+clike+javascript */ | |
/** | |
* prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML | |
* Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics); | |
* @author Tim Shedor | |
*/ | |
code[class*="language-"], | |
pre[class*="language-"] { | |
color: black; |
(function() { | |
function center_el(tagName) { | |
var tags = document.getElementsByTagName(tagName), i, tag; | |
for (i = 0; i < tags.length; i++) { | |
tag = tags[i]; | |
var parent = tag.parentElement; | |
// center an image if it is the only element of its parent | |
if (parent.childNodes.length === 1) { | |
// if there is a link on image, check grandparent | |
if (parent.nodeName === 'A') { |
<?php | |
switch($_GET['id']) { | |
case "sslink" : echo "0.3"; | |
break; | |
} | |
?> |