Чистый и лаконичный сайт ДТФ
Clean DTF by DonnerTechQ2
Details
AuthorDonnerTechQ2
LicenseNo License
Categorydtf.ru
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Clean DTF
@version 20240229.11.43
@namespace https://userstyles.world/user/DonnerTechQ2
@description Чистый и лаконичный сайт ДТФ (Создано только для старой версии, не работает на редизайне. Переключение версии в нижнем левом углу сайта)
@author DonnerTechQ2
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://old.dtf.ru/"), url-prefix("https://dtf.ru/") {
.app--content-feed.app--left-column-on.app #page_wrapper
{
max-width: 940px;
margin: 0 auto;
transform: translateX(-79px);
}
.app--content-feed.app--left-column-off.app #page_wrapper
{
max-width: 1140px;
}
@media (max-width: 1320px)
{
.app--content-feed.app--left-column-on.app--right-column-on #page_wrapper
{
max-width: 740px;
margin: 0 auto;
transform: translateX(0px);
}
}
.navigation-create
{
display: none;
}
.layout__right-column
{
display: none;
}
.sidebar__footer
{
display: none;
}
.site-header-beta
{
display: none;
}
.awards-container {
display: none !important;
}
.propaganda {
display: none !important;
}
}