Difference between revisions of "Bishop (old)"
Jump to navigation
Jump to search
imported>Revi |
imported>Revi |
||
Line 5: | Line 5: | ||
color: #4E1E24; /* This is the main text colour. */ | color: #4E1E24; /* This is the main text colour. */ | ||
margin: 0 auto; /* This centers the box. */ | margin: 0 auto; /* This centers the box. */ | ||
− | max-width: | + | max-width: 1100px; |
− | width: | + | width: 1100px; /* This can be changed but other numbers may also need adjusting if you do. */ |
} | } | ||
td { | td { | ||
Line 24: | Line 24: | ||
} | } | ||
.banner .main { | .banner .main { | ||
− | font-family: Georgia | + | font-family: Georgia; |
− | font-size: | + | font-size: 62pt; |
font-style: italic; | font-style: italic; | ||
font-variant: small-caps; | font-variant: small-caps; | ||
Line 41: | Line 41: | ||
background-color: #45737A; | background-color: #45737A; | ||
border-radius: 15px 15px 0 0; | border-radius: 15px 15px 0 0; | ||
− | font-size: | + | font-size: 18pt; |
font-variant: small-caps; | font-variant: small-caps; | ||
height: 1.25em; | height: 1.25em; | ||
Line 58: | Line 58: | ||
font-size:12px; | font-size:12px; | ||
position: relative; | position: relative; | ||
− | width: | + | width: 49%; |
} | } | ||
.info { | .info { |