Just another test
to see if Blogger mails me once it's published.
The mirror blog to Piccadilly. Place to test out new colours and templates.
Headings - including the date line, ' About me', ' Previous posts', ' Archive' etc.
h2 {
margin:1.5em 0 .75em;
font:bold 60%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
text-transform:uppercase;
letter-spacing:.2em;
color:#663399; [Replace code]
}
Post titles - the headline on each new post
Under 'Posts' - which follows on after ' Headings':
post-title {
margin:.25em 0 0;
padding:0 0 4px;
font-size:120%; [This is where you can reduce the size of the headlines if you want to]
line-height:1.4em;
color:#CC9900; [Replace code]
Post title what? Any ideas?
.post-title a {
text-decoration:none;
color:#ad9; [?}
t-title a:hover {
color:#fff; [?]
}
Comments
Haven't tried this yet but presume it determines the colour of the comments people write. Should I have you all writing in bright pink? Hmmm.....
Under ' Comments' -
#comments h4 {
margin:1em 0;
font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
text-transform:uppercase;
letter-spacing:.2em;
color:#FF6600;
}
Sidebar - colour of the text under your name and location
Like, ' Read my blog. My '100 things about me' list has got stuck, like its creator, at thirty-something... '
Last item under ' Sidebar Content':
#sidebar p {
color:#CC9900; [Replace code]
line-height:1.5em;
}
Profile - colour of your name and location
The original template doesn't actually give you a colour but you can add one:
Under 'Profile' - which follows on from 'Sidebar Content':
.profile-data {
margin:0;
font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
text-transform:uppercase;
letter-spacing:.1em;
color:#993366; [Add this whole line, replacing the code with the one you want]
}
And that's it. I haven't bothered changing the colour of lines but you'll find there's opportunity to do that in the relevant bits of the template.
ENJOY!