Skip to content

Commit

Permalink
* fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
RubaXa committed Apr 1, 2013
1 parent 6c87f90 commit 8487186
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 145 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -9,6 +9,7 @@
<meta name="keywords" content="FileAPI, upload, file, multipart, chunk, images, html5, rubaxa"/>

<link rel="stylesheet" href="statics/main.css"/>
<link href="http://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet" type="text/css"/>

<script src="//code.jquery.com/jquery-1.8.2.min.js"></script>
<script>!window.jQuery && document.write('<script src="/js/jquery.dev.js"><'+'/script>');</script>
Expand Down
Binary file removed statics/click-here.png
Binary file not shown.
Binary file removed statics/content__head.png
Binary file not shown.
2 changes: 1 addition & 1 deletion statics/docs.json

Large diffs are not rendered by default.

134 changes: 0 additions & 134 deletions statics/jquery.modal.js

This file was deleted.

Binary file modified statics/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed statics/logo_small.png
Binary file not shown.
27 changes: 17 additions & 10 deletions statics/main.css
Expand Up @@ -11,7 +11,7 @@ img {
body {
color: #ddd;
font-size: 14px;
font-family: "Helvetica Neue", Helvetica;
font-family: 'Arail', sans-serif;
line-height: 140%;
background: #202227 url('body.png');
}
Expand All @@ -26,7 +26,7 @@ body {
}

.logo {
height: 200px;
height: 210px;
background: url('logo.png') center center no-repeat;
}

Expand Down Expand Up @@ -71,12 +71,17 @@ body {
h2 {
margin: 0 0 10px;
font-size: 40px;
font-weight: 300;
}

h3 {
color: #f1f1f1;
font-size: 30px;
font-weight: normal;
font-weight: 400;
}

h2, h3, h4 {
font-weight: 300;
font-family: 'Roboto', sans-serif;
}

.descr {
Expand All @@ -93,21 +98,23 @@ h3 {
.fn {
margin: 10px 0 0;
font-size: 16px;
font-weight: 400;
}
.fn__args {
font-weight: normal;
font-weight: 300;
}

.args b {
font-weight: 400;
}

h2, h3, h4, .fn, .descr, .args {
text-shadow: 0 1px 1px #000;
}


code {
font-family: monospace;
border-radius: 5px;
}
.code {
color: #DDD;
font-size: 90%;
font-family: monospace;
border: 1px solid #666;
Expand Down Expand Up @@ -185,7 +192,7 @@ code {
max-width: 800px;
max-height: 400px;
overflow: auto;
background: rgba(255,255,255,.6);
background-image: url('content.png');
color: black;
}

Expand Down
Binary file removed statics/splash__blind.png
Binary file not shown.
Binary file removed statics/splash__logo.png
Binary file not shown.
Binary file removed statics/view-on-github.png
Binary file not shown.

0 comments on commit 8487186

Please sign in to comment.