Hei Leute
Hab das Plugin Light Box2 Installiert (http://wordpress.org/extend/plugins/lightbox-2/)
Jedoch läuft das auf meinem Theme ned, denke das das was mit der Style.css zu tun hat?
Kann mir bitte jemand helfen das Plugin in den ganng zu kriegen?
Hier die css Datei:
Code
/*
Theme Name: Resushirschfarm.ch
Theme URI: http://resushirschfarm.ch
Description: Resuhirschfamr.ch
Version: 1.0
Author: Lars Bättig
Author URI: http://the-lars.com
License: GPL
*/
@charset "utf-8";
.tabelle-top {
background-image: url(http://www.pspworld.ch/test-area/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.pspworld.ch/test-area/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;
}
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;
Alles anzeigen