moeffju.net

Advertising mattness

If you are looking for high-quality photo prints in sizes from 13x18cm to 50x75cm (that is 5x7” to 20x30”), then mattness.net is where you should be heading right now. American customers might want to order from my deviantART Store instead to save on shipping (but with fewer size options). Please note that not all photos that are available for printing are uploaded to all sites — all pictures in my deviantART gallery can be made available for printing.

Also, if you have modeling ambitions, or would just like to have some nice photos of yourself taken, why not send me your model application and book that plane to Germany?

deviantART.com, the sane way

To sanitize the layout of deviantART.com, put this in your user stylesheet (userContent.css in Mozilla/Firefox, use the ChromEdit extension).

/* deviantART: sanitize layout */
body#deviantART { padding: 2px 4px !important; margin: 0 !important; }
body#deviantART div#head h1 { padding: 0 !important; height: 20px !important; }
body#deviantART div#head h1 * {
    height: auto !important; padding: 0 !important; margin: 0 !important;
    font-size: 12pt !important; letter-spacing: 2px !important;
    font-weight: bold !important;
}
/* Remove ads */
body#deviantART div#sponsors { display: none; }
/* Move Journal / Settings / Profile links and Search box */
body#deviantART div#deviosity {
    position: absolute !important;
    top: 5px !important;
    left: 150px !important;
}
body#deviantART form#devart-search {
  position: absolute !important;
  top: -20px !important;
  right: 0px !important;
}
/* Remove Christmas bar */
body#deviantART div#bar-countdown { display: none !important; }

This sizes down the header, removes the ad block (though AdBlock is better for that), and the christmas notice, and finally moves the deviosity block (Journal | Profile | Settings) and search box back into the header.