This is sort of an update to my other journal thing here
[link]That one gives you the whole journal, but it's the same height just with a scroll bar.
This one will show the whole journal within your message centre without a scroll bar. So you can see it all. I tried to figure out how to make the width fill out your screen from edge to edge, but I couldn't do it. So it's maximized for a 1024 X 768 screen. You can of course change this to fit whatever size you need for your screen.
»» To Install ««You will need
Firefox with
Stylish.
Then right click on the Stylish icon and select
Write Style -> Blank Style... Then copy this code into the body, and give it a name.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("my.deviantart.com"){
div.mcbox-preview-journal div.mcb-body {
height:auto!important;
max-height:9000px!important;
width:600px!important;
}
}
You can also make it so all the journals look like they would normally unless you hover over the text of the journal. Just add a :hover after the div, or copy and paste this in;
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("my.deviantart.com"){
div.mcbox-preview-journal div.mcb-body {
width:600px!important;
}
div.mcbox-preview-journal div.mcb-body:hover {
height:auto!important;
max-height:9000px!important;
width:600px!important;
}
}
Then you should be able to see the full journal of people in your message centre

Just remember, you can change
width:600px!important; to whatever number you want. This is coded so a 1024 X 768 screen will see it and not stretch. So if you have a bigger screen, try increasing the number. Or you can take it out if you want.
Just remember, it's always best to go to the actual journal so you can see all the images, links, and CSS.
Any comments or critiques are more than welcome since I don't know that much CSS

The Artist has requested Critique on this Artwork
Please sign up or login to post a critique.