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
| .wrapper { | |
| width: 800px; | |
| padding: 20px; | |
| padding-bottom: 20px; | |
| border: 1px solid #E5E5E5; | |
| box-shadow: 0px 1px 10px #DDD; | |
| margin: 0 auto; | |
| margin-top: -30px; | |
| } |
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
| .wrapper { | |
| width: 800px; | |
| padding: 20px; | |
| padding-bottom: 20px; | |
| border: 1px solid #E5E5E5; | |
| box-shadow: 0px 1px 10px #DDD; | |
| margin: 0 auto; | |
| margin-top: -30px; | |
| } |
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
| .wrapper { | |
| width: 800px; | |
| padding: 20px; | |
| padding-bottom: 20px; | |
| border: 1px solid #E5E5E5; | |
| box-shadow: 0px 1px 10px #DDD; | |
| margin: 0 auto; | |
| margin-top: -30px; | |
| } |
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
| .wrapper { | |
| width: 800px; | |
| padding: 20px; | |
| padding-bottom: 20px; | |
| border: 1px solid #E5E5E5; | |
| box-shadow: 0px 1px 10px #DDD; | |
| margin: 0 auto; | |
| margin-top: -30px; | |
| } |
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
| var oauth = ChromeExOAuth.initBackgroundPage({ | |
| 'request_url': 'http://www.tumblr.com/oauth/request_token', | |
| 'authorize_url': 'http://www.tumblr.com/oauth/authorize', | |
| 'access_url': 'http://www.tumblr.com/oauth/access_token', | |
| 'consumer_key': 'vGKikr2uBRsWoDZ947UjvSzA58HYEXDNjAer7VEXnLXlQt4Ozi', | |
| 'consumer_secret': 'JvofKKxQ2QSiVXVaWMBZQRzC5cI86YpJzAoouIkUdlvSeYXN2e', | |
| 'app_name': 'Photo post adder' | |
| }); | |
| function stringify(parameters) { |
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
| .slide { | |
| width: 100%; | |
| height: 100%; | |
| position: absolute; | |
| background: #FFF; | |
| } | |
| .old { | |
| animation: spin 3s infinite ease-in-out; | |
| transform-origin: 0 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
| body { | |
| margin: 0; | |
| font: 10pt arial; | |
| } | |
| .grey { | |
| width: 0px; | |
| margin: 0 auto; | |
| height: 500px; | |
| } |
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
| body { | |
| margin: 0; | |
| font: 10pt arial; | |
| } | |
| .grey { | |
| width: 0px; | |
| margin: 0 auto; | |
| height: 500px; | |
| } |
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
| html { | |
| background: #CCC; | |
| } | |
| body { | |
| position: absolute; | |
| margin: 0; | |
| padding: 0; | |
| left: 50%; | |
| top: 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
| div { | |
| display: inline-block; | |
| width: 200px; | |
| height: 200px; | |
| background: red; | |
| } |