http://www.2my4edge.com/2015/02/responsive-navbar-menu-using-bootstrap.html
http://www.2my4edge.com/2015/12/show-menu-bar-in-scroll-up-hide-in.html
| // ==UserScript== | |
| // @name View Image | |
| // @namespace https://github.com/bijij/ViewImage | |
| // @version 4.1.1 | |
| // @description This userscript re-implements the "View Image" and "Search by image" buttons into google images. | |
| // @author Joshua B | |
| // @run-at document-end | |
| // @include http*://*.google.tld/search*tbm=isch* | |
| // @include http*://*.google.tld/imgres* | |
| // @updateURL https://gist.githubusercontent.com/bijij/58cc8cfc859331e4cf80210528a7b255/raw/viewimage.user.js |
| { | |
| "vars": { | |
| "@gray-base": "#000", | |
| "@gray-darker": "lighten(@gray-base, 13.5%)", | |
| "@gray-dark": "lighten(@gray-base, 20%)", | |
| "@gray": "lighten(@gray-base, 33.5%)", | |
| "@gray-light": "lighten(@gray-base, 46.7%)", | |
| "@gray-lighter": "lighten(@gray-base, 93.5%)", | |
| "@brand-primary": "#112335", | |
| "@brand-success": "#3b4d5f", |
https://docs.google.com/presentation/d/1ZVga8B_Mg_uEYL352FyVzo0E96MVnh_5OgWf44tDGbs/edit?usp=sharing
TO DO:
| <div id="myCarousel" class="carousel slide" data-ride="carousel"> | |
| <!-- Indicators --> | |
| <ol class="carousel-indicators"> | |
| <li data-target="#myCarousel" data-slide-to="0" class="active"></li> | |
| <li data-target="#myCarousel" data-slide-to="1"></li> | |
| <li data-target="#myCarousel" data-slide-to="2"></li> | |
| </ol> | |
| <div class="carousel-inner" role="listbox"> | |
| <?php query_posts( 'meta_key=slide&showposts=3' ); ?> | |
| <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> |
| #loader { | |
| background: none repeat scroll 0 0 #ffffff; | |
| bottom: 0; | |
| height: 100%; | |
| left: 0; | |
| position: fixed; | |
| right: 0; | |
| top: 0; | |
| width: 100%; | |
| z-index: 9999; |
| At the very bottom of the .json file, there's a link that will reload your settings in getbootstrap.com: | |
| "customizerUrl": "http://getbootstrap.com/customize/?id={random_id}" | |
| http://getbootstrap.com/customize/?id=xy |
| <?php | |
| /* | |
| Plugin Name: oEmbed Gist | |
| Plugin URI: http://firegoby.jp/wp/oembed-gist | |
| Description: Embed source from gist.github. | |
| Author: Takayuki Miyauchi | |
| Version: 1.4.0 | |
| Author URI: http://firegoby.jp/ | |
| */ |