Difference between revisions of "Michel"
Jump to navigation
Jump to search
imported>Valentin m |
imported>Valentin m |
||
Line 3: | Line 3: | ||
background-color: white; | background-color: white; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
− | color: # | + | color: #7E7EB4; /* 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: #4A4F63 !important; /* This changes all the links to the colour you set, in all states. */ |
} | } | ||
.banner { | .banner { | ||
− | background-color: # | + | background-color: #CECDD5; |
border-radius: 15px; /* remove this line or set to 0 if you want sharp corners. */ | border-radius: 15px; /* remove this line or set to 0 if you want sharp corners. */ | ||
} | } | ||
Line 29: | Line 29: | ||
font-variant: small-caps; | font-variant: small-caps; | ||
text-align: center; | text-align: center; | ||
− | text-shadow: 1px 1px 3px # | + | text-shadow: 1px 1px 3px #4A4F63; |
width: 490px; | width: 490px; | ||
} | } | ||
Line 38: | Line 38: | ||
} | } | ||
.heading { | .heading { | ||
− | background-color: # | + | background-color: #4A4F63; |
border-radius: 15px 15px 0 0; | border-radius: 15px 15px 0 0; | ||
font-size: 22pt; | font-size: 22pt; | ||
Line 52: | Line 52: | ||
} | } | ||
.cell { | .cell { | ||
− | background-color: # | + | background-color: #D5D0CD; |
border-radius: 15px; | border-radius: 15px; | ||
vertical-align: top; | vertical-align: top; |