ikrpg version 3 alpha: added new background image and using pouchdb to store it client side.

This commit is contained in:
Yord 2015-04-05 18:38:30 +02:00
parent 67d39d2dc9
commit a06573dfd0
12 changed files with 535 additions and 23 deletions

View file

@ -20,6 +20,7 @@ section.content ul.inline {
section.content ul.inline,
section.content ul.inline > li {
display: inline;
margin: 0;
padding: 0; }
section.content ul.inline > li {
font-size: 16px; }

View file

@ -1,7 +1,5 @@
footer#foot {
/*padding-bottom: 1.5em;*/
padding-bottom: 0.5em;
/*color: #666;*/
font-style: italic;
clear: both; }
footer#foot a {
@ -19,16 +17,14 @@ footer#foot > ul > li:last-of-type:after {
footer#foot > p {
font-size: 0.8em;
text-align: justify; }
footer#foot > p:before,
footer#foot > ul:after {
content: "\A0";
footer#foot > div.banner {
display: inline-block;
margin-bottom: 1em;
width: 100%;
height: 24px;
background-image: url(/static/images/bg.jpg);
background-image: none;
background-repeat: no-repeat;
background-position: 50% -852px;
/*background-position: 50% -1002px;*/ }
background-position: 50% -897px; }
footer#foot > p:before {
margin-bottom: 24px; }
footer#foot > ul:after {

View file

@ -3,7 +3,7 @@ body {
font-size: 16px;
font-family: Helvetica, Arial, sans-serif;
color: #666;
background-image: url(/static/images/bg.jpg);
background-image: none;
background-repeat: no-repeat;
background-position: 50% -370px;
background-attachment: fixed;

View file

@ -1,6 +1,6 @@
header#head {
background-color: #1A1A1A;
background-image: url(/static/images/bg.jpg);
background-image: none;
background-repeat: no-repeat;
background-position: 50% -436px; }
header#head a {