I hereby claim:
- I am thomaspark on github.
- I am thomaspark (https://keybase.io/thomaspark) on keybase.
- I have a public key ASDuzYZL5Kz1JpTlD4wMFCREnjhDtbytNvGoRoW864hjzwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
.sap-green { | |
background-color: #0A3410; | |
} | |
.sap-green-text { | |
color: #0A3410; | |
} | |
.sap-green-border { | |
border-color: #0A3410; | |
} |
/* Non-responsive overrides for Bootstrap 3 | |
* | |
* Utilize the following CSS to disable the responsive-ness of the container, | |
* grid system, and navbar. | |
*/ | |
/* Reset the container */ | |
.container { | |
max-width: none !important; | |
width: 970px; |
if($('.bootswatcher')[0]){ | |
$('.bootswatcher').remove(); | |
} else { | |
var $e = $('<select class="bootswatcher"><option>Amelia</option><option>Cerulean</option><option>Cosmo</option><option>Cyborg</option><option>Journal</option><option>Readable</option><option>Simplex</option><option>Slate</option><option>Spacelab</option><option>Spruce</option><option>Superhero</option><option>United</option></select>'); | |
var l = 1 + Math.floor(Math.random() * $e.children().length); | |
var r = '<link rel="stylesheet" href="http://bootswatch.com/default/bootstrap-responsive.min.css">'; | |
$e.css({'z-index': '99999', 'position': 'fixed', 'top': '5px', 'right': '5px', 'opacity': '0.5'} | |
).hover( | |
function(){$(this).css('opacity', '1');}, | |
function(){$(this).css('opacity', '0.5');} |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<!-- TUMBLR APPEARANCE OPTIONS --> | |
<meta name="if:Include Like Button" content="0"> | |
<meta name="if:Include Tweet Button" content="0"> |