Back to top

Autore Topic: bicolor 1.4.9 aiuto  (Letto 3163 volte)

Offline Gianni5

  • Esploratore
  • **
  • Post: 93
    • Mostra profilo
bicolor 1.4.9 aiuto
« il: 27 Giu 2008, 17:35:12 »
Ragazzi non riesco a modificare il colore giallo di sfondo in quei due moduli in basso
http://www.fotoclubinprimopiano.com/sito1/

qualcuno sa come si chiamano e se è possibile modificarli dal .css

Offline = odino =

  • Instancabile
  • ******
  • Post: 5696
  • Sesso: Maschio
  • "In realtà li trasforma in menomati" Danzel
    • Mostra profilo
Re: bicolor 1.4.9 aiuto
« Risposta #1 il: 27 Giu 2008, 17:50:11 »
Penso tu sia riuscito, dato che non vedo moduli gialli con ff3.

Sarebbe stato bello se avessi condiviso la soluzione col forum  :)

Offline Gianni5

  • Esploratore
  • **
  • Post: 93
    • Mostra profilo
Re: bicolor 1.4.9 aiuto
« Risposta #2 il: 27 Giu 2008, 18:00:01 »
purtroppo non ci sono riuscito forse ho sbagliato il termine (sono alle prime armi ::) )forse non sono moduli cmq sono quei due articoli in basso il titolo  di uno è "sessione di ritratto"

Offline = odino =

  • Instancabile
  • ******
  • Post: 5696
  • Sesso: Maschio
  • "In realtà li trasforma in menomati" Danzel
    • Mostra profilo
Re: bicolor 1.4.9 aiuto
« Risposta #3 il: 28 Giu 2008, 14:40:24 »
Ok, io vedo uno sfondo bianco...

Offline Gianni5

  • Esploratore
  • **
  • Post: 93
    • Mostra profilo
Re: bicolor 1.4.9 aiuto
« Risposta #4 il: 28 Giu 2008, 22:24:44 »
si è lo sfondo di quei due articoli che non riesco a cambiare

Offline Morpheus255

  • Nuovo arrivato
  • *
  • Post: 47
    • Mostra profilo
Re: bicolor 1.4.9 aiuto
« Risposta #5 il: 29 Giu 2008, 10:06:44 »
dovrebbe essere la tabella con classe "contentpaneopen". Vai nel css e cambia lo sfondo di quella classe. Tieni presente che cambiando quella cambieranno anche gli sfondi di altre parti con la setssa classe

inaugurare si scrive con una sola enne.
« Ultima modifica: 29 Giu 2008, 10:11:36 da Morpheus255 »
Fai un gesto rivoluzionario, libera lamusica ascolta Radio Atlantide

Offline Gianni5

  • Esploratore
  • **
  • Post: 93
    • Mostra profilo
Re: bicolor 1.4.9 aiuto
« Risposta #6 il: 29 Giu 2008, 18:34:26 »
ho provato a cambiare la classe che mi hai indicato ma il colore non è cambiato

Offline Morpheus255

  • Nuovo arrivato
  • *
  • Post: 47
    • Mostra profilo
Re: bicolor 1.4.9 aiuto
« Risposta #7 il: 30 Giu 2008, 08:48:33 »
perchè non devi cambiare classe ma il colore della classe.

SE quindi nel tuo template.css la classe contentpaneopen a cui è assegnata la tabella di quei due moduli contiene

.contentpaneopen
{
background-color: #fff;

}

dovrai cambiare quel valore #FFF con quello desiderato.
controlla anche che i moduli non abbiano una loro classe (suffisso css) nei parametri avanzati della gestione moduli.
Fai un gesto rivoluzionario, libera lamusica ascolta Radio Atlantide

Offline Gianni5

  • Esploratore
  • **
  • Post: 93
    • Mostra profilo
Re: bicolor 1.4.9 aiuto
« Risposta #8 il: 30 Giu 2008, 15:11:01 »
Scusa mi sono spiegato male ho cambiato il valore della classe o almeno il valore che ritenevo essere quello del background, perchè il valore background non l'ho trovato, ma niente cmq ti allego il file template.css magari è più facile

/**
 * @copyright   Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved.
 * @license      GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */


/****************************
* General style
****************************/

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #000;
  line-height: 1.3em;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mceContentBody {
  background-color: #000;
  line-height: 1.3em;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, form, label,
ol, ul, dl,
fieldset, address {

}

img {
  border: 0 none;
}

a, a:link {
  color: #3169A1;
  text-decoration: none;
}

a:visited {
  color: #6931A1;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

dd {
  margin-left: 1em;
}

ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 1.5em;
  background: url(../images/list.png) no-repeat 0 .5em;
}

h1, h2, h3, h4, h5, h6 {
  margin: .7em 0 .3em 0;
  color: #69c;
  font-size: 10px;
  font-weight: normal;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em
}

h6 {
  font-size: 1em;
}

fieldset {
  border: 1px solid #ccc;
  padding: 5px;
}

input {
  vertical-align: middle;
}

table {

}

tr {
  text-align: left;
}

td {
  text-align: left;
}

td, th {
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: top;
}

img {
  margin-left: 5px;
  margin-right: 5px;
}

p {
  margin-top: .7em;
  margin-bottom: .7em;
}

label {

}

/****************************
* Template related
****************************/

#container {
  width :772px;
  text-align: left;
  margin: auto;
  background-color: #000;
  overflow: hidden;
}

#header {
  width: 100%;
  height: 113px;
  overflow: hidden;
}

#subheader {
  color: #000;
  position: relative;
  top: -113px;
}

#header-background {
  width: 100%;
  height: 113px;
  background: #3179C8;
}

#header-left {
  width: 50%;
  height: 113px;
  background: #009900;
}

#header-fix1 {
  width: 35px;
  height: 50px;
  position: relative;
  top: 5px;
  left: 372px;
}

#header-fix2 {
  width: 35px;
  height: 50px;
  position: relative;
  top: 10px;
  left: 367px;
}

#header-trans {
  height: 113px;
  width: 100%;
  background: url(../images/trans_top.png) repeat-x;
  position: relative;
  top: -113px;
}

#header-limiter {
  top: -226px;
  position: relative;
  text-align: center;
  width: 100%;
  height: 113px;
  background: url(../images/trans_top_ellips.png) no-repeat top center;
}

#header-limiter div {
  background: url(../images/top_limiter.png) no-repeat;
  width: 81px;
  height: 113px;
  margin: auto;
}

div#identity {
  width: 100%;
  height: 75px;
  position: relative;
  top: 0px;
  left: 0px;
}

div#logo, div#logo-jpg {
  float: left;
  margin-right: 8px;
  height: 116px;
  width: 1010px;
}

#sitename {
  font-size: 30px;
  font-weight: Typewriter;
  line-height: 1em;
  float: left;
  height: 75px;
}

#sitename table, #sitename tr, #sitename td {
  height: 75px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: none;
}

#sitename-main, #sitename-shadow {
  position: relative;
}

#sitename-main {
  top: 0em;
  left: 0;
}

#sitename-main a {
  color: #ff6600;
  text-decoration: none;
}

#sitename-shadow {
  color: #555;
  left: .05em;
  top: .05em;
  height: 0px;
}

#slogan {
  font-size: 18px;
  font-weight: Tempus Sans ITC;
  background: none;
}

#user4 {
  position: relative;
  float: right;
  top: 10px;
  right: 10px;
}

div#searchbox {
  background: url(../images/search.gif) no-repeat;
  height: 21px;
  width: 137px;
}

div#searchbox div {
  float:left;
}

div#searchbox div.magnifier {
  height: 17px;
  width: 17px;
  float: right;
  margin: 2px 4px 0 0;
}

div#searchbox div.magnifier a, div#searchbox div.magnifier a:link {
  width: 100%;
  height: 100%;
  background: url(../images/magnifier.gif) no-repeat top left;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

div#searchbox div.magnifier a:hover, div#searchbox div.magnifier a:active {
  background: url(../images/magnifier_active.gif);
}

#horizontal-menu-holder {
  width: 100%;
  height: 27px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
}

#horizontal-menu-holder-inner {
  /*padding: 7px 0 0 0;*/
  height: 19px;
  background: #FFFFFF url(../images/horizontal_menu.png) repeat-x;
}

div#horizontal-menu-border-top, #horizontal-menu-border-bottom {
  height: 4px;
}

div#horizontal-menu-border-top {
  background: #3179C8 url(../images/horizontal_menu_border_top.png) repeat-x;
}

div#horizontal-menu-border-bottom {
  background: #3179C8 url(../images/horizontal_menu_border_bottom.png) repeat-x;
}

#wrapper {
  min-height: 216px;
  margin: 10px 0 20px 0;
  padding: 0 10px 0 10px;
}

.clear, .clr {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}


/****************************
* Sidebar
****************************/

.sidebar {
  width: 170px;
  min-height: 100px;
  text-align: left;
  color: #fff;
}

.sidebar fieldset {
  border: 1px solid #fff;
  padding: 5px;
}

.sidebar a, .sidebar a:link {
  color: #fff;
}

.sidebar a:hover {
 
}

.sidebar a:visited {

}

#sidebar-left a:visited {
  color: #070;
}

#sidebar-left a:visited {
  color: #567;
}


/****************************
* Sidebar Modules
****************************/

.sidebar div.module {
  width: 170px;
  padding: 0;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.sidebar div.module .module-top {
  margin: 0;
  height: 16px;
  background: url(../images/module_top.png) no-repeat;
}

.sidebar div.module .module-title {
  margin-bottom: -7px;
}

.sidebar div.module .module-title h3 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0 15px 5px 15px;
  margin: 0;
  position: relative;
  top: -9px;
}

.sidebar div.module .module-repeatable {
  background: url(../images/module.png) repeat-y;
  width: 100%;
}

.sidebar div.module .module-content-top {
  background: url(../images/module_content_top.png) no-repeat;
  height: 8px;
  padding: 0;
  margin: 0;
}

.sidebar div.module .module-content {
  width: 140px;
  background: url(../images/module_content.png) repeat-y;
  padding: 5px 15px;
  margin: 0;
  overflow: visible;
}

.sidebar div.module .module-content div {
  background: none;
}

.sidebar div.module .module-bottom {
  height: 26px;
  background: url(../images/module_bottom.png) no-repeat;
}

div#sidebar-right div.module {
  background-color: #3179C8;
}

div#sidebar-left div.module {
  background-color: #090;
}



/****************************
* Middlebar
****************************/

#middlebar {
  position: relative;
  float: right;
  overflow: visible;
}

.one-column {
  width: 762px;
  padding: 0;
}

.two-column {
  width: 577px;
  padding: 0 0 0 5px;
}

.three-column {
  width: 402px;
  padding: 0 5px 0 5px;
}

#middlebar p {
  text-align: left;
}

/****************************
* Footer
****************************/

#footer {
  height: 40px;
  padding: 3px 12px;
  color: #fff;
  font-size: 10px;
  overflow: hidden;
}

#footer-background {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background: #3179c8;
}

#footer-left-bg {
  width: 50%;
  height: 40px;
  background: #009900;
}

#footer-limiter {
  top: -80px;
  position: relative;
  text-align: center;
  width: 100%;
  height: 40px;
}

#footer-limiter div {
  background: url(../images/footer_limiter.png) no-repeat;
  width: 25px;
  height: 40px;
  margin: auto;
}

#footer-trans {
  height: 40px;
  width: 100%;
  background: url(../images/trans_bot.png) repeat-x;
  position: relative;
  top: -40px;
}

#footer-fix1, #footer-fix2 {
  width: 12px;
  height: 17px;
  position: relative;
}

#footer-fix1 {
  top: 1px;
  left: 370px;
}

#footer-fix2 {
  top: 0px;
  left: 368px;
}

#footer-cover {
  padding-top: 5px;
}

#footer-left, #footer-right {
  height: 40px;
  width: 46%;
  overflow: hidden;
  top: -40px;
  position: relative;
}

#footer-left {
  float: left;
}

#footer-right {
  float: right;
}

#footer a {
  font-weight: bold;
}

#footer a:link {
  color: #fff;
}

#footer a:visited {
  color: #ccc;
}

#footer-right-corner {
  background: url(../images/trans_bot_right.png) right no-repeat;
  width: 12px;
  height: 40px;
  float: right;
  top: -45px;
  position: relative;
}

#footer-left-corner {
  background: url(../images/trans_bot_left.png) left no-repeat;
  width: 12px;
  height: 40px;
  float: left;
  top: -45px;
  position: relative;
}


/****************************
* Main Navigation
****************************/
ul#mainlevel-nav {
  margin: 0;
  padding: 2px 0 0 0;
}

ul#mainlevel-nav li {
  list-style-image: none;
  list-style-type: none;
  display: inline;
  margin: 0 10px 0 10px;
  background: #000;
}

a.mainlevel-nav, a.mainlevel-nav:link, a.mainlevel-nav:visited {
  color: #777;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: .3pt;
}

a#active_menu-nav, a#active_menu-nav:link, a#active_menu-nav:visited, a.mainlevel-nav:hover, a#active_menu-nav:hover{
  color: #2D8523;
}

a.mainlevel-nav:active, a#active_menu-nav:active {
  color: #009900;
}

/****************************
* Forms
****************************/
.button, button {
  border: 1px solid #777;
  height: 18px;
  color: #fff;
  font-size: 11px;
  padding: 0 7px 0 7px;
  background: #009900 url(../images/button.png) repeat-x;
}

.inputbox {
  border: 1px solid #999;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  max-width: 100%;
}

.inputbox:focus, .inputbox:hover {
  background: #ffc;
}

.sidebar .button, .sidebar button {
  border: 1px solid #fff;
}

#sidebar-right .button,#sidebar-right button {
  background-color: #009900;
}

#sidebar-left .button,#sidebar-left button {
  background-color: #3179C8;
}

#searchbox input {
  width: 100px;
  margin: 4px 0 2px 5px;
  border: none;
  border-right: 1px solid #ccc;
  background: none;
}

form#form-login ul {
  margin: 0;
}

.sidebar ul li {
  padding-left: .8em
}


/****************************
* Menu
****************************/
.sidebar ul.menu {
  margin: 0;
  padding: 0;
}

.sidebar ul.menu li {
  list-style: none;
  padding-left: 15px;
  font-weight: bold;
}

.sidebar ul.menu li#current {

}

.sidebar ul.menu li a, .sidebar ul.menu li a:link {
  display: block;
  margin-bottom: 5px;
  padding: 1px 0;
  text-decoration: none;
}

.sidebar ul.menu li a:hover, .sidebar ul.menu li a:active {
  padding: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.sidebar ul.menu li a span {
  display: block;
  width: 100%;
  cursor: pointer;
}





div.componentheading, table.contentpaneopen td.contentheading {
  color: #69c;
}

div.componentheading {
  font-size: 18px;
  line-height: 1.3em;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

table.contentpaneopen td.contentheading {
  font-size: 14px;
  font-weight: bold;
}

table.contentpaneopen td.buttonheading {
  padding: 2px;
  text-align: right;
}

table.contentpaneopen td.buttonheading img {
  margin: 0;
}

.article_column {
  background: #ffc;
  border: 1px solid #ccc;
}

.column_separator {
  border: 1px solid #ccc;
  border-left: none;
  background: #def;
}
































.small, .createdate, .modifydate {
  font-size: 10px;
  color: #777;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableheader, td.sectiontablefooter {
  padding: 2px 5px;
}

td.sectiontableheader {
  border-bottom: 1px solid black;
  vertical-align: middle;
  font-weight: bold;
  padding-top: 10px;
}

tr.sectiontableentry1 {
  background: none;
}

tr.sectiontableentry2 {
  background: #ffd;
}

td.sectiontablefooter {

}

td.contentdescription {
  padding-bottom: 10px;
}

a.category {

}

a.readon, a.readon:link, a.readon:visited {
  display: block;
  vertical-align: top;
  float: right;
  font-weight: bold;
  padding-left: 20px;
  background: url(../images/readon.gif) no-repeat top left;
  color: #aac;
}

a.readon:visited {
  background: none;
}

a.readon:hover, a.readon:active {
  background: url(../images/readon_hover.gif) no-repeat top left;
  color: #3169A1;
}

.contentpaneopen_edit {

}

.hasTip {

}

body.contentpane {
  text-align: left;
  padding: 20px;
}

/****************************
* Message
****************************/

dl#system-message {
  background: #ffc;
  border: 2px solid #D4D5AA;
  padding: 10px;
  margin-bottom: 10px;
}


/****************************
* Tooltip
****************************/

div.tooltip, .tool-tip {
  background: #ffc;
  border: 1px solid #D4D5AA;
  padding: 5px;
  max-width: 200px;
  text-align: left;
}

div.tooltip h4, .tool-title {
  padding: 0;
  margin: 0;
  font-weight: bold;
}

div.tooltip p, .tool-text {
  margin: 0;
}


/****************************
* Banner
****************************/

div.bannergroup {
  text-align: center;
  margin: 10px 0;
}

div.banneritem {
  display: inline;
}


/****************************
* Breadcrumbs
****************************/

span.breadcrumbs {
  display: block;
  margin: 5px 0 0 10px;
}


/****************************
* Debug
****************************/

div#system-debug {
  text-align: left;
}


/****************************
* Preview
****************************/

.mod-preview-info {
  border: 2px solid #c00;
  color: red;
  background: #fdd;
  padding: 5px 10px;
  text-transform: none;
}

/****************************
* Pagination
****************************/

.pagenavcounter {
  margin-bottom: 5px;
  text-align: left;
  color: #069;
  font-weight: bold;
  background: url(../images/pagecounter.gif) no-repeat top left;
  padding-left: 20px;
}

.pagenavbar {

}

.pagenav {

}

span.pagination ul, .pagenavbar div {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 15px;
  padding: 5px 0;
}

span.pagination ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  background: none;
}

span.pagination ul li a {

}

.pagenavbar div {
  text-align: center;
}

/****************************
* Polls
****************************/
table.pollstableborder {
  margin-bottom: 10px;
}

table.pollstableborder td {
  padding-right: 5px;
  margin: 0;
}

/****************************
* List
****************************/

#middlebar li {
  margin-top: .3em;
  margin-bottom: .3em;
  margin-left: 1.5em;
}

#middlebar ul li {

}


/****************************
* Contenttoc
****************************/

table.contenttoc {
  margin-left: 10px;
  border: 1px solid #fff;
  background: #ffc;
}

table.contenttoc th, table.contenttoc td {
  padding: 2px 5px;
}

table.contenttoc th {
  border-bottom: 1px solid #ccc;
}

table.contenttoc a.toclink {
  display: block;

}

table.contenttoc a.toclink:visited {

}

table.contenttoc a.toclink:hover, table.contenttoc a.toclink:active {

}

/****************************
* User 1 and 2 Module position
****************************/
#middlebar #user12 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#middlebar #user1, #middlebar #user2 {
  border: 1px solid #ccc;
}

#middlebar #user2 ul li {

}

#middlebar #user1 {
  background: #000;
}

#middlebar #user2 {
  background: #000;
}

#middlebar #user1 {
  float:left;
  padding-left: 1%;
  width: 48%;
}

#middlebar #user2 {
  float: right;
  width: 48%;
  padding-left: 1%;
}


/****************************
* Back To Top
****************************/

#back-to-top {
  margin-top: 10px;
}

#back-to-top a, #back-to-top a:link, #back-to-top a:visited {
  background: url(../images/back_to_top.gif) no-repeat top left;
  padding-left: 20px;
  height: 17px;
}

#back-to-top a:hover, #back-to-top a:active {
  background-image: url(../images/back_to_top_hover.gif);

Offline Morpheus255

  • Nuovo arrivato
  • *
  • Post: 47
    • Mostra profilo
Re: bicolor 1.4.9 aiuto
« Risposta #9 il: 30 Giu 2008, 15:36:31 »
Il sorgente della tua pagina che comprende quei due mosuli è questo:
<span class="article_separator">&nbsp;</span>
      </div>
      </td>
</tr>

<tr>
   <td valign="top">
      <table width="100%"  cellpadding="0" cellspacing="0">
      <tr>
                              <td valign="top" width="50%" class="article_column">
            
<table class="contentpaneopen">
<tr>
      <td class="contentheading" width="100%">
               Inaugurazione sede         </td>

   
   
   
      </tr>
</table>
<table class="contentpaneopen">




<tr>
<td valign="top" colspan="2">
<p>Cari Amici il giorno boh sarà inaugurata la nuova sede, durante l'evento chi vorrà potrà effettuare alcun scatti in sala pose. Vi aspettiamo numerosi</p></td>
</tr>



</table>
...continua con altra tabella



se hai cambiato questo:

div.componentheading, table.contentpaneopen td.contentheading {
  color: #69c;
}

hai cambiato il colore del carattere (arancione?), per cambiare il background (valore che non c'è) devi aggiungere
background-color: #colorechevuoi;

se vuoi che cambi solo quella tabella e non anche i div e il td
crea una nuova classe che chiamerai come vuoi e a cui darai il bckground che vuoi.
Dopo di che vai nell'html e cambia la classe della taella che contiene quei due moduli. Alla tabella assegnarai il nome che hai creato
« Ultima modifica: 30 Giu 2008, 15:49:30 da Morpheus255 »
Fai un gesto rivoluzionario, libera lamusica ascolta Radio Atlantide

Offline Gianni5

  • Esploratore
  • **
  • Post: 93
    • Mostra profilo
Re: bicolor 1.4.9 aiuto
« Risposta #10 il: 30 Giu 2008, 22:20:43 »
Risolto grazie mille

 



Web Design Bolzano Kreatif