This file contains hidden or 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
<div class="input"> | |
<label for="calculator">True draw odds</label> | |
<input type="text" name="calculator" id="calc" class="calc calcMulti" placeholder="Enter bonus points..." value=""/> | |
</div> | |
<div class="table_container"> | |
<table class="table over tablesorter unittable"> | |
<thead> | |
<tr> | |
<th>All Non-Resident Archery Pronghorn Hunts</th> | |
<th>Hunt #</th> |
This file contains hidden or 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
// True Odds Calculator (divided by value) | |
function trueOddsCalc() { | |
var calc = $('.calc'), | |
odds = $('.drawOdds'), | |
originalValues = getoriginalValues(); | |
function getoriginalValues(){ | |
var values = []; |
This file contains hidden or 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
#report { position: static; } | |
.project_settings_buttons { position: fixed; } | |
#report_content { | |
margin-left: 0; | |
width: 1150px; | |
} | |
#menu { | |
position: fixed !important; | |
top: 0 !important; |
This file contains hidden or 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 first commented line is your dabblet’s title | |
*/ | |
.container {background: #009dde;} | |
.one_half { | |
width: 100%; margin-right: 0px; } | |
/* RWD for Gay Phones */ | |
@media (min-width: 1px) and (max-width: 480px) { |
This file contains hidden or 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
/*** Mixpanel Buttons ***/ | |
@-webkit-keyframes growth { | |
0% { | |
transform: scale(1); | |
} | |
25% { | |
transform: scale(0.85); | |
} | |
50% { |
This file contains hidden or 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
/************* ANIMATIONS ************/ | |
@-webkit-keyframes growth { | |
0% { | |
transform: scale(1); | |
} | |
25% { | |
transform: scale(0.85); | |
} | |
50% { | |
transform: scale(1.1); |
This file contains hidden or 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 first commented line is your dabblet’s title | |
*/ | |
.bar.bar {color: orange;} | |
.foo .bar { | |
color: red; | |
} |
This file contains hidden or 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
/** | |
* Green Cozy Button | |
*/ | |
body {padding: 50px; -webkit-font-smoothing: antialiased;} | |
.centered { | |
text-align: center; | |
} |
This file contains hidden or 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
/** | |
* Green Cozy Button | |
*/ | |
body {padding: 50px; } | |
.button { | |
margin: 20px; | |
padding: .75em 1.5em; | |
border: 1px solid #006158; |
This file contains hidden or 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 first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
NewerOlder