I have installed the zip Archiv and have accordion activated. I Use Slick Design. When i change design settings (color etc.) then he does not change colors.
And the buttons are a bit too wide. I would like to have Schmall. Only I do not find the settings for it. I have already reduced the graphics. Only, nothing changes.
I cleared browser cache and subsonic cache. Nothing!
My Layout Settings are (standart).
I will change the green and orange background-color and the horizantal-size of left side pictures to smaller size.
Example Picture:
My Settings on Slick.css
/*
* CSS styleshet for the "Slick" theme.
*
* Author: Jeebs (Fisher Evans)
*/
@import "default.css";
table {
color: #0e0e0e;
}
/* The primary background color. */
.bgcolor1 {
background-color: #0e0e0e;
}
/* The secondary background color. */
.bgcolor2, .ruleTableHeader, .log {
background-color: #0e0e0e;
}
/*-----------------------------------------------------------------------------------------------------------------------*/
/* Put stuff here if you need to customize any of the frames. */
.mainframe {
}
.topframe {
}
.leftframe {
}
.rightframe {
}
.playlistframe {
}
/* Background color for selected header. */
.headerSelected {
background-color: lightyellow;
}
/* Background color for form controls (use default). */
input, select {
}
/* Hover color for form controls (use default). */
input:hover, select:hover {
}
/* The primary foreground color (black). */
body {
color: black;
}
/* The secondary foreground color used for h1, details etc (gray). */
h1, .detail, .albumComment {
color: #272727;
}
/* Foreground color used for h2, bold and tr. */
h2, b, tr {
color: #333333;
}
/* Link color */
a:link, a:active, a:visited, a:link *, a:active *, a:visited * {
color: #006699
}
/* Link hover color */
a:hover, a:hover * {
text-decoration: underline;
color: #DD6900
}
/* Color for warning messages. */
.warning {
color: red;
}
/* Simple dark border. */
.border1, .ruleTableHeader, .ruleTableCell, .headerSelected, .log {
border: 1px solid black;
}
/* Scrollbar colors (supported on IE and Opera) */
body {
scrollbar-face-color: #272727;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #272727;
scrollbar-3dlight-color: #272727;
scrollbar-arrow-color: #006699;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #272727;
}
/* Font 1 */
body, h2, form, label, table, a {
font-family: verdana, arial, sans-serif;
}
/* Font 2 */
h1, h1 a, .logo {
font-family: arial, sans-serif;
}
What am I doing wrong?