Hallo Leute,
weiß jemand wie ich NUR die Schriftart des einzelnen Artikels ändern kann? Also nicht gesamt vom Body oder die h1-h6 Überschriften.
http://www.diekurden.de/news/verbot-de…-tuerkei-48544/
Da vom Content auf 15px, sind jetzt soweit ich mich nicht täusche 12px.
Ich suche schon die ganze Zeit
Meine Style.css (Hab einige Punkte löschen müssen, weils zu lang war, aber waren eh nicht für den post relevant)
CSS
INDEX
1. Reset
2. Defaults
3. Hyperlinks
4. Advertisement
5. Search Form
6. Header
7. Dropdown Menu
8. Container
9. Featured News
10. Breaking News
11. Postbox
12. Content
13. Entry
14. Paths
15. Archive
16. Images
17. Sidebar
18. Subscribe
19. Tabber
20. Widgets
21. Calendar
22. Comments
23. Comments Form
24. Pagination
25. Footer
------------------------------------------------------------------------------------------*/
/* 1. Reset */
@import "css/reset.css";
/* 2. Defaults */
body { background:#444; font:12px/17px Arial, Helvetica, sans-serif; color:#222; }
input { font-family:Arial, Helvetica, sans-serif; }
.clear { clear:both; }
.right { float:right; }
.left { float:left; }
/* 3. Hyperlinks */
a, a:visited, a:active { color:#222; text-decoration:none; }
a:hover { color:#16387c; text-decoration:underline; }
a:focus, a:hover, a:active { outline:none; }
a img { border:none; }
/* 8. Container */
#wrapper { background:#fff; width:960px; margin:10px auto; }
#inner { background:#fff; width:930px; padding:20px 15px 15px 15px; }
#column1 { float:left; background:#fff; width:600px; padding:0px 15px 0px 0px; border-right:1px solid #ddd; }
/* 9. Featured News */
#featured { background:#fff; margin:0px 0px 15px 0px; }
#featured h1 { margin:0px 0px 5px 0px; font:20px/22px Georgia, "Times New Roman", Times, serif; font-weight:bold; }
#featured h2 { margin:10px 0px 3px 0px; font:16px/18px Georgia, "Times New Roman", Times, serif; }
#featured h1 a, #featured h2 a { color:#16387c; }
.featuredthumb { position:relative; }
.featuredpost { background:#111; opacity:.75; filter:alpha(opacity=75); position:absolute; width:285px; left:0px; bottom:4px;
padding:5px; }
.featuredpost a, .featuredpost a:hover { font:18px/20px Georgia, "Times New Roman", Times, serif; color:#fff; }
/* 10. Breaking News*/
#breaking { background:#fff; width:600px; padding:10px 0px 15px 0px; border-top:4px solid #B8240D; }
.breakingbox { display:inline; float:left; background:#f5f5f5; width:140px; height:140px; margin:10px 10px 0px 0px; border-bottom:1px
dotted #ccc; }
.breakingbox h2 { margin:3px 0 0 0; padding:0px 5px; font:11px/14px Arial, Helvetica, sans-serif; font-weight:bold; }
/* 11. Postbox */
.postbox { width:600px; padding:10px 0px 15px 0px; border-top:4px solid #B8240D; }
.postbox h2 { margin:3px 0px 5px 0px; font:16px/18px Georgia, "Times New Roman", Times, serif; font-weight:bold; }
.postbox h2 a, .postbox h2 a:visited { color:#16387c; }
.postbox h2.normal { margin-top:0px; font-weight:normal; }
.postbox ul { margin:10px 0px 0px 0px; }
.postbox li { background:url(images/dot-gray.gif) no-repeat left 7px; padding:2px 0px 3px 10px; font-size:1em; line-height:15px; }
.postbox li a, .postbox li a:visited { color:#16387c; }
.boxleft { float:left; width:295px; margin:10px 0px 0px 0px; }
.boxright { float:right; width:295px; margin:10px 0px 0px 0px; }
.date { font-size:10px; color:#B8240D; text-transform:uppercase; }
.gray { font-size:9px; color:#666; }
.readmore a { font-size:11px; font-style:italic; color:#666; }
/* 12. Content */
#fullcontent { float:left; background:#fff; width:930px; margin:0px 0px 15px 0px; }
#content { float:left; background:#fff; width:600px; padding:0px 15px 15px 0px; border-right:1px solid #ddd; }
h2.pagetitle { padding:0px 0px 10px 0px; font-family:Impact; font-size:22px; text-transform:uppercase; }
h2.pagetitle a, h2.pagetitle a:hover { color:#222 !important; text-decoration:none; }
.posttitle { margin:0px 0px 10px 0px; font:22px/24px Georgia, "Times New Roman", Times, serif; font-weight:bold; color:#222; }
.posttitle a, .posttitle a:visited { color:#222; }
.postmeta { width:100%; margin:0px 0px 5px 0px; }
.postmeta .comment { background:url(images/comment.png) no-repeat right 0px; padding:0px 20px 0px 0px; }
/* 13. Entry */
.entry { padding:15px 0px 10px 0px; color:#222; line-height:1.6em; border-top:1px solid #ddd; }
.entry p { padding-bottom:10px; }
.entry strong { font-weight:bold; }
.entry em { font-style:italic; font-weight:normal; }
.entry strong em, .entry em strong { font-style:italic; font-weight:bold; }
.entry h1 { font:24px/26px Georgia, "Times New Roman", Times, serif; font-weight:bold; padding:0px 0px 7px 0px; }
.entry h2 { font:22px/24px Georgia, "Times New Roman", Times, serif; font-weight:bold; padding:0px 0px 7px 0px; }
.entry h3 { font:18px/20px Georgia, "Times New Roman", Times, serif; font-weight:bold; padding:0px 0px 7px 0px; }
.entry h4 { font:16px/18px Georgia, "Times New Roman", Times, serif; font-weight:bold; padding:0px 0px 7px 0px; }
.entry h5 { font:14px/16px Georgia, "Times New Roman", Times, serif; font-weight:bold; padding:0px 0px 7px 0px; }
.entry h6 { font:13px/15px Georgia, "Times New Roman", Times, serif; font-weight:bold; padding:0px 0px 7px 0px; }
.entry a, .entry a:visited { color:#16387c; }
.entry a:hover { color:#16387c; text-decoration:underline; }
.entry a img { border:none; }
.entry ul { margin:0px 0px 0px 7px; padding-bottom:10px; list-style:none; }
.entry ol { margin:0px 0px 10px 25px; list-style-type:decimal; }
.entry ol ol { list-style:upper-alpha; }
.entry ol ol ol { list-style:lower-roman; }
.entry ol ol ol ol { list-style:lower-alpha; }
.entry ul ul, .entry ol ol, .entry ul ol, .entry ol ul { margin-bottom:0px; }
.entry ul li { background:url(images/dot-gray.gif) no-repeat 0 7px; padding:2px 0px 3px 10px; font-size:15px; line-height:18px; }
.entry ol li { padding:3px 0px 3px 0px; font-size:12px; line-height:15px; }
.entry li a:link, .entry li a:visited { color:#222; }
.entry li a:hover { color:#16387c; }
.entry li ul { margin:0px; padding:0px; }
.entry del { text-decoration:line-through; color:#aaa; }
.entry ins { text-decoration:underline; font-weight:bold; }
.entry blockquote { margin:20px 0; padding:15px 15px 1px 15px; background:#f5f5f5; border:1px solid #eee; border-width:1px 0px; font-
family:Georgia,"Times New Roman",Times,serif; }
.entry blockquote p, blockquote a, blockquote { color:#999; font-style:italic; font-size:1em; }
.entry dfn { font-weight:bold; }
.entry pre, .entry code, .entry tt { margin:1.5em 0px; white-space:pre; display:block; }
.entry pre, .entry code, .entry tt { font:0.8em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height:1.7;
background:#f5f5f5; overflow:auto; padding:1em; color:#999; }
.entry hr { background:#e6e6e6; color:#e6e6e6; clear:both; width:100%; height:1px; margin:15px 0px; border:none; }
.entry input, .entry textarea { font-size:1em; padding:3px; }
.tags { background:#fff url(images/tag.gif) no-repeat 0px 0px; margin:5px 0px 0px 0px; padding:0px 0px 0px 20px; color:#222; }
.tags a, .tags a:visited { color:#222; text-decoration:none; }
.tags a:hover { color:#16387c; text-decoration:underline; }
/* Paths */
#paths { width:580px; border:1px solid #ddd; float:left; margin-bottom:25px; padding:6px 10px; overflow:hidden; font-size:11px;
color:#444; }
#paths a,#paths a:visited,#paths strong { padding:5px 0px; }
#paths strong { font-weight:bold; }
#paths a { color:#16387c; text-decoration:underline; }
#paths a:hover { text-decoration:none; }
#paths a.home, #paths a.home:visited { background:url(images/icon_home.png) no-repeat left center; padding-left:14px; }
/* 19. Tabber */
.tabber { width:298px; margin:0px 0px 5px 0px; }
.tabber ul { background:#fff; }
.tabs { display:block; margin:0px 1px 0px 0px; }
.tabs li { float:left; display:inline; background:#f9fafa url(images/graybg.png) repeat-x; }
.tabs li a { display:block; margin:0px 1px 0px 0px; padding:2px 8px; font-size:11px; font-weight:bold; text-transform:uppercase;
border-top:1px solid #ddd; border-left:1px solid #ddd; border-right:1px solid #ddd; -moz-border-radius-topleft:5px; -moz-border-
radius-topright:5px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; }
.tabs li a:hover { color:#16387c; text-decoration:none; }
.tabs li a.selected, .tabs li a.selected:hover { background:#fff; color:#16387c; border-bottom:1px solid #fff !important; }
.tabcontent { display:none; width:278px; margin:-1px 0px 0px 0px; padding:10px 10px 5px 10px; border:1px solid #ddd; }
.tabcontent li { list-style:decimal outside; margin:0px 0px 0px 18px; padding:0px 0px 5px 0px; color:#666; }
Alles anzeigen