Graceful (Wide) Theme

Just modified the Graceful theme (desktop version) to make it wider, for those who like / need wide:

#main-outlet {
  width: auto;
  max-width: 80%; 
}

.topic-body {
    width: calc(1020px + (11px * 2));
}

Unfortunately, it did not work, so I'm reverting it back for now:

To get a big wide look as some want, I did something less graceful and hid the .timeline-container.

#main-outlet {
  width: auto;
  max-width: 70%; 
}

.topic-body {
    width: 100%;
}

.timeline-container .topic-timeline {
      display: none;
 }

Not very graceful but at least with working with large blocks of code, it is easier to read on the big developers screen.

Would be nice to show the .timeline-container but I could not get it to work overriding the class as suggested, surely because of my not well developed CSS skills:

This theme can be selected as "Graceful Wide" in the hamburger menu.

Also, added (not perfect yet, but OK) a "Dark Wide" theme as well: