Skip to content

Instantly share code, notes, and snippets.

View santheo's full-sized avatar

Sandor Weisz santheo

View GitHub Profile
@santheo
santheo / SassMeister-input.scss
Created May 7, 2014 14:29
Generated by SassMeister.com.
// ----
// Sass (v3.3.6)
// Compass (v1.0.0.alpha.18)
// ----
.active {
.pic {
opacity: 1;
border: 1px solid blue;
}

Keybase proof

I hereby claim:

  • I am santheo on github.
  • I am santheo (https://keybase.io/santheo) on keybase.
  • I have a public key whose fingerprint is 4396 4165 EB6D E909 2580 A9BD 5118 B4FF 9873 5323

To claim this, I am signing this object:

@santheo
santheo / gist:7470209
Created November 14, 2013 16:52
Basic _config.yml
name: My Great Project
markdown: redcarpet
pygments: true
@santheo
santheo / gist:7305529
Last active December 27, 2015 09:39 — forked from arjunvenkat/gist:6980815
Sublime Text preferences for student computers.
{
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"caret_style": "smooth",
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
"create_window_at_startup": false,
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
.gray-box {
width: 200px;
height: 100px;
background: gray;
margin-top: 50px;
position: relative;
}
.red-box {
width: 50px;
a:hover {
color: red;
padding-left: 200px;
}
a:active {
padding-left: 100px;
}
.tsl-logo {
height: 80px;
}
.instructor-images {
text-align: center;
border-radius: 50%;
height: 300px;
margin-top: 30px;
}
@santheo
santheo / 0_reuse_code.js
Created September 30, 2013 18:37
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.