core/skin/chatnt.ru/css/css.css

260 lines
3.9 KiB
CSS
Raw Normal View History

2023-02-08 16:59:59 +05:00
*{
/*border: 1px solid lightgray;*/
}
/* padding */
.p-0{
padding:0px;
}
.p-20{
padding:20px;
}
.pl-5{
padding-left:5px;
}
/* margin */
.m-0{
margin:0px;
}
.mt-10{
margin-top: 10px;
}
.mb-20{
margin-bottom: 20px;
}
.rem_08{
font-size: 0.8rem;
}
.fixed{
position: fixed;
}
.margin-top-20{
margin-top: 20px;
}
.max-h-300{
height: 300px;
}
.h-250{height: 250px;}
.regform{
padding-top: 10px;
padding-bottom: 10px;
}
.border-1-lightgray{
border: 1px solid lightgray;
}
.border-radius-10{
border-radius: 10px;
}
.bg-white{
background-color: white;
}
h1{
font-size: 2rem;
}
.logo{
width: 50px;
margin-left:5px;
}
.shadow{
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.0), 0 0 40px rgba(0, 0, 0, 0.0) inset;
}
.hidden{
display: none;
}
.txt-gray{
color: gray;
}
input[type=checkbox]{
border:1px solid gray;
}
.container-fluid{
padding: 0px;
}
header{
min-height: 65px;
margin-bottom: 20px;
padding: 7px 0 7px 0;
}
header img {
width: 100%;
margin-top: 7px;
}
.findbtn{
border-radius: 0 3px 3px 0;
margin-right: -10px;
background-color: #fff;
}
.txt_logo{
margin-top:20px;font-family: urw;font-size: 35pt;color: #296bbe;cursor: pointer;
margin-left: -17px;
}
.txt_logo a:hover{text-decoration: none; }
.navbar-brand{
font-family: urw;
font-size: 2rem;
margin: 0px;
padding: 0px;
}
.left_mnu{
font-size:1.1rem;
}
nav{
min-height: 55px;
}
.mnutxt{
display: none;
}
section{
background: url("../img/main_logo.png") no-repeat center 20px;
min-height: 480px;
}
.login_form{
width: 400px;
margin: 0 auto;
}
/* 1024 */
@media screen and (max-width: 1024px){
.container{width:100%;}
.container-fluid{padding: 0px;}
}
/* 991 */
@media screen and (max-width: 991px){
.mnutxt{
display: inline;
margin-left: 10px;
}
.navbar-nav{
background-color: #fff;
padding: 10px;
}
.navbar-nav li{border-bottom: 1px solid gray;}
.logo{display: none;}
}
/* 900 */
@media screen and (max-width: 900px){
.login_form{width: 100%;}
}
footer{
background-color:#34495e;
color:lightgray;
padding: 10px;
/* padding: 30px 0 30px 0;
*/
border-bottom:2px solid gray;
}
footer a{color:lightgray;}
footer a:hover{color:lightgray;}
/*mod room*/
/*#iframe_dialog{
width: 100%;
min-height:350px;
border: 1px solid lightgray;
border-radius: 4px;
}*/
#button_send{
border: 1px solid lightgray;
border-radius: 0 0 4px 0px;
background-color: #fff;
height: 43px;
}
#dialog_list{
height:350px;
border: 1px solid lightgray;
border-radius: 4px 4px 0 0;
overflow-x: none;
overflow-y: scroll;
background-color: #fff;
margin: 0px;
padding: 3px;
}
#input_msg{
height: 43px;
border: 1px solid lightgray;
border-radius: 0 0 0px 4px;
}
#delfon{
color:#000;
border-bottom: 1px dotted #000;
}
#delfon:hover{
color:#000;
text-decoration: none;
border-bottom: 1px dotted lightgray;
}
/*профиль юзера*/
.img_ava_mod_user{
width: 100%;
}
#wr-tabs{
width: 700px;
margin: 40px auto 0;
}
#wr-tabs .tabs{
/*background-color: #fff;*/
margin-bottom: 3px;
}
#wr-tabs .tabs:after{
content: "";
display: block;
clear: both;
height: 0;
}
#wr-tabs .tabs .tab{
float: left;
cursor: pointer;
/*border-right: 1px solid #f2f4f9;*/
padding: 10px 20px;
}
#wr-tabs .tabs .tab:last-child{
border-right: none;
}
#wr-tabs .tabs .tab:hover,
#wr-tabs .tabs .tab.active{
background-color: #c7e7f9;
color: #1d7ee4;
}
#wr-tabs .content{
background-color: #fff;
}
#wr-tabs .content .tab-cont{
display: none;
padding: 15px 10px;
}
#wr-tabs .content .tab-cont.active{
display: block;
}
/* jq-ui */
.ui-tabs-active, .ui-state-active{
background-color:#fff;
}