MediaWiki:Common.css: відмінності між версіями
Colonel (обговорення | внесок) Немає опису редагування |
Colonel (обговорення | внесок) Немає опису редагування |
||
| (Не показано 15 проміжних версій цього користувача) | |||
| Рядок 19: | Рядок 19: | ||
#ca-viewsource { display:none!important; } | #ca-viewsource { display:none!important; } | ||
#ca-view { display:none!important; } | #ca-view { display:none!important; } | ||
#p-tb { display: none;} | |||
| Рядок 24: | Рядок 25: | ||
.last-modified-bar { display: none;} | .last-modified-bar { display: none;} | ||
a.last-modified-bar {display: none;} | |||
.mw-footer li { | .mw-footer li { | ||
| Рядок 32: | Рядок 35: | ||
} | } | ||
.video-container { | |||
position: relative; | |||
padding-bottom: 56.25%; /* 16:9 співвідношення */ | |||
height: 0; | |||
overflow: hidden; | |||
max-width: 100%; | |||
} | |||
.video-container iframe { | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 100%; | |||
} | |||
<!-- Google Tag Manager --> | <!-- Google Tag Manager --> | ||
| Рядок 55: | Рядок 76: | ||
gtag('config', 'G-41S0384QM1'); | gtag('config', 'G-41S0384QM1'); | ||
</script> | |||
<!-- Google tag (gtag.js) --> | |||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-43853107-1"></script> | |||
<script> | |||
window.dataLayer = window.dataLayer || []; | |||
function gtag(){dataLayer.push(arguments);} | |||
gtag('js', new Date()); | |||
gtag('config', 'UA-43853107-1'); | |||
</script> | </script> | ||