Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

pilotkid

macrumors 65816
Original poster
Aug 22, 2006
1,009
214
Chandler, AZ
I don't really know how to word this question... Is there a way to make all my web pages be viewed so that there is like a gray border all the way around them?

For example look at this screen shot from my macbook on the mac world website, is there a way to make all my web pages have that gray border around them? For some reason i really like it...

Picture1-1.png
 
Are you talking about the grey behind the drop shadow of the page? if so that is part of the macworld style and is part of their code. It would be hard to put that on other pages but you could do with custom style sheets for different websites and a lot of time to custom each one.
 
I don't really get what we're talking about. The light grey background or the drop shadow?

I think hes talking about the grey background. I think there is a Firefox plugin that lets you change the style sheet for websites...but I never looked into it.
 
Am I missing something? Is this not a Page colour of gray defined in the main stylesheet, with the fixed-width content centred on it? The drop shadow will be graphics.

Ah OK, the OP wants to change other sites to have a gray background. Depends entirely on how each site is built.
 
I still don't get what everyone is making a big deal about. Plugins? It's just a background color/image!

EDIT: Ohhhh I get it... it's called not browsing with your window unnecessarily full-screen.

Picture 1.jpg
 
EDIT: Ohhhh I get it... it's called not browsing with your window unnecessarily full-screen.\

That's seriously my biggest pet peeve with people who switch to Macs. There are always people I see in class in front of me with 15" and 17" MBPs with Safari or Word stretched all the way across the screen, with tons of useless white... just wanna smack 'em.
 
That's seriously my biggest pet peeve with people who switch to Macs. There are always people I see in class in front of me with 15" and 17" MBPs with Safari or Word stretched all the way across the screen, with tons of useless white... just wanna smack 'em.

Funny that's a pet peeve of mine too. It's always PC users or recent switchers. Windows just creates and nurtures this bad habit with it's instant maximize-every-window button.
 
EDIT: Ohhhh I get it... it's called not browsing with your window unnecessarily full-screen.

This is also a pet peeve of mine, but it's especially annoying when it's coupled with a complaint that OS X's "maximize" is broken. It's not a "maximize," it's a "best fit!" Yeesh.
 
Greasemonkey for firefox will allow you to add your own style sheet into webpage, and according to this page, it might be possible for you to do it in firefox. I will check them in detail when I got time, sure you can explore for yourself.
http://www.webtoolkit.info/css-drop-shadow.html

There are always people I see in class in front of me with 15" and 17" MBPs with Safari or Word stretched all the way across the screen, with tons of useless white... just wanna smack 'em.
err.. this is very much off topic and little bit disrespectful.
 
err.. this is very much off topic and little bit disrespectful.

Actually, it's exactly on topic. You shouldn't find helpful tips disrespectful. This user should try training his or herself to position windows more efficiently and less wastefully. In other words, the Mac way, rather than the Windows way.
 
Actually, it's exactly on topic. You shouldn't find helpful tips disrespectful. This user should try training his or herself to position windows more efficiently and less wastefully. In other words, the Mac way, rather than the Windows way.

I don't see OP's question has anything to do "mac way vs. windows way". rather, its a pretty.... technical question. if u guys like to discuss mac way vs. windows way. Im sure there are alot of such kind posts out there. feel free to join them.

for OP, the link I just oferred bascially creat several layers below the main body of the webpage, each layer has different color and different display priority. such that they are combined to display a transition of gray.

the problem is that that CSS will not be able to work outside <body> tag. so Unless there are other way, this one probably won't work as I expected. :eek:
 
I don't see OP's question has anything to do "mac way vs. windows way"

We all clearly explained how it does. If you're experience with switchers is so extremely limited that you don't even recognize this maximize phenomena exists that's your problem.

if u guys like to discuss mac way vs. windows way. Im sure there are alot of such kind posts out there. feel free to join them.

I felt free to join this one, thanks.

for OP, the link I just oferred bascially creat several layers below the main body of the webpage, each layer has different color and different display priority. such that they are combined to display a transition of gray.

the problem is that that CSS will not be able to work outside <body> tag. so Unless there are other way, this one probably won't work as I expected. :eek:

This is an overly complex solution to a problem that doesn't exist and is based entirely on the OP's misuse of his window.
 
Ignoring the reason why you want to, or any suggestion of how to use your computer: This is fairly simple to do with most modern browsers. It wouldn't be too hard to add those drop shadows in there either. How to do it in Safari:

Code:
html, body {

background: #BEC8CC;
width: 800px;
margin-left: auto;
margin-right: auto;

}

Copy and paste that into a text file and save it as whateveryouwant.css and then go to Safari -> Preferences... -> Advanced -> Style Sheet -> and browse to where you saved your css file.

The static width is probably the most compatible for this particular type of "hack," and you can adjust it to fit your preference. If you want percentage width, well it can be done but it's more likely to break the site's layout.
 
This is also a pet peeve of mine, but it's especially annoying when it's coupled with a complaint that OS X's "maximize" is broken. It's not a "maximize," it's a "best fit!" Yeesh.

Yes I'm a new switcher, and yes I like to maximize my WINDOWS (;) ) and when I kept pressing the maximize button I was like wtf?

I think it depends on what your viewing, lets say art pieces on a website, won't it be nice to view it full screen? (Do you not maximize anything? even video clips?)

Having multiple windows open and dividing the space up is efficient instead of command tab all the time; but i'm still not used to it

I noticed mac users not maximizing websites and I always wondered why; but I never got mad at them and its their screen so for you to raise your stress level because of it is worthless

PS sorry for the thread hijack
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.