Style for centering the page of RBC.ru news portal
Convenient for widescreen monitors, especially from 34 inches.
Use together with DarkReader
RBC.ru Center page by Klim
Details
AuthorKlim
LicenseNo License
Categoryuser
Created
Updated
Size444 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name rbc.ru - апр. 2024 г.
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Klim
==/UserStyle== */
@-moz-document domain("rbc.ru") {
/* Место для CSS кода... */
}
html, body {
height: 100%;
}
html {
display: table;
margin: auto;
}
body {
display: table-cell;
vertical-align: middle;
}