Skip to content

Instantly share code, notes, and snippets.

@matteomallus
Last active May 12, 2020 08:26
Show Gist options
  • Save matteomallus/a4faf308afcd36c1173f368a83df23ee to your computer and use it in GitHub Desktop.
Save matteomallus/a4faf308afcd36c1173f368a83df23ee to your computer and use it in GitHub Desktop.
/**********************/
/* GENERIC BODY STYLE */
/**********************/
BODY
{
font-family: Verdana;
text-align: left;
font-size: 10px;
cursor: default;
background-color: coral;
}
FORM
{
}
INPUT
{
cursor: pointer;
border: 1px solid #c0c0c0;
background-color: #ffffff;
font-size: 10px;
}
INPUT[type=radio]
{
border: 0px solid #c0c0c0;
}
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
{
}
/* 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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment