More flexible width of contents

- header graphics scales (within limits)
- width of text area is determied by css, now 90% instead of 880px
- more of the html code goes in included templates
This commit is contained in:
Martin Dietze
2012-02-11 00:22:57 +01:00
committed by Carlos R. Mafra
parent a475c8357e
commit 3a49325e49
26 changed files with 173 additions and 181 deletions

View File

@@ -31,6 +31,11 @@ a {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table .inner {
margin-left: 1em;
width: 90%;
}
h1 {
color: #ebdeff;
font-size: 20pt;
@@ -85,20 +90,13 @@ img {
border: none;
}
#header {
font-family: "American Typewriter", Courier, monospace;
font-size: 4.5em;
font-weight: normal;
position: absolute; top: 40px; left: 100px;
}
#dock {
position: absolute; top: 100px; left: 5px;
}
#inhalt {
position: absolute; top: 110px; left: 100px;
width: 70%;
position: absolute; top: 40px; left: 100px;
min-width: 800px;
}
div.screenshot {
height: 250px;