187 lines
3.0 KiB
CSS
187 lines
3.0 KiB
CSS
/**
|
|
* @file custom-messages.css
|
|
* @Naveen Porwal
|
|
* @Teramatrix Technologies
|
|
* @©2015 EICHER
|
|
**/
|
|
|
|
pre {
|
|
border: medium solid #3bb23b;
|
|
display: block;
|
|
margin-top: 1em;
|
|
padding: 1em;
|
|
}
|
|
|
|
.clearFix:after {
|
|
content: ".";
|
|
display: block;
|
|
clear: both;
|
|
visibility: hidden;
|
|
line-height: 0;
|
|
height: 0;
|
|
}
|
|
|
|
.clearFix {
|
|
display: inline-block;
|
|
}
|
|
|
|
html[xmlns] .clearFix {
|
|
display: block;
|
|
}
|
|
|
|
* html .clearFix {
|
|
height: 1%;
|
|
}
|
|
|
|
#google {
|
|
width: 728px;
|
|
height: 90px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#wrapper {
|
|
width: 900px;
|
|
padding-bottom: 100px;
|
|
margin: .5em auto 0;
|
|
}
|
|
|
|
.header {
|
|
width: 720px;
|
|
height: 120px;
|
|
background-color: #3bb23b;
|
|
color: #fff;
|
|
border-radius: 12px;
|
|
-moz-border-radius: 12px;
|
|
-webkit-border-radius: 12px;
|
|
font-size: xx-large;
|
|
font-weight: 900;
|
|
padding-top: 36px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
form em {
|
|
color: red;
|
|
font-weight: 700;
|
|
}
|
|
|
|
form em.message {
|
|
display: block;
|
|
text-size: x-small;
|
|
color: #ccc;
|
|
}
|
|
|
|
form dl, div#options dl, div#examples dl {
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
|
|
form dt {
|
|
clear: both;
|
|
float: left;
|
|
width: 32%;
|
|
text-align: right;
|
|
padding: 0 .5em .25em 0;
|
|
}
|
|
|
|
form dd {
|
|
float: left;
|
|
width: 62%;
|
|
padding-left: .75em;
|
|
margin: 0 0 .5em;
|
|
}
|
|
|
|
#download p {
|
|
border: medium #06f solid;
|
|
width: 95%;
|
|
font-size: x-large;
|
|
text-align: center;
|
|
padding: .5em;
|
|
}
|
|
|
|
#options dt {
|
|
border: medium solid #06f;
|
|
background: #fea620;
|
|
color: #06f;
|
|
border-radius: 8px 8px 0 0;
|
|
-moz-border-radius: 8px 8px 0 0;
|
|
-webkit-border-top-left-radius: 8px;
|
|
-webkit-border-top-right-radius: 8px;
|
|
padding: .75em;
|
|
}
|
|
|
|
#options .right {
|
|
color: #333;
|
|
}
|
|
|
|
#options dd {
|
|
clear: right;
|
|
background: #ccc;
|
|
margin: 0 0 .5em;
|
|
padding: .75em .75em .75em 1.5em;
|
|
}
|
|
|
|
.right {
|
|
float: right;
|
|
}
|
|
|
|
.roundedcorner {
|
|
background-color: #fea620;
|
|
border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
/*padding:16px;*/
|
|
}
|
|
|
|
#examples dt {
|
|
font-style: italic;
|
|
font-weight: 15;
|
|
}
|
|
|
|
#examples dd {
|
|
width: 50%;
|
|
margin: 0;
|
|
}
|
|
|
|
.notification {
|
|
background-color: #c9dfa4;
|
|
color: ffd2d3;
|
|
border: 1px solid #d8cdb3;
|
|
-moz-border-radius-bottomleft: 5px;
|
|
-moz-border-radius-bottomright: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
font-size: 9px;
|
|
/*height:50px;*/
|
|
}
|
|
|
|
.success {
|
|
background-color: #FEFCCB;
|
|
color: #1D5BA0;
|
|
border: 1px solid #5D9ADE;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 3px;
|
|
text-align: center;
|
|
padding: 0px 0px;
|
|
margin-left: 37% !important;
|
|
margin-top: 2px !important;
|
|
}
|
|
|
|
.fail {
|
|
background-color: #FCE5E6;
|
|
color: #1D5BA0;
|
|
border: 1px solid #5d9ade;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 3px;
|
|
text-align: center;
|
|
padding: 0px 0px;
|
|
margin-left: 37% !important;
|
|
margin-top: 2px !important;
|
|
font-size: 10px;
|
|
}
|
|
|
|
#showMessage ul li {
|
|
font-weight: bold !important;
|
|
}
|