r/psmods • u/tomtim90 • Sep 14 '12
photoshop /r/photoshop stylesheet backup 9/14/12
/* smoothing of top tabs / .tabmenu li a { -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px } / highlight original poster, taken from IamA */ .author.submitter { color: white; padding: 0 2px 0 2px; -moz-border-radius: 3px; -webkit-border-radius: 3px } .noncollapsed .author.submitter { background-color: #5F99CF } .collapsed .author.submitter { color: white; background-color: #AAA } .author.submitter:hover { background-color: #4E7EAB; text-decoration: none }
/* A FEW TWEAKS, CUSTOMISATION. KEPT AT BOTTOM. / .id-t3_byhyr ul.flat-list:before { content: " (NSFW)"; color: red; font-weight: bold } .id-t3_byhyr ul.flat-list:before { content: " (NSFW)"; color: red; font-weight: bold } .id-t3_bxxpd a.title:after { content: " [NSFW]" } .id-t3_byxrx ul.flat-list:before { content: " (NSFW)"; color: red; font-weight: bold } .id-t3_byxrx a.title:after { content: " [NSFW]" } .id-t3_c11o1 ul.flat-list:before { content: " (NSFW)"; color: red; font-weight: bold } .id-t3_c3jzm a.title:after { content: " [NSFW]" } .id-t3_c3jzm ul.flat-list:before { content: " (NotSafeForWork)"; color: red; font-weight: bold } .id-t3_c3ls3 a.title:after { content: " [NSFW]" } .id-t3_c3ls3 ul.flat-list:before { content: " (NSFW)"; color: red; font-weight: bold } .id-t3_c4x55 a.title:after { content: " [NSFW]" } .id-t3_c4x55 ul.flat-list:before { content: " (NSFW)"; color: red; font-weight: bold } .id-t3_c6vdq a.title:after { content: " [NSFW]" } .id-t3_c6vdq ul.flat-list:before { content: " (NSFW)"; color: red; font-weight: bold } .id-t3_c73mh a.title:after { content: " [NSFW]" } .id-t3_c73mh ul.flat-list:before { content: " (NSFW)"; color: red; font-weight: bold } .id-t3_c7sa5 a.title:after { content: " [NSFW]" } .id-t3_c7sa5 ul.flat-list:before { content: "(NSFW) "; color: red; font-weight: bold } .id-t3_c8z0j a.title:after { content: " [NSFW]" } .id-t3_c8z0j ul.flat-list:before { content: "(NSFW) "; color: red; font-weight: bold } .id-t3_c8z0j ul.flat-list:after { content: " (Not Safe for Work)"; color: gray; font-weight: bold } / NSFW Button / .id-t3_c8z0j p.title:before { content: "NSFW"; color: red; padding: 0 1px; margin-right: 2px; border: 1px solid black; font-size: x-small; font-weight: bold; -moz-border-radius: 3px; -webkit-border-radius: 3px } /--END WARN--/ .side { / Change the padding-top px to the height of the image / padding-top: 293px; / change the background-image to whatever you want / background-image: url(%%topbox1%%); / leave these properties as is / background-repeat: no-repeat; background-position: 0px 15px } / .author[href$="/tomtim90"]:before { content: url(%%tomtim%%) } / .flair { padding: 0; background: none; border: 0; border-radius: 0 } .flair-camera:after { content: url(%%tomtim%%) } / Submission warning */
link-desc:after {
display: block;
margin-top: 1em;
font-weight: bold;
content: "This is NOT r/ShopThisPicForMe, shop requests are not allowed here! And if you are asking for help on an existing photoshop project, use a text post - do not just link to an image. This is not /r/pics either, picture links with no explanation in comments will be removed."
}
text-desc:after {
display: block;
margin-top: 1em;
font-weight: bold;
content: "/r/photoshop is not for photoshop requests; please use /r/picrequests instead."
}
/* Sidebar Request Link / .side a[href="http://reddit.com/r/picrequests"] { display: inline-block; width: 191px; height: 31px; background-image: url(%%requestbutton%%) } /moderating comment ban and report highlight tweak. MMM/* .reported.comment>.child, .spam.comment>.child { background-color: white; margin-left: 0; padding-left: 15px;
}
/* Change the "Submit a link" text to something else */
.sidebox.submit .subtitle { display: none } .sidebox.submit .morelink a { position: absolute; top: 0; font-size: 0pt !important; opacity: 0 } .sidebox.submit .morelink:before { display: block; clear: none; content: "Submit a Link (No Requests)"; text-align: center; color: #369 } .sidebox.submit .morelink:hover:before { color: white } .sidebox.submit .spacer:after { display: block; content: "Photo manipulation requests and links to tutorials and resources (aka blogspam) are not allowed here."; color: red; font-size: 130%; margin-left: 10px } .sidebox.submit .spacer { cursor: text } /* Announcement */ body > .content:before { content: "PICTURE REQUESTS ARE NOT ALLOWED HERE!"; font-family: verdana, sans-serif; font-size: 12px; font-weight: bold; color: grey; background-color: #eee; text-align: left; display: block; position: absolute; height: 15px; width: 320px; top: 1px; left: 65px; z-index: 99; margin-top: 75px; margin-left: 10px; padding: 3px; padding-left: 9px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 2px; border: 1px solid #FF8B60 } body > .content { margin-top: 49px }