Skip to content

Instantly share code, notes, and snippets.

@matteomallus
Last active May 13, 2020 14:57
Show Gist options
  • Save matteomallus/ebffc36368e5fe418711e556e61bcdd1 to your computer and use it in GitHub Desktop.
Save matteomallus/ebffc36368e5fe418711e556e61bcdd1 to your computer and use it in GitHub Desktop.
/**********************/
/* GENERIC BODY STYLE */
/**********************/
BODY
{
font-family: Verdana;
text-align: left;
font-size: 10px;
margin: 0px;
cursor: default;
}
FORM
{
margin: 0px;
border: 0px;
padding: 0px;
}
INPUT
{
cursor: pointer;
font-size: 10px;
text-align: left;
padding: 2px;
vertical-align: text-bottom;
width: 175px;
}
INPUT[type="radio"]
{
width:auto; !important
}
INPUT[type="checkbox"]
{
width: auto;
}
SELECT
{
cursor: pointer;
border: 1px solid #c0c0c0;
background-color: #fff;
font-size: 10px;
text-align: left;
padding: 0px;
margin: -5px;
margin-left: 1px;
margin-top: -1px;
margin-bottom: -1px;
}
TEXTAREA
{
}
.indent1{padding-left: 0px;}
.indent2{padding-left: 30px;}
/**********************/
/* GENERIC BODY STYLE */
/**********************/
/***********************/
/* GENERIC LINK STYLES */
/***********************/
A IMG
{
}
A
{
}
A:VISITED
{
}
A:HOVER
{
}
A:ACTIVE
{
}
/***********************/
/* GENERIC LINK STYLES */
/***********************/
/*********************/
/* SPECIFIC SECTIONS */
/*********************/
#curtainDiv /* Transparent Div Gray curtain */
{
position:fixed;
padding:0;
margin:0;
top:0;
left:0;
width: 100%;
height: 100%;
display:none;
background:rgba(220,220,220,0.5);
z-index:100;
}
.error /* error window - yellow based */
{
background-position: 7px 50%;
background-image: url(../../Content/images/icon_warning.gif);
background-repeat: no-repeat;
padding: 5px;
padding-left: 25px;
background-color: #fbffb5;
border: 1px solid #ffe400;
margin-bottom: 2px;
}
.btnPayMethod
{
height:60px;
width:140px;
margin-left: auto;
margin-right: auto;
cursor: pointer;
border: 1px solid #c0c0c0;
}
.btnPayMethodBtnFirst
{
padding:20px 0px;
}
.btnPayMethodBtnOther
{
padding:15px 0px;
}
.ChooseMethodFloat
{
float: left;
}
.ChooseMethodMargin
{
margin: 5px;
}
.spanerror
{
background-image: url(../../Content/images/icon_warning.gif);
background-repeat: no-repeat;
width: 16px;
height: 16px;
float: right;
padding: 0px 3px;
background-position: right;
}
.infoIcon
{
background-image: url(../../Content/images/icon_info.gif);
background-repeat: no-repeat;
padding: 0px 5px;
}
.padlockIcon
{
width:12px;
height:14px;
background-image: url(../../Content/images/icon_lock.gif);
background-repeat: no-repeat;
padding: 2px 12px;
}
.alignLeft
{
text-align: left;
}
.alignMiddle
{
vertical-align: middle;
}
.alignTop
{
vertical-align: top;
}
.LanguageFlag
{
vertical-align: inherit;
}
.TD38
{
width: 38%;
}
.NoCellSpacing
{
border-spacing:0;
}
.CellSpacing
{
border-spacing:1px;
}
Table, Table td
{
padding: 0;
}
.tip /* tip window - orange based */
{
padding: 5px;
}
.window /* generic window - gray based */
{
padding: 5px;
width: 100%;
}
.barGray
{
padding-left: 5px;
height: 20px;
font-weight: bold;
}
.barGray A
{
}
.barGray A:VISITED
{
}
.barGray A:HOVER
{
}
.barGray A:ACTIVE
{
}
.barBlack
{
padding-left: 5px;
height: 20px;
}
.barBlack A
{
}
.barBlack A:VISITED
{
}
.barBlack A:HOVER
{
}
.barBlack A:ACTIVE
{
}
.merchantBar
{
text-align: right;
height: 20px;
padding: 5px;
}
.merchantBar A
{
}
.merchantBar A:HOVER
{
}
.crumb
{
}
.selectedcrumb
{
}
.footer /* footer style */
{
text-align: center;
}
/* A required item within the forms. */
.required
{
}
/* A required item within the forms. */
.Disabled
{
}
.cardIcon /* front page card icon padding */
{
padding: 1px;
height: 17px;
margin-top: -5px;
margin-bottom: -6px;
margin-left: 5px;
}
/*********************/
/* SPECIFIC SECTIONS */
/*********************/
/*******************/
/* CONTENT SECTION */
/*******************/
.content
{
padding-top: 5px;
padding-right: 5px;
padding-left: 5px;
}
.content .title1
{
background-position:left center;
background-image: url(../../Content/images/icon_testing.png);
background-repeat: no-repeat;
background-color:#00ff00;
padding-left: 72px;
}
.content .title2
{
}
.content .formTable TD
{
padding: 2px;
}
.rowColoured /* coloured background item - light gray */
{
}
.content .smallText
{
padding-top: 0px;
padding-bottom: 0px;
}
.content .mediumText
{
padding-top: 0px;
padding-bottom: 0px;
}
.content .errorText
{
padding-top: 2px;
padding-bottom: 0px;
}
/*******************/
/* CONTENT SECTION */
/*******************/
/*******************************/
/* GENERIC FORM ELEMENTS STYLE */
/*******************************/
.Checkbox INPUT
{
border: none;
vertical-align: middle;
}
.checkboxWithText LABEL
{
padding-left: 5px;
}
.btnStd
{
text-align: center;
padding: 0px;
padding-bottom: 4px;
padding-top: 4px;
margin: 0px;
width:90px;
border : 1px;
}
/*******************************/
/* GENERIC FORM ELEMENTS STYLE */
/*******************************/
/* Style for the main div containing the controls in the masterpage. */
.mainDiv
{
}
/* Style for a full width table with no borders. */
.Table100
{
width:100%;
}
/* Style for a TD with width 100%. */
.TD100
{
width:100%;
}
/* Style for the security padlock display. */
.Security
{
padding-left: 4px;
padding-right: 4px;
text-align:center;
}
/* Style for the language selection. */
.LanguageSelection
{
padding-right: 5px;
white-space: nowrap;
text-align:right;
}
/* Style for the div containing the table for the popup information windows. */
.PopUpInfoWindow
{
position: absolute;
top: 65px;
left: 10px;
width: 80%;
padding: 10px;
padding-top: 2px;
padding-bottom: 2px;
display: none;
}
/* Style for the table containing the popup information windows. */
.PopUpWindowTable
{
padding: 5px;
background-color: #fafafa;
border: 3px solid #c0c0c0;
}
/* Style for the div containing the popup information windows. */
.PopUpDivStyle
{
overflow: auto;
width:100%;
height: 200px
}
/* Style for the Close button TD within the popup information window. */
.PopUpInfoWindow .CloseButtonTD
{
padding-left: 5px;
vertical-align: top;
cursor: pointer;
text-align:right;
}
/* Style width full width and height in percentages. */
.WidthHeight100
{
width: 100%;
height: 100%;
}
/* Style for images that are displayed within the popup information window. */
.PopUpInfoWindowImgTD
{
padding: 5px;
text-align: center;
}
#barFooter
{
}
.strongField
{
}
.cardDropDown
{
width: 146px;
}
.yearDropDown
{
width: 64px;
}
.monthDropDown
{
width: 110px;
margin-right: 2px;
}
.smallTextBox
{
width:50px;
}
.textToUpper
{
text-transform:uppercase;
}
.alignTextRight
{
text-align: right;
}
.alignTextCenter
{
text-align: center;
}
.paddingBottom
{
padding-bottom: 5px;
}
.paddingBottomLarge
{
padding-bottom: 10px;
}
.padding
{
padding: 5px;
}
.align-middle{
vertical-align:middle;
}
#langSel > span > img
{
margin-bottom:-3px;
}
#langSelector
{
display: none;
position: absolute;
right: 2%;
background-color: #fafafa;
padding: 3px;
border: 3px solid #c0c0c0;
}
#langSelector > div
{
padding-top:2px;
padding-bottom:2px;
}/**********************/
/* GENERIC BODY STYLE */
/**********************/
BODY
{
font-family: Verdana;
text-align: left;
font-size: 10px;
cursor: default;
}
FORM
{
}
INPUT
{
cursor: pointer;
border: 1px solid #c0c0c0;
background-color: #ffffff;
font-size: 10px;
}
INPUT[type=radio]
{
border: 0px solid #c0c0c0;
background-color: transparent;
}
SELECT
{
cursor: pointer;
border: 1px solid #c0c0c0;
background-color: #ffffff;
font-size: 10px;
}
TEXTAREA
{
cursor: pointer;
}
.indent1{}
.indent2{}
/**********************/
/* GENERIC BODY STYLE */
/**********************/
/***********************/
/* GENERIC LINK STYLES */
/***********************/
A IMG
{
border: none;
}
A
{
text-decoration: underline;
color: #616161;
}
A:VISITED
{
text-decoration: underline;
color: #616161;
}
A:HOVER
{
text-decoration: underline;
color: #616161;
}
A:ACTIVE
{
text-decoration: underline;
color: #616161;
}
/***********************/
/* GENERIC LINK STYLES */
/***********************/
/*********************/
/* SPECIFIC SECTIONS */
/*********************/
.error /* error window - yellow based */
{
background-position: 7px 50%;
background-image: url(../../Content/images/icon_warning.gif);
background-repeat: no-repeat;
padding: 5px;
padding-left: 25px;
background-color: #fbffb5;
border: 1px solid #ffe400;
margin-bottom: 2px;
}
.tip /* tip window - orange based */
{
border: 1px solid #FFBF00;
background-image: url(../../Content/images/bg_yellowgradient.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
border-top: 5px solid #FFBF00;
}
.window /* generic window - gray based */
{
background-color: #fafafa;
border: 1px solid #f1f1f1;
}
.barGray
{
background-color: #818181;
color: #f1f1f1;
font-size: 10px;
border-bottom: 1px solid #ffffff;
vertical-align: middle;
}
.barGray A
{
color: #ffffff;
text-decoration: none;
}
.barGray A:VISITED
{
color: #ffffff;
text-decoration: none;
}
.barGray A:HOVER
{
color: #ffffff;
text-decoration: underline;
}
.barGray A:ACTIVE
{
color: #ffffff;
text-decoration: none;
}
.barBlack
{
background-color: #000000;
color: #ffffff;
font-size: 10px;
border-bottom: 1px solid #ffffff;
}
.barBlack A
{
color: #ffffff;
text-decoration: none;
}
.barBlack A:VISITED
{
color: #ffffff;
text-decoration: none;
}
.barBlack A:HOVER
{
color: #ffffff;
text-decoration: underline;
}
.barBlack A:ACTIVE
{
color: #ffffff;
text-decoration: none;
}
.merchantBar
{
background-repeat: no-repeat;
background-color: #2C292F;
color: #ffffff;
font-size: 10px;
}
.merchantBar A
{
color: #ffffff;
text-decoration: none;
}
.merchantBar A:HOVER
{
color: #ffffff;
text-decoration: underline;
}
.crumb
{
color: Silver;
}
.selectedcrumb
{
color: White;
}
.footer /* footer style */
{
text-align: center;
}
/* A required item within the forms. */
.required
{
background-color: #fcffab;
color: #000000;
}
/* A required item within the forms. */
.Disabled
{
background-color: #E0D6D6;
color: #000000;
}
.cardIcon /* front page card icon padding */
{
}
/*********************/
/* SPECIFIC SECTIONS */
/*********************/
/*******************/
/* CONTENT SECTION */
/*******************/
.content
{
}
.content .title1
{
font-size: 20px;
letter-spacing: -1px;
color: #000000; /* black */
}
.content .title2
{
font-size: 18px;
letter-spacing: -1px;
}
.content .formTable TD
{
}
.rowColoured /* coloured background item - light gray */
{
}
.content .smallText
{
font-size: 9px;
}
.content .mediumText
{
font-size: 12px;
}
.content .errorText
{
font-size: 10px;
color: #C60300;
}
/*******************/
/* CONTENT SECTION */
/*******************/
/*******************************/
/* GENERIC FORM ELEMENTS STYLE */
/*******************************/
.Checkbox INPUT
{
}
.checkboxWithText LABEL
{
}
.btnStd
{
border: 1px solid #c0c0c0;
background-color: #fff;
font-weight: bold;
font-size: 10px;
box-shadow: inset 1px 1px 1px 2px #EFFBFF;
}
/*******************************/
/* GENERIC FORM ELEMENTS STYLE */
/*******************************/
/* Style for the main div containing the controls in the masterpage. */
.mainDiv
{
}
/* Style for a full width table with no borders. */
.Table100
{
border:0px;
}
/* Style for a TD with width 100%. */
.TD100
{
}
/* Style for the security padlock display. */
.Security
{
border-left: 1px solid #ffffff;
}
/* Style for the language selection. */
.LanguageSelection
{
white-space: nowrap;
}
/* Style for the div containing the table for the popup information windows. */
.PopUpInfoWindow
{
}
/* Style for the table containing the popup information windows. */
.PopUpWindowTable
{
background-color: #fafafa;
border: 3px solid #c0c0c0;
}
/* Style for the div containing the popup information windows. */
.PopUpDivStyle
{
}
/* Style for the Close button TD within the popup information window. */
.PopUpInfoWindow .CloseButtonTD
{
}
/* Style width full width and height in percentages. */
.WidthHeight100
{
}
/* Style for images that are displayed within the popup information window. */
.PopUpInfoWindowImgTD
{
border: 1px solid #c0c0c0;
}
#barFooter
{
display: none;
}
.strongField
{
font-weight: bold;
}
.italic
{
font-style: italic;
}
#Card_CVV{ -webkit-text-security: disc}
/**********************/
/* CUSTOM STYLE */
/**********************/
.ui-checkbox .ui-btn{text-align:center; height:25px;}
.ui-btn{width:80%px;margin:10px;padding:10px;margin-top:10px;}
.ui-input-btn {width:28%; }
.ui-controlgroup-horizontal .ui-controlgroup-controls {
width: 100%; margin-top:10px;
}
.ui-bar h1{
font-size:15px;
}
#processControls {
margin-bottom:350px;
}
.ui-content {
background-color:white;
}
.ui-btn.ui-checkbox-off:after {
border: black;
border-style: solid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment