Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Play-Doh it's fun to play with, but not to eat
Browse files Browse the repository at this point in the history
  • Loading branch information
ozten committed Jan 6, 2011
1 parent 4be0ae8 commit eafc1be
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
8 changes: 6 additions & 2 deletions apps/examples/templates/examples/home.html
Expand Up @@ -6,7 +6,11 @@ <h1>{{ _('Hello world') }}</h1>
{# L10n: This is a localizer comment #}
<p>
{% trans %}
This is a test view.
{% endtrans %}
This is a test view.
<a href="http://readthedocs.org/projects/fwenzel/playdoh/docs/index.html">Learn
you some Playdoh</a> and then go build something
<strong>Awesome</strong>.
{% endtrans %}
<img id="playdoh" src="/media/img/playdoh.png" width="357" height="600" alt="A can of Play-Doh" />
</p>
{% endblock %}
33 changes: 32 additions & 1 deletion media/css/examples/main.css
@@ -1,5 +1,36 @@
/* An example CSS file that will be minified. */

body {
font-family: sans-serif;
background-color: rgb(56,142,222);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.19, rgb(56,142,222)),
color-stop(0.6, rgb(82,186,255))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(56,142,222) 19%,
rgb(82,186,255) 60%
);
background-repeat: repeat-x;
min-height: 800px;
}
h1 {
font-family: Helvetica, sans-serif;
margin-left: 30px;
}
p {
background-color: rgba(255,255,255,0.3);;
color: #333;
font-family: Courier, serif;
line-height: 1.4;
margin-left: 30px;
padding: 5px;
width: 600px;
}
#playdoh {
float: left;
margin-left: 645px;
}
Binary file added media/img/playdoh.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eafc1be

Please sign in to comment.