Hi,
ich benutze das Gabi Wordpress Theme Xmascat und finde in der CSS einfach nicht die Stelle, wo ich die Linkfarbe in der Navigation ändern kann. Für den Hauptcotent hab ich es gefunden.
Code
/*
.alignleft {
float:left;
margin:0 1em 1em 0;
padding:0;
}
.alignright {
float:right;
margin:0 1em 1em 0;
padding:0;
}
p {
padding: 5px 0;
}
* {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #dff1e1 url(images/kachel.jpg);
color: #000000;
font: 80% Verdana,Arial,Helvetica,sans-serif;
text-align: center;
padding:0.8em;
}
input, textarea {
background: #f2faf7;
color: inherit;
border: 1px solid #d5e3d8;
margin: 0 3px 3px 0;
padding: .2em;
}
textarea {
overflow: auto;
}
.absenden,
#contactsubmit {
background: transparent url(images/abs.jpg) no-repeat 0 0;
color: #000000;
padding-bottom: 5px;
width: 104px;
height: 25px;
border: none;
cursor: pointer;
margin-top: 10px;
}
.absenden:hover {
background: transparent url(images/abs.jpg) no-repeat 0 -25px;
}
.zentrieren {
text-align: center;
}
.clear {
clear: both;
}
/*---| Wrapper |---*/
#wrapper {
width: 750px;
background: url(images/content.jpg) repeat-y;
margin: 0 auto;
text-align: left;
}
/*---| Kopfbereich |---*/
#kopf {
background: url(images/header2.jpg) no-repeat;
height: 200px;
text-align: center;
}
#kopf h1 {
padding-top: 180px;
}
#kopf a:link,
#kopf a:visited {
color: #000000;
background: #b8659b;
text-decoration:none;
}
#kopf a:hover,
#kopf a:active,
#kopf a:focus {
color: #000000;
background: inherit;
}
#blogtitel {
}
/*---| Navigationsleiste |---*/
#sidebar {
display: inline;
width: 213px;
margin: -14px 0 10px 0px;
float: right;
}
#sidebar ul {
margin-left: 25px;
}
#sidebar ul li {
list-style-type: none;
}
#sidebar ul ul,
#sidebar ul ul ul {
margin: 0 0 0 0;
padding: 0;
}
#sidebar li {
padding:2px 5px 2px 0px;
}
#sidebar li li,
#sidebar li li li {
padding: 2px 5px 2px 0px;
}
#sidebar form {
text-align: center;
}
#theme li {
list-style-image: url(images/theme.gif);
}
#archives li {
list-style-image: url(images/archiv.gif);
}
#pages li {
list-style-image: url(images/page.gif);
}
#feed li.rss {
list-style-image: url(images/feed.gif);
}
#kategorien li,
.widget_categories li {
list-style-image: url(images/kategorie.gif);
}
#links li {
list-style-image: url(images/links.gif);
}
#letzte_beitraege li {
list-style-image: url(images/letzte_beitraege.gif);
}
#meta li {
list-style-image: url(images/register.gif);
}
#meta li.login {
list-style-image: url(images/login.gif);
}
#meta li.valid {
list-style-image: url(images/valid.gif);
}
#meta li.wp {
list-style-image: url(images/wp.gif);
}
#meta li.xfn {
list-style-image: url(images/xfn.gif);
}
#recent-posts {
list-style-image: url(images/stift.gif);
}
#recent-comments {
list-style-image: url(images/kommentar.gif);
}
.widget_rss li {
list-style-image: url(images/rss.gif);
}
.widget_rss img {
display: none;
}
#sidebar .widget_rss h2 a:link,
#sidebar .widget_rss h2 a:visited {
color: #000000;
background: transparent;
text-decoration: none;
}
#sidebar .widget_rss h2 a:hover,
#sidebar .widget_rss h2 a:active,
#sidebar .widget_rss h2 a:focus {
color: #000000;
background: transparent;
text-decoration: underline;
}
/*--- | Inhaltsbereich - allgemeingültige Formatierungen |---*/
#content {
width: 506px;
padding: 0 10px;
overflow: hidden;
color: #000000;
}
#content a:link,
#content a:visited {
color: #996699;
background: #fff;
text-decoration:none;
}
#content a:hover,
#content a:active,
#content a:focus {
color: #000000;
background: #fff;
}
#content p {
line-height: 1.4em;
}
#content ul,
#content ol {
margin: 5px 5px 5px 20px;
}
#content ul li {
list-style-image: url(images/list.jpg);
}
#content h2 {
font-size: 1.2em;
}
#content h3 {
font-size: 1.1em;
}
#content h4 {
font-size: 1.0em;
margin: .8em 0;
}
#content blockquote {
background: url(images/blockquote.jpg) no-repeat;
padding: .3em;
text-indent: 2.0em;
margin: 10px;
color: inherit;
min-height: 34px;
}
#content q {
font-style: oblique;
}
#content pre {
margin: 10px;
}
#content code,
#content pre {
font-size: 1.2em;
}
#content acronym,
#content abbr {
border-bottom: 1px dashed #d5e3d8;
cursor: help;
}
#content table {
border-collapse: collapse;
margin: 1.0em;
}
#content caption {
font-weight: bold;
margin: 1.2em 0 1.0em 0;
}
#content th {
color: inherit;
background: #f2faf7;
border: 1px solid #d5e3d8;
padding: .2em;
}
#content td {
border: 1px solid #d5e3d8;
padding: .2em;
}
#content img {
padding: 4px;
margin: .1em 0;
border: 1px solid #d5e3d8;
}
#content img.wp-smiley,
#content table img,
#content #wp_grins img, /*entfernt die img-border um die Smilies im Kommentarbereich*/
#content #kommentare #wp_grins img {
border: none;
padding: 0;
}
/*---| Inhaltsbereich - Beiträge und Kommentare |---*/
.gravatar {
float:right;
padding: 3px;
border: 1px solid #000;
background: #fff;
}
.postgrav {
float: right;
padding: 3px;
margin-right: 5px;
margin-left: 5px;
border: 1px solid #000;
background: #fff;
}
#content .ueberschrift {
text-align: center;
}
#content .beitrag {
padding: 5px 5px 5px 10px;
}
#content .beitrag h2 {
padding-bottom: 5px;
}
#content .datum {
height: 64px;
width: 58px;
background: url(images/kalender.jpg) no-repeat;
text-align: center;
float: left;
}
#content .datum .monat {
height: 16px;
display: block;
color: #fff;
text-align: center;
padding-top: 3px;
}
#content .datum .tag {
font-size: 1.5em;
padding-top: 4px;
width: 58px;
display: block;
}
#content .datum .jahr {
width: 58px;
display: block;
}
#content .beitragskopf {
float: left;
margin-left: 10px;
width: 423px;
border-bottom: 1px dotted #b1c8b4;
}
#content .text {
clear: left;
padding: 10px 0;
}
#content .beitragsinfo {
font-size: 0.8em;
}
#content .beitragsinfo .kat {
background: url(images/kategorie.gif) no-repeat;
display: block;
float: left;
padding: 5px 0 5px 20px;
width: 250px;
}
#content .beitragsinfo .komm {
background: url(images/kommentar.gif) no-repeat;
display: block;
float: right;
padding: 5px 0 5px 20px;
width: 130px;
}
#content .beitragsfuss {
border-top: 1px dotted #b1c8b4;
border-bottom: 1px dotted #b1c8b4;
padding: 5px 0;
font-size: 0.8em;
line-height: 1.3em;
}
#content .beitragsinfo .tag {
background: url(images/tags.gif) no-repeat;
display: block;
float: right;
padding: 5px 0 5px 20px;
}
#content .tags {
margin: 1.5em 0;
font-size: .8em;
}
#content p.keinkommentar {
background: url(images/keinkommentar.gif) no-repeat;
padding-left: 20px;
}
#content #kommentare {
float: left;
width: 466px;
margin: 15px 35px 0px 15px;
margin: 15px 35px 0px 15px;
display: inline;
padding: 0 5px;
}
#content #kommentare p {
margin-bottom: 10px;
}
#content #kommentare .kom {
background: url(images/kommentar.gif) no-repeat;
padding-left: 20px;
}
#content #kommentare ol {
margin: 10px 0;
}
#content #kommentare ol li {
padding-bottom: 10px;
}
#content #kommentare h3.stift {
background: url(images/stift.gif) no-repeat;
padding: 0 0 10px 20px;
}
#content p.moderation {
font-style: italic;
color: #000000;
background: inherit;
}
#content .kommentarmeta {
font-size: 0.8em;
}
#content .kommentar,
#content .autorenkommentar {
padding: 5px;
margin-bottom: 5px;
}
#content .kommentar {
background: #9999CC;
color: inherit;
border: 1px solid #d5e3d8;
}
#content .autorenkommentar {
border: 1px solid #eabba7;
background: #9999CC;
color: inherit;
}
#content .kommentar a:link,
#content .kommentar a:visited{
background: #9999CC;
color: inherit;
}
#content .autorenkommentar a:link,
#content .autorenkommentar a:visited{
background: #9999CC;
color: inherit;
}
#content .kommentar a:hover,
#content .kommentar a:active,
#content .kommentar a:visited,
#content .autorenkommentar a:hover,
#content .autorenkommentar a:active,
#content .autorenkommentar a:visited {
background: #9999CC;
color: inherit;
}
#content .kommentar:hover,
#content .autorenkommentar:hover {
background: #9999CC;
color: inherit;
}
#content .kommentar blockquote,
#content .autorenkommentar blockquote {
border:none;
text-indent: 0;
margin: 0;
min-height: 24px;
}
#content .bearbeiten {
}
/*---| Seitennavigation |---*/
.navigation {
text-align: center;
margin: 15px;
font-size: .8em;
}
.next {
float: left;
text-align: left;
width: 50%;
}
.prev {
float: right;
text-align: right;
width: 50%;
}
/*---| Fuss |---*/
#fuss {
background: url(images/footer.jpg) no-repeat;
clear: both;
padding-top: 30px;
height: 55px;
font-size: 0.8em;
text-align: center;
}
#fuss a:link,
#fuss a:visited {
color: #000000;
background: transparent;
text-decoration:none;
}
#fuss a:hover,
#fuss a:active,
#fuss a:focus {
color: #000000;
background: transparent;
}
/*---| Suchen |---*/
#searchform {
}
#searchform #s {
background: #f2faf7;
border: 1px solid #d5e3d8;
color: inherit;
font-weight: normal;
}
#searchform #s:hover {
cursor: default;
}
#searchform input {
border: 0;
background: transparent;
color: inherit;
font-weight: bold;
}
#searchform input:hover {
cursor: pointer;
}
Alles anzeigen
(musste bisschen code löschen weil sonst die Message zu lang wär)
Zudem hab ich das Problem, dass teilweise die Visuelle ansicht nicht mehr funktioniert wenn ich eine Seite ändern möchte. Gleiches Porblem hatte ich auch schon beim editieren von Beiträgen, konnte ich aber durch abschalten des Gravatar Plugins beheben.
Für Hilfe bin ich sehr dankbar.
casa