correct 16+
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -286,7 +286,9 @@ window.yaContextCb.push(()=>{
|
||||
</div>
|
||||
|
||||
<div id="footer_3">
|
||||
<div class="rating">12+</div>
|
||||
<div class="rating">
|
||||
<div class=""rating-num>16+</div>
|
||||
</div>
|
||||
<div id="pere">
|
||||
<?=vij_lang('copyright_text', LANG_VERSION);?>
|
||||
</div>
|
||||
|
||||
@@ -23,10 +23,10 @@ require ABSPATH.'/vendor/autoload.php';
|
||||
//wp_clear_scheduled_hook( 'wp_update_plugins' );
|
||||
|
||||
|
||||
add_action( 'after_setup_theme', function(){
|
||||
/* add_action( 'after_setup_theme', function(){
|
||||
if ( !is_admin() )
|
||||
show_admin_bar( false );
|
||||
});
|
||||
});*/
|
||||
|
||||
|
||||
#отключаем эмодзи
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<?if (defined('TESTMODE') and TESTMODE == 1):?>
|
||||
<link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/style-test.css?ver=3">
|
||||
<?else:?>
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=368">
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=390">
|
||||
<?endif?>
|
||||
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
||||
<!--<link href="<?php echo get_stylesheet_directory_uri()?>/pub/fontawesome.css" rel="stylesheet">-->
|
||||
|
||||
@@ -4,7 +4,12 @@
|
||||
justify-content: center;
|
||||
gap: 10%;
|
||||
max-width: 100%;
|
||||
padding-right: 8px;
|
||||
padding: 4px 8px 0 2px;
|
||||
}
|
||||
|
||||
.vij-logo-special{
|
||||
width: 81px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.vij-promo{
|
||||
@@ -40,14 +45,18 @@
|
||||
background-color: #000;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1%;
|
||||
gap: 2%;
|
||||
box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.07);
|
||||
margin-right: 0 12px 0 0;
|
||||
margin: 12px 12px 0 0;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
|
||||
.youtube-vij{
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
#petslogo{
|
||||
max-width: 200px;
|
||||
left: 0;
|
||||
@@ -102,7 +111,7 @@ ul.menu_main_pets{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 40px;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.header-icons-pets li{
|
||||
@@ -129,7 +138,7 @@ ul.menu_main_pets{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 5px;
|
||||
gap: 40px;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.footer-info-pets{
|
||||
|
||||
44
style.css
44
style.css
@@ -682,10 +682,7 @@ a{
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
|
||||
#rating{
|
||||
width: 20%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
#pere{
|
||||
width: 40%;
|
||||
@@ -2117,7 +2114,7 @@ a{
|
||||
}
|
||||
|
||||
|
||||
.rating{
|
||||
/*.rating{
|
||||
border-radius: 50%;
|
||||
background-color: white;
|
||||
color: white;
|
||||
@@ -2128,6 +2125,26 @@ a{
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
}*/
|
||||
|
||||
.rating{
|
||||
padding: 15px;
|
||||
margin: 5px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 50%;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
max-width: 50px;
|
||||
max-height: 50px;
|
||||
background-color: #ACACAC;
|
||||
color:white;
|
||||
}
|
||||
|
||||
.rating-num{
|
||||
font-size: 1rem;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -2714,7 +2731,8 @@ box-shadow: 1px 1px 3px #000;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#left{
|
||||
display: none;
|
||||
}
|
||||
@@ -3062,18 +3080,10 @@ and (max-device-width : 667px) {
|
||||
border-bottom: 3px solid #F18129;
|
||||
}
|
||||
|
||||
.rating{
|
||||
color: black;
|
||||
background: #E2E2E2;
|
||||
width: 4em;
|
||||
height: 4em;
|
||||
line-height: 4em;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
#pere {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user