Joomla.it Forum
Joomla! 2.5 (versione con supporto terminato) => Joomla! 1.6/1.7/2.5 => I Template di Joomla 1.6/1.7/2.5 => : NaTTinG 27 Sep 2011, 17:59:43
-
Salve, da poco sono passato a joomla 1.7, installato i vari componenti e devo dire che è totalmente cambiato dalla 1.5, molto più veloce il sito
ma ho un piccolo problema
installato udja comments su un template "GoRed ULTRA LernVid"
il problema sta nel fatto che quando inserisco i commenti in alternanza qualcuno si vede bene mentre altri sono grigio su sfondo nero
Qualcuno può aiutarmi a capire dove modificare il css per cambiare i colori?
Il sito, con relativo esempio è il seguente:
http://www.killemall.eu/index.php?option=com_content&view=article&id=11:la-gilda-il-sogno-la-passione&catid=12&Itemid=101
Grazie anticipatamente
-
Ciao NaTTinG,
aggiungi il background-color qui:
div#udjaCommentsWrapper ul.parentLayer li.even > div.commentDetails {
background-color: #EEEEFF;
}
mod_ud...nts.css (riga 101)
e qui
div#udjaCommentsWrapper ul.parentLayer li ul.childLayer li div.commentDetails {
background-color: #EEEEFF;
border: medium none;
}
mod_ud...nts.css (riga 146)
il file lo trovi nella cartella css contenuta nella cartella del modulo.
-
Ciao, grazie per aver risposto
se non ho capito male alla riga 141, ossia la seguente
div#udjaCommentsWrapper ul.parentLayer li.even > div.commentDetails { background-color:trasparent; }
devo inserire al posto di trasparent eeeeff
mentre alla 141 devo inserire l'intera riga
background-color: #EEEEFF;
e quindi il risultato dovrebbe essere il seguente:
div#udjaCommentsWrapper ul.parentLayer li.even > div.commentDetails { background-color:eeeeff; }
div#udjaCommentsWrapper ul.parentLayer li.odd > div.commentDetails { background-color:#eeeeff; }
div#udjaCommentsWrapper ul.parentLayer li div.commentDetails img.commentAvatar
{
float:left;
width:40px;
height:40px;
margin:7px;
border:2px solid #cccccc;
background-color:#FFFFFF;
}
div#udjaCommentsWrapper ul.parentLayer li div.commentDetails p
{
margin:0px;
}
div#udjaCommentsWrapper ul.parentLayer li div.commentDetails p.commentContent
{
clear:both;
padding-left:7px;
padding-right:7px;
}
div#udjaCommentsWrapper ul.parentLayer li div.commentDetails p.commentReply
{
text-align:right;
clear:both;
padding-left:7px;
padding-right:7px;
}
div#udjaCommentsWrapper ul.parentLayer li ul.childLayer
{
border-left:3px solid #dedede;
padding-left:15px;
list-style:none;
}
div#udjaCommentsWrapper ul.parentLayer li ul.childLayer li
{
font-size:1em;
}
div#udjaCommentsWrapper ul.parentLayer li ul.childLayer li div.commentDetails
{
background-color: #EEEEFF;
border:none;
}
purtroppo il risultato non cambia
-
Sarà... sicuro di aver fatto le correzioni giuste nella riga giusta e di averle salvate?
-
Questo è l'intero file css
/**
* @author Andy Sharman
* @copyright Andy Sharman (www.udjamaflip.com)
* @link http://www.udjamaflip.com
* @license GNU/GPL V2+
* @version 1.0rc3
* @package mod_udjacomments
**/
div#udjaCommentsWrapper
{
font-size:10px;
font-family:Verdana, Arial, Sans-Serif;
color:#333333;
padding:0px;
}
div#udjaCommentsWrapper .clear
{
clear:both;
}
div#udjaCommentsWrapper form
{
margin-top:15px;
padding:15px;
border-top:5px solid #999999;
border-bottom:5px solid #999999;
margin-bottom:15px;
}
div#udjaCommentsWrapper form h3
{
font-size:1.4em;
margin:0px;
}
div#udjaCommentsWrapper form fieldset
{
border:none;
padding:0px;
}
div#udjaCommentsWrapper form label
{
font-weight:bold;
font-size:1.1em;
color:#333333;
}
div#udjaCommentsWrapper form input.textbox,
div#udjaCommentsWrapper form textarea
{
padding:3px;
color:#545454;
width:300px;
font-size:1.1em;
font-family:Verdana, Arial, Sans-Serif;
}
div#udjaCommentsWrapper form textarea
{
height:125px;
width:450px;
}
div#udjaCommentsWrapper form input#btnUdjaSubmit
{
float:right;
margin-right:75px;
background-color:#333333;
color:#cccccc;
border-color:#666666;
padding:4px;
padding-left:8px;
padding-right:8px;
}
div#udjaCommentsWrapper ul.parentLayer
{
padding-top:15px;
padding-bottom:15px;
list-style:none;
padding-right:15px;
}
div#udjaCommentsWrapper ul.parentLayer li
{
font-size:1.1em;
list-syle:none;
border:none;
}
div#udjaCommentsWrapper ul.parentLayer li div.commentDetails
{
padding:7px;
border-radius:7px;
margin-bottom:15px;
}
div#udjaCommentsWrapper ul.parentLayer li.even > div.commentDetails { background-color:#eeeeff; }
div#udjaCommentsWrapper ul.parentLayer li.odd > div.commentDetails { background-color:#eeeeff; }
div#udjaCommentsWrapper ul.parentLayer li div.commentDetails img.commentAvatar
{
float:left;
width:40px;
height:40px;
margin:7px;
border:2px solid #cccccc;
background-color:#FFFFFF;
}
div#udjaCommentsWrapper ul.parentLayer li div.commentDetails p
{
margin:0px;
}
div#udjaCommentsWrapper ul.parentLayer li div.commentDetails p.commentContent
{
clear:both;
padding-left:7px;
padding-right:7px;
}
div#udjaCommentsWrapper ul.parentLayer li div.commentDetails p.commentReply
{
text-align:right;
clear:both;
padding-left:7px;
padding-right:7px;
}
div#udjaCommentsWrapper ul.parentLayer li ul.childLayer
{
border-left:3px solid #dedede;
padding-left:15px;
list-style:none;
}
div#udjaCommentsWrapper ul.parentLayer li ul.childLayer li div.commentDetails {
background-color: #EEEEFF;
border: medium none;
}
div#udjaCommentsWrapper form label
{
float:left;
width:150px;
padding-right:15px;
text-align:right;
font-size:1.1em;
}
div#udjaCommentsWrapper ul.commentPagination
{
padding:7px;
border-radius:5px;
background-color:#cccccc;
font-size:1.1em;
color:#333333;
list-style:none;
text-align:center;
}
div#udjaCommentsWrapper ul.commentPagination li
{
display:inline;
padding-left:3px;
padding-right:3px;
font-weight:bold;
}
div#udjaCommentsWrapper ul.commentPagination li.prev
{
float:left;
width:100px;
text-align:left;
}
div#udjaCommentsWrapper ul.commentPagination li.next
{
float:right;
width:100px;
text-align:right;
}
div#udjaCommentsWrapper ul.commentPagination li a
{
font-weight:normal;
}
Aperto con notepad2, la cosa strana, o forse no, che qualsiasi modifica io faccia allinterno del css, anche cancellandolo, il sito non ne risente
-
Quando ricari il file sei sicuro che sovrascriva il vecchio? I permessi sono a posto?
-
Certo, in più ho cancellato il file vecchio e inserito quello nuovo
i permessi sono su 755
questo il css del mio template, forse vi è qualcosa qui?
@charset "utf-8";
/*---------------------------------------------------
Desidgned by Juergen Koller
Designers Home: http://www.LernVid.com
---------------------------------------------------*/
html {
height : 101%;
}
body {
font-family:Arial, Helvetica, Sans-Serif;
font-size: 11px;
color: #efefef;
background-color: #090909;
margin:0;
padding:0;
}
#wrapper {
width:100%;
margin: 0 auto;
background-color: transparent;
}
#bg_up{
margin: 0 auto;
background-position:center top;
background-color: transparent;
}
#masthead_container {
height: 250px;
width: 100%;
background-color: transparent;
margin:auto;
}
#masthead, #container {
max-width: 1280px; /* global template max-width */
min-width: 960px; /* global template min-width */
}
#masthead {
height: 250px;
margin:auto;
background-image:url('../images/header.png');
background-position: left top;
background-repeat:no-repeat;
background-color: transparent;
border-left: 1px solid #6f0000;
border-right: 1px solid #6f0000;
}
#sitetitle_outer {
float:left;
width: auto;
margin: 195px 0 0 145px;
height: auto;
}
#sitetitle_left {
float:left;
width: 25px;
height:35px;
background-image:url('../images/sitetitle_left.png');
background-repeat:repeat-x;
}
#sitetitle_right {
float:left;
width: 25px;
height:35px;
background-image:url('../images/sitetitle_right.png');
background-repeat:repeat-x;
}
#sitetitle_inner {
float:left;
width:auto;
height: 35px;
font-family: Impact;
font-size: 24px;
text-align: left;
color: #ff0000;
letter-spacing: 3px;
padding: 2px 10px 2px 10px;
background-image:url('../images/sitetitle.png');
background-repeat:repeat-x;
}
#sitetitle_inner a {
color: #ff0000;
text-decoration:none;
}
#sitetitle_inner a:hover {
color: #CC0000;
text-decoration:none;
}
#container {
text-align:left;
background-color: #090909;
padding: 0;
margin:auto;
border-left: 1px solid #6f0000;
border-right: 1px solid #6f0000;
}
#container2 {
text-align:left;
background-color: transparent;
margin:auto;
}
#searchbox {
height: 37px;
background-color: #111;
background-image : url(../images/searchbox.gif);
background-position:right top;
background-repeat : repeat-x;
border: 1px solid #000;
}
#search {
float: right;
background-image: url(../images/search.gif);
background-repeat: no-repeat;
width: 197px;
height: 37px;
}
#search_inner {
margin: 11px 0 7px 45px;
}
#search_inner input,
#search_inner .inputbox {
color: #fff;
float: left;
margin: 0;
background: none;
border: none;
padding: 0;
}
#search_inner .inputbox:hover {
color: #ff0000;
}
#navigation {
background-image:url('../images/navigation.gif');
height: 39px;
margin:auto;
background-color: #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
color: #fff;
text-align:center;
}
.lvround-inner {
padding:10px;
}
.moduleh3 {
background-image : url(../images/user_h3.gif);
background-repeat : repeat-x;
background-color : #000;
color : #ff0000;
text-align : left;
height : 30px;
line-height : 30px;
padding:0 0 0 15px;
margin :0;
overflow : hidden;
font-weight:normal;
border:none;
font-family: Impact;
letter-spacing: 3px;
font-size : 14px;
font-variant:normal;
text-decoration: none;
}
#top div.moduletable h3, #user1 div.moduletable h3, #user2 div.moduletable h3, #user5 div.moduletable h3, #user6 div.moduletable h3 {
background-image : url(../images/user_h3.gif);
background-repeat : repeat-x;
background-color : #000;
color : #ff0000;
text-align : left;
height : 30px;
line-height : 30px;
padding:0;
margin :0;
padding-left: 5px;
overflow : hidden;
font-weight:normal;
border:none;
font-family: Impact;
letter-spacing: 3px;
font-size : 14px;
font-variant:normal;
text-decoration: none;
}
#user_modules1 {
width: 100%;
float:left;
margin: 0;
padding:0;
height: auto;
background-color: transparent;
border:none;
margin-bottom: 10px;
}
#user1 {
width: 48%;
float:left;
background-image : url(../images/module_bg.jpg);
background-repeat:no-repeat;
background-position:center top;
min-height: 100px;
border: 1px solid #222;
overflow:hidden;
margin-left: 1%;
}
#user2 {
width: 48%;
float:right;
background-image : url(../images/module_bg.jpg);
background-repeat:no-repeat;
background-position:center top;
min-height: 100px;
border: 1px solid #222;
overflow:hidden;
margin-right: 1%;
}
#top {
width: 98%;
float:left;
padding: 0;
margin:0 auto;
background-color: transparent;
background-image : url(../images/module_bg.jpg);
background-repeat:no-repeat;
background-position:center top;
border: 1px solid #222;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 5px;
}
#page_content {
padding: 0px;
margin: 0px;
width: 100%;
padding-bottom: 10px;
}
#sidebar_left {
color: #999;
position: relative;
float: left;
width: 176px;
background-color: transparent;
padding:0 2px 20px 2px;
margin:0;
margin: 0 5px 5px 5px;
background-image:url('../images/left.gif');
background-position: center top;
background-repeat:repeat-y;
}
#sidebar_right {
color: #999;
position: relative;
float: right;
width: 176px;
background-color: transparent;
padding:0 2px 20px 2px;
margin:0;
margin: 0 5px 5px 5px;
background-image:url('../images/right.gif');
background-position: center top;
background-repeat:repeat-y;
}
#content_outleft {
margin: 0 0 0 190px;
}
#content_outmiddle {
margin: 0 190px;
}
#content_outright {
margin: 0 190px 0 0;
}
#maincontent {
float:left;
background-color: #101010;
color: #efefef;
padding: 10px 3%;
padding-bottom: 30px;
min-height: 400px;
width: 93%;
border: 1px solid #000;
background-image : url(../images/content.png);
background-position:center bottom;
background-repeat:no-repeat;
}
#content_up {
width: 100%;
height: 30px;
background-color: #111;
padding:0;
margin:10px 0 10px 0;
}
#content_up_left {
float: left;
background-color: transparent;
background-image:url('../images/content_up_left.gif');
background-repeat: repeat-x;
width: 100%;
height: 30px;
padding:0;
margin:0;
}
#content_up_right {
float:right;
width: 170px;
height: 30px;
padding:0;
margin:0;
}
#content_down {
width: 100%;
height: 30px;
background-color: #111;
margin:10px 0 10px 0;
padding:0;
}
#content_down_left {
float: left;
background-color: transparent;
background-image:url('../images/content_down_left.gif');
background-repeat: repeat-x;
width: 100%;
height: 30px;
padding:0;
margin:0;
}
#content_down_right {
background-color: transparent;
background-image:url('../images/content_down_right.gif');
background-position: right top;
background-repeat:no-repeat;
float:right;
width: 170px;
height: 30px;
padding:0;
margin:0;
}
#breadcrumbs {
float:left;
height: 17px;
line-height:15px;
width: auto;
max-width: 700px;
font-size : 11px;
overflow : hidden;
background-color: #000;
font-weight : normal;
font-variant : small-caps;
margin: 4px 0 0 50px;
border: 1px solid #222;
padding: 0 5px 0 5px;
}
#breadcrumbs span {
padding:0;
}
#breadcrumbs a:hover {
color : #666;
text-decoration : none;
}
.clr {
clear:both;
}
#user_modules2 {
float:left;
margin: 0;
padding:0;
width: 92%;
height: auto;
margin-top: 20px;
margin-bottom: 20px;
background-color: transparent;
margin: 0 4% 20px 4%;
}
#user5 {
width:45%;
float:left;
min-height: 100px;
background-image : url(../images/module_bg.jpg);
background-repeat:no-repeat;
background-position:center top;
text-align:left;
height: auto;
border: 1px solid #222;
padding:0;
overflow:hidden;
}
#user6 {
width:45%;
float:right;
min-height: 100px;
background-image : url(../images/module_bg.jpg);
background-repeat:no-repeat;
background-position:center top;
text-align:left;
height: auto;
border: 1px solid #222;
padding: 0;
overflow:hidden;
}
#footer {
color: #666;
clear: both;
width: 100%;
height: 250px;
overflow: hidden;
padding:0;
background-color: transparent;
text-align:center;
background-image:url('../images/footer.jpg');
background-repeat: no-repeat;
background-position:center top;
overflow:hidden;
}
#footer a {
border:none;
}
a#gotop {
display:block;
text-align:right;
font-size:20px;
color:red !important;
text-decoration:none !important;
margin: 0 50px 0 0;
}
#bottom {
clear: both;
height: 30px;
background-color: #111;
font-size: 9px;
color: #666;
text-align:center;
background-image:url('../images/bottom.jpg');
background-repeat: repeat-x;
}
#bottom a {
font-size: 9px;
color: #666;
text-align:center;
text-decoration:none;
}
#copyright_info {
clear: both;
color: #fff;
font-size: 10px;
padding:0;
margin:0;
text-align:center;
overflow:hidden;
}
#copyright_info p {
color: #fff;
font-size: 10px;
padding: 5px 20px 5px 20px;
margin:0;
text-align:center;
}
#designed_by {
clear: both;
padding:0;
margin:0;
text-align:center;
background-color:#000;
}
#designed_by p {
font-family: Georgia;
color: #252525;
font-size: 10px;
margin:0;
padding:2px;
text-align:center;
}
#designed_by a {
color: #252525;
}
#designed_by a:hover {
color: #999;
}
#date {
text-align: center;
color: #000;
font-size:11px;
width: auto;
background-color: transparent;
height: 30px;
line-height:30px;
overflow:hidden;
}
#date p {
color: #666;
font-size:11px;
background-color:#000;
width: 180px;
height: 15px;
line-height: 15px;
margin: 0 auto;
margin-top:8px;
border: 1px solid #222;
}
h1,h2,h3,h4,h5,h6 {
color: #ff0000;
text-decoration:underline;
font-family: Arial, Helvetica, Sans-Serif;
}
#footer p {
font-size: x-small;
}
#footer a {
color: #888;
text-decoration: underline;
}
#footer a:hover {
text-decoration: none;
}
ul, ol, li {
margin : 0;
padding : 0;
}
ul, ol {
margin : 10px 0;
padding-left : 10px;
}
ol li {
list-style-type : decimal;
line-height : 14px;
}
ul, ol {
margin:0;
padding:0 0 0 15px;
}
ul li {
list-style: square;
}
ul li li {
list-style: disc;
}
ul li li li {
list-style: circle;
}
ul li li li li {
list-style: upper-roman;
}
ul li li li li li {
list-style: lower-roman;
}
a, a:link, a:visited, a:active, a:focus {
color : #ff0000;
outline : none;
text-decoration : none;
}
a:hover {
color : #ccc;
text-decoration : underline;
}
table.contentpaneopen {
width : 98%;
padding : 2px;
margin : 2px;
}
table.contentpane {
width : 98%;
padding : 6px;
margin : 6px;
}
table.searchinto {
width : 100%;
}
table.moduletable {
width : 100%;
margin : 0;
padding : 0;
}
div.moduletable {
padding : 0;
padding-bottom : 10px;
}
div.moduletable_text {
padding : 0;
padding-bottom : 10px;
}
div.banneritem_text {
padding: 0 3px 0 3px;
margin: 0;
}
.style_bold {
font-weight: bold;
}
.style_italic {
font-style: italic;
}
#top div.moduletable h3, #user1 div.moduletable h3, #user2 div.moduletable h3, #user5 div.moduletable h3, #user6 div.moduletable h3 {
background-image : url(../images/user_h3.gif);
background-repeat : repeat-x;
background-color : #000;
color : #ff0000;
text-align : left;
height : 30px;
line-height : 30px;
padding:0;
margin :0;
padding-left: 5px;
overflow : hidden;
font-weight:normal;
border:none;
font-family: Impact;
letter-spacing: 3px;
font-size : 14px;
font-variant:normal;
text-decoration: none;
}
/* z.b. modul werbung*/
table.moduletable th, .moduletable_text h3 {
background-image : url(../images/module_h3.gif);
background-repeat : repeat-x;
background-color : #000;
color : #fff;
text-align : left;
font-weight : bold;
height : 36px;
line-height : 36px;
font-size : 14px;
margin :0;
overflow : hidden;
margin-bottom: 2px;
text-indent: 10px;
width: 172px;
padding:0;
font-variant:small-caps;
font-family:Arial, Helvetica, Sans-Serif;
border: 1px solid #000;
text-decoration: none;
}
div.moduletable h3{
background-image : url(../images/module_h3.gif);
background-repeat : repeat-x;
background-color : #000;
color : #fff;
text-align : left;
font-weight : bold;
height : 36px;
line-height : 36px;
font-size : 14px;
padding:0;
margin :0;
overflow : hidden;
text-indent: 10px;
font-variant:small-caps;
font-family:Arial, Helvetica, Sans-Serif;
border: 1px solid #000;
text-decoration: none;
}
/* z.b. modul umfrage, template chooser, wer ist online..*/
#sidebar_left div.moduletable h3, #sidebar_right div.moduletable h3 {
background-image : url(../images/module_h3.gif);
background-repeat : repeat-x;
background-color : #000;
color : #fff;
text-align : left;
font-weight : bold;
height : 36px;
line-height : 36px;
font-size : 14px;
padding:0;
margin:0 0 5px 0;
overflow : hidden;
text-indent: 10px;
width: 172px;
font-variant:small-caps;
font-family:Arial, Helvetica, Sans-Serif;
border: 1px solid #000;
text-decoration: none;
}
.moduletable_menu h3 {
background-image : url(../images/module_h3.gif);
background-repeat : repeat-x;
background-color : #000;
color : #fff;
text-align : left;
font-weight : bold;
height : 36px;
line-height : 36px;
font-size : 14px;
padding:0;
margin :0;
overflow : hidden;
text-indent: 10px;
width: 172px;
font-variant:small-caps;
font-family:Arial, Helvetica, Sans-Serif;
border: 1px solid #000;
text-decoration: none;
}
.moduletable_menu {
padding-bottom: 10px;
}
.moduletable_menu ul.menu, .moduletable_menu ul.menu ul {
margin: 0;
padding : 0;
}
.moduletable_menu ul.menu li {
list-style : none;
padding-left:10px;
background-image : url(../images/menu.jpg);
background-repeat : no-repeat;
overflow:hidden;
}
.moduletable_menu ul.menu li:hover {
background-image : url(../images/menu_hover.jpg);
}
.moduletable_menu ul.menu li a {
display : block;
vertical-align : middle;
font-size : 11px;
color : #aaa;
height : 24px;
line-height : 24px;
margin: 0;
padding:0 0 0 12px;;
}
.moduletable_menu ul.menu li a:hover, .moduletable_menu ul.menu li.current a {
color : #fff;
}
.contentheading {
background-image : url(../images/contentheading.jpg);
background-repeat : no-repeat;
height : 16px;
line-height : 16px;
color : #fff;
font-size : 11px;
font-weight:bold;
font-variant : small-caps;
padding-left : 25px;
border-top: 1px solid #222;
border-bottom: 1px solid #222;
border-right: 1px solid #222;
background-color: #151515;
text-decoration:none;
}
.contentheading a {
color:#fff;
}
label {
color: #666;
}
.pagenav {
text-transform:uppercase;
text-align : center;
font-size : 12px;
padding : 3px 5px 2px 5px;
margin : 5px 1px 5px 1px;
color : #fff;
background-color: #000;
border-top: 1px solid #222;
border-left: 1px solid #222;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
background-image : url(../images/button_bg.gif);
background-repeat:repeat-x;
}
.item-separator {
clear : both;
display : block;
height : 10px;
margin-bottom : 30px;
border-bottom : 3px double #222;
}
.article_column {
padding : 10px;
margin : 5px;
}
.article-tools {
border-top : 1px solid #666;
width : 100%;
float : left;
clear : both;
margin-bottom : 15px;
display : block;
background-color : #fbfcf8;
}
.article-meta {
padding : 5px;
width : 80%;
float : left;
}
.button {
color : #fff;
background-image : url(../images/button_bg.gif);
text-align : center;
font-size : 10px;
border-top: 1px solid #222;
border-left: 1px solid #222;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
padding : 2px 3px 2px 3px;
margin : 2px 3px 2px 3px;
background-color:#000;
}
.button:hover {
color : #ff0000;
background-image : url(../images/button_bg_hover.gif);
}
.validate {
height: 20px;
line-height: 20px;
color : #fff;
background-image : url(../images/button_bg.gif);
text-align : center;
font-size : 10px;
border-top: 1px solid #222;
border-left: 1px solid #222;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}
.validate:hover {
color : #ff0000;
background-image : url(../images/button_bg_hover.gif);
}
.invalid {
border-color: #ff0000;
}
label.invalid {
color: #ff0000;
text-decoration:blink;
}
.back_button {
height: 22px;
line-height: 22px;
background-image : url(../images/button_bg.gif);
text-align : center;
font-size : 11px;
color : #fff;
border-top: 1px solid #222;
border-left: 1px solid #222;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}
.back_button:hover {
color : #ff0000;
background-image : url(../images/button_bg_hover.gif);
}
.back_button a:link {
text-decoration : none;
color : #101010;
}
.back_button a:visited {
text-decoration : none;
color : #666;
}
.back_button a:hover {
text-decoration : none;
color : #666;
}
#form-login .input {
padding : 2px;
margin : 2px;
background : none;
border : none;
font-size : 11px;
}
form {
margin : 0;
padding : 0;
border : none;
}
#form-login {
border : none;
padding: 5px;
}
#form-login ul {
padding : 0;
margin : 0;
list-style : none;
}
#form-login li {
margin : 0;
padding:0;
background : none;
list-style : none;
text-align:center;
}
#form-login li a {
font-size : 11px;
}
#form-login li a:hover {
font-size : 11px;
}
#form-login .input {
margin:0;
padding:0;
}
.inputbox {
border-top: 1px solid #222;
border-left: 1px solid #222;
border-right: 1px solid #353535;
border-bottom: 1px solid #353535;
background-color : #050505;
color : #fff;
font-size : 11px;
}
.inputbox:hover {
background-color : #121212;
}
input {
border-top: 1px solid #222;
border-left: 1px solid #222;
border-right: 1px solid #353535;
border-bottom: 1px solid #353535;
background-color : #050505;
color : #fff;
font-size : 11px;
}
input:hover {
background-color : #121212;
}
.sectiontableheader {
border : 1px solid #333;
background-color : #0a0a0a;
text-align : left;
text-transform : none;
margin : 0;
padding : 2px;
height : 30px;
}
.sectiontablefooter {
padding : 2px;
margin : 0;
text-align : left;
text-transform : none;
background-color : #0a0a0a;
}
.sectiontableentry0 {
border-bottom : 1px solid #666;
background-color : #151515;
text-align : left;
}
.sectiontableentry1 {
border-bottom : 1px solid #666;
background-color : #111;
text-align : left;
}
.sectiontableentry2 {
border-bottom : 1px solid #666;
background-color : #151515;
text-align : left;
}
.sectiontableentry1 td {
padding : 2px 5px 2px 5px;
margin : 1px;
}
.sectiontableentry2 td {
padding : 2px 5px 2px 5px;
margin : 1px;
}
.sectiontableentry0 td {
padding : 2px 5px 2px 5px;
margin : 1px;
}
a.readon {
color : #fff;
line-height: 22px;
margin: 10px 0 0 0;
font-size: 10px;
text-transform:uppercase;
float:right;
}
a.readon:hover {
color : #ff0000;
}
h1 {
font-weight : bold;
font-size : 24px;
line-height : 26px;
font-weight : normal;
}
h2 {
font-size : 20px;
line-height : 22px;
font-weight : normal;
}
h3 {
font-size : 18px;
line-height : 20px;
font-weight : normal;
}
h4 {
font-size : 16px;
line-height : 18px;
font-weight : bold;
}
h5 {
font-size : 14px;
line-height : 16px;
font-weight : bold;
}
h6 {
font-size : 12px;
line-height : 14px;
font-weight : bold;
}
.contact_email {
padding : 5px;
margin : 5px;
}
#component-contact {
margin-top : 10px;
}
.hasTip {
margin: 5px;
color : #666;
background-color: transparent;
border: none;
}
.tool-tip {
float : left;
color : #666;
background : #202020;
border : 1px solid #666;
padding : 5px;
max-width : 200px;
}
.tool-title {
padding : 0;
margin : 0;
font-size : 100%;
font-weight : bold;
margin-top : -15px;
padding-top : 15px;
padding-bottom : 5px;
background-repeat : no-repeat;
}
.tool-text {
font-size : 100%;
margin : 0;
}
table.paramlist {
margin-top : 5px;
}
table.paramlist td.paramlist_key {
width : 128px;
text-align : left;
height : 30px;
}
div.message {
font-weight : bold;
font-size : 14px;
text-align : center;
width : auto;
background-color : #202020;
border : 1px solid #666;
margin : 3px 0 10px;
padding : 3px 20px;
}
.pagination span {
padding : 2px;
}
.pagination a {
padding : 2px;
}
img {
border : none;
padding: 2px 5px 2px 5px;
}
div.mosimage {
border : 2px solid #666;
background-color : #cdab71;
}
.mosimage {
margin : 0;
background-color : #cdab71;
}
.mosimage_caption {
margin-top : 0;
background-color : #cdab71;
padding : 0;
color : #666666;
font-size : 10px;
}
a img.calendar {
width: 16px;
height: 16px;
margin-left: 3px;
cursor: pointer;
vertical-align: middle;
}
.error {
font-style : italic;
text-transform : uppercase;
padding : 5px;
color : #ff0000;
font-size : 12px;
}
#system-message {
color: #ff0000;
margin : 10px;
}
#system-message dd.message ul {
border-top : 2px solid #666;
border-bottom : 2px solid #666;
margin : 5px;
padding-left : 40px;
text-indent : 0;
}
#system-message dd.error ul {
border-top : 2px solid #666;
border-bottom : 2px solid #666;
margin : 5px;
padding-left : 40px;
text-indent : 0;
}
#system-message dd.notice ul {
border-top : 2px solid #666;
border-bottom : 2px solid #666;
margin : 5px;
padding-left : 40px;
text-indent : 0;
}
.small {
font-family : Arial, Helvetica, sans-serif;
color : #666;
font-size : 9px;
}
.createdate {
font-family : Arial, Helvetica, sans-serif;
font-size : 9px;
color : #999;
}
.modifydate {
font-family : Arial, Helvetica, sans-serif;
color : #666;
font-size : 9px;
}
.highlight {
background-color : #999;
color : #111;
padding : 0;
}
.code {
background-color : #666;
border : 1px solid #bbb;
}
fieldset {
margin : 10px;
padding : 10px;
border : 1px solid #666;
}
#sidebar_left ul#mainlevel a {
color: #666;
}
#navigation ul.menu {
list-style : none;
padding : 0;
margin : 0 auto;
font-size : 11px;
padding-left: 50px;
}
#navigation ul.menu li {
text-align:center;
background-image:none;
color : #666;
font-weight : bold;
float : left;
margin : 0 auto;
padding : 0;
font-size : 11px;
height : 20px;
line-height : 20px;
white-space : nowrap;
background-color: transparent;
margin-top: 10px;
list-style:none;
}
#navigation ul.menu li a {
text-align : center;
font-weight : bold;
font-size : 11px;
display : block;
padding-left : 10px;
padding-right : 10px;
text-decoration : none;
color : #fff;
text-transform:uppercase;
border : 1px solid #222;
margin-right: 5px;
background-color: #000;
background-repeat : no-repeat;
}
#buttons > #navigation ul.menu li a {
width : auto;
}
#navigation ul.menu li a:hover {
color : #ff0000;
text-decoration:underline;
}
#navigation ul.menu li a#active_menu-nav {
color:#ff0000;
font-size: 12px;
text-decoration:underline;
}
#navigation ul.menu li a#active_menu-nav:hover {
text-decoration : line-through;
}
-
Io avevo lo stesso problema.
Il procedimento che segui per la modifica del CSS è corretta solo che non si modifica l'aspetto.
Per risolvere il problema devi scaricare l'archivio con Udjacomment, scompattarlo, effettuare le modifiche al css in locale e ricompattare l'archivio.
Successivamente devi disinstallare e reinstallare Udjacomment con l'archivio modificato in locale.
Per disinstallare completamente Udjacomment devi andare su gestione estensioni -> gestisci, filtrare con la parola di ricerca Udja, selezionare tutti i componenti (dovrebbero essere 3), disattivarli e cancellarli.
Ovviamente se non vuoi perdere altre modifiche fatte, ti conviene scaricare i file uno ad uno e integrarli nell'archivio prima di disinstallare i componenti.
Spero di esser stato utile.
Ciao! :D