| Resources & Stock Images / Tutorials / deviantART Tutorials | ©2011-2013 `GillianIvy |



Again, I recommend trying my "Bare Bones CSS Template" as it's a structured shell of all the elements for Gruze journals. This tutorial does not teach that structure, there are already box models and tutorials for that. This is a walkthrough of my process. I use the Bare Bones to speed up my designing process and so I don't forget an important section.
For instance, in my designing phase, I forgot moods all together. So for now, I've made a mental note of where I want them, I'm not going to go back into my design just to add that in. I think I'll put them on the bottom in the text area, centered.
Now that all my files are uploaded and I've put my snippet on, I'll put in my dummy example text. I like to include at least one of the following: Regular text, Thumb(s), Blockquote, Unordered List, Ordered List (In the preview it's unordered, will fix later), and Subheader.
I use the code <strong> for my subheader, as it's easier to remember than a new div and mostly unused, as people usually use <b> to bold their text.
I also create a new div <div class="center"> which I can wrap around any text or thumbnails I wish to have centered on the fly. I'd suggest creating ones for left and right floats, but we'll not worry about that for now.
Next, I start filling in my background images so I can see where everything is going to fit in. I chose .gr-box vs .gr because the .gr repeated my image on the top and that does not work with this design. .gr formats the entire document, rather than just the one section. Of course, you should be able to override conflicts by using !important but we'll get into that another time.
Position to the top and center and set repeat to no-repeat. I tiered my background styling as IE does not read the one line styling properly, and rather than redo everything for silly IE users, I just automatically do it that way anyways.
Next I put the bottom image on. Under .gr-body and set it to position bottom center and no-repeat. Right now it overlaps, I will likely need to set a min-height so this does not happen. Right now, i work top to bottom and just fill everything in as I go. Because if you fiddle around with one element too long, then add another that moves your first element, you'll end up doing more fiddling and might end up a bit frustrated at doing all the same work over again.
Throughout my skinning process I will refer to my mock up to compare and see where to go next. For this, it's really sloppy looking and I want to go ahead and work on the text area so I can get my mind wrapped around it. I take everything one step at a time. Looking at it as a whole, it's a big jumbled mess!
I put the 20% white bg fill on my text area and added a white border. This helps me see where everything is so I can then position it. I set it to position:relative and move it to where I want it. Put in the width and set the margin to auto. I love auto. It makes everything go bam, right to the center. Brilliant!
Adding in my white gradient bg for .gr-top and positioning it makes it so my text is covered by the gradient. This is no good. So, I set it to position:absolute and put in a z-index:0. The z-index deals with the layering of elements front to back. Default is 1. Making it zero pushes it backward.
At this point, my header title is still all off to the side and not formatted and looking ugly. So, I'll go to .gr-top h2 and add in the font elements, color and positioning and width. I changed the color from my design because it was just too light to be legible. I also decided to add some pretty text effects, because I love those.
I did the same for my .text adding fonts, padding, color. Here, I also decided to add in text shadow as well as a subtle box shadow which goes around the outline of the entire journal text without use of images. Looks slick. Gives it that extra dimension.
So, for the most part, the top half of my journal is done. I still have to fix my footer image, add in my mint green gradient at the bottom of the text area and do my date stamp, links, moods, blockquotes, lists, comment links, hover effects, thumbs and lastly, my credit.
A lot of dA's codes have changed and most the tutorials I've seen are old and do not reflect this. I might have to make a new version some time. Please feel free to pick my brain for CSS things. I'm full of them.
And... Have the codes changed a lot since this specific tutorial? I know a bit about CSS just to get me going, but there're still a lot of things that need to be cleared for me to be honest. I've done the images for the header and footer and sort of managed to position them correctly, but I've lost any sense of direction when dealing with the main body of the journal... I gave up on trying to have an image for background to ease on myself.
An updated version of this sort of a tutorial would be of a great help to me since even this one helped a lot~ but don't stress yourself for it~
Again, thank you for the quick reply!
Now galleries, that is a can of worms. They have added something like 40 divs for the 6 different thumbs... reg thumb, horizontal cut offs, vertical cut offs, journal thumbs and lit thumbs, and png/gif thumbs. It makes skinning galleries a bit of a headache....
I think more thumb changes are rolling out as well, for journals in a gallery, but not the standard thumb. It looks good. It's bigger, plus you see the images in the journal preview instead of :thumb###: text.
Also, I've changed how I tier my journals. You may have a look at my blank template, it is a GoogleDoc: [link] This is my base, which I edit as I find changes. I'll add new things in bold and might even add a side comment when something needs an explanation. I've shared this with a few people. I may release it publicly later on though. There's no need to credit me if you use, since it is just a blank. I have a 'bare bones' template in my galleries, but it is out of date from this and much more simple. This has the layers of things I actually use. They would need explanations or use by trial and error. You're welcome to explore it though.
Thank you for sharing this blank with me! I always work best when I know what to work with so I really love templates, it's easier to understand what should go where and how, rather than having to type out the whole thing each time and forgetting critical sections.
Thanks again for all the info and help this is really a lot more than I have expected for a response!
if it's not a bother, I might come and poke some questions again if I'm having more trouble ^^
sorry to trouble you again ;A;
For that layout, you'd want to make sure the center image tiles nicely, for when you have small or long entries.