Square images & buttons for Pinterest
[0.9.x] Pre-release
Authorfelixan01
LicenseNo License
Categorypinterest
Created
Updated
Size3.6 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Square images & buttons for Pinterest
[0.9.x] Pre-release
/* ==UserStyle==
@name Pinterest SquaRE+
@namespace dotProjects
@version 0.9.5
@description Square images & buttons for Pinterest
@author Felixan
@preprocessor stylus
@var checkbox SquaRE 'Square Feature | Функция Закругления' 1
@var range Avatars "Avatars | Аватарки" [12, 0, 50, 1, "%"]
@var range Images "Images | Медиа" [3, 0, 25, 1, "px"]
@var range Buttons "Buttons | Кнопки" [3, 0, 25, 1, "px"]
@var range Tooltips "Tooltips | Тултипы" [3, 0, 25, 1, "px"]
@var checkbox DarkTheme 'Dark Theme λ | Темная Тема [Альфа]' 0
@var checkbox MoreButton 'Hide - "More" Button | Скрыть - Кнопку "Ещё"' 0
==/UserStyle== */
@-moz-document domain("pinterest.com"), domain("ru.pinterest.com") {
/* Square Elemets */
if (SquaRE) {
/* Avatars */
placeholder {
border-radius: Avatars !important;
}
/* Avatars - Fixes */
/* root */
:root {
--rounding-circle: Avatars;
}
/* Images */
.Hsu.iyn.zI7.sLG.p6V.ojN.Rym.QLY.MIw > .Hsu.iyn.zI7.XiG > .MIw.L4E.kVc.hCL,
.Hsu.iyn.zI7.mQ8.l7T.Mhr.Jea > .Hsu.iyn.zI7.XiG > .Hsu.iyn.zI7.sLG,
.Hsu.iyn.zI7.mQ8.XiG.Jea > .Hsu.iyn.zI7.XiG > .Hsu.iyn.zI7.sLG,
.Hsu.iyn.zI7.sLG.p6V.ojN.Rym.QLY.MIw > .Hsu.iyn.zI7.XiG,
.Hsu.iyn.zI7.mQ8.l7T.Mhr.Jea > .Hsu.iyn.zI7.XiG,
.Hsu.iyn.zI7.mQ8.XiG.Jea > .Hsu.iyn.zI7.XiG,
div.Hsu.iyn.zI7 > .Hsu.iyn.zI7.mQ8.XiG.Jea,
.m1e.eEj.XiG.sLG.Pj7 > .Hsu.iyn.zI7.XiG,
.Hsu.iyn.zI7.sLG > .m1e.eEj.XiG.sLG.Pj7,
.Hsu.iyn.zI7.sLG.p6V.ojN.Rym.QLY.MIw,
.XiG.sLG.zI7.iyn.Hsu,
.Hsu.iyn.zI7.DUt,
sLG.zI7.iyn.Hsu,
XiG.zI7.iyn.Hsu,
placeholder {
border-radius: Images !important;
}
/* Images - Fixes */
/* root */
:root {
--rounding-500: Images;
--rounding-700: Images;
--rounding-200: Images;
--rounding-800: Images;
}
/* Buttons */
.Hsu.iyn.zI7.hUC.Zr3.KS5.Jea > div.Hsu.iyn.zI7 > .Hsu.iyn.zI7 > .Hsu.iyn.zI7.XiG,
#searchBoxContainer.Hsu.iyn.zI7.wYR.ujU,
.Hsu.iyn.zI7.ujU.XiG.KS5.Jea,
Jea.KS5.XiG.ujU.zI7.iyn.Hsu,
.Hsu.iyn.zI7.fev._HI.Jea,
.Hsu.iyn.zI7.wYR.ujU,
.jPl,
placeholder {
border-radius: Buttons !important;
}
/* Buttons - Fixes */
/* root */
:root {
--rounding-400: Buttons;
--rounding-600: Buttons;
}
/* Tooltips */
placeholder {
border-radius: Tooltips !important;
}
/* Tooltips - Fixes */
/* root */
:root {
--rounding-pill: Tooltips;
}
/* Square Plus - Functions */
if (MoreButton) {
.Hsu.iyn.zI7.urM.INd.ALa > .Hsu.iyn.zI7.oy8 > .Hsu.iyn.zI7 > .YbY.wsz.lnZ.yQo.adn.HEm > .BG7.qrs.S9z.yQo.adn.kVc.rYa > .OGJ.mQ8.KS5._O1.INd.x8f {
display: none!important;
}
}
}
/* Dark Theme */
if (DarkTheme) {
:root {
--color-background-default: #222222;
--color-background-secondary-base: #424242;
--color-border-container: #292929;
--color-text-default: #e1e3e6;
--color-icon-default: #909499;
--color-gray-roboflow-200: #424242;
--color-text-subtle: #222222;
--overlay-color-background: #19191a;
--button-color-secondary-default: #454647;
--button-color-secondary-hover: #4c4d4e;
--button-color-white-default: #454647;
--button-color-white-hover: #4c4d4e;
--g-colorGray0: #424242;
--g-colorGray50: #363738;
--g-colorGray300: #e1e3e6;
}
body {
background-color: #0a0a0a;
}
}
}