Skip to content

Instantly share code, notes, and snippets.

@MervinHernandez
Last active November 27, 2017 18:33
Show Gist options
  • Save MervinHernandez/b8d2ce712062ac71aedfa157affda1d0 to your computer and use it in GitHub Desktop.
Save MervinHernandez/b8d2ce712062ac71aedfa157affda1d0 to your computer and use it in GitHub Desktop.
Stylebot Chrome Extension - my custom CSS for Monster.com
/* = = = = = = = = = = =
SCREEN EDITS for StyleBot Chrome Extension
SITE: https://hiring.monster.com
= = = = = = = = = = = */
.recordsDisplay {
font-size: 200% !important;
background-color: yellow;
line-height: 1.5em !important;
clear: both;
}
.Resume-location.divCandidateParticular {
background-color: #ccddee;
color: green;
font-size: 150%;
}
.newWindowLink {
background-color: #9ad6ff;
clear: left;
float: left;
padding-bottom: 5px;
padding-left: 50%;
padding-top: 4px;
width: 75%;
}
/* Big Open Button */
/* HIGHLIGHT target job title */
/* HIGHLIGHT location */
span#expTargetJobTitle {
color: blue;
font-size: 150%;
font-weight: 700;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment