[COLOR="Red"]ERLEDIGT[/COLOR]
Hallo,
ich finde den Teil des Html-Codes nicht, der die Schriftfarbe im Suchformular ausgibt.
Eigentlich müsste es ja
searchform
color:
sein,
aber da tut sich nichts.
/*
Theme Name: WP-Multiflex-3
Theme URI: webgazette.co.uk/web-design/wordpress-themes/wp-multiflex-3/
Description: Theme based on Multiflex-3, designed by 1-2-3-4.info/">Wolfgang</a>
Version: 1.3
Author:
Author URI: webgazette.co.uk
*/
/* Various elements */
body {
background-color: #171c22;
margin: 10px 0;
font: 72% Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #ffffff;
}
div {
margin: 0;
padding: 0;
}
p {
font-size: 1.1em;
}
a {color: #ffffff;}
a:visited {color: #ffffff;}
a:hover {color: #ffffff;}
code {
font-size: 1.1em;
display: block;
font-family: "Courier New", Courier, monospace;
background-color: #ffffff;
padding: 5px;
margin: 10px;
border: 1px solid #ffffff;
}
blockquote {
background: url(images/quote.gif) left no-repeat;
margin: 0;
padding: 0 40px 0 40px;
text-align: justify;
font-size: 0.9em;
}
/* Main wrapper */
#wrap {
background: url(images/bg_main_withnav.gif) repeat-y top left;
width: 900px;
margin: 0 auto;
border: 1px solid #000211;
}
/* Masthead --- top of header */
#masthead {
background: url(images/bg_head_top.gif) no-repeat top left;
height: 81px;
margin: 0;
padding: 0;
font-family:"trebuchet ms",arial,sans-serif;
}
/* Site name, description and logo */
#masthead div.left-masthead {
float: left;
width: 820px;
height: 81px;
}
#masthead a.site-logo {
float: left;
background: url(images/bg_head_top_logo.jpg);
height: 40px;
width: 60px;
margin: 22px 5px 20px 20px;
}
#masthead h1 {
text-transform: uppercase;
padding: 19px 0 0 0;
margin: 0;
font-size: 2.2em;
font-weight: bold;
}
#masthead h1 a {
color: #ffffff;
text-decoration: none;
}
#masthead h1 a:hover {
color: #ffffff;
}
#masthead p.description {
margin: -5px 0 0 0;
padding: 0;
font-weight: bold;
color: #ffffff;
}
/* Left hand side of masthead */
#masthead div.right-masthead {
float: right;
margin: 0;
padding: 0;
}
#masthead div.right-masthead a.rss-logo {
background: url(images/rss.gif);
height: 64px;
width: 64px;
margin: 9px 9px 0 0;
display: block;
}
#masthead div.right-masthead a.rss-logo:hover {
background: url(images/rss-hover.gif);
}
/* Middle header image and text */
#header {
background: url(images/bg_head_middle.gif) no-repeat top left;
height: 150px;
margin: 0;
padding: 0;
color: #ffffff;
}
#header #textbox {
float: right;
width: 900px;
text-align: right;
font-weight: bold;
}
#textbox .banner {
float: none;
margin: 0 5px 0 0;
padding: 0;
}
#textbox .banner img {
width: 891px;
height: 150px;
border: 0;
}
#header a {
color: #ffffff;
text-decoration: none;
}
#header a:hover {
color: #000000;
}
#header h2 {
font-family:"trebuchet ms",arial,sans-serif;
padding: 20px 20px 5px 10px;
margin: 0;
font-size: 2em;
}
#header p {
font-family:"trebuchet ms",arial,sans-serif;
margin: 0;
padding: 0 20px 5px 20px;
font-size: 1.3em;
font-weight: bold;
line-height: 18px;
}
/* Horizontal navigation menu */
#navigation {
clear: both;
background: url(images/bg_head_bottom_nav.jpg) no-repeat top left;
height: 40px;
}
#navigation ul {
margin: 0;
padding: 0;
}
#navigation li {
margin: 0px;
height: 40px;
float: left;
list-style: none;
border-right: 1px solid #000000;
}
#navigation li a {
font-family:"trebuchet ms",arial,sans-serif;
display: block;
padding: 11px 14px 11px 14px;
color: #ffffff;
font-weight: bold;
font-size: 1.105em;
text-decoration: none;
}
#navigation li a:hover {
background-color: #0b0e17;
color: #bdb493;
}
/* Breadcrumbs and search bar */
#crumb-search {
background: url(images/bg_head_breadcrumbs.gif) top left repeat-y;
height: 40px;
margin: 0;
padding: 0;
}
/* Breadcrumbs */
#breadcrumb {
float: left;
padding: 0 0 0 15px;
margin: 10px 0 0 0;
color: #000000;
font-weight: bold;
font-size: 0.9em;
width:700px;
}
#breadcrumb a {
background: url(images/bg_bullet_arrow.gif) left no-repeat;
padding: 0 2px 0 10px;
text-decoration: underline;
color: #ffffff;
}
#breadcrumb a:hover {
color: #ffffff;
text-decoration: none;
}
/* Search form */
#searchbar {
float: right;
margin: 0;
padding: 0;
}
#searchbar fieldset {
border: none;
margin: 0;
padding: 0;
}
#searchform {
padding: 10px 15px 0 0;
color: #ffffff;
}
#searchbox {
border: 2px solid #bdb493;
height: 17px;
width: 121px;
background-color: #000109;
}
#searchbutton {
background-color: #000211;
border: 1px solid #000211;
color: #bdb493;
padding:0;
font-size: 1em;
height: 20px;
width: 47px;
text-align: center;
cursor: pointer;
}
#searchbutton:hover {
background-color: #000211;
color: #cfc5a1;
border: 1px solid #000211;
}
/* Container wrappers */
#container {
clear: both;
margin: 0;
padding: 0;
}
Alles anzeigen