1,393
edits
Line 241: | Line 241: | ||
border-left: 1px solid #541315; | border-left: 1px solid #541315; | ||
border-right: 1px solid #541315; | border-right: 1px solid #541315; | ||
} | |||
#footer { | |||
position: relative; | |||
margin-left: 155px; | |||
background-color: transparent; | |||
background: transparent url(http://images.wikia.com/arsmagica/images/b/b8/Bar.jpg); | |||
background-repeat: repeat-x; | |||
background-position: top left; | |||
border-top: 1px solid #532900; | |||
border-left: none; | |||
border-bottom: 3px solid #532900; | |||
margin-top:0.4em; | |||
padding-top:22px; | |||
padding-bottom:0.1em; | |||
text-align: center; | |||
font-size: 90%; | |||
width:72%; | |||
} | |||
#footer li { | |||
display: inline; | |||
margin: 0 1.3em; | |||
} | |||
/* hide from incapable browsers */ | |||
head:first-child+body #footer li { white-space: nowrap; } | |||
#f-poweredbyico, #f-copyrightico { | |||
margin: 0 8px; | |||
background-color: transparent; | |||
position: relative; | |||
top: 0px; | |||
} | |||
#f-poweredbyico { | |||
float: right; | |||
height: 1%; | |||
} | |||
#f-copyrightico { | |||
float: right; | |||
height: 1%; | |||
} | } |