resmigazete.gov.tr'nin okunabilirliğini artırmak için
ResmiGazete Geniş ve Büyük Yazılar by taylantatli
Details
Authortaylantatli
LicenseNo License
Categoryresmigazete
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 ResmiGazete Geniş ve Büyük Yazılar
@version 20220429.06.49
@namespace userstyles.world/user/taylantatli
@description resmigazete.gov.tr'nin okunabilirliğini artırmak için
@author taylantatli
@license No License
==/UserStyle== */
@-moz-document regexp("https://www.resmigazete.gov.tr/eskiler.*") {
/* Reset */
span {
font-size: 100% !important;
color: inherit;
}
/* Layout */
html {
background: #222233;
color: #AACCFF;
}
.MsoNormal > b > span {
color: #faa !important;
}
.MsoNormalTable {
width: 50vw !important;
}
.MsoNormalTable > tbody > tr:nth-of-type(2) > td > p > b > span {
color: #c4d552 !important;
}
/* Typography */
* {
font-family: SF Pro Rounded, Roboto, Calibri !important;
line-height: 1.65 !important;
}
.Balk11pt {
font-size: 1.2em !important;
}
.OrtaBalkBold {
font-size: 1.35em !important;
}
.Metin {
font-size: 1.2rem !important;
}
}