de-CAP's-ing feature, maybe

  • think.correctly
  • Guru
  • Guru
  • User avatar
  • Joined: Sep 26, 2004
  • Posts: 1461
  • Loc: markham, ontario
  • Status: Offline

Post July 15th, 2006, 12:09 pm

lately there have been a lot of topic titles with caps lettering. this kinda clutters my inbox and i feel like everyone's yelling at me :(
removing caps completely except from the beginning of a word would also be great and could be applied to all posts. it gets a tad bit annoying when and entire paragraph is written in caps.
read it!
woot, mastermind
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 15th, 2006, 12:09 pm

  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post July 15th, 2006, 12:41 pm

Can you create user stylesheets for whatever browser/mail client you're using ?

Code: [ Select ]
*{
text-transform: lowercase;
}
  1. *{
  2. text-transform: lowercase;
  3. }


It's like a CSS-lap in the mouth. :D
Strong with this one, the sudo is.
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post July 15th, 2006, 12:58 pm

This is a little more selective for use with browsing Ozzu,

Code: [ Select ]
.postbody, .topictitle, .maintitle, .gen {
    text-transform: lowercase;
}
  1. .postbody, .topictitle, .maintitle, .gen {
  2.     text-transform: lowercase;
  3. }


It kinda makes everyone look like they don't know how to use grammer, but hey, nobody is yelling at you. ;)
Strong with this one, the sudo is.
  • think.correctly
  • Guru
  • Guru
  • User avatar
  • Joined: Sep 26, 2004
  • Posts: 1461
  • Loc: markham, ontario
  • Status: Offline

Post July 15th, 2006, 1:24 pm

i use firefox and the way they suggest [i think] going about doing this is editing the "userContent.css" file.
i did this and added the
Code: [ Select ]
.postbody, .topictitle, .maintitle, .gen {
  text-transform: lowercase;
}
  1. .postbody, .topictitle, .maintitle, .gen {
  2.   text-transform: lowercase;
  3. }

to every "userContent.css" file i could find on my computer [using a nifty little databasing program called "locate32"]
however, i cannot figure out how to enable these preferences in firefox
read it!
woot, mastermind
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post July 15th, 2006, 1:40 pm

Did you place one in your chrome subfolder of your Profile folder ?

http://www.mozilla.org/support/firefox/edit

userContent.css wrote:
This file sets the display rules for web content and is located in the sub-folder called chrome in your profile folder. As with user.js, this file does not exist by default, so you need to create it before you can start adding your preferences. As with userChrome.css, there is an example file that exists by default, called userContent-example.css. Basically, you can just rename that file by removing the -example part.


Make sure you save the copy you plan to use as userContent.css
The one that's in that folder is named userContent-example.css.

You will need to restart Firefox for it to take effect.
Strong with this one, the sudo is.
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post July 15th, 2006, 1:44 pm

Opera does it a little differently.

Tools > Preferences > Advanced > Content > Style Options > "Choose" a Stylesheet.

Then before closing that popup,
Presentation Modes > check "My Style Sheet" under the "Author Mode" column & make sure "Default Mode" is "Author Mode".
Strong with this one, the sudo is.
  • think.correctly
  • Guru
  • Guru
  • User avatar
  • Joined: Sep 26, 2004
  • Posts: 1461
  • Loc: markham, ontario
  • Status: Offline

Post July 15th, 2006, 1:45 pm

yes. i placed it in the "chrome" subfolder of the "profile" folder. i renamed the file to exclude the "-example" and included everything. i'm going to try the restarting thing now.
read it!
woot, mastermind
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post July 15th, 2006, 1:48 pm

Firefox is kinda picky about being restarted to put changes like that into effect.

It's part of the reason Firefox renders a little faster than most browsers.
Strong with this one, the sudo is.
  • think.correctly
  • Guru
  • Guru
  • User avatar
  • Joined: Sep 26, 2004
  • Posts: 1461
  • Loc: markham, ontario
  • Status: Offline

Post July 15th, 2006, 1:49 pm

yes! it worked. my plan to get rid of all caps in world is finally coming to fruition. now pinky, we're going to do what we do every night!

//ps: thanks very much. :)
read it!
woot, mastermind

Post Information

  • Total Posts in this topic: 9 posts
  • Users browsing this forum: No registered users and 16 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.