Hei Leute brauche wieder einmal eure Hilfe :?
Habe folgendes Problem: auf meinem Theme werden die Bilder mit einem Rahmen angezeigt, möchte sie aber ohne haben, in der style.css habe ich auch schon folgendes Probiert:
Hat aber ned geklappt...
Hoffe mir kann jemand helfen.
Hier die Style.css:
Code
/*
Theme Name: Resushirschfarm.ch
Theme URI: http://resushirschfarm.ch
Description: Resuhirschfamr.ch
Version: 1.0
Author:
Author URI:
License: GPL
*/
@charset "utf-8";
.tabelle-top {
background-image: url(http://www.resushirschfarm.ch/wp-content/themes/gotti/images/header.jpg);
background-repeat: no-repeat;
border-top-width: 2px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
}
.sidebar {
background-image: url(http://www.resushirschfarm.ch/wp-content/themes/gotti/images/sidebar.jpg);
background-repeat: no-repeat;
list-style-position: outside;
list-style-type: disc;
line-height: 10px;
}
.tabelle-text {
border: thin dashed #330000;
color: #666666;
background-image: url(http://www.resushirschfarm.ch/wp-content/themes/gotti/images/hirsch.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}
.tabelle-text-2 {
border: thin dashed #330000;
color: #666666;
}
a:link {
color: #000066;
text-decoration: none;
}
a:visited {
color: #000066;
text-decoration: none;
}
a:hover {
color: #000066;
text-decoration: none;
}
a:active {
color: #000066;
text-decoration: none;
}
a.h2:link {
color: #000066;
font-weight: bold;
text-decoration: none;
line-height: normal;
font-size: 24px;
font-style: italic;
}
a.h2:visited {
color: #000066;
font-weight: bold;
text-decoration: none;
line-height: normal;
font-size: 24px;
font-style: italic;
.alignright {
float: right;
}
.alignleft {
float: left
}
Alles anzeigen
und hier die Seite: Resushirschfarm.ch