gavin19

- friends
2,660 link karma
8,219 comment karma
send messageredditor for
what's this?

TROPHY CASE

Center header image, framework around sidebar and adding flags (country flags) next to table names by IRCFootballin csshelp

[–]gavin19 0 points1 point ago

For the centering

#header {background: url(%%img%%) no-repeat center center;}

Simple border around the sidebar

.side {
    margin-top:10px !important;
    padding:5px 5px 10px 5px !important;
    border:1px solid black;
}

For the flags, lots of these

.side table:nth-of-type(2) tr:nth-of-type(1) td:first-of-type:after{
    content:'';
    background:(%%img%%) no-repeat 0 0;
    margin-left:0.3em;
}

Change the table:nth-of-type(x) value to match the table you want, and the tr:nth-of-type(x) value to target the team name cells.

Add text next to the word "title" on the submit page by Helpful_Table_Makerin csshelp

[–]gavin19 0 points1 point ago

Something like

.submit-page #title-field .title:after {
    content:' Something about something..';
    font-size:x-small;
    color:red;
}

How to block certain subreddits from showing up on Reddit.com homepage? by joojoobombin Enhancement

[–]gavin19 6 points7 points ago

The page www.reddit.com is your front page. It is only populated by sites that you subscribe to. Unsubscribe from those you don't wish to see. FilteReddit only works for /r/all.

[bug] i switched from res on chrome to res on firefox and my subreddit shortcuts and tags got deleted. by smartalbertin RESissues

[–]gavin19 1 point2 points ago

Your settings are local, not synced on some server somewhere. Your tags etc are still there on Chrome provided you didn't uninstall RES.

How can I remove the page markers (page 2, 3 etc) in never-ending reddit ? by usernemin Enhancement

[–]gavin19 1 point2 points ago

Follow the instructions for Firefox in the post I linked to above, this time using

@-moz-document domain(reddit.com) {
    .NERPageMarker{display:none!important;}
}

instead.

How can I remove the page markers (page 2, 3 etc) in never-ending reddit ? by usernemin Enhancement

[–]gavin19 0 points1 point ago

Which browser are you using and OS (Windows/OS X etc)?

EDIT : This will point you in the right direction, provided FF/Chrome on Windows.

How can I remove the page markers (page 2, 3 etc) in never-ending reddit ? by usernemin Enhancement

[–]gavin19 1 point2 points ago

I don't use NER because I hide the links too. Hide them all as normal, refresh the page, new links! No Need For Ner.

The only way to hide them otherwise is with CSS.

.NERPageMarker{display:none!important;}

So my office has blocked imgur.com items. Any work around for RES? by border87in Enhancement

[–]gavin19 8 points9 points ago

There are several scripts/extensions out there to work around this, provided filmot and/or kageurufu aren't blocked too.

Check here, or search the extension/addon gallery for your respective browser.

Please help me make an ISO by IAmHeThatIsin techsupport

[–]gavin19 11 points12 points ago

All you need is ImgBurn. It'll let you create and burn the ISO. An alternative that I use that has broader use, and is also free, is CDBurnerXP.

[bug] Image preview not displaying Flickr images by Baron_Wobblyhorsein RESissues

[–]gavin19 0 points1 point ago

Tried any of these?

They all work fine for me. Do you have any other extensions that may be blocking flickr? If you click through to a regular flickr link does it load up ok?

[bug] hardIgnore isn't working properly. by sheepshizzlein RESissues

[–]gavin19 0 points1 point ago

Firefox is a complete arse. If I try something in Chrome/Opera it'll work 9 times out of 10. Transplant it to FF and it seems that half the time it doesn't. Probably due to my lack of knowledge, but still, annoying.

Anyway, I got it to work eventually. Again, no reason why the existing code shouldn't work. I tried using the existing onclick directly, but that didn't work either.

You can try the 'fixed' version here. Just 'save as', don't install, then overwrite your existing jid1-xUfzOsOFlzSOXg@jetpack.xpi with that one (all with Firefox closed).

[bug] hardIgnore isn't working properly. by sheepshizzlein RESissues

[–]gavin19 0 points1 point ago

Yeah, for some reason, in Firefox only, the click isn't being made that should collapse the comment block.

Submit page form colors, and text at the top of the page by slidewithmein csshelp

[–]gavin19 0 points1 point ago

For the sidebar thing.

.comments-page div.content { margin-right: 310px !important; }

For the footer links

.footer .title {color: red !important;} /* About/Help/Tools/<3 */
.footer a {color: green !important;} /* Links */

How do I Install RES on Chrome OS? by livenletlivein Enhancement

[–]gavin19 2 points3 points ago

No, it's not financially-motivated. It actually costs the author to host the browser versions himself, but that allows all the versions to be released simultaneously.

[bug] hardIgnore isn't working properly. by sheepshizzlein RESissues

[–]gavin19 0 points1 point ago

Apologies, I misread the report.

The usual form is to temporarily disable any other addons that you may have to rule out any conflicts.

EDIT : I can replicate in Firefox, but not in Chrome.

[bug] hardIgnore isn't working properly. by sheepshizzlein RESissues

[–]gavin19 1 point2 points ago

That is correct, yes. You could get rid of the vote weight by resetting their value to 0, but the name will still be visible.

If you want to go all out and hide the name entirely, you'll need to use CSS.

[bug] hardIgnore isn't working properly. by sheepshizzlein RESissues

[–]gavin19 0 points1 point ago

Works fine for me with hardIgnore on. If this is recurring for you then it seems a bug report is in order.

How do I Install RES on Chrome OS? by livenletlivein Enhancement

[–]gavin19 2 points3 points ago

RES won't sync because it's not from the web store, but otherwise it should install fine. Without a Chrome book I can't really dig any further.

Submit page form colors, and text at the top of the page by slidewithmein csshelp

[–]gavin19 0 points1 point ago

You have

.titlebox .leavemoderator, form.titlebox .flairtoggle { background-color: #ccdddd; }

in the stylesheet. It should be

.titlebox .leavemoderator, .titlebox form.flairtoggle { background-color: #ccdddd; }

That should cover it.

Submit page form colors, and text at the top of the page by slidewithmein csshelp

[–]gavin19 0 points1 point ago

Use this instead

.submit-page .roundfield, .linefield {background-color:#ccdddd!important;}

[bug] hardIgnore isn't working properly. by sheepshizzlein RESissues

[–]gavin19 0 points1 point ago

If you have an ignored user in comment threads then the comment is as-is, except the body of the comment is replaced by '... is an ignored user'. With hardIgnore, the comment body is replaced and the comment itself is auto-collapsed to hide any children.

Submit page form colors, and text at the top of the page by slidewithmein csshelp

[–]gavin19 0 points1 point ago

That was my fault from the last post. It should have been

#header-bottom-left { height: 50px; }

not

#header {height: 50px; }

For the backgrounds

.submit-page .roundfield { background-color: #ccdddd !important; }

[bug] Images in the comments section won't expand. by ohman-ohgodin RESissues

[–]gavin19 1 point2 points ago

WOT was identified as problematic months ago. I think it was something to do with showing ratings initially.

EDIT : See here for ground zero.

How do I get the tabs to appear on top of my header image, instead of below it? And more noob questions. by slidewithmein csshelp

[–]gavin19 0 points1 point ago

You pretty much have it already in your CSS.

#header-bottom-left .tabmenu li a {
    color: #CCDDDD
}
/*standard tab*/
#header-bottom-left .tabmenu li.selected a {
    color: #000000
}

Just add in a background-color: somecolour for each of those two blocks.

How do I get the tabs to appear on top of my header image, instead of below it? And more noob questions. by slidewithmein csshelp

[–]gavin19 0 points1 point ago

Use

.titlebox .leavemoderator, .titlebox form.flairtoggle { background-color: #ccdddd; }

instead.

view more: next