parent
578daa825d
commit
efbec440fd
@ -71,9 +71,7 @@ body {
|
|||||||
body > div {
|
body > div {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
background: url(../images/Web_Mainz_Mid.png) #FFF2C6 repeat;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0px 1.5em;
|
|
||||||
}
|
}
|
||||||
#outerwrapper {
|
#outerwrapper {
|
||||||
margin: 5px auto;
|
margin: 5px auto;
|
||||||
@ -84,6 +82,7 @@ body > div {
|
|||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
padding: 1.5em 1.5em;
|
padding: 1.5em 1.5em;
|
||||||
|
background: url(../images/Web_Mainz_Mid.png) #FFF2C6 repeat;
|
||||||
}
|
}
|
||||||
#ThumbnailPreview div.snapshot {
|
#ThumbnailPreview div.snapshot {
|
||||||
float: right;
|
float: right;
|
||||||
@ -692,22 +691,31 @@ div.grampsstylednote p {
|
|||||||
-----------------------------------------------------------------*/
|
-----------------------------------------------------------------*/
|
||||||
#footer {
|
#footer {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
overflow: hidden;
|
||||||
|
width: 100%;
|
||||||
background: url(../images/Web_Mainz_MidLight.png) #FFF2C6;
|
background: url(../images/Web_Mainz_MidLight.png) #FFF2C6;
|
||||||
border-top: dashed 1px #7D5925;
|
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
#footer p#createdate {
|
#footer p#createdate {
|
||||||
float: left;
|
float: left;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
#footer p#copyright {
|
#footer p#copyright {
|
||||||
float: right;
|
float: right;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
#footer p#copyright img {
|
||||||
|
float: right;
|
||||||
|
margin-right: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
#footer > * {
|
#footer > * {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
background: url(../images/Web_Mainz_MidLight.png) #FFF2C6;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Overwritten
|
/* Overwritten
|
||||||
|
Loading…
Reference in New Issue
Block a user