متن دلخواه برای صفحهٔ پیوندها
متن دلخواه برای صفحهٔ پیوندها by mimvahedi

Details
Authormimvahedi
Licensecc-0
Categoryglobal
Created
Updated
Code size985 B
Code checksumeb2ccede
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
arrow icon by pngtree.com
background by icons8.com
Source code
/* ==UserStyle==
@name متن دلخواه برای صفحهٔ پیوندها
@namespace peyvandha
@author mimv
@description متن دلخواه برای صفحهٔ پیوندها
@version 2
@license cc-0
@var text title title "فیلتره"
@var text subtitle subtitle "فیلترشکنو روشن کن!"
@preprocessor uso
==/UserStyle== */
@-moz-document regexp(".*") {
body:has(iframe[src^="http://10.10.34.35"], iframe[src^="http://10.10.34.34"], iframe[src^="http://10.10.34.36"]) {
text-align: center;
font-family: sg kara;
&:before {
content: "فیلتره";
content: "/*[[title]]*/";
font-size: 10vw;
margin: 4rem 0 0;
direction: rtl;
display: block;
font-weight: bold;
}
&:after {
content: "فیلترشکنو روشن کن!";
content: "/*[[subtitle]]*/";
direction: rtl;
font-size: 2vw;
display: inline-block;
}
}
}