Last active
December 14, 2015 18:09
-
-
Save benknight/5127586 to your computer and use it in GitHub Desktop.
Inverted Google Analytics Dashboard. Cool for big screen monitors!
This file contains 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
#main-body { | |
-webkit-filter: invert(100%) hue-rotate(180deg); | |
zoom: 125%; | |
} | |
#ID-overtimePanel { | |
padding-top: 10px; | |
} | |
/* remove margin intended to clear header */ | |
#main-body table { | |
margin-top: 0 !important; | |
} | |
/* hide stuff */ | |
#ID-headerPanel, | |
#ID-navPanelContainer, | |
#ID-reportHeader { | |
display: none; | |
} | |
/* Remove top margin */ | |
.Uw { | |
margin-top: 0 !important; | |
} | |
/* Hide sidebar toggle */ | |
#ID-navToggle { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment