Some UI improvements for Rutor
Better Rutor UI by alexantr
Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/160017.user.css
Details
Authoralexantr
LicenseNo License
Categoryrutor
Created
Updated
Size1.6 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 Better Rutor UI
@version 20211009.21.02
@namespace userstyles.world/user/alexantr
@description Some UI improvements for Rutor
@author alexantr
@license No License
==/UserStyle== */
@-moz-document domain("rutor.info"), domain("rutor.is") {
h1 {
color: black;
font-size: 26px;
margin-left: 15px;
padding-left: 0;
}
#content > center > h1 {
color: gray !important;
font-size: 12px !important;
}
#download a {
text-decoration: none !important;
}
#download a.d_small,
#download a:hover {
text-decoration: underline !important;
}
#content a:visited {
color: gray !important;
}
@media (min-width: 2000px) {
html {
height: 100%;
}
body {
position: relative;
background: #eee;
}
body::after {
position: absolute;
z-index: -1;
content: '';
width: 1900px;
height: 100%;
left: 50%;
top: 0;
bottom: 0;
margin-left: -950px;
background: #fff;
}
#all,
div#ws {
max-width: 1900px !important;
margin-left: auto !important;
margin-right: auto !important;
}
div#ws {
position: relative;
}
div#ws::before,
div#ws::after {
display: table;
content: '';
clear: both;
}
div#ws div#content {
position: static;
left: auto;
right: auto;
margin-left: 10px;
margin-right: 270px;
}
div#ws div#sidebar {
top: 0;
}
}
}