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
| #sharing { | |
| text-align: center; | |
| margin-top: 20px; | |
| margin-bottom: 10px; | |
| overflow: hidden; | |
| } | |
| .like_and_send { | |
| display:inline-block; | |
| } |
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
| #header-logo { | |
| margin: 30px 0; | |
| } | |
| #header-logo img { | |
| display: block; | |
| margin: 0 auto; | |
| } |
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
| if (!window.console) window.console={log:function(){}}; |
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
| /* Countdown */ | |
| #clock { margin: 0 auto; overflow: hidden; width: 532px; } | |
| #clock span { display: block; font-weight: 700; } | |
| #clock .separator, #clock .amount { height: 76px; line-height: 76px; } | |
| #clock .separator { float: left; font-size: 18px; font-weight: 700; text-align: center; width: 40px; } | |
| #clock .section { float: left; overflow: hidden; position: relative; text-align: center; width: 103px; } | |
| #clock .amount { background-image: url(//s3.amazonaws.com/wildfireapp/assets/number.png); font-size: 60px; font-weight: 400; letter-spacing: 20px; margin-bottom: 10px; overflow: hidden; padding: 0 7px; } | |
| #clock .label { font-size: 18px; text-transform: uppercase; } | |
| #clock .line { background-image: url(//s3.amazonaws.com/wildfireapp/assets/line.png); height: 2px; left: 0; overflow: hidden; position: absolute; text-indent: -999em; top: 38px; width: 100%; } |
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
| {% plugin voting my_voting %} | |
| {% marker my_voting %} | |
| <div class="voting"> | |
| {% formblock my_voting %} | |
| {% if my_voting.has_categories %} | |
| {% for category in my_voting.categories %} | |
| <div class="category"> | |
| <h1>{{ category.title }}</h1> | |
| {% for entry in category.entries %} |
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
| python -m SimpleHTTPServer |
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
| $(document).bind('didRefreshWidgetContent', function () { | |
| FB.Canvas.scrollTo(0,0); // Go to top of page | |
| }); |
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
| /* selector { css: value; } */ | |
| .container { height: 800px; } | |
| /* 3 Column Galleries to 4 Column */ | |
| .row .span4 { | |
| width: 23.333333333333%; | |
| *width: 23.28014184397129%; | |
| } |
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
| function checkWidth() { | |
| var iframeWidth = $(window).width(); | |
| if (iframeWidth > 700) { | |
| $('body').addClass('is_timeline'); | |
| } else { | |
| $('body').removeClass('is_timeline'); | |
| } | |
| }; |
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
| Canvas: http://apps.facebook.com/wf-polls/pages/cb4abc1ff159d6550265a79e36f66e73 | |
| Microsite: https://apps.wildfireapp.com/microsite/pages/cb4abc1ff159d6550265a79e36f66e73 | |
| Fan Page: https://www.facebook.com/pages/Generic-T/302915683055517?sk=app_160731467314127 | |
| Mobile: https://apps.wildfireapp.com/fbmobile/5/pages/cb4abc1ff159d6550265a79e36f66e73 |