Skip to content

Instantly share code, notes, and snippets.

@joedeveloper
Created August 5, 2016 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joedeveloper/d0c71a69ab6d3a131fdd840fd42d408a to your computer and use it in GitHub Desktop.
Save joedeveloper/d0c71a69ab6d3a131fdd840fd42d408a to your computer and use it in GitHub Desktop.
/* https://rawgit.com/joedeveloper/e48f4a800b23d9f7050cd83fc10ec919/raw/WL_embed_styles.css */
* {font-family: 'Roboto Condensed' !important;box-sizing: border-box !important;}
body {background: #fff;}
.winpowered {background-color: white;box-shadow: 0 0 5px black;border-radius: 5px;margin: 5px;}
input, select {/*box-shadow: inset 2px 2px 6px -1px orange;*/height:37px;}
.tt-container {background-color: orange;}
.captcha {padding:20px;margin:20px;border:1px solid #002440;}
.form .fieldLabels {font-size: 2em;}
.dijit {border:none;padding:0;border:1px solid #ccc;}
.dijitButtonNode {height:37px;background:#fff !important;border:none !important;}
.dijitInputField {padding:0 !important;}
.dijitInputField input {padding:6px 8px !important;}
.fieldLabels {color:#002440;font-size:24px !important;text-transform:uppercase;}
#inputSearchButton {height:37px;box-shadow:none}
#inputSearchButton .dijit {border:none;}
#inputSearchButton .dijitButton {margin:0 !important;box-shadow:none;}
#inputSearchButton .dijitButtonText {line-height:37px;}
#inputSearchButton .dijitButtonNode {height:37px;background:#00bd9c !important;border-radius:0;border:none !important;text-transform: uppercase;margin:0 !important;padding:0;box-shadow:none}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment