Skip to content

Instantly share code, notes, and snippets.

@aembleton
Created September 4, 2019 08:38
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/1bfaeb2f19ff7d4217c3b76adb45873b to your computer and use it in GitHub Desktop.
Save aembleton/1bfaeb2f19ff7d4217c3b76adb45873b to your computer and use it in GitHub Desktop.
CSS improvements for grough.co.uk
#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;
font-size: 2em;
}
#main {
background: inherit;
}
.article-container h1 {
color: inherit;
}
#mai-navpath {
display: none;
}
.byline {
display: none;
}
.options {
display: none;
}
.article-body .alignleft {
float: inherit;
padding-top: 20px;
padding-bottom: 20px;
width:100% !important;
}
.article-body .alignright {
float: inherit;
padding-top: 20px;
padding-bottom: 20px;
width:100% !important;
}
.article-related {
display: none;
}
#cookie-warning {
display: none;
}
.article-container .article-body {
line-height:inherit;
}
.article-body img{
width:900px;
height:598px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment