Skip to content

Instantly share code, notes, and snippets.

View kurisubrooks's full-sized avatar

Chris Brooks kurisubrooks

View GitHub Profile
$sz: 12;
$box-margin: 1/80 * 100%;
$number-boxes: 12;
$base-box-width: 7 / 120 * 100%;
.row {
&:before,
&:after {
content: " ";
display: table;
You read right, **the Holiday Week has now started!** Join us during the week for activities, including:
* PvP Tournaments
* PvE Fights
* Building Competitions
* Modding Competitions
* Christmas Themed Concerts
* Races
@kurisubrooks
kurisubrooks / gist:8cb0dfd9e6508202f36a
Created December 11, 2014 05:53
Bioshock Tumblr Theme
<!DOCTYPE html>
<html lang="en">
<head>
<!--
COPYRIGHT 2014
KURISUBROOKS.COM
ALL RIGHTS RESERVED
@kurisubrooks
kurisubrooks / sbnight
Last active August 29, 2015 14:11
Install Starbound Nightly
~ Install - Starbound Nightly, and keep your Stable release:
1 - Goto: `C:/Program Files (x86)/Steam/SteamApps/common/`
2 - Rename `Starbound` to `StarboundEK`
3 - Open Steam, go into your Library, right click `Starbound`, click `Properties`
4 - Goto the `Beta` tab, and from the dropdown menu, select `Nightly` & wait for this to download.
------
@kurisubrooks
kurisubrooks / gist:b62dafefb2d443a2fb72
Last active August 29, 2015 14:11
Starbound Nightly Install

~ Install - Starbound Nightly, and keep your Stable release:

1 - Goto: C:/Program Files (x86)/Steam/SteamApps/common/
2 - Rename Starbound to StarboundEK

3 - Open Steam, go into your Library, right click Starbound, click Properties
4 - Goto the Beta tab, and from the dropdown menu, select Nightly & wait for this to download.


Vegetables and Legumes
Garlic – avoid entirely if possible
Onions – avoid entirely if possible
Artichoke
Asparagus
Baked beans
Beetroot
Black eyed peas
Broad beans
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kurisubrooks
kurisubrooks / output.log
Last active August 29, 2015 14:19
Caramel Sass Compiler
kurisu:$ ruby path/to/compile.rb
[*] Caramel Sass Compiler
[*] Syntax: 'ruby path/to/compile.rb path/to/caramel.scss'
[!] ERROR: File Missing. You didn't include a file!
[-] Please enter the file path:
path/to/caramel.scss
[*] Compiling > .css
[*] Minifying > .min.css

Parallax Star background in CSS ('-' * 31) Using a very simple sass function, and CSS animation keyframes, built parallax scrolling stars in space. The sass function creates a random star field on each load.

SASS function: https://coderwall.com/p/nqxusa by Kushagra Gour @chinchang457

A Pen by Saransh Sinha on CodePen.

@kurisubrooks
kurisubrooks / tumblr_dark.css
Created May 29, 2015 13:23
Tumblr Dark Theme
.post_avatar,
.follow_list_item_blog,
.identity .right_column:after,
.identity .controls_section.user_list .follow_list_item_blog:before,
.l-container.l-container--two-column .l-content
{
background-image: #232323 !important;
background-color: #232323 !important;
background: #232323 !important;
}