Skip to content

Instantly share code, notes, and snippets.

@aembleton
Last active September 4, 2019 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aembleton/bdc14ec4563de7e1848f37e1e75a7ab3 to your computer and use it in GitHub Desktop.
Save aembleton/bdc14ec4563de7e1848f37e1e75a7ab3 to your computer and use it in GitHub Desktop.
#mai-rtmenu {
display: none;
}
#header {
display: none;
}
#main #mai-container #mai-content {
width: 100%;
background: none;
}
#main #mai-container {
width: 100%;
background: none;
border-left: none;
}
#footer {
display: none;
}
.article-comments {
display: none;
}
body {
background: #333333;
color: #ffffff;
}
#main {
background: inherit;
}
.article-container h1 {
color: inherit;
}
#mai-navpath {
display: none;
}
.byline {
display: none;
}
.options {
display: none;
}
.article-body .alignleft {
float: inherit;
margin-left: auto;
margin-right: auto;
padding: 20px;
}
.article-body .alignright {
float: inherit;
margin-left: auto;
margin-right: auto;
padding: 20px;
}
.article-related {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment