Hallo,
mal wieder eine Frage, irgendwie stehe ich aufm Schlauch. Ich würde gerne die Erscheinung der Links (ausschließlich im Artikel) abändern und bin wohl zu doof. Die Stelle in der css Datei müsste doch folgende sein:
Code
/* single post */ .single .post, #main .single-post { background: #FFF; border: 1px solid #CCC; } .single .post .entry-title, .single-post .entry-title { font-size: 22px; font-weight: 700; } .single .post .entry-info, .single-post .entry-info { color: #848485; font-size: 11px; text-transform: uppercase; border-bottom: 1px dotted #CCC; } .single .post .entry-info .published, .single-post .entry-info .published { border: none; } .single .post .entry-cat, .single-post .entry-cat { color: #848485; line-height: 1.5em; } .single-post .entry-info a:link, .single-post .entry-info a:visited { color: #666; text-decoration: none; } .single-post .entry-info a:hover { color: #333; } .single .post .entry-author, .single-post .entry-author { font-weight: 700; color: #848485; } .single .post .entry-author address, .single-post .entry-author address { font-style: normal; } #main .single .post .tags, #main .single-post .tags { color: #848485; border-top: 1px dotted #CCC; line-height: 1.5em; } #main .single .post .tags strong, #main .single-post .tags strong { text-transform: uppercase; font-size: 11px; } .single .post .entry-photo img, .single-post .entry-photo img { border: 1px solid #CCC; } .single .post .entry-comments, .single-post .entry-comments { float: right; padding: 3px 3px 3px 17px; margin-top: 20px; background: url(../../images/comments.gif) no-repeat 3px 6px #383331; display: inline-block; color: #FFF; font-size: 14px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .post-edit-link:link, .post-edit-link:visited { text-decoration: none; } .single-post-meta-field { background: #313428; display: block; border: 1px solid #383332; padding: 5px 10px; color: #FFF; font-weight: 700; } .single-post-meta-value { border: 1px solid #CCC; padding: 5px 10px; background: #F0F0F0; display: block; } .module-title, .feed-title, #reply-title { line-height: 1em; color: #333; font-size: 12px; font-weight: 700; margin: 0 10px 0 0; padding: 7px 10px; background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF; border: 1px solid #CCC; display: block; } .feed-title { border-bottom: none; } .gallery-icon img { background: #FFF; border: 1px solid #CCC; } .about-author { border: 1px solid #CCC; background: #F5F5F5; } .about-author h4 { color: #333; font-weight: 700; font-size: 12px; }
Aber was muss ich hinzufügen um das zu erreichen?
Ich verwende das Theme: Arras, die vollständige (verwendete) css ist hier: http://www.dateiupload.com/files/tQ0uA0lgxq.txt
Vielen Dank schon mal und ich hoffe auf eure Hilfe!