a better rizospastis view
rizospastis.gr by tupolev
Details
Authortupolev
LicenseMIT
Categorywww.rizospastis.gr
Created
Updated
Size1.0 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 rizospastis.gr - Mar 2024
@version 20240306.18.54
@namespace https://userstyles.world/user/FUBAR
@description a better rizospastis view
@author FUBAR
@license MIT
==/UserStyle== */
@-moz-document domain("rizospastis.gr") {
p {
font-size: medium;
}
.container {
margin: auto;
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.utitle1 {
color: black;
font-weight: bold;
text-decoration: none;
font-size: xx-large;
border-left: 5px solid red;
}
.title1, .title2, .ltitle {
margin: 20px;
padding: 10px;
background: #e1e1e1;
border-radius: 1em;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.subtitle, .dropcap {
font-size: medium;
}
.story_body {
margin: 20px 20px 60px 20px;
padding: 20px;
background: #e1e1e1;
border-radius: 1em;
font-size:medium;
text-align: justify;
text-justify: inter-word;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
}