Difference between revisions of "Bishop (old)"
Jump to navigation
Jump to search
imported>Revi |
imported>Revi |
||
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
table { | table { | ||
− | background-color: | + | background-color: white; |
border-collapse: collapse; | border-collapse: collapse; | ||
− | color: # | + | color: #4E1E24; /* This is the main text colour. */ |
margin: 0 auto; /* This centers the box. */ | margin: 0 auto; /* This centers the box. */ | ||
max-width: 900px; | max-width: 900px; | ||
Line 13: | Line 13: | ||
} | } | ||
table a, table a:hover, table a:visited, table a:active,table a.external, table a.external:hover, table a.external:visited, table a.external:active { | table a, table a:hover, table a:visited, table a:active,table a.external, table a.external:hover, table a.external:visited, table a.external:active { | ||
− | color: # | + | color: #4e1e24 !important; /* This changes all the links to the colour you set, in all states. */ |
} | } | ||
.banner { | .banner { | ||
Line 39: | Line 39: | ||
} | } | ||
.heading { | .heading { | ||
− | background-color: # | + | background-color: #45737A; |
border-radius: 15px 15px 0 0; | border-radius: 15px 15px 0 0; | ||
font-size: 22pt; | font-size: 22pt; | ||
Line 53: | Line 53: | ||
} | } | ||
.cell { | .cell { | ||
− | background-color: # | + | background-color: #F9E39A; |
border-radius: 15px; | border-radius: 15px; | ||
vertical-align: top; | vertical-align: top; |