svn path=/branches/design/; revision=17628

This commit is contained in:
samtuke 2010-10-13 14:30:20 +00:00
parent 32c0488867
commit edad8a228c
2 changed files with 456 additions and 449 deletions

883
fsfe.xsl

File diff suppressed because it is too large Load Diff

View File

@ -105,21 +105,25 @@ ol {
#wrapper {
background-color: white;
margin: 0 4em 0 14px;
padding-bottom: 3em;
margin: 0 4em 0 1.2em;
padding-bottom: 0;
max-width: 980px;
min-width: 500px;
border-bottom-right-radius: 25px;
border-bottom-left-radius: 3px;
border-left: 1px solid rgb(240,240,240);
}
#wrapper-inner {
padding-bottom: 3em;
-moz-border-radius-bottomright: 25px;
-moz-border-radius-bottomleft: 3px;
background-image: url("banner.png");
background-repeat: no-repeat;
background-position: 0 70px;
border-bottom-right-radius: 25px;
border-bottom-left-radius: 3px;
background-image: url("banner.png");
background-repeat: no-repeat;
background-position: 0 70px;
box-shadow: 2px 2px 3px rgba(0,0,0,.1);
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.1);
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.1);
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.1);
border-left: 1px solid rgb(240,240,240);
}
.n {