Site content on all width of page on DTF.
dtf.ru КОНТЕНТ НА ВСЮ ШИРИНУ СТРАНИЦЫ by maplol
Details
Authormaplol
LicenseNo License
Categorydtf
Created
Updated
Size3.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 dtf.ru КОНТЕНТ НА ВСЮ ШИРИНУ СТРАНИЦЫ
@version 20220415.11.52
@namespace userstyles.world/user/maplol
@description Site content on all width of page on DTF.
@author maplol
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://dtf.ru") {
.app {
display: grid;
grid-template-rows: 1fr;
}
.site-header {
position: relative;
}
.layout__left-column {
position: sticky;
order: 1;
}
.layout__content.l-relative {
order: 2;
}
.layout__right-column {
order: 3;
display: none;
}
#page_wrapper {
max-width: 100% !important;
width: 100% !important;
}
.l-entry__header.l-island-a {
width: 95% !important;
}
.l-entry__header.l-island-a h1 {
font-size: 36px;
}
.andropov_video,
.andropov_image {
max-width: 100% !important;
width: auto !important;
height: auto !important;
max-height: 100% !important;
overflow: visible;
}
.l-island-a .andropov_video,
.l-island-a .andropov_image {
max-width: 100% !important;
width: auto !important;
max-height: 100% !important;
height: auto !important;
}
.l-island-a p,
.content figcaption {
width: 95% !important;
margin: 5px auto;
}
.l-island-a span {
margin: 5px auto;
}
.content figure {
margin-bottom: 0;
}
.content-info.content-info--full.l-island-a,
.content-footer.content-footer--full.l-island-a,
.subsite-card-entry,
.comments__body {
width: 95% !important;
margin: 20px auto;
}
.vacancies_widget.l-island-round,
.dstr-fl.dstr-fl--active {
display: none;
}
p,
span {
font-size: 18px;
}
.l-island-b {
width: 100% !important;
max-width: 100% !important;
}
.content-title,
.content-title__last-word {
font-size: 36px !important;
line-height: 1.3em !important;
}
.andropov_image__inner {
height: auto !important;
}
.content-image{
display:block;
}
.content.content--embed {
width: 100% !important;
max-width: 100% !important;
}
.content-image--with_background.content-image--vertical > div {
max-width: 100% !important;
}
.l-island-a {
width: 100% !important;
max-width: 100% !important;
}
.comments__title__long {
margin: 0 !important;
}
}
@-moz-document url-prefix("https://dtf.ru/popular") {
.main.layout {
display: flex;
flex-direction: row;
}
.site-header {
position: sticky;
}
.layout__left-column {
position: sticky;
order: 1;
}
.layout__content {
order: 2;
}
.layout__right-column {
order: 3;
}
.content-title,
.content-title__last-word {
font-size: 36px;
line-height: 1.3em;
}
.andropov_video,
.andropov_image {
max-width: 100% !important;
width: auto !important;
max-height: 100% !important;
height: auto !important;
}
.andropov_image__inner {
height: auto !important;
}
#page_wrapper {
max-width: 100% !important;
width: 100% !important;
}
}
@-moz-document url-prefix("https://dtf.ru/my/new") {
.l-island-a {
width: auto !important;
}
#page_wrapper {
width: auto !important;
/* max-width: 640px !important; */
}
.site-header {
position: sticky;
}
.layout__right-column {
order: 3;
display: block;
}
}