Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn committed May 18, 2014
0 parents commit 77d87f9
Show file tree
Hide file tree
Showing 6 changed files with 543 additions and 0 deletions.
27 changes: 27 additions & 0 deletions css/.fuse_hidden0000020200000001
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/* CSS stylesheet for elvinyung.com
by Elvin Yung */

/* import fonts */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);

/* layout */
div.left_bar { float: left; width: 13%; height: 100%;
margin-right: 20px; margin-left: 10px; }
div.main { width: 80%; margin-left: 20px; }
div.slide { min-height: 600px; }

main { }

html { height: 100%; }
body { height: 100%; background-color: #333; padding: 5px;
color: #eee; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; }

h2.top { margin-top: 0px; }

p.tiny { font-size: 0.7em; }
p.strikethrough { text-decoration: line-through; }

/* links */
a { color: #aaa; }
a:hover { color: #eee; text-shadow: 0 0 0.2em #fff; }
a:visited { color: #999; ];
25 changes: 25 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/* CSS stylesheet for elvinyung.com
by Elvin Yung */

/* import fonts */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);

/* layout */
div.left_bar { float: left; width: 13%; height: 100%;
margin-right: 20px; margin-left: 10px; }
div.main { width: 80%; margin-left: 20px; }
div.slide { min-height: 600px; }

html { height: 100%; }
body { height: 100%; background-color: #333; margin: 10px;
color: #eee; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; }

h2.top { margin-top: 0px; }

p.tiny { font-size: 0.7em; }
p.strikethrough { text-decoration: line-through; }

/* links */
a { color: #aaa; }
a:hover { color: #eee; text-shadow: 0 0 0.2em #fff; }
a:visited { color: #999; ];
9 changes: 9 additions & 0 deletions elvinyungdotcom.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"folders":
[
{
"follow_symlinks": true,
"path": "."
}
]
}
Loading

0 comments on commit 77d87f9

Please sign in to comment.