Файл: Arhmobi_esdcms/sys/dpanel/dp_doc.css
Строк: 51
.ca {
-webkit-transition: all linear 0.5s;
-moz-transition: all linear
0.5s;
-o-transition: all linear 0.5s;
transition: all linear
0.5s;
width: 137px;
color: white;
border-radius: 5px;
display:
inline-block;
margin: 1px;
margin-left: 5px;
padding: 5px;
border: 2px
solid rgb(42, 117, 187);
background: #3b679e; /* Old browsers
*/
background: -moz-linear-gradient(top, #3b679e 0%, #207cca 32%, #207cca
32%, #2b88d9 62%, #7db9e8 100%); /* FF3.6+ */
background:
-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e),
color-stop(32%,#207cca), color-stop(32%,#207cca), color-stop(62%,#2b88d9),
color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background:
-webkit-linear-gradient(top, #3b679e 0%,#207cca 32%,#207cca 32%,#2b88d9
62%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background:
-o-linear-gradient(top, #3b679e 0%,#207cca 32%,#207cca 32%,#2b88d9
62%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,
#3b679e 0%,#207cca 32%,#207cca 32%,#2b88d9 62%,#7db9e8 100%); /* IE10+
*/
background: linear-gradient(to bottom, #3b679e 0%,#207cca 32%,#207cca
32%,#2b88d9 62%,#7db9e8 100%); /* W3C */
filter:
progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e',
endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.ca:hover{
box-shadow: 0px 0px 10px rgb(10, 101, 157);
border: 2px solid
#FFF;
}
.loader {
display:none;
}
.loader span {
display:
inline-block;
position: absolute;
color:#fff;
background:#D7362B;
padding:5px 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; cursor:default;
}
.ctl
{padding: 6px;}
.prokrutka {
padding: 4px;
border: 1px solid #C1C1C1;
max-height: 300px;
overflow-y: auto;
}