new website

This commit is contained in:
j 2012-04-18 11:33:42 +02:00
commit 850b04ac68
82 changed files with 415 additions and 7053 deletions

View file

@ -1,168 +1,190 @@
a {
border: 0;
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Sans+Mono|Droid+Serif:400,700,400italic,700italic);
body {
/*
background:
-webkit-radial-gradient(rgb(32, 32, 32) 15%, transparent 16%) 0 0,
-webkit-radial-gradient(rgb(96, 96, 96) 15%, transparent 16%) 0 1px,
-webkit-radial-gradient(rgb(32, 32, 32) 15%, transparent 16%) 8px 8px,
-webkit-radial-gradient(rgb(96, 96, 96) 15%, transparent 16%) 8px 9px;
*/
//background-color: rgb(64, 64, 64);
//background-size: 16px 16px;
background-color: black;
font-family: Droid Sans, Calibri, sans-serif;
font-size: 12px;
color: black;
-moz-user-select: none;
-webkit-user-select: none;
}
a, a:visited {
text-decoration: none;
color: rgb(0, 0, 192);
}
a:hover {
text-decoration: underline;
}
a.title:hover {
text-decoration: none;
}
body {
margin: 0;
//background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 128)), to(rgb(255, 255, 255)));
}
div {
font-family: Cambria;
font-size: 16px;
//color: rgb(128, 64, 32);
color: rgb(0, 0, 0);
}
p {
margin: 0 0 -20px 16px;
-webkit-margin-before: 0;
-webkit-margin-after: 24px;
}
.bold {
font-weight: bold;
p:last-child {
-webkit-margin-after: 0;
}
.caps {
font-variant: small-caps;
}
.history {
font-size: 12px;
font-weight: bold;
}
.italic {
font-style: italic;
}
.large {
font-size: 24px;
}
.sans.large {
font-size: 25px;
}
.medium {
font-size: 20px;
}
.mono {
font-family: Consolas;
}
.paragraph {
text-indent: -16px;
}
.sans {
font-family: Calibri;
}
.small {
font-size: 13px;
}
.super {
vertical-align: super;
}
.menu {
width: 117px;
padding-left: 11px;
border-top: 1px solid rgb(192, 192, 192);
//font-family: Calibri;
font-weight: normal;
color: rgb(64, 64, 64);
}
.menu:hover {
//background: -webkit-gradient(linear, left top, left bottom, from(rgb(144, 72, 36)), to(rgb(112, 56, 28)));
//background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
background: -moz-linear-gradient(top, rgb(192, 192, 192), rgb(160, 160, 160));
background: -webkit-gradient(linear, left top, left bottom, from(rgb(192, 192, 192)), to(rgb(160, 160, 160)));
color: rgb(255, 255, 255);
}
.menu.selected, menu.selected:hover {
background: -moz-linear-gradient(top, rgb(160, 160, 160), rgb(128, 128, 128));
background: -webkit-gradient(linear, left top, left bottom, from(rgb(160, 160, 160)), to(rgb(128, 128, 128)));
color: rgb(255, 255, 255);
cursor: default;
}
a:first-child .menu {
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
}
a:last-child .menu {
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
}
#logo {
position: fixed;
left: 48px;
top: 32px;
#icon {
position: absolute;
left: 32px;
top: 0;
width: 256px;
height: 256px;
cursor: pointer;
}
#back {
position: absolute;
left: 0px;
top: -32px;
width: 256px;
}
#forward {
position: absolute;
left: 256px;
top: -32px;
width: 256px;
text-align: right;
}
#main {
position: absolute;
left: 368px;
top: 64px;
width: 512px;
padding: 32px;
background: rgb(255, 255, 255);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-moz-box-shadow: 2px 2px 8px rgb(128, 128, 128);
-webkit-box-shadow: 2px 2px 8px rgb(128, 128, 128);
}
#title {
width: 128px;
height: 46px;
padding-left: 0px;
padding-top: 8px;
//background: rgb(255, 255, 255);
//background: -webkit-gradient(linear, left top, left bottom, from(rgb(160, 160, 160)), to(rgb(128, 128, 128)));
line-height: 18px;
text-align: center;
//color: rgb(128, 64, 32);
//color: rgb(255, 255, 255);
}
#menu {
position: fixed;
left: 112px;
top: 304px;
width: 128px;
height: 230px;
padding-top: -1px;
//border: 1px solid rgb(128, 64, 32);
background: rgb(255, 255, 255);
line-height: 24px;
//text-align: center;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-moz-box-shadow: 2px 2px 8px rgb(128, 128, 128);
-webkit-box-shadow: 2px 2px 8px rgb(128, 128, 128);
}
#menu a {
//color: rgb(128, 64, 32);
}
#menu a:hover {
text-decoration: none;
}
#viewport {
position: absolute;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgb(192, 192, 192), rgb(224, 224, 224) 25%, rgb(255, 255, 255));
background: -webkit-gradient(linear, left top, left bottom, from(rgb(192, 192, 192)), color-stop(0.25, rgb(224, 224, 224)), to(rgb(255, 255, 255)));
left: 80px;
top: 288px;
border-radius: 8px;
text-align: center;
//box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}
#menu > div {
width: 148px;
height: 20px;
padding: 6px;
border-left: 1px solid rgb(96, 48, 32);
border-right: 1px solid rgb(96, 48, 32);
border-bottom: 1px solid rgb(96, 48, 32);
background-color: rgb(128, 64, 32);
background-image: -webkit-linear-gradient(0, transparent 50%, rgba(64, 32, 16, 0.1) 50%);
background-size: 8px 32px;
font-size: 16px;
font-weight: bold;
text-shadow: 0 0 1px black;
color: rgb(192, 96, 48);
text-shadow:
-1px -1px 1px rgb(64, 32, 16),
-1px 1px 1px rgb(64, 32, 16),
1px -1px 1px rgb(64, 32, 16),
1px 1px 1px rgb(64, 32, 16);
cursor: pointer;
}
#menu > div:first-child {
border-top: 1px solid rgb(96, 48, 32);
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
#menu > div:last-child {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
#menu > div:hover {
background-color: rgb(160, 80, 40);
color: rgb(224, 112, 56);
text-shadow:
-1px -1px 1px rgb(96, 48, 24),
-1px 1px 1px rgb(96, 48, 24),
1px -1px 1px rgb(96, 48, 24),
1px 1px 1px rgb(96, 48, 24);
}
#menu > div.selected {
background-color: rgb(192, 96, 48);
color: rgb(255, 128, 64);
text-shadow:
-1px -1px 1px rgb(128, 64, 32),
-1px 1px 1px rgb(128, 64, 32),
1px -1px 1px rgb(128, 64, 32),
1px 1px 1px rgb(128, 64, 32);
cursor: default;
}
#page {
position: absolute;
left: 352px;
top: 32px;
width: 640px;
border-radius: 16px;
}
#page > div:first-child {
height: 28px;
padding: 10px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-bottom: 1px solid rgb(96, 48, 32);
background-color: rgb(192, 96, 48);
background-image: -webkit-linear-gradient(0, transparent 50%, rgba(64, 32, 16, 0.1) 50%);
background-size: 12px 48px;
font-size: 24px;
font-weight: bold;
color: rgb(255, 128, 64);
text-align: center;
text-shadow:
-1px -1px 1px rgb(128, 64, 32),
-1px 1px 1px rgb(128, 64, 32),
1px -1px 1px rgb(128, 64, 32),
1px 1px 1px rgb(128, 64, 32);
}
#page > div:last-child {
padding: 32px;
border-bottom-left-radius: 16px;
border-bottom-right-radius: 16px;
background: rgb(224, 224, 224);
font-size: 14px;
line-height: 20px;
-moz-user-select: text;
-webkit-user-select: text;
}
#page img {
width: 576px;
border-radius: 8px;
}
#page img.logo {
float: left;
width: 192px;
margin-right: 24px;
vertical-align: top;
border-radius: 0;
}
.button {
cursor: pointer;
}
.button.disabled {
cursor: default;
}
#prevButton {
position: absolute;
top: 10px;
left: 32px;
}
#nextButton {
position: absolute;
top: 10px;
right: 32px;
}
#prevButton.disabled,
#nextButton.disabled {
display: none;
}
div.title {
font-weight: bold;
font-size: 16px;
}
div.date {
color: rgb(128, 128, 128);
}
div.text {
margin: 8px 0 32px 0;
}
.large {
font-size: 18px;
}
.sans {
font-family: Droid Sans, sans-serif;
}
.serif {
font-family: Droid Serif, serif;
}