-
Notifications
You must be signed in to change notification settings - Fork 112
/
stylesheet.json
9 lines (8 loc) · 4.83 KB
/
stylesheet.json
1
2
3
4
5
6
7
8
9
{
"kind": "stylesheet",
"data": {
"images": [],
"subreddit_id": "t5_3gjo4",
"stylesheet": "/* CSS FOR USERSCRIPT */\n\n#pd__central {\n background: #fff;\n border: 1px solid #ddd;\n border-radius: 1em;\n line-height: 2em;\n margin: 20px;\n margin-right: 320px;\n padding: 20px;\n}\n\n.goodbye::after,\n.goodbye2::after,\n#pd__central::after {\n content: \"\";\n clear: left;\n display: block;\n}\n\n.goodbye2 {\n display: none;\n}\n\n.complete[style*=\"block\"] .goodbye2 {\n display: block;\n}\n\n.submit-bug {\n float: left;\n width: 50%;\n padding: 20px;\n box-sizing: border-box;\n}\n\n.faq {\n float: left;\n width: 50%;\n}\n\n.faq blockquote {\n border-left: 3px solid #09f;\n padding-left: 1.2em;\n margin: .5em 0;\n}\n.faq p {\n line-height: 1.1em;\n text-indent: 1.5em;\n}\n\n.xt {\n display: none;\n}\n.xt:checked~.xtr-section {\n display: block;\n}\n.xt~label::after {\n color: #09f;\n content: \"+\";\n font-weight: bold;\n margin-left: .2em;\n}\n.xt:checked~label::after {\n content: \"-\";\n}\n.xt.xtr {\n display: inline-block;\n}\n.ind {\n margin-left: 1em !important;\n}\n#pd__central input[type=\"checkbox\"] {\n margin-right: .5em;\n position: relative;\n top: 3px;\n}\nb.m {\n color: #590;\n margin-right: .4em;\n}\n#pd__central a {\n cursor: pointer;\n}\n.xtr-section {\n background: #eee;\n display: none;\n max-height: 20em;\n overflow-y: auto;\n padding: .5em 1em;\n}\n#pd__central textarea {\n min-height: 3em;\n min-width: 200px;\n width: 50%;\n}\n#pd__central .label {\n display: block;\n text-align: center;\n}\n#pd__central .progress {\n border: 1px solid #ccc;\n border-radius: 0.5em;\n height: 2em;\n margin-bottom: 1em;\n position: relative;\n}\n#pd__central .bar,\n#pd__central .text {\n display: block;\n height: 100%;\n left: 0;\n position: absolute;\n top: 0;\n}\n#pd__central .bar {\n background: #def;\n z-index: 0;\n}\n#pd__central .text {\n text-align: center;\n width: 100%;\n z-index: 1;\n}\n\n#pd__central .text::before {\n content: attr(data-top)\"/\"attr(data-bottom);\n}\n\n.processing {\n display: none;\n}\n\n.xtr-section a {\n text-decoration: underline;\n}\n\n.xtr-section a.disabled, \n.xtr-section a.loading {\n color: #999;\n}\n\n.gt-toggle+label {\n cursor: pointer;\n border-bottom: 1px dashed #333;\n}\n\n.gt-toggle+label::before {\n content:\"Less than\";\n}\n.gt-toggle.greater+label::before {\n content:\"Greater than\";\n}\n\n#pd__date-selector .gt-toggle+label::before {\n content:\"Older than\";\n}\n#pd__date-selector .gt-toggle.greater+label::before {\n content:\"Newer than\";\n}\n\n\n.hidden {\n display: none;\n}\n\n/* Subreddit Style */\n\n.linkflairlabel {\n max-width: none !important;\n}\n.titlebox a {\n color: ##64b2ff;\n text-decoration: underline;\n}\n.side {\n position: relative;\n padding-left: 20px;\n z-index: 15;\n}\n\n.listing-page .stickied+.clearleft+.linkflair-old,\n.listing-page .stickied+.linkflair-old {\n margin-top: 80px;\n position: relative;\n overflow: visible !important;\n}\n\n\n.listing-page .stickied+.clearleft+.linkflair-old::before,\n.listing-page .stickied+.linkflair-old::before {\n content: \"Old Versions\";\n display: block;\n position: absolute;\n top: -2em;\n left: 0;\n font-weight: bold;\n font-size: 14px;\n border-bottom: 1px solid;\n width: 100%;\n}\n\n.debugging {\n display: none;\n}\n\n.progress__byline {\n display: table;\n border-collapse: collapse;\n width: 100%;\n margin-top: 2em;\n}\n\n.progress__byline .row {\n display: table-row;\n width: 100%;\n}\n\n.progress__byline .row .type {\n display: none;\n border-top: 1px solid #ccc;\n text-align: center;\n font-size: 10px;\n}\n\n.progress__byline .row .type.visible {\n display: table-cell;\n}\n\n.progress__byline .row .type .num::before {\n content: attr(data-num);\n}\n\n.progress__byline .num {\n display: block;\n font-weight: bold;\n font-size: 1.2em;\n}\n\n.progress__byline .ignored .reasons {\n margin: 0;\n padding: 0;\n line-height: 1em;\n color: #999;\n}\n.progress__byline .ignored .reasons *::after {\n content: attr(data-num);\n}\n\n#progress__item-output.onecol>div {\n width: 100%;\n}\n\n#progress__item-output.twocol>div {\n float: left;\n width: 50%;\n}\n\n#progress__item-output::after {\n content: \"\";\n display: block;\n clear: both;\n}\n\n#progress__item-output a {\n display: block;\n}\n\n#pd__central hr {\n margin: 2em 0 1em;\n}\n\n.export-button {\n display: block;\n width: 250px;\n text-align: center;\n background: #09f;\n color: #fff;\n font-size: 14px;\n padding: 5px;\n margin: 0 auto;\n border-radius: 4px;\n font-weight: bold;\n}"
}
}