HOME | DD

SimplySilent β€” Journal Skins for Dummies Part 1

Published: 2013-07-08 05:04:40 +0000 UTC; Views: 43281; Favourites: 1796; Downloads: 223
Redirect to original
Description Here is Part 1 of Journal Skins for s. Sorry it's so obnoxiously long. Here's the Live Version of the journal.


Do make sure to check out miontre's Do-It-Yourself Journal Skin article as well as ginkgografix 's Old vs Gruze Journal guide. The layout we're using in this skin is the gruze layout, so be sure to take a look at that one.


Step by Step
Here is all the code used in the tutorial. Only the new codes that are added with each step are shown, and the final journal skin with everything put together is at the bottom.

1. Getting Rid of the Junk:

* {background: transparent; border: none; margin: 0; padding: 0;}

.gr-top img {display: none;}
.gr {padding: 0 !important;}
li.a.f {background:transparent;}

2. Adding Background Colors:

.gr-top{background: #4fbcbd ;}
.gr-body{background: #eee ;}
.text{background: #fff ;}

3. Changing Text Colors:

.gr-top h2 a{color:#fff ;}
.gr-top .timestamp{color: #fff ;}
h1{color: #4fbcbd ;}
h2{color:#4fbcbd ;}
.commentslink {color: #4fbcbd ;}

Note! If you want to be fancy, you can also add .gr-top h2{color:#ffffff } to your code. This makes the title white when you type it into your journal.

4. Formatting Text:

.gr-top{text-align:center;}
.list{text-align:center;}

5. Adding Padding:

.gr-top{padding:40px;}
.gr-body{padding:30px;}
.text{padding:40px 30px 20px 30px;}

Note! Alternative way to do padding (these can be in any order btw)

.text{
padding-top: 40px;
padding-right: 30px;
padding-bottom: 20px;
padding-left: 30px;
}

6. Adding Margins:

.text{margin-bottom: 20px;}
.list{margin-top: 20px;}


The Full Skin:
Mostly in order of how the tutorial progressed. This can be copied and pasted straight into the CSS box in the journals for you to use and modify as you wish.

* {background: transparent; border: none; margin: 0; padding: 0;}

.gr-top img{display:none;}
.gr {padding: 0 !important;}
li.a.f{background:transparent;}

.gr-top{
background: #4fbcbd ;
text-align:center;
padding:40px;}

.gr-body{
background: #eee ;
padding:30px;}

.text{
background: #fff ;
padding:40px 30px 20px 30px;
margin-bottom: 20px;}

.gr-top h2 a{color:#fff ;}
.gr-top .timestamp{color: #fff ;}
h1{color: #4fbcbd ;}
h2{color: #4fbcbd ;}
.commentslink{color: #4fbcbd ;}

.list{
text-align:center;
margin-top: 20px;}


Journal Creator
Is all the code making your head hurt? If you're more interested in creating a custom journal skin rather than actually learning the code, you can try my DeviantART Journal Creator . Just plug and chug, and you'll have your very own skin!
Related content
Comments: 249

PhoenixViscount [2018-03-04 22:00:47 +0000 UTC]

I got my Core membership today and I thought I would give the journal skin a go... I can't seem to get the footer to actually appear, so I erased the content from it. I was trying to move my "copyright" notice down to the footer. I just can't seem to get it to appear.

One more thing, is it possible to apply the same CSS to other widgets on the page? I noticed someone using CSS in his or her deviantID some time ago.

πŸ‘: 0 ⏩: 1

my-sword-is-bigger In reply to PhoenixViscount [2018-04-06 01:28:51 +0000 UTC]

Far as I know you can only use html on widgets. But you can do CSS in your gallery. I've played around with that quite a lot.

πŸ‘: 0 ⏩: 0

CarmellinaPrincessa [2017-10-17 13:46:05 +0000 UTC]

Hate the comments link and blockquotes... Tried to remove and can't. Making skins with this is extremely annoying.

πŸ‘: 0 ⏩: 1

AuttumntheGuardian In reply to CarmellinaPrincessa [2017-12-24 10:31:16 +0000 UTC]

I feel ya.. It's tough

πŸ‘: 0 ⏩: 0

Zulikk [2017-09-13 23:10:09 +0000 UTC]

Okay this has been bothering me for ever! How do you add blackquotes?!

πŸ‘: 0 ⏩: 0

ViviannaArts [2017-08-19 08:27:10 +0000 UTC]

Is there anyway to explain what every thing does bit by bit and how to use it together???

πŸ‘: 0 ⏩: 0

Tettry [2017-08-17 06:02:50 +0000 UTC]

This makes me feel old and confusedΒ 

πŸ‘: 0 ⏩: 0

Yoshimiko-Adopts [2017-07-26 16:50:21 +0000 UTC]

Thank you so much for this!!

πŸ‘: 0 ⏩: 0

0Blue-Rae0 [2017-06-28 12:48:30 +0000 UTC]

siennaredpanda0404 Β 

does stuff like this help?
-Rae

πŸ‘: 0 ⏩: 0

ThoriumK9 [2017-04-16 23:00:20 +0000 UTC]

Thanks! I can't wait to give it a go.Β 
Β 

πŸ‘: 0 ⏩: 0

emmieoooo [2017-04-15 22:54:50 +0000 UTC]

I was just wondering, where do you put all of this code? I am putting my code into the journal and it isn't applying the format. Maybe it's a noob question or maybe I am doing something wrong...?
.welcome-boxΒ {

background:Β  #EFE7E1Β url("pre01.deviantart.net/f445/th/p… ") no-repeat;


background-postion:Β center 20px;


max-width:Β 400px;


margin:Β auto;


padding:Β 90px 20px 20px 20px;


}

πŸ‘: 0 ⏩: 1

duncundog In reply to emmieoooo [2017-08-23 19:00:44 +0000 UTC]

I don't know whether you've figure this out by now or not, but just in case:

You hit "edit skin" above where your journal skins are (make sure you have no skin selected) and it will pop up a box where you can enter your css c:

πŸ‘: 0 ⏩: 1

tleavz In reply to duncundog [2019-08-03 02:50:36 +0000 UTC]

I was going to comment it, thanks for the help!

πŸ‘: 0 ⏩: 0

Gloristic [2017-03-13 06:50:44 +0000 UTC]

Thank you very much for the tutorial ^^ it's really useful

πŸ‘: 0 ⏩: 0

Novayumi [2017-02-01 10:23:31 +0000 UTC]

Hi, I have a little problem with it :/
This is an example
This is the example I made, I do all what I found here and in the comments, but I have problems :/
Can you help me, please?

πŸ‘: 0 ⏩: 0

MaudeDraws [2017-01-14 17:28:24 +0000 UTC]

Thanks for linking to the journal creator. Makes things a helluva lot easier for me.

πŸ‘: 0 ⏩: 0

vanndra [2016-09-29 05:46:34 +0000 UTC]

Thanks for taking the time to do this and share You've made it very easy to follow.

πŸ‘: 0 ⏩: 0

LadyofTales [2016-08-03 06:56:04 +0000 UTC]

This is very helpful! Thank you!

πŸ‘: 0 ⏩: 0

DanksForTheMemeries [2016-07-20 14:51:12 +0000 UTC]

Yikes, I screwed up really badly somewhere 0.0

πŸ‘: 0 ⏩: 0

WorriorCatAJ [2016-06-22 16:34:45 +0000 UTC]

This is a bit confusing for me... but i decided to use the Journal Skin base that you put in the description

But what does this mean? It keeps popping up when i try to save it

Saving skin failed - Malformed or blank selector:

πŸ‘: 0 ⏩: 0

MagicDragon50 [2016-06-21 16:05:51 +0000 UTC]

Hi! Thank you for this, it was really helpful! I am wondering, though, how would I install a custom skin that I drew myself?

πŸ‘: 0 ⏩: 0

lapaowan [2016-06-07 09:54:45 +0000 UTC]

thank you for this!

πŸ‘: 0 ⏩: 0

Dj-Luka [2016-05-01 00:58:36 +0000 UTC]

In your Journal Creator, how do you change the color of the "Heading 1" because I made a journal skin using it but there was no where to change the color of that header so it's hard to see on the background color I chose and doesn't go with the rest of the skin.

πŸ‘: 0 ⏩: 1

SimplySilent In reply to Dj-Luka [2016-05-06 13:54:19 +0000 UTC]

Shoot, that might have been one of the things I had thought I had changed, but really hadn't. I plan to make updates to the creator at the end of May, so that will be one of the features that is changed.

πŸ‘: 0 ⏩: 0

Zoroku [2016-04-30 18:14:30 +0000 UTC]

How do I customise my skin, because I wanted to start to make it myself. :3

πŸ‘: 0 ⏩: 0

incomingtrouble [2016-03-19 23:35:58 +0000 UTC]

Oh my god you're a lifesaver <3 Quick question, though: How do you put an image in the background, not where your text is?

πŸ‘: 0 ⏩: 0

YaraFerreira [2016-02-13 16:55:30 +0000 UTC]

That is really helpful, thanks!

πŸ‘: 0 ⏩: 0

S-k-y-F-r-e-e [2016-01-30 03:10:41 +0000 UTC]

Omg you just made my life so much easier. I couldn't find how to edit the headers anywhere and trial and error wasn't working xD your simplydevio was super helpful too.
I am left with one more problem on my journal skin edit. Bullet points. They won't show up when I edit the skin (they're visible in the preview though). And also when I exit the "edit skin" part and go back to work on the journal all the bullets are at an equal alignment (so bullets within a bullet are not offset, they're all aligned the same vertically, which is not what I want). It may be a DA mistake, but if you good offer any help that would be fantastic. Thanks!

πŸ‘: 0 ⏩: 0

arzika [2016-01-23 01:24:39 +0000 UTC]

hey

Some reason everytime I click "edit skin" the options won't show up and I can't delete one of Maygebee journal skinsΒ 


πŸ‘: 0 ⏩: 1

SimplySilent In reply to arzika [2016-01-23 08:12:10 +0000 UTC]

Try a different browser? Might be a DA problem.

πŸ‘: 0 ⏩: 1

arzika In reply to SimplySilent [2016-01-23 19:43:28 +0000 UTC]

i already tried contacting the staff and they said there isnt a problem with their servers
and I tried Chrome, Internet Explorer, and Firefox

πŸ‘: 0 ⏩: 0

DustyPuppyy [2015-12-11 01:14:04 +0000 UTC]

Thank you for uploading this. QwQ This is the easiest to understand tutorial I've found that doesn't leave any details out. Thanks!

πŸ‘: 0 ⏩: 0

MapIe-Shade [2015-11-09 22:40:47 +0000 UTC]

what size should i use to make artwork for the background?

πŸ‘: 0 ⏩: 0

F-Stormer-3000 [2015-10-03 11:17:01 +0000 UTC]

Hey!
This is really great!
I was wondering though, how do I add a nice head image and transparent background image where the text goes?
Thanks!

πŸ‘: 0 ⏩: 1

mrkoendb In reply to F-Stormer-3000 [2015-10-03 12:29:53 +0000 UTC]

in the correct div/section/whatever the code uses
use either
background:url(image.url);
or
background-image:url(image.url);
if you use the second one you can use a transparant image and still use a background color with it like
background:rbga(255,255,255,0.7)
(which is white with a 0.7 opacity)
OR
background:rgb(255,255,255)
(which is white)
you can also use HEX for this color

πŸ‘: 0 ⏩: 0

copper9lives [2015-09-15 02:16:18 +0000 UTC]

This is wonderful!!!! Thank you so much... I'm learning how to create journal skins tailored to the groups I write journals for, and I really appreciate this!

πŸ‘: 0 ⏩: 0

moefoer [2015-08-29 20:19:53 +0000 UTC]

quick question - how do i make my .gr-top bold ?

πŸ‘: 0 ⏩: 1

mrkoendb In reply to moefoer [2015-10-03 12:32:11 +0000 UTC]

use this in css
font-weight:Β bold;

πŸ‘: 0 ⏩: 1

moefoer In reply to mrkoendb [2015-10-03 13:37:28 +0000 UTC]

i did and it didn't do anything --Β 
i think it might be the font

πŸ‘: 0 ⏩: 1

mrkoendb In reply to moefoer [2015-10-03 14:10:54 +0000 UTC]

Might not have a bold option...

πŸ‘: 0 ⏩: 0

Shiroegi [2015-08-04 00:49:28 +0000 UTC]

It seems i've got some trouble with the coding-
I got until the end of the tutorial and made my own journal skin following the basic rules, but the problem is that when i try to add another code that's not listed on the tutorial at the bottom (more specifically ".journaltext{color: #C0C0C0 ;}" ) almost all of the changes i did get ruined Β .
I don't know if it is actually a dA glith and it will actually work fine when I submit it or it will just stay like that.

πŸ‘: 0 ⏩: 0

Cestrum [2015-07-22 21:14:39 +0000 UTC]

In your journal creator, for the little credit thingy at the very bottom, how do I change the text size and color?

πŸ‘: 0 ⏩: 1

Katiefrog217 In reply to Cestrum [2015-07-26 22:15:05 +0000 UTC]

well this is a surprise xD didn't expect to find you here lmao

πŸ‘: 0 ⏩: 1

Cestrum In reply to Katiefrog217 [2015-07-27 02:09:36 +0000 UTC]

How else would I have made my new journal skin? lol XD

πŸ‘: 0 ⏩: 1

Katiefrog217 In reply to Cestrum [2015-07-27 02:36:18 +0000 UTC]

xD fair enough lmao

πŸ‘: 0 ⏩: 0

FlyingNeko105 [2015-06-19 18:18:40 +0000 UTC]

Where does the text go in the journal when you're done?

πŸ‘: 0 ⏩: 1

SimplySilent In reply to FlyingNeko105 [2015-07-08 03:44:11 +0000 UTC]

Just in case you're still having trouble with this, it goes in the regular text box where you normally type things for journals.

πŸ‘: 0 ⏩: 1

FlyingNeko105 In reply to SimplySilent [2015-07-08 04:18:52 +0000 UTC]

I figured it out but thank you~:3

πŸ‘: 0 ⏩: 1

SimplySilent In reply to FlyingNeko105 [2015-07-08 06:17:20 +0000 UTC]

Great.

πŸ‘: 0 ⏩: 0

lucytherescuedcat [2015-06-02 07:45:42 +0000 UTC]

Thanks! Β 

πŸ‘: 0 ⏩: 0


| Next =>