Elements of a blog post:
(For each element, put { after to start and } to end.)
Editing blogs are exactly like editing profiles, except the codes are slightly different (as shown above) - all other codes work, including cursor, loading screen, music, everything!
Small difference:
For inserting your own Icons:
/*(Element or)*/ .icon{
content: url(“INSERT IMAGE ADDRESS”)}
Some things I missed:
/*CHANGES THE DIV LINE*/
.blog-entry .comments .heading{
border-top: INSERT COLOUR _PX SOLID/DOTTED/DASHED}
Example:
.blog-entry .comments .heading{
border-top: red 2px dashed}
/*FOR ALL LINKS*/
a{ color: INSERT COLOUR }
/*FOR ALL COMMENT LINKS*/
.blog-entry .comments .inner a{
color: INSERT COLOUR}
/*FOR ALL MAIN PAGE TEXT EXCEPT LINKS*/
p{ color: INSERT COLOUR }
/*FOR ALL MAIN PAGE COMMENTS TEXT*/
.blog-entry .comments{
color: INSERT COLOUR }
/*FOR YOUR COMMENT REPLIES*/
.comment-replies, .comment-replies a{
color: INSERT COLOUR;
background-color: INSERT COLOUR}
etc.
Let me know if theres anything I've missed!!
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
corpseofvenus
i think ill just give up, my brain is not made for those. btw, ur explanation is good!
Report Comment