A user.css for the redesigned Android Developers site
Makes the API reference and articles readable… again.
I’m using Google Chrome on Linux with the Stylebot Extension.
body {
font: 12px/16px Verdana;
background: white;
}
html {
background: white;
}
h1, h2 {
line-height: 1;
}
#jd-header h1 {
font-size: 14px;
}
#jd-content h2 {
font-size: 12px;
}
#jd-content h3 {
font-size: 12px;
}
#jd-content .prettyprint {
margin: 0.5em 0;
padding: 0.5em;
font-family: 'Droid Mono', 'Courier New', Courier;
font-size: 12px;
line-height: 1.25;
}
.jd-details-title {
font-size: 12px;
}
#packages-nav h2, #classes-nav h2 {
font-size: 12px;
}
Categories: tools
Thanks for this! Much more readable.