Skip to content

Commit

Permalink
Merge remote branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspierson committed Mar 13, 2012
2 parents 6bdeb67 + b238e56 commit de1c844
Show file tree
Hide file tree
Showing 269 changed files with 128,661 additions and 27 deletions.
2 changes: 1 addition & 1 deletion hi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
haml :index
end

post('/farandole') do
post('/convert') do
if params[:css].empty?
redirect '/'
end
Expand Down
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<html>
<head>
<title></title>
<link rel="stylesheet" href="/public/css/style.css" />
</head>
<body>

<div id="book">

<div id="wood">
<div id="paper">
<div id="left"></div>
<div id="right"></div>
</div>
<p id="shadow"><img src="public/css/img/shadow.png" alt="" /></p>
</div>

</div>

</body>
</html>
Binary file added public/css/img/bg_html.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/binding.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/clips.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/label_css.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/label_less.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/black_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/black_20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/black_30.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/black_40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/black_50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/black_60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/black_70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/black_80.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/black_90.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/white_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/white_20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/white_30.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/white_40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/white_50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/white_60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/white_70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/white_80.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/opacity/white_90.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/paper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/img/wood.jpg
48 changes: 48 additions & 0 deletions public/css/reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}
244 changes: 244 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,244 @@
/* SUMMARY
*
* 1. Variables
* 2. Mixins
* 3. Containers
* 4. Text Styles
* 5. Common Classes
* 6. Pages
* 7. Hacks
* 8. Misc
*
*/
/* 1. Variables
-------------------- */
/* 2. Mixins
-------------------- */
/* 3. Containers
-------------------- */
html {
background: url(img/bg_html.jpg);
height: 100%;
}
html body {
overflow: hidden;
height: 100%;
}
html body #book {
height: 98%;
padding: 1%;
}
html body #book #wood {
background: url(img/wood.jpg);
height: 96%;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
border: 1px solid #000;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 2px #ad5b17 inset;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 2px #ad5b17 inset;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 2px #ad5b17 inset;
-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 2px #ad5b17 inset;
position: relative;
}
html body #book #wood:after {
content: '';
display: block;
width: 200px;
position: absolute;
background: url(img/binding.jpg);
top: -4px;
left: 50%;
margin-left: -100px;
bottom: -4px;
z-index: 1;
border: 1px solid #000;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
box-shadow: 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 0;
-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 0;
-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 0;
-o-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 0;
}
html body #book #wood #paper {
background-image: url(img/clips.png), url(img/paper.jpg);
background-repeat: repeat-y, repeat;
background-position: center center , top left;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.75), 0 0 0;
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.75), 0 0 0;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.75), 0 0 0;
-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.75), 0 0 0;
height: 98%;
margin: .5% 1%;
position: relative;
z-index: 2;
}
html body #book #wood #paper:before,
html body #book #wood #paper:after {
background-image: url(img/clips.png), url(img/paper.jpg);
background-repeat: repeat-y, repeat;
background-position: center center , top left;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.75), 0 0 0;
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.75), 0 0 0;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.75), 0 0 0;
-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.75), 0 0 0;
content: '';
display: block;
position: absolute;
top: -2px;
left: 2px;
right: 2px;
bottom: -2px;
z-index: 1;
}
html body #book #wood #paper:before {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75), 0 0 0;
-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75), 0 0 0;
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75), 0 0 0;
-o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75), 0 0 0;
}
html body #book #wood #paper:after {
top: -4px;
left: 4px;
right: 4px;
bottom: -4px;
}
html body #book #wood #paper #left,
html body #book #wood #paper #right {
position: absolute;
top: -4px;
bottom: -4px;
z-index: 3;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
}
html body #book #wood #paper #left:after,
html body #book #wood #paper #right:after {
content: '';
display: block;
width: 134px;
height: 54px;
position: absolute;
top: -1px;
right: 20px;
z-index: 2;
}
html body #book #wood #paper #left .ace_editor,
html body #book #wood #paper #right .ace_editor {
top: 0;
left: 0;
right: 10px;
bottom: 0;
z-index: 1;
line-height: 1.5em;
}
html body #book #wood #paper #left .ace_editor .ace_gutter,
html body #book #wood #paper #right .ace_editor .ace_gutter {
background: none;
color: rgba(0, 0, 0, 0.25);
}
html body #book #wood #paper #left {
left: 0;
right: 50%;
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.18) 60%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.15) 100%);
/* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.18)), color-stop(85%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.15)));
/* Chrome,Safari4+ */

background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.18) 60%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.15) 100%);
/* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.18) 60%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.15) 100%);
/* Opera 11.10+ */

background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.18) 60%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.15) 100%);
/* IE10+ */

background: linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.18) 60%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.15) 100%);
/* W3C */

filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=1);
/* IE6-9 */

}
html body #book #wood #paper #left:after {
background: url(img/label_css.png);
}
html body #book #wood #paper #right {
left: 50%;
right: -4px;
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
/* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.18)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
/* Chrome,Safari4+ */

background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
/* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
/* Opera 11.10+ */

background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
/* IE10+ */

background: linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
/* W3C */

filter: progid:dximagetransform.microsoft.gradient(startColorstr='#26000000', endColorstr='#00000000', GradientType=1);
/* IE6-9 */

}
html body #book #wood #paper #right:after {
background: url(img/label_less.png);
}
html body #book #wood #shadow img {
display: block;
position: absolute;
width: 100%;
height: 35px;
left: 0;
bottom: -35px;
}
html body #editor {
position: relative;
width: 100%;
height: 300px;
}
/* 4. Text
-------------------- */
/* 5. Common Classes
-------------------- */
.sheet {
background-image: url(img/clips.png), url(img/paper.jpg);
background-repeat: repeat-y, repeat;
background-position: center center , top left;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.75), 0 0 0;
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.75), 0 0 0;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.75), 0 0 0;
-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.75), 0 0 0;
}
/* 6. Pages
-------------------- */
/* 7. Hacks
-------------------- */
/* 8. Misc
-------------------- */
Loading

0 comments on commit de1c844

Please sign in to comment.