Color and art alteration of my "Earth Fantasy" CSS
Feel free to download and use this CSS in your own journals
::ATTENTION:: Please do not alter the Images or redistribute this CSS!
however, you may alter the code to suit your needs if you wish
if you have questions about what you can and cant do with this code, note me for more info.
make sure to read and follow the instructions in the readme file - if you feel like you have followed all the instructions to the best of your abilities and are still encountering problems note me
please do not remove the credit line at the bottom of the journal, or if you'd prefer you may add one of your own so long as it links back to my page
The art displayed in this CSS is (c) to me and may only be used in this journal CSS with credit line linking to my page
Enjoy!
other CSS by me Orchid Fantasy[link] Earth Fantasy [link] Nouveau Vines [link] Tribal Flow[link]
want to see the complete art work used in this CSS? check it out here [link]
O_o; thats odd. ok a few trouble shooting questions.
are you using anything in the header or footer of your journal? (I cant imagine this making a difference unless you are trying to put a large image in the header or something but you never know)
were you using one of the new "skins" previously? or is there anything in the header/footer or CSS box thats left over from your previous journal CSS?
at the bottom of the CSS there is this coding: .textbox { padding:30px; border-bottom:3px #676746 solid; border-left:2px #8a8a5d solid; background-color:#413c2d; border-top:2px #8a8a5d solid; border-right:3px #676746 solid;
make sure the coding matches in your CSS
likewise these two areas of code could cause that problem if they were incorrect: .journaltop { background:url([link]) top center no-repeat transparent; height:278px; text-align:left; padding-top:5px; margin-left:0px; margin-bottom:-60px; _margin-bottom:20px; color:#302d22;
if all those areas are the same and you cant find anything left in from other CSS's or anything its possible you could be experiancing a glitch.
the second code i pasted in here, that begins with .journaltop, where it says margin-bottom:-60px; _margin-bottom:20px;
if those numbers are wrong it could cause the problem your talking about. but if they are right, and there is nothing large in your "header" section of the journal, i dont know what it could be. If i find anything i'll let you know
Yay for you.
When I write something or create a textbox, it appears on the bottom, part of it offscreen.
Any ideas?
are you using anything in the header or footer of your journal? (I cant imagine this making a difference unless you are trying to put a large image in the header or something but you never know)
were you using one of the new "skins" previously? or is there anything in the header/footer or CSS box thats left over from your previous journal CSS?
at the bottom of the CSS there is this coding:
.textbox {
padding:30px;
border-bottom:3px #676746 solid;
border-left:2px #8a8a5d solid;
background-color:#413c2d;
border-top:2px #8a8a5d solid;
border-right:3px #676746 solid;
make sure the coding matches in your CSS
likewise these two areas of code could cause that problem if they were incorrect:
.journaltop {
background:url([link]) top center no-repeat transparent;
height:278px;
text-align:left;
padding-top:5px;
margin-left:0px;
margin-bottom:-60px;
_margin-bottom:20px;
color:#302d22;
and:
.list {
text-align:center;
color:#302d22;
padding-bottom:100px;
padding-left:0px;
padding-top:150px;
background:url([link]) bottom center no-repeat transparent;
if all those areas are the same and you cant find anything left in from other CSS's or anything its possible you could be experiancing a glitch.
the second code i pasted in here, that begins with .journaltop, where it says margin-bottom:-60px;
_margin-bottom:20px;
if those numbers are wrong it could cause the problem your talking about. but if they are right, and there is nothing large in your "header" section of the journal, i dont know what it could be. If i find anything i'll let you know