Created
September 4, 2019 08:38
-
-
Save aembleton/1bfaeb2f19ff7d4217c3b76adb45873b to your computer and use it in GitHub Desktop.
CSS improvements for grough.co.uk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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