зеркало из https://github.com/mozilla/bedrock.git
Play-Doh it's fun to play with, but not to eat
This commit is contained in:
Родитель
4be0ae8545
Коммит
eafc1bef56
|
@ -6,7 +6,11 @@
|
|||
{# 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 %}
|
||||
|
|
|
@ -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;
|
||||
}
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 263 KiB |
Загрузка…
Ссылка в новой задаче