92 lines
2.0 KiB
CSS
92 lines
2.0 KiB
CSS
*{border: 0px solid gray;
|
|
font-size: 16pt;
|
|
}
|
|
body, html{padding:0px;margin:0px;}
|
|
.border-raius-5{
|
|
border-radius:5px;
|
|
border:1px solid lightgray;
|
|
}
|
|
.logo_img{
|
|
background-image:url('../img/2.png');
|
|
background-repeat: no-repeat;
|
|
height: 175px;
|
|
|
|
}
|
|
.table_res{width: 100%;}
|
|
|
|
.table-news, .table-news tr, table-news tr td{border:none;}
|
|
.table_res td{width: 25%;text-align:center;}
|
|
|
|
.table_res td img{width: 80%;}
|
|
.ver_slep{
|
|
display:block;
|
|
margin-top: 10px;
|
|
font-size: 11pt;
|
|
}
|
|
.ver_slep:hover{text-decoration:none;}
|
|
|
|
h1{font-size: 18pt;
|
|
text-align:center;
|
|
margin-top: 5px;
|
|
}
|
|
h2{font-size: 16pt;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.slider-link, slider-link:hover{color:#fff;}
|
|
.nav-link{color: black;}
|
|
.nav-item{text-align:center;}
|
|
|
|
.nav-item:hover{background-color:#2486C3;}
|
|
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:hover {
|
|
color:#fff;
|
|
font-size:10pt;
|
|
}
|
|
.dropdown-toggle::after{display:none;}
|
|
.navbar-nav .nav-link{padding-left:3px;}
|
|
.dropdown-item{font-size:10pt;}
|
|
|
|
article{background-color: #fff;}
|
|
|
|
.clear{clear:both;}
|
|
footer{background-color:#222222;color:lightgray;padding-top:30px;padding-bottom:10px;border-bottom:2px solid black;font-size:12pt;}
|
|
footer a{color:lightgray;}
|
|
.text-while{color: #fff;}
|
|
.font-size-4{font-size: 4pt;}
|
|
footer a:hover{color:lightgray;}
|
|
.vcard *{font-size:10pt;}
|
|
.text-editor input, .text-editor textarea{margin-top:10px;}
|
|
table.price_list{.btn{}
|
|
@media screen and (max-width:1024px){*{padding:0px;}
|
|
.container, .row{width:100%;padding:0px;margin:0px;}
|
|
.container-fluid{padding:0px;}
|
|
button{font-size:8pt;}
|
|
.img-thumbnail{width:100%;}
|
|
footer{padding-top:10px;}
|
|
}
|
|
}
|
|
.hidden{display: none;}
|
|
div.lggal{
|
|
margin: 0 auto;
|
|
max-width: 700px;
|
|
}
|
|
|
|
div.lggal img{
|
|
width: 25%;
|
|
float:left;
|
|
}
|
|
|
|
|
|
#scrollUp {
|
|
bottom: 50px;
|
|
left: 20px;
|
|
padding: 10px 20px;
|
|
background: #C5E9FF;
|
|
color: #000;
|
|
border-radius: 20px;
|
|
box-shadow: 0px 0px 10px black; /* Параметры тени */
|
|
opacity: 0.7;
|
|
filter: alpha(opacity=70);
|
|
outline: none;
|
|
}
|