Файл: chatigniter v2/install/assets/css/style.css
Строк: 85
/* New styles below */
label.valid {
width: 24px;
height:
24px;
background: url(../img/valid.png) center center no-repeat;
display: inline-block;
text-indent: -9999px;
}
label.error
{
font-weight: bold;
color: red;
padding: 2px 8px;
margin-top:
2px;
}
input.error, select.error {
border-color:#D9534F
!important;
}
input.valid, select.valid {
border-color: #67B168
!important;
}
.smart-blue {
width: 800px;
margin-right:
auto;
margin-left: auto;
background: #FFF;
padding: 30px 30px 20px
30px;
box-shadow: rgba(194, 194, 194, 0.7) 0 3px 10px
-1px;
-webkit-box-shadow: rgba(194, 194, 194, 0.7) 0 3px 10px
-1px;
font: 12px Arial, Helvetica, sans-serif;
color:
#666;
border-radius: 5px;
-webkit-border-radius:
5px;
-moz-border-radius: 5px;
}
.smart-blue h1 {
font: 24px
"Trebuchet MS", Arial, Helvetica, sans-serif;
padding: 20px 0px
20px 40px;
display: block;
margin: -30px -30px 10px -30px;
color:
#FFF;
background: #86c13a;
text-shadow: 1px 1px 1px
#949494;
border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px
0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-bottom:1px solid
#86c13a
}
.smart-blue h1>span {
display: block;
font-size:
11px;
color: #FFF;
}
.smart-blue label {
display: block;
margin:
0px 0px 5px;
}
.smart-blue label>span {
float: left;
margin-top:
10px;
color: #5E5E5E;
}
.smart-blue input[type="text"],
.smart-blue input[type="email"], .smart-blue
input[type="password"], .smart-blue select {
color:
#555;
height:24px;
width: 96%;
padding: 3px 3px 3px
10px;
margin-top: 2px;
margin-bottom: 10px;
border: 1px solid
#E5E5E5;
background: #FBFBFB;
outline: 0;
-webkit-box-shadow: inset
1px 1px 2px rgba(238, 238, 238, 0.2);
box-shadow: inset 1px 1px 2px
rgba(238, 238, 238, 0.2);
font: normal 14px/14px Arial, Helvetica,
sans-serif;
}
.smart-blue textarea{
height:100px;
padding-top:
10px;
}
.smart-blue select {
background: url('down-arrow.png')
no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear,
left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
appearance:none;
-webkit-appearance:none;
-moz-appearance:
none;
text-indent: 0.01px;
text-overflow:
'';
width:100%;
height:30px;
}
.smart-blue .button
{
background-color: #86c13a;
border-radius:
5px;
-webkit-border-radius: 5px;
-moz-border-border-radius:
5px;
border: none;
padding: 10px 25px 10px 25px;
color:
#FFF;
text-shadow: 1px 1px 1px #949494;
cursor :
pointer;
}
.smart-blue .button:hover
{
background-color:#80A24A;
}
.clr{ clear : both; }
.alert
{
padding: 15px;
margin-bottom: 20px;
border: 1px solid
transparent;
border-radius: 4px;
}
.alert-success {
color:
#3c763d;
background-color: #dff0d8;
border-color:
#d6e9c6;
}
.alert-danger {
color: #a94442;
background-color:
#f2dede;
border-color: #ebccd1;
}