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
javascript: var host = 'lindaschaubblog.net'; document.location = 'https://www.google.com/search?hl=en&q=' + prompt('Search term') + '+site:' + host; |
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
https://gist.github.com/6919f21387af0c1e3664881c8732ffa2 |
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
javascript: var host = 'lindaschaubblog.net'; document.location = 'https://www.google.com/search?hl=en&q=' + prompt('Search term') + '+site:' + host; |
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
javascript: var host = 'lindaschaubblog.net'; document.location = 'https://www.google.com/search?hl=en&q=' + prompt('Search term') + '+site:' + host; |
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
/* Turn page/post titles blue on hover */ | |
.entry-header a:hover h1 { | |
color: #0b4779; | |
} |
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
/* Turn main menu links blue */ | |
#site-navigation li a:hover { | |
color: #fff; | |
} |
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
/* Make secondary menu blue */ | |
.secondary-navigation-container { | |
background: #0b4779; | |
} |
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
function plugins( $search ) { | |
$num = 10; | |
$order = 'ASC'; | |
$orderby = 'name'; | |
$fields = 'URL,title'; | |
$url = htmlentities('https://api.wordpress.org/plugins/info/1.1/?action=query_plugins&request[search]=').urlencode( $search ); | |
$ch = curl_init(); |
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
function plugins( $search ) { | |
$num = 10; | |
$order = 'ASC'; | |
$orderby = 'name'; | |
$fields = 'URL,title'; | |
$url = htmlentities('https://api.wordpress.org/plugins/info/1.1/?action=query_plugins&request[search]=').urlencode( $search ); | |
$ch = curl_init(); |
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
/* the following only applies to larger screens */ | |
@media only screen and (min-width: 780px) { | |
/* Re-size header image */ | |
a.header-image { | |
width: 75% !important; | |
margin: 0 auto;; | |
} | |
/* Add spacing to menu items */ | |
.menu-primary #nav li { |
OlderNewer