http://i22.photobucket.com/albums/b302/lutari/ss1.jpg1) Go to manage -> customize
2) Change the style system to "Old system(S1)"
3) Click on "Modify journal"
http://i22.photobucket.com/albums/b302/lutari/ss2.jpg4) You can choose anything as your page layout style.
http://i22.photobucket.com/albums/b302/lutari/ss3.jpg5) For Colour theme, choose a default theme if you are not sure which colours go well with each other, or you can experiment yourself.
http://i22.photobucket.com/albums/b302/lutari/ss4.jpgStyle Overides (Gosh, here comes the difficult part. :X Hope I can explain this clearly and correctly... :X)
6a) Copy and paste the following code into that box
Show content
FRIENDS_OPT_ITEMS=>40
LASTN_OPT_ITEMS=>30
LASTN_TALK_READLINK=><a href="%%urlread%%"><font color="#9B9AAB"><b><i>-</i><font color="#9B9AAB"></b> %%messagecount%%%%mc-plural%% <b><font color="#9B9AAB"><i>-</i> Comments </b><font color="#9B9AAB">
LASTN_HEAD<=
<title>TITLE HERE</title>
<style type="text/css">
body, td {
font-family: Verdana;
font-size: 10pt;
}
tt, pre {
font-family: monospace;
}
BODY {
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#FFFFFF;}
a { cursor:crosshair}
a {
text-decoration:none;
}
a:hover {
.shadowed {
font-size: 10pt;
background: %%color:weak_back%%;
}
.meta {
font-size: 10pt;
}
.index {
font-size: 10pt;
}
.caption, .index {
color: %%color:stronger_text%%;
}
.comments {
font-size: 10pt;
}
</style>
<style type="text/css">
<!--
BODY {
background-color: #030025;
background-image:url(IMG URL HERE);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 100%;
}
table {
width: 50.5%;
margin-right: 54%;
margin-center: 2%;
border: none;
}
table table {
width: 100%;
margin:0;
}
table table table {
width: 0;
}
a:hover { font-family: verdana; font-size: 10pt; line-height: 9pt; color: white; text-decoration:none;text-transform:none; background:IMG URL HERE; border: none; height:0; filter:alpha; cursor:crosshair;}
}
}
-->
</style>
<=LASTN_HEAD
LASTN_TALK_LINKS<=
<tr>
<td align="top left" colspan="2" width="200%" bgcolor="%%color:weak_back%%"
class="comments">
%%readlink%% //<a href="%%urlpost%%"><b> Comment. </b>
</tr>
<=LASTN_TALK_LINKS
6b)<title>TITLE HERE</title>
<style type="text/css">
body, td {
font-family: Verdana;
font-size: 10pt;
}
tt, pre {
font-family: monospace;
}
This part controls the title, font of your journal and how big the fonts are.
6c) BODY {
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#FFFFFF;}
a { cursor:crosshair}
a {
text-decoration:none;
}
This controls the colour of the scroll bar. (Only works for IExplorer Browser)
6d) BODY {
background-color: #030025;
background-image:url(IMG URL HERE);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 100%;
This allows you to change the picture for your background, position of the background and such
6d) table {
width: 50.5%;
margin-right: 54%;
margin-center: 2%;
border: none;
}
This controls the table. For "margin-right: 54%; ", it controls where the table will be positioned. (Mine's on the right.
) The rest I'm not so sure. :X
6e) table table {
width: 100%;
margin:0;
This controls the table's width. the bigger the %, the widder it will be.
6f) a:hover { font-family: verdana; font-size: 10pt; line-height: 9pt; color: white; text-decoration:none;text-transform:none; background:IMG URL HERE; border: none; height:0; filter:alpha; cursor:crosshair;}
This part controls the font family, font size and type of cursor when you hover over a link.
These are all that I know. Those that are not explained are those that I do not understand. XD For that you may want to ask Okamirei-chan, since she was the one who provided me the code in the first place, and taught me how to edit it. ^^ (Pmed you just in case you missed this post. XD)