

Enter the Crypt - OpenID
The Cemetery - The Morgue - Join the Undead - Offerings - Download - DJ News - Advertise on DJ
Morgue Directory - Random Grave - Place of Death - Search Morgue - Interests
Botched Murders - FAQ - Lost Info? - Spoon Feeding - Hauntings
|


Resizing your journal tables [Refried Paper] style
This tutorial will deal with resizing your journal tables with the Refried Paper system style.
This ONLY applys if you are using the Refried Paper style.
The new system style, Refried Paper, is designed to occupy the entire screen, covering up any background image unless the design is altered. This item in our collection presents an override that places a background image, then shifts the usual Refried Paper content to the right side of the window to allow that image to display.
In your own style If you have your own style, and you want to move the tables without having to go through and change all the widths, then paste this code into the <head> section of your LASTN_PAGE:
<style type="text/css"> <!-- body { background-color: #000000!important; background-image: url(http://yourdomain.com/youraccount/yourimage.jpg)!important; background-attachment: fixed!important; background-repeat: no-repeat!important; } table { margin-left: 25%; width: 75%; } table table { margin-left: 0; width: 100%; } --> </style>
In OverridesIf, however, you don't have your own style, and rely on overrides, then you will want to paste this into your overrides box at http://deadjournal.com/modify.bml: GLOBAL_HEAD< <style type="text/css"> <!-- body { background-color: #000000!important; background-image: url(http://yourdomain.com/youraccount/yourimage.jpg)!important; background-attachment: fixed!important; background-repeat: no-repeat!important; } table { margin-left: 25%; width: 75%; } table table { margin-left: 0; width: 100%; } --> </style> <=GLOBAL_HEAD
N.B. If you have more than one GLOBAL_HEAD override, you will need to merge them. See this FAQ for instructions. Of course, you would want to point to the URL for your own image. And depending on the size of that image, you can adjust the percentages for the first "table" line. Both of these sections are highlighted.
|