ho installato kunea
volevo modificare lo stile di visualizzazione
perchè il blu dei menù non mi piace
guardando il sorgente sembra che non sia nel css...
è dichiarato come:
<style type="text/css">
/* Kunena Custom CSS */
#Kunena div.kblock > div.kheader,#Kunena .kblock div.kheader { background: #1E1E1E !important; }
#Kunena #ktop { border-color: #1E1E1E; }
#Kunena #ktop span.ktoggler { background: #1E1E1E; }
#Kunena #ktab a:hover,
#Kunena #ktab li.Kunena-item-active a { background-color: #1E1E1E; }
#Kunena #ktab ul.menu li.active a { background-color: #1E1E1E; }
#Kunena a:link,
#Kunena a:visited,
#Kunena a:active {color: #1E1E1E;}
#Kunena a:focus {outline: none;}
#Kunena a:hover {color: #FF0000;} #Kunena a:link,
#Kunena a:visited,
#Kunena a:active {color: #5388B4;}
#Kunena a:focus {outline: none;} #Kunena div.kannouncement div.kheader { background: #1E1E1E !important; } #Kunena div#kannouncement .kanndesc { background: #1E1E1E; } #Kunena div.kfrontstats div.kheader { background: #1E1E1E !important; } #Kunena div.kwhoisonline div.kheader { background: #1E1E1E !important; } #Kunena #ktab a { background-color: #737373 !important; } #Kunena #ktab ul.menu li.active a,#Kunena #ktab li#current.selected a { background-color: #5388B4 !important; } #Kunena #ktab a:hover { background-color: #5388B4 !important; } #Kunena #ktop { border-color: #5388B4 !important; } #Kunena #ktab a span { color: #FFFFFF !important; } #Kunena #ktab #current a span { color: #FFFFFF !important; } #Kunena #ktop span.ktoggler { background-color: #5388B4 !important; } #Kunena .kicon-profile { background-image: url("http://www.razzo.org/components/com_kunena/template/default/media/iconsets/profile/default/default.png"); }
#Kunena .kicon-button { background-image: url("http://www.razzo.org/components/com_kunena/template/default/media/iconsets/buttons/bluebird/default.png") !important; }
#Kunena #kbbcode-toolbar li a,#Kunena #kattachments a { background-image:url("http://www.razzo.org/components/com_kunena/template/default/media/iconsets/editor/default/default.png"); }
/* End of Kunena Custom CSS */
#wrapper { margin: 0 auto; width: 1000px;padding:0;}
.s-c-s #colmid { left:180px;}
.s-c-s #colright { margin-left:-180px;}
.s-c-s #col1pad { margin-left:180px;}
.s-c-s #col2 { left:0px;width:180px;}
.s-c-s #col3 { width:0px;}
.s-c-x #colright { left:180px;}
.s-c-x #col1wrap { right:180px;}
.s-c-x #col1 { margin-left:180px;}
.s-c-x #col2 { right:180px;width:180px;}
.x-c-s #colright { margin-left:-0px;}
.x-c-s #col1 { margin-left:0px;}
.x-c-s #col3 { left:0px;width:0px;}
</style>
c'è modo di cambiarlo?