Frea: Difference between revisions

From Ascension Sojourns
(Created page with "{{#css: table { background-color: white; border-collapse: collapse; color: #f9f9f9; →‎This is the main text colour.: margin: 0 auto; →‎This centers the box.: max-width: 900px; width: 900px; →‎This can be changed but other numbers may also need adjusting if you do.: } td { font-family: Palatino Linotype, Perpetua, serif; →‎This sets the font for everything but the text in .main: text-align: center; /* If you want a different def...")
 
No edit summary
Line 3: Line 3:
     background-color: white;
     background-color: white;
     border-collapse: collapse;
     border-collapse: collapse;
     color: #f9f9f9; /* This is the main text colour. */
     color: black; /* 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 9: Line 9:
}
}
td {
td {
     font-family: Palatino Linotype, Perpetua, serif; /* This sets the font for everything but the text in .main */
     font-family: Georgia, Perpetua, serif; /* This sets the font for everything but the text in .main */
     text-align: center; /* If you want a different default alignment, change it here. */
     text-align: center; /* If you want a different default alignment, change it here. */
}
}
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: #FFF8E5 !important; /* This changes all the links to the colour you set, in all states. */
     color: #d97d17 !important; /* This changes all the links to the colour you set, in all states. */
}
}
.banner {
.banner {

Revision as of 07:43, 22 August 2023