Change Colors On Tarski
-
So I want to change the headline colors and the text font on tarski, what do I have to do to do that?
The blog I need help with is: (visible only to logged in users)
-
How about a link to your blog? You did purchase the CSS upgrade, yes?
What have you tried so far to change the colors and fonts?
-
Here is some info on the Tarski colors (I haven’t located all of it yet).
TEXT WIDGET (ORIGINAL CODE)
h3 {
font-size: 0.8em; font-weight: normal; color: #8fbf60;
text-transform: uppercase; letter-spacing: 0.1em;
margin: 0 0 0.8em 0; border-bottom: 1px solid #e5e5e5; padding: 0 0 0.4em 0;
}8fbf60 refers to the color of the widget heading
e5e5e5 refers to the color of the line under the widget heading
POST BODY (original code)
body {
font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 76%;
color: #545454; background: #fff;
line-height: 120%;
min-width: 760px;
}545454 refers to the font color in posts.
POST TITLES AND LINKS (original code)
a:link, a:visited, a:active {
color: #006a80;
}#006a80 refers to post title color and link color
BLOCKQUOTE (original code)
blockquote {
margin: 0 0 1.2em 0; padding: 0 60px;
font-family: ‘Times New Roman’, Times, serif; font-size: 1.2em; color: #a8a8a8;
}For some cool blockquote ideas, go here: http://www.hahahaimontheinternet.com/2009/03/10/styled-blockquotes/
Hope this helps!
- The topic ‘Change Colors On Tarski’ is closed to new replies.