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
| JASC-PAL | |
| 0100 | |
| 16 | |
| 208 70 72 | |
| 68 36 52 | |
| 199 194 202 | |
| 78 74 78 | |
| 20 12 28 | |
| 48 52 109 | |
| 89 125 206 |
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
| GIMP Palette | |
| Name: DB16 | |
| Columns: 16 | |
| # | |
| 208 70 72 Color 1 | |
| 68 36 52 Color 2 | |
| 199 194 202 Color 3 | |
| 78 74 78 Color 4 | |
| 20 12 28 Color 5 | |
| 48 52 109 Color 6 |
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
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| Vagrant.configure("2") do |config| | |
| # Box | |
| config.vm.box = "precise64" | |
| config.vm.box_url = "http://files.vagrantup.com/precise64.box" | |
| # Forwarded Ports |
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
| /* WVU Official Color Palette */ | |
| :root { | |
| var-gold: #eeb111; | |
| var-blue: #00447c; | |
| var-alt-blue: #005daa; | |
| var-sec-yellow: #ffe894; | |
| var-sec-lightblue: #a0c4da; | |
| var-sec-blue: #0079c1; | |
| var-sec-darkblue: #27318b; |
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
Show hidden characters
| { | |
| "files": | |
| { | |
| "blueprint-ie": "https://raw.github.com/joshuaclayton/blueprint-css/master/blueprint/ie.css", | |
| "blueprint-screen": "https://raw.github.com/joshuaclayton/blueprint-css/master/blueprint/screen.css", | |
| "hotkeys": "https://raw.github.com/tzuryby/jquery.hotkeys/master/jquery.hotkeys.js", | |
| "jquery": "http://code.jquery.com/jquery.min.js", | |
| "jquery-placeholder": "https://raw.github.com/mathiasbynens/jquery-placeholder/master/jquery.placeholder.min.js", | |
| "markdown": "https://raw.github.com/michelf/php-markdown/master/markdown.php", | |
| "money.js": "http://josscrowcroft.github.com/money.js/money.min.js", |
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
| /* WVU Official Color Palette */ | |
| $gold: #eeb111; | |
| $blue: #00447c; | |
| $alt-blue: #005daa; | |
| $sec-yellow: #ffe894; | |
| $sec-lightblue: #a0c4da; | |
| $sec-blue: #0079c1; | |
| $sec-darkblue: #27318b; | |
| $sec-orange: #d9531e; |
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
| <snippet> | |
| <content><![CDATA[ | |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <title>${1}</title> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | |
| <meta name="description" content="${2}" /> |
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,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0} |
NewerOlder