remotes/origin/PR-39
Seghey Shishman 10 years ago
parent c0ded3c66d
commit 7f8f24e3c4
  1. 113
      assets/css/main.css

@ -213,14 +213,14 @@ ul li {
} }
.changeBlock1 { .changeBlock1 {
float: left; float: right;
margin-left: -15px; margin-right: -15px;
background-color: rgba(0,0,0,0.7); background-color: rgba(0,0,0,0.7);
} }
.changeBlock2 { .changeBlock2 {
float: right; float: left;
margin-right: -15px; margin-left: -15px;
background-color: rgba(255,0,6,0.7); background-color: rgba(255,0,6,0.7);
} }
@ -825,7 +825,6 @@ footer:after {
.projectPro:hover { .projectPro:hover {
transform: scale(1.02); transform: scale(1.02);
box-shadow: 0 0 10px rgba(0,0,0,0.7); box-shadow: 0 0 10px rgba(0,0,0,0.7);
cursor: pointer;
} }
.projectPro:hover .titlePro { .projectPro:hover .titlePro {
@ -1064,7 +1063,7 @@ footer:after {
} }
.pagin nav ul li a { .pagin nav ul li a {
background-color:unset; background-color: none;
color: black; color: black;
font-size: 20px; font-size: 20px;
line-height: 50px; line-height: 50px;
@ -1090,6 +1089,7 @@ footer:after {
.pagin nav ul li a:hover, .pagin nav ul li a:hover,
.pagin nav ul li a:active { .pagin nav ul li a:active {
color: black;
color: white; color: white;
background-color: #2c2c2c; background-color: #2c2c2c;
border-color: #2c2c2c; border-color: #2c2c2c;
@ -1271,7 +1271,7 @@ footer:after {
.valul .btn { .valul .btn {
font-size: 20px !important; font-size: 20px !important;
padding: 11px 46px 11px 15px !important; padding: 11px 28px 11px 15px !important;
} }
.valul .btn span { .valul .btn span {
@ -2032,9 +2032,9 @@ input[type="checkbox"]:checked + span {
float: right; float: right;
} }
.galleryWork2 .col-lg-4:hover { /*.galleryWork2 .col-lg-4:hover {
cursor: pointer; cursor: pointer;
} }*/
.linkElse { .linkElse {
text-align: center; text-align: center;
@ -2492,7 +2492,7 @@ input[type="checkbox"]:checked + span {
} }
.exButton .btn-group .btn span { .exButton .btn-group .btn span {
font-family: Arial, Verdana, Helvetica, sans-serif; font-family: Arial. Verdana, Helvetica, sans-serif;
font-weight: bold; font-weight: bold;
} }
@ -2946,18 +2946,18 @@ input[type="checkbox"]:checked + span {
background-position: 0 0; background-position: 0 0;
} }
.compTable tr td:nth-child(6) ul li:nth-child(2):before { .compTable tr td:nth-child(6) ul li:last-child:before {
height: 20px; height: 21px;
background: url('../img/listTable.png') no-repeat center; background: url('../img/listTable.png') no-repeat center;
background-size: cover; background-size: cover;
background-position: 0 -17px; background-position: 0 -39px;
} }
.compTable tr td:nth-child(6) ul li:last-child:before { .compTable tr td:nth-child(6) ul li:nth-child(2):before {
height: 21px; height: 20px;
background: url('../img/listTable.png') no-repeat center; background: url('../img/listTable.png') no-repeat center;
background-size: cover; background-size: cover;
background-position: 0 -39px; background-position: 0 -17px;
} }
.compTable tr td:nth-child(7) { .compTable tr td:nth-child(7) {
@ -3479,7 +3479,6 @@ input[type="checkbox"]:checked + span {
padding: 15px 0; padding: 15px 0;
margin-bottom: -1px; margin-bottom: -1px;
position: relative; position: relative;
cursor: pointer;
-webkit-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;
transition: all 0.3s ease-out transition: all 0.3s ease-out
@ -3778,7 +3777,7 @@ input[type="checkbox"]:checked + span {
border-top: 1px solid black; border-top: 1px solid black;
border-bottom: 1px solid black; border-bottom: 1px solid black;
-webkit-transform: scale(1.03); -webkit-transform: scale(1.03);
-moz-transform: scale(1.03); -moz- transform: scale(1.03);
transform: scale(1.03); transform: scale(1.03);
box-shadow: 0 0 10px rgba(0,0,0,0.7); box-shadow: 0 0 10px rgba(0,0,0,0.7);
z-index: 999; z-index: 999;
@ -3855,7 +3854,7 @@ input[type="checkbox"]:checked + span {
border-top: 1px solid black; border-top: 1px solid black;
border-bottom: 1px solid black; border-bottom: 1px solid black;
-webkit-transform: scale(1.03); -webkit-transform: scale(1.03);
-moz-transform: scale(1.03); -moz- transform: scale(1.03);
transform: scale(1.03); transform: scale(1.03);
box-shadow: 0 0 10px rgba(0,0,0,0.7); box-shadow: 0 0 10px rgba(0,0,0,0.7);
z-index: 999; z-index: 999;
@ -3943,7 +3942,6 @@ input[type="checkbox"]:checked + span {
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
padding: 15px; padding: 15px;
cursor: pointer;
margin-bottom: -15px; margin-bottom: -15px;
background-color: white; background-color: white;
position: relative; position: relative;
@ -3952,7 +3950,7 @@ input[type="checkbox"]:checked + span {
transition: all 0.3s ease-out; transition: all 0.3s ease-out;
} }
.numberStepp:hover { /*.numberStepp:hover {
z-index: 999; z-index: 999;
border-top-color: black; border-top-color: black;
border-bottom-color: black; border-bottom-color: black;
@ -3960,11 +3958,11 @@ input[type="checkbox"]:checked + span {
-moz-transform: scale(1.02); -moz-transform: scale(1.02);
transform: scale(1.02); transform: scale(1.02);
box-shadow: 0 0 10px rgba(0,0,0,0.7); box-shadow: 0 0 10px rgba(0,0,0,0.7);
} }*/
.numberStepp:hover .insetNumStepp { /*.numberStepp:hover .insetNumStepp {
border-color: white; border-color: white;
} }*/
.insetNumStepp { .insetNumStepp {
width: 100%; width: 100%;
@ -4154,6 +4152,18 @@ input[type="checkbox"]:checked + span {
background-size: cover; background-size: cover;
background-position: 0 -95px; background-position: 0 -95px;
} }
.infoProfile .dropdown-menu .icon_mm7 a span {
height: 20px;
background: url('../img/menu.png') no-repeat center;
background-size: cover;
background-position: 0 0px;
}
.infoProfile .dropdown-menu .icon_mm8 a span {
height: 20px;
background: url('../img/user-5.png') no-repeat center;
background-size: contain;
background-position: 0 0px;
}
.infoProfile .dropdown-menu .icon_mm1 a:hover span { .infoProfile .dropdown-menu .icon_mm1 a:hover span {
height: 20px; height: 20px;
@ -4196,6 +4206,18 @@ input[type="checkbox"]:checked + span {
background-size: cover; background-size: cover;
background-position: 0 -95px background-position: 0 -95px
} }
.infoProfile .dropdown-menu .icon_mm7 a:hover span {
height: 20px;
background: url('../img/menu2.png') no-repeat center;
background-size: cover;
background-position: 0 0px
}
.infoProfile .dropdown-menu .icon_mm8 a:hover span {
height: 20px;
background: url('../img/user-4.png') no-repeat center;
background-size: contain;
background-position: 0 0px;
}
/* CHAT'S MODAL FORMS */ /* CHAT'S MODAL FORMS */
@ -5050,7 +5072,6 @@ input[type="radio"]:checked + span {
.pluss-block { .pluss-block {
width: 100%; width: 100%;
float: left; float: left;
margin: 24px 0 0 0;
} }
.pluss { .pluss {
@ -5345,7 +5366,7 @@ input[type="radio"]:checked + span {
font-family: Arial, Verdana, Helvetica, sans-serif; font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
margin: 0 0 -15px 0; margin: 0px 0 -15 0;
} }
.inp-edit { .inp-edit {
@ -5965,4 +5986,42 @@ a.linkS2[data-target="#withdraw-money"]{
input[type="radio"]{ input[type="radio"]{
opacity: 0; opacity: 0;
} }
/*end_new*/ .wr-inset-pluss{
margin-top: 24px;
}
.inset-gp .upload2{
float: left;
margin: -15px 15px 0 12px;
}
#jGrowl .jGrowl-notification{
background-color: #fff !important;
color: #000 !important;
opacity: 1 !important;
}
.titleScore{
line-height: 36px;
padding: 0 100px;
}
.welcomeMain{
line-height: 48px;
}
.menuUser > div{
padding: 10px 0;
display: table;
margin: auto;
}
.menuUser ul:nth-child(3) li a{
padding: 16px 0px 16px 0px !important;
text-align: center;
}
.addWork, .upload2, .documentsChat a{
transition: all 0.3s;
}
.changeBlock1 > a:hover, .changeBlock2 > a:hover, .addWork:hover,
.upload2:hover, .documentsChat a:hover{
box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
-webkit-transform: scale(1.04);
-moz-transform: scale(1.04);
transform: scale(1.04);
}
/*end_new*/
Loading…
Cancel
Save