Skip to content

Instantly share code, notes, and snippets.

@tarqd
Created January 6, 2013 18:06
Show Gist options
  • Save tarqd/4469106 to your computer and use it in GitHub Desktop.
Save tarqd/4469106 to your computer and use it in GitHub Desktop.
<style>
/* overlay color */
#wf-gateway .ui-widget-overlay{
background-color: #1A1A1A !important;
}
/* hides title bar */
#wf-gateway .ui-dialog-titlebar{
display: none;
}
/* hide the subtitle bar */
#wfgw-subtitle{ display: none}
/* bottom button bar color */
#wf-gateway .ui-dialog .ui-dialog-buttonpane{
background: transparent;
}
/* widget background color and size */
#wf-container{
background: black !important;
width: 524px !important;
}
/* widget background image and size of offer area */
#wfgw-dialog{
background-image: url("http://www.adworkmedia.com/publisher/upload/1355585508_UVWNC.png") !important;
background-repeat: no-repeat !important;
background-position: center !important;
height: 258px !important;
}
/* continue button colors */
#wf-gateway .ui-button-confirm{
background-color: #F33 !important;
border-color: black black black !important;
box-shadow: none !important
}
/* continue button on click colors */
#wf-gateway .ui-button-confirm:active{
background-color: #C93939 !important;
border-color: #5F0000 #5F0000 #5F0000 !important;
box-shadow: none !important;
}
/* offers position */
#wf-gateway .ui-offer-list{
min-height: 183px;
margin-top: 70px !important;
margin-right: 43px !important;
margin-left: 46px !important;
}
/* offers colors */
#wf-gateway .ui-offer-list li{
background: black;
border-color: #D1D1D1;
margin-bottom: 15px !important;
background: rgba(60, 60, 60, .6) !important;
}
/* offer over colors */
#wf-gateway .ui-offer-list li:hover{
background-color: #383838 !important;
border: 1px solid #D1D1D1;
}
/* offer text colors and alignment */
#wf-gateway .ui-offer-list a{
text-align: left;
color: white !important;
}
/* button pane positioning */
#wf-gateway .ui-dialog .ui-dialog-buttonpane{
border-width: 0px !important;
padding: 3px 5px !important;
margin-top: -25px;
padding-right: 25px !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment