Hallo Marcus,
ich glaube der Teil ist schon ok... weiß nicht recht... hier ist der Code der style.css abzüglich des einleitenden Kommentars und des Codes, der nach den Header-Formatierungen kommt:
/*Farbe unterer Hintergrund*/
body {
background: #212121 url(images/html-bg.gif) repeat-x;
font: 75%/170% Arial, Helvetica, sans-serif;
padding: 0px;
margin: 0px;
/*Schriftfarbe im Post*/
color: #c0c0c0;
}
a {
/*Schriftfarbe der Links im Post*/
color: #99aadd;
text-decoration: none;
}
a:visited {
color: #99aadd;
}
a:hover {
text-decoration: underline;
}
p {
margin: 0px 0px 15px;
}
img {
border: none;
}
ul {
margin: 5px 0px 15px;
padding-left: 10px;
}
ul li {
margin: 0px;
list-style: none;
background: url(images/bullet-orange.gif) no-repeat;
padding-left: 20px;
}
ol {
margin: 5px 0px 15px;
padding-left: 20px;
}
ol li {
margin: 0px;
}
form {
margin: 0px;
padding: 0px;
}
small {
font-size: 90%;
}
blockquote{
background: url(images/blockquote.gif) no-repeat left top;
color: #777;
font-style: italic;
padding: 10px 5px 5px 36px;
}
#page {
/*Hintergrund für C-SALSA.COM-Schriftzug mit Subline*/
background: url(images/main-bg.jpg) no-repeat center top;
}
#wrapper {
width: 985px;
margin: 0px auto;
position: relative;
}
/* ------------------------------------- header area */
#header {
height: 120px;
}
/*C-Salsa - Alle anderen Überschriften - jetzt Blogtitel*/
h3 {
position: absolute;
top: 40px;
left: 25px;
/*Schriftfarbe Seitentitel*/
color: #c0c0c0;
margin: 0px;
padding: 0px;
font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}
h3 a, h3 a:visited {
color: #c0c0c0;
text-decoration: none;
}
h3 a:hover {
color: #ff8080;
text-decoration: none;
}
/*2.Zeile unter C-SALSA.COM - Blogtitelunterschrift*/
.description {
position: absolute;
top: 77px;
left: 25px;
color: #c0c0c0;
font: 12px Arial, Helvetica, sans-serif;
}
/* site title C-SALSA.COM - jetzt Post Title*/
h1 {
/*Schriftfarbe Post Title*/
color: #aadd99;
margin: 3px 0 2px;
padding-bottom: 4px;
font: normal 150%/100% "Lucida Grande", Arial, sans-serif;
border-bottom: dotted 1px #CCCCCC;
}
h1 a, h1 a:visited {
color: #aadd99;
text-decoration: none;
}
h1 a:hover {
color: #ff8080;
text-decoration: none;
}
/* search form */
#searchform {
position: absolute;
top: 0px;
right: 0px;
background: url(images/searchform-bg.png) no-repeat right bottom;
height: 37px;
width: 210px;
}
#searchform #s{
background: #c0c0c0 url(images/form-field-bg.gif) no-repeat ;
height: 17px;
width: 148px;
margin: 6px 5px 0px 10px;
padding: 3px 7px 2px 5px;
/*Schriftfarbe im Suchfeld*/
color: #999999;
border: none;
}
#searchform #searchsubmit {
background: url(images/search-btn.png) no-repeat left top;
height: 24px;
width: 24px;
border: none;
text-indent: -999%;
line-height: 1px;
margin-top: 6px;
}
/* ------------------------------------- main content area */
#left-col {
width: 545px;
float: left;
margin-top: 11px;
}
/* main menu */
#nav {
background: url(images/content-top-bg.png) no-repeat left top;
height: 26px;
}
#nav ul{
list-style: none;
margin: 0px 0px 0px 25px;
padding: 0px;
font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li{
margin: 0px 1px 0px 0px;
padding: 0px;
float: left;
/*###################################*/
background: none;
}
/*Schriftfarbe - HauptSpaltenNavi - Oben - Schmale Leiste (Home/About)*/
#nav ul li a{
padding: 5px 7px 6px 7px;
text-decoration: none;
color: #222222;
display: block;
}
#nav li a:visited{
text-decoration: none;
color: #222222;
}
#nav li a:hover, #nav .current_page_item a, #nav .current_page_item a:visited{
text-decoration: none;
background: #437088 url(images/nav-item-hover.gif) repeat-x;
/*Schriftfarbe schmale Leiste oben*/
color: #000000;
}
/* sub menu */
#subnav {
background: #40ff40; /*#ecebeb;*/
}
#subnav ul {
margin: 0px;
padding: 3px 5px 5px 5px;
list-style: none;
font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
/*######################################*/
border-right: 1px solid #40ff40; /*#d8d8d8*/
padding: 0px 7px;
margin: 0 0 5px;
display:inline;
line-height: 18px;
background: none;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
text-decoration: none;
color: #99aadd;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
color: #99aadd;
}
#subnav li a:hover {
text-decoration: none;
/*Schriftfarbe der Links in der Navi ganz unten Previous*/
color: #ff8080;
}
/* content */
#content {
padding: 25px 25px 15px 25px;
width: 495px;
/*Hintergrundfarbe große Boxen der Hauptspalte*/
background: #000000;
clear: both;
overflow: hidden;
}
.post {
padding: 0px;
clear: both;
overflow: hidden;
}
.post .date {
height: 50px;
width: 45px;
background: url(images/calendar.gif) no-repeat;
font: normal 22px Arial, Helvetica, sans-serif;
/*Schriftfarbe Kalender Tag*/
color: #666666;
text-align: center;
padding: 0px 2px 0 0;
line-height: 100%;
float: left;
}
.post .date span {
height: 16px;
display: block;
font: normal 11px Arial, Helvetica, sans-serif;
/*Schriftfarbe Kalender Monat*/
color: #ffffff;
text-align: center;
padding-top: 5px;
}
.post .title {
float: left;
margin-left: 10px;
width: 438px;
}
.postdata {
font-size: 90%;
/*Schriftfarbe Kategorieanzeige Hauptfenster*/
color: #99aadd;
}
.postdata a, .postdata a:visited {
color: #99aadd;
text-decoration: none;
}
.postdata a:hover {
color: #ff8080;
text-decoration: none;
}
.postdata .category{
background: url(images/mini-category.gif) no-repeat;
padding-left: 18px;
float: left;
}
.postdata .comments{
background: url(images/mini-comment.gif) no-repeat;
padding-left: 18px;
float: right;
}
.mini-add-comment {
background: url(images/mini-down-arrow.gif) no-repeat left center;
padding-left: 12px;
float: right;
}
.entry {
padding: 10px 0px 5px;
clear: both;
}
.entry p.submeta{
font-size: 11px;
}
/* c-salsa- post title - jetzt alle weiteren Sachen, was vorher h3 war */
h2 {
color: #aadd99;
margin: 5px 0px 5px;
font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}
/* next & previous page navigation - Navigation schmale Leiste unten */
.page-nav {
clear: both;
background: url(images/navigation-bg.gif) no-repeat left center;
height: 21px;
}
.page-nav a, .page-nav a:visited {
/*Schriftfarbe previous page navigation*/
color: #212121;
text-decoration: none;
}
.page-nav a:hover {
color: #ff4040;
text-decoration: none;
}
.previous-entries a {
float: left;
padding-left: 10px;
margin-left: 10px;
background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
float: right;
padding-right: 10px;
margin-right: 10px;
background: url(images/navigation-right.gif) no-repeat right center;
}
/* next & previous post navigation */
.post-nav {
clear: both;
padding-bottom: 35px;
margin-top: -15px;
font-size: 95%;
}
Alles anzeigen