Last active
November 27, 2017 18:33
-
-
Save MervinHernandez/b8d2ce712062ac71aedfa157affda1d0 to your computer and use it in GitHub Desktop.
Stylebot Chrome Extension - my custom CSS for Monster.com
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
/* = = = = = = = = = = = | |
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