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
| /* Caffeina - Social Buttons v1 */ | |
| body{ | |
| background: linear-gradient(45deg, #f06, yellow); | |
| height: 500px; | |
| padding: 30px; | |
| } | |
| ul.caffeina-social { | |
| padding:0; |
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
| /* Caffeina - Social Buttons v1 */ | |
| body{ | |
| background: linear-gradient(45deg, #f06, yellow); | |
| height: 500px; | |
| padding: 30px; | |
| } | |
| ul.caffeina-social { | |
| padding:0; |
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
| /* Caffeina - Social Buttons v1 */ | |
| body{ | |
| /*background: linear-gradient(45deg, #f06, yellow);/**/ | |
| height: 500px; | |
| padding: 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
| .button | |
| { | |
| display: inline-block; | |
| position:absolute; | |
| left:50%; | |
| top:50%; | |
| margin-top:-50px; | |
| margin-left:-150px; | |
| height:auto; | |
| width: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
| /** | |
| * Facebook Login | |
| */ | |
| .page { | |
| background-image: linear-gradient(left, #5e20aa 0%,#2ebaf2 50%,#5e20aa 100%); | |
| display: block; | |
| width: 600px; | |
| height: 400px; |
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
| /** | |
| * Facebook Login | |
| */ | |
| .page { | |
| background: linear-gradient(left, #5e20aa 0%,#2ebaf2 50%,#5e20aa 100%); | |
| display: block; | |
| width: 600px; | |
| height: 400px; |
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
| /** | |
| * Facebook Login | |
| */ | |
| body { | |
| background-color: #cacaca; | |
| } | |
| @keyframes glow { | |
| 0% { text-shadow: 0 0 14px rgba(255,255,255,.45); } |
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
| /** | |
| * Facebook Login | |
| */ | |
| body { | |
| background-color: #cacaca; | |
| text-size: 20px | |
| } | |
| button { | |
| font-size: 20px |
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
| /** | |
| * Frizzantissimo | |
| */ | |
| body { | |
| background-color: #cacaca; | |
| text-size: 20px | |
| } | |
| button { | |
| font-size: 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
| /** | |
| * Frizzantissimo | |
| */ | |
| body { | |
| background-color: #D0CACA; | |
| text-size: 20px | |
| } | |
| button { |