Просмотр файла siwap.ru/design/green/style.css

Размер файла: 18.08Kb
body {
    margin: 0 auto;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #e9edef!important;
    padding-top: 70px;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.mt-5rem {
margin-top: 5rem;
}
.mb-5rem {
margin-bottom: 5rem;
}
.mt-6rem {
margin-top: 6rem;
}
.mb-6rem {
margin-bottom: 6rem;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .list-group-item a {
color: #555;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .list-group-item a:hover {
color: #444;
text-decoration: none;
}

.card-body a {
color: #555;
}

.card-body a:hover {
color: #444;
text-decoration: none;
}

.bg-theme {
background-color: #4895ba!important;
color: white!important;
box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
}
.color-theme {
color: teal!important;
text-decoration: none;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .0rem 0rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: teal!important;
    border-radius: 0.20rem!important;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
    border-bottom: 0px solid #569956!important;
    font-size: 15px!important;
}

.breadcrumb-item.active {
    color: #ffffff!important;
    font-weight: bold!important;
}

.breadcrumb-item {
background: transparent;
color: #fff;
padding: 9px;
border-right: 1px solid rgba(0,0,0,0.2);
border-radius: 0 25px 25px 0;
display: inline-block;
} 

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .0rem;
    color: #ffffff!important;
    content: ""!important;
}

.breadcrumb a {
color: white;
text-decoration: none;
background: transparent;
-webkit-text-decoration-skip: objects;
}


.nav-link.disabled {
    color: #ffffffb0;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: white!important;
    background-clip: border-box;
    border-radius: 2px!important;
    /*box-shadow: 0px 2px 10px rgba(0,0,0,0.2);*/
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    border: 0px solid rgba(0,0,0,0.1)!important;
}
.card-img-top {
border-radius: 2px 2px 0 0!important;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0)!important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0)!important;
  border-top: 1px solid rgba(0, 0, 0, 0.1)!important;
}

.profile-user {
padding-bottom: 0px;
background-color: transparent;
text-align: center;
}

.profile-user-fon {
width: 100%;
height: 200px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
color: rgba(0, 0, 0, 0);
background-color: #4488dd;
display: inline-block;
text-align: center;
margin-bottom: 95px;
border-radius: 2px 2px 0 0!important;
}

.profile-user-avatar {
width: 190px;
height: 190px;
background-position: center;
background-size: cover;
padding-top: 50px;
border-radius: 100%;
background-color: teal;
border: 2px solid white;
text-align: center;
display: inline-block;
top: 100px;
left: 0px;
position: relative;
}

.upload-avatar {
width: 200px;
height: 200px;
background-position: center;
background-size: cover;
border-radius: 100%;
background-color: teal;
border: 2px solid white;
text-align: left;
display: inline-block;
top: 0px;
left: 0px;
position: relative;
}

.badge-theme {
    color: #fff;
    background-color: teal;
    border: 0px solid #fff;
    font-size: 600!important;
    font-weight: normal!important;
   /* box-shadow: 0px 2px 6px #2367bc;*/
}

.badge-theme a {
    color: #fff!important;
    background-color: teal;
    border: 0px solid #fff;
}
a.badge-theme {
    color: #fff!important;
    background-color: teal;
    border: 0px solid #fff;
}

.btn-theme-link, a.btn-theme-link, .btn-theme-link a {
color: teal;
font-weight: bold;
background-color: transparent;
} 
.btn-theme-link:hover, a.btn-theme-link:hover, .btn-theme-link a:hover {
color: teal;
background-color: transparent;
text-decoration: none;
} 

.btn-theme, a.btn-theme {
    color: teal;
    background-color: transparent;
    background-image: none;
    border: 1px solid teal!important;
}
.btn-theme:hover {
    color: #fff!important;
    background-color: teal!important;
    border: 0!important;
}
a.btn-theme:hover {
    color: #fff!important;
    background-color: teal!important;
    border: 0px solid white!important;
}

.btn-theme-active {
	color: #fff!important;
	background-color: teal!important;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.4)!important;
	border: 0px solid white!important;
}

.btn-theme-active:hover, a.btn-theme-active:hover {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.btn-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
	border: 1px solid #fff!important;
}

.input-theme {
	color: teal!important;
	background-color: transparent!important;
	border: 1px solid rgba(0,0,0,0.1)!important;
	border-radius: .25rem!important;
}

.input-inset {
	color: teal!important;
	background-color: #eee!important;
	border: 0px solid rgba(0,0,0,0.1)!important;
	border-radius: .25rem!important;
	box-shadow: inset 0px 2px 7px rgba(0,0,0,0.2)!important;
}

.alert-success {
	color: #fff!important;
	background-color: #67bb67!important;
	border: 0px solid white!important;
}

.alert-warning {
	color: #fff!important;
	background-color: #ff7744!important;
	border: 0px solid white!important;
}

.alert-danger {
	color: #eee!important;
	background-color: #ee5555!important;
	border: 0px solid white!important;
}

.alert-blue {	
	background-color: #94b0e3!important;
	color: white!important;
} 


@media (max-width: 576px) {
	.d-xs-none {
		display: none !important;
	}
}

.nav-pills {
	margin-bottom: 15px!important;
	border-radius: 25px!important;
	padding: 0px!important;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}

.nav-pills > .nav-item {
	width: 49.9%!important;
	border-radius: 0!important;
	margin: 0px;
}

.nav-pills .nav-item > .nav-link {
	text-align: center!important;
	border-radius: 0!important;
	font-size: 90%!important;
}

.nav-item > .active {
	background-color: teal!important;
	color: #fff!important;
	font-weight: bold!important;
}

.nav-pills .nav-item > .left-radius {
	border-radius: 25px 0 0 25px!important;
}
.nav-pills .nav-item > .right-radius {
	border-radius: 0 25px 25px 0!important;
}

.left-radius.active {
	border-radius: 25px 0 0 25px!important;
}

.right-radius.active {
	border-radius: 0 25px 25px 0!important;
}


.input-theme-n {
	background: transparent;
	color: #777;
	border: 0;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
} 

.input-theme-n:focus {
	outline: 0!important;
	border: 0!important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0)!important;
}

.status {
	background-color: rgba(0,0,0,0.1);
	color: #777;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 0.50rem;
	margin: 10px;
	text-align: left;
	width: 50%;
	box-shadow: 0px 3px 8px -2px rgba(0,0,0,0.4);
}

.logotype {
	width: 170px;
	height: 170px;
	background-position: center;
	background-size: cover;
	padding-top: 110px;
	color: red;
	border: 2px solid #5599ee;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	display: inline-block;
}

.text-bold {
	font-weight: bold!important;
}

.dropdown-menu-theme {
	border: 0px solid rgba(0, 0, 0, 0.15)!important;
	border-radius: 0.25rem!important;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.2)!important;
	width: 13rem!important;
	margin-top: 25px;
	padding: 0px!important;
}

.dropdown-item-theme {
	padding: 15px;
	padding-top: 3.5px;
	padding-bottom: 3.5px;
}

.header {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.24);
	background: teal!important;
	color: white;
}

.switch {
	cursor: pointer;
	display: inline-block;
}

.switch svg {
	height: 20px;
}

.menu-container .menu-bg {
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
	z-index: -1;
	transition: none;
        
}

.menu-container.active .menu-bg {
	z-index: 3;
	background: rgba(0, 0, 0, .5);
	transition: background .2s ease-out;
}

.menu-container .menu {
    background: #fff;
    width: 68vw;
	height: 110%;
	padding: 0px;
	/*padding-top: 50px;*/
	padding-bottom: 60px;
	position: fixed;
	top: 0;
	left: 0;
	max-width: 300px;
	box-shadow: 4px 0px 13px rgba(0, 0, 0, 0.1);
	transition: transform 1.2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transform: translateX(calc(-100% - 4px));
	z-index: 6;
}

.menu-container.active .menu {
    transform: none;
}
   
.header > .navbar-brand {
    padding-left: 10px;
    bottom: 2px;
    position: relative;
    font-weight: normal;
    display: inline-block;
}
   
.menu-user {
	padding-bottom: 60px;
	border-bottom: 0px solid rgba(0,0,0,0.1);
	background-color: #fff;
}

.menu-user-fon {
	width: 100%;	
	height: 150px;
	background-position: center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	color: rgba(0, 0, 0, 0);
	background-color: #5599ee;	
	display: inline-block;
	text-align: center;
}

.menu-user-avatar {
	width: 140px;
	height: 140px;
	background-position: center!important;
	background-size: cover!important;
	color: #fff;
	border: 0px solid teal;
	border-radius: 100%;
	background-color: white!important;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	font-size: x-large;
	top: 80px;
	left: 0px;
	position: relative;
}

.menu-items {
	margin-bottom: 10px;
}

.menu-items:last-child {
	margin-bottom: 0!important;
}

.menu-items:last-child > .menu-item:last-child {
	border-bottom: 0!important;
}

.menu-item-header {
	color: #555;
	font-weight: bold;
	font-size: 17px;
	display: inline-block;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 10px;
}

.menu-item, a.menu-item {
	padding: 7.5px;
	color: #777;
	border-top: 1px solid rgba(0,0,0,0.1);
	display: block;
}

.menu-item:last-child, a.menu-item:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.menu-count {
	background-color: teal;
	color: #fff;
	padding: 0px;
	border-radius: 50%;
	text-align: center;
	width: 18px!important;
	height: 18px!important;
	display: inline-block;
	font-size: small;
	float: right;
	position: relative;
	top: 3.5px;
}

.message-out {
	background: #eee;
	color: #777;
	padding: 5px;
	display: block;
	border-radius: 0.25rem;
}

.page-item > .page-link {
	padding: 0.60rem!important;
	text-align: center;
	border-radius: 25px;
	width: 40px;
	height: 40px;
	margin: 3px;
	border: 1px solid rgba(0,0,0,0.1)!important;
	color: #777!important;
	background-color: #fff!important;
}

.page-item > .page-link:first-child {
	border-radius: 25px!important;
}

.page-item > .page-link:last-child {
	border-radius: 25px!important;
}

.pagination {
	background-color: transparent!important;
	border-radius: 0.25rem!important;
/*
box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
padding: 5px;
*/
}

.page-item.active > .page-link{
	background-color: #5599ee!important;
	border: 0px solid rgba(0,0,0,0.1)!important;
	color: #fff!important;
}


.media-avatar {
	width: 50px;
	height: 50px;
	background-position: center;
	background-size: cover;
	padding: 0px;
	color: #fff;
	border: 0px solid #fff;
	border-radius: 100%;
	background-color: #66aaff;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	font-size: x-large;
	position: relative;
}

.mess {
	background-color: rgba(0,0,0,0.1);
	padding: 5px;
	color: #777;
	display: inline-block;
	border-radius: 5px;
	font-size:small;
}

.footer {
	background-color: rgba(0,0,0,0.2)!important;
	color: #fff;
	padding: 10px;
	width: 100%;
	text-align: center;
}

.footer a {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}

.footer.active {
	display: none;
}

.foot {
	padding: 10px;
	color: rgba(0,0,0,0.5);
	margin-top: 30px;
	text-align: center;
	/*
	position: absolute;
	bottom: 0;
	left: 0;
	*/
	width: 100%;
}

.foot a {
	text-decoration: none;
	font-weight: bold;
	color: rgba(0,0,0,0.4);
}

.border-0 {
	border: 0!important;
}

.bg-none {
	background-color: transparent!important;
}

.list-user {
background-color: rgba(0,0,0,0);
padding: 1px;
padding-bottom: 0px;
display: inline-block;
}

.list-user-name {
color: #555;
font-weight: bold;
display: inline-block;
position: relative;
left: 4px;
top: -20px;
font-size: 17px;
}
.list-user-avatar {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 100%;
background-size: cover!important;
background-repeat: no-repeat!important;
background-position: 50% 50%!important;
border: 0px solid teal;
background-color: transparent;
/*box-shadow: 0px 2px 5px rgba(0,0,0,0.3);*/
position: relative;
left: 2px;
top: 5px;
}


.message {
background-color: teal;
color: #fff;
padding: 8px;
display: inline-block;
border-radius: 0.50rem;
border: 1px solid rgba(0,0,0,0.2);
width: 60%;
/*box-shadow: 0px 5px 9px -3px rgba(0,0,0,0.3);*/
}

.message.out {
background-color: rgba(255,255,255,0.9)!important;
color: #777;
float: right;
}

.message-info {
display: block;
position: relative;
background-color: transparent;
margin-left: 7px;
font-size: x-small;
color: #777;
left: 0;
width: 100%;
}

.message-info.out {
float: right!important;
margin: 0!important;
margin-right: 7px!important;
text-align: right!important;
}

.message a {
color: #556;
font-weight: bold;
}

.text-small {
font-size: small!important;
}

.avatar-min {
width: 35px!important;
height: 35px!important;
position: relative!important;
right: 5px;
bottom: 4px;
}

.title-fixed {
	position: fixed;
	top: 55px;
	left: 0;
	width: 100%;
	background-color: white!important;
	padding-top: 0px;
	text-align: left;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.4);
	z-index: 1;
	padding: 10px;
}

.body-fixed {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white!important;
	padding: 10px 15px 50px 15px;
	text-align: left;
	box-shadow: 0px 0px 9px rgba(0,0,0.0.5)!important;
	overflow-y: auto;
	width: 100%;
}

.send-form {
	position: fixed;
	bottom: 0;
	z-index: 1;
	left: 0;
	width: 100%;
	background-color: white!important;
	padding: 6px;
}


.tag {
	background-color: transparent;
	padding: 4px;
	border-radius: 0.25rem;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
	text-align: center;
	color: #777;
}

.my::-webkit-input-placeholder {
  color: red;
  font-style: italic;
}
.my::-moz-input-placeholder {
  color: red;
  font-style: italic;
}
.my::-ms-input-placeholder {
  color: red;
  font-style: italic;
}




.form_upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

input#my_file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

::-webkit-progress-bar {
  background: white;
}
::-webkit-progress-value {
  background: teal;%
}
::-moz-progress-bar {
  background: teal;
}

progress {
  color: teal;
  background: transparent;
  border: 1px solid teal;
  border-radius: 5px;
}

.citat {
	background-color: white;
	color: #777;
	padding: 4px 10px;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}

.img-preview {
	width: 100%;
	margin-bottom: 10px;
} 

.no-ads {
    width: 100%;
    height: 100px;
    background: teal;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-top: 35px;
    border-radius: 0.25rem;
}

.rounded-button {
 	position: absolute;
 	top: -15px;
 	right: -5px;
 	background-color: teal;
 	color: white;
 	padding-top: 2px;
 	width: 50px;
 	height: 50px;
 	border-radius: 25px;
 	font-size: xx-large;
 	padding-top: 0px;
 	border: 0px solid white;
}

input#avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.center-block {
    position: relative;
    top: 25%;
    text-align: center;
    padding: 1.25rem;
}

.black-block {
    background-color: rgba(0,0,0,.3);
    border-radius: .25rem;
    padding: 20px;
    display: inline-block;
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1100px!important;
  }
}

.form_upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

input#images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.gallery {
    width: 100%;
    color: teal;
    text-align: center;
    overflow-y: auto;
}

.image-prev {
    position: relative;
    width: 100%!important;
    height: 100%!important;
    padding: 50%;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    display: inline-block;
    border-radius: 0.25rem;
    margin: 2px;
    background-color: rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.photo-album {
	position: relative;
	width: 49%;
	height: 150px;
	background-position: center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	display: inline-block;
	background-color: teal;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	padding-top: 60px;
	border-radius: 0.20rem;
	margin: 1px;
}

.no-photo {
    position: relative;
    width: 49%;
    height: 150px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    display: inline-block;
    background-color: teal;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-top: 60px;
    border-radius: 0.20rem;
    margin: 1px;
}

.deleteButton {
    position: absolute;
    top: -12px;
    right: -6px;
    padding: 0px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    z-index: 1;
    color: white!important;
    text-align: center;
    background-color: #dc3545;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    vertical-align: baseline;
}