CMartuccci
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Exclude Permalink Icon From Pages?Can anyone help me with this? I just need to know how to exclude certain things from pages.
For example, I want the date to show up under my post title. However, I don’t want the date to show up under the title in my Colophon or Archive page. Is there something I can add to the CSS to exclude certain text from my custom pages?
Forum: Your WordPress
In reply to: My Tech/Liberal Arts BlogAlso, just to avoid confusion, all of the posts are indeed written by me. Some posts are COMMENTS written about the link in the title.
Forum: Your WordPress
In reply to: My Tech/Liberal Arts BlogHmm. Thanks for the feedback. I didn’t think that what I was doing was a problem. Check out Daring Fireball, Shawn Blanc, Brooks Review, and Hypertext.
My linked posts are distinguished from my articles by several features:
1. The linked titles are in the same format as any other link — blue font with a dotted underline.
2. There is a right arrow at the end of every linked title, signifying that the title is an outbound link.
3. Most linked items start immediately with a block quote pulled from the original article, preceded by the author’s name
4. Articles are in a larger font and could not be confused with a linked-list-item.Forum: Themes and Templates
In reply to: #Content and #Sidebar Won't Line Up Correctlyi’m starting to think the problem is the header margins:
/* header */ #header { margin: 0em; border: 0px solid gray; padding: 0em; width: 60em; } #header h1 { margin: 0em; border: 0px solid gray; padding: 0em; font-size: 6em; line-height: 0.75em; /* weird IE7 bug fix */ float: left; min-width: 6em; } #header #tagline { margin: 0.75em 0em 0em 2em; /* also part of the IE7 fix */ border: 0px solid gray; border-left: 1px solid gray; padding: 0.5em 0em 0.5em 2em; color: gray; background: inherit; float: left; } /* end header */
Forum: Themes and Templates
In reply to: #Content and #Sidebar Won't Line Up CorrectlyI was able to change the margin using #content h4 { margin: 0em }
but that didn’t seem to affect anything either. It still looks the same.
Forum: Themes and Templates
In reply to: #Content and #Sidebar Won't Line Up CorrectlyI tried adding that to style.css but it didn’t affect anything.
I don’t want to remove the linked-list-item — that’s how I get the title of the post to act as a link, similar to DaringFireball.net.
Forum: Themes and Templates
In reply to: #Content and #Sidebar Won't Line Up CorrectlyThe #content and the #sidebar? I think they were both set to 0em.