I hereby claim:
- I am thebrainroom on github.
- I am thebrainroom (https://keybase.io/thebrainroom) on keybase.
- I have a public key whose fingerprint is 71A7 4627 7248 90F7 FF1E 3D06 D6C4 BD0E 481D 293D
To claim this, I am signing this object:
| /** | |
| * Buttons | |
| */ | |
| @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700); | |
| * { | |
| margin: 0; | |
| padding: 0; | |
| -webkit-font-smoothing: antialiased; |
| /** | |
| * Buttons | |
| */ | |
| @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700); | |
| * { | |
| margin: 0; | |
| padding: 0; | |
| -webkit-font-smoothing: antialiased; |
| /** | |
| * Single color (no gradient) CSS3 buttons | |
| */ | |
| * { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| html { |
| /** | |
| * Single color (no gradient) CSS3 buttons | |
| */ | |
| * { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| html { |
| /** | |
| * Single color (no gradient) CSS3 buttons | |
| */ | |
| * { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| html { |
| //Function to determine whether an element is in view | |
| function isScrolledIntoView(elem) { | |
| var docViewTop = $(window).scrollTop(); | |
| var docViewBottom = docViewTop + $(window).height(); | |
| var elemTop = $(elem).offset().top; | |
| var elemBottom = elemTop + $(elem).height(); | |
| return ((elemBottom >= docViewTop) && (elemTop <= docViewBottom)); | |
| } | |
| $(document).ready(function() { |
| { | |
| // Flatland theme settings | |
| "theme": "Flatland.sublime-theme", | |
| "flatland_square_tabs": true, | |
| // Colour scheme | |
| "color_scheme": "Packages/Dayle Rees Color Schemes/LastNight.tmTheme", | |
| // Type settings | |
| "font_face": "Droid Sans Mono", |
| { | |
| "projectType":"drupal", | |
| "nameRegex":null, | |
| "settingsFile":"sites/default/settings.php", | |
| "image":"drupal.png", | |
| "keyFile":"settings.php", | |
| "projectRootRelativeToKeyFile":"../../../", | |
| "filesExistInRoot":null, | |
| "ignoreIfFilesInRoot":null, | |
| "ignoreIfPathContains":null, |
I hereby claim:
To claim this, I am signing this object:
| .matrix-container { | |
| padding: 60px 0 60px -10px; | |
| @media #{$breakpoint-full} { | |
| padding: 20px; | |
| } | |
| @media #{$breakpoint-medium} { | |
| display: none; | |
| } |