Difference between revisions of "Lleutrim"

From City of Hope MUSH
Jump to navigation Jump to search
imported>RancherMountains
(Starting Page Layout)
 
imported>RancherMountains
Line 5: Line 5:
 
     color: #2868FD; /* This is the main text colour. */
 
     color: #2868FD; /* 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: 1400px;
     width: 900px; /* This can be changed but other numbers may also need adjusting if you do. */
+
     width: 1400px; /* This can be changed but other numbers may also need adjusting if you do. */
 
}
 
}
 
td {
 
td {
Line 18: Line 18:
 
     background-color: #989898;
 
     background-color: #989898;
 
      
 
      
}
 
.banner .leftpic, .banner .rightpic {
 
    width: 200px;
 
 
}
 
}
 
.banner .main {
 
.banner .main {
Line 35: Line 32:
 
     border-collapse: separate;
 
     border-collapse: separate;
 
     border-spacing: .25em;
 
     border-spacing: .25em;
     min-width: calc(900px + .5em);
+
     min-width: calc(1200px + .5em);
 
}
 
}
 
.heading {
 
.heading {

Revision as of 08:53, 22 June 2018