Back to top

Visualizza post

Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.


Post - NaTTinG

Pagine: [1]
1
I Template di Joomla 1.6/1.7/2.5 / Re:modifica udja css
« il: 28 Set 2011, 14:35:01 »
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?

Codice: [Seleziona]
@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;

}

2
I Template di Joomla 1.6/1.7/2.5 / Re:modifica udja css
« il: 28 Set 2011, 13:48:32 »
Questo è l'intero file css

Codice: [Seleziona]
/**
 * @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

3
I Template di Joomla 1.6/1.7/2.5 / Re:modifica udja css
« il: 28 Set 2011, 03:28:32 »
Ciao, grazie per aver risposto
 
se non ho capito male alla riga 141, ossia la seguente
 
Codice: [Seleziona]

 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
 
Codice: [Seleziona]

background-color: #EEEEFF;

e quindi il risultato dovrebbe essere il seguente:
 
Codice: [Seleziona]

 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

4
I Template di Joomla 1.6/1.7/2.5 / modifica udja css
« il: 27 Set 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

5
Joomla! 1.6/1.7/2.5 / Gestione allegati
« il: 08 Apr 2011, 15:35:28 »
Salve, sto cercando un modulo come attachments per joomla 1.6, ma nulla di fatto

ho visto anche sul sito del Dazo il componente shellmanager/filemanager , ma non sono riuscito a configurarlo

Chiedevo alla community se ha avuto a che fare con queste richieste e se vi è una soluzione

Grazie

grazie Dazo, entro sera ci provo

6
Joomla! 1.5 / Re:visione video youtube
« il: 21 Nov 2010, 03:14:51 »
io uso hwdvideoshare

7
I Template di Joomla 1.5.x / testo al passaggio del mouse
« il: 19 Nov 2010, 20:31:48 »
Salve, avrei bisogno di un aiutino

in pratica al passaggio del mouse sia in fase di registrazione che di login e nei campi di kunena per la personalizzazione del profilo lo sfondo cambia da bianco a nero

ora io vorrei che non cambiasse colore o almeno cambiare il colore per fare in modo che il testo si legga
Codice: [Seleziona]
@charset "utf-8";
/*---------------------------------------------------
Desidgned by Juergen Koller
Designers Home: http://www.LernVid.com
---------------------------------------------------*/

html {
height : 100%;
}
body {
font-family: Georgia, "Times New Roman",Times,serif;
font-size: 12px;
color: #A3A9AD;
background-color: #000;
margin:0;
padding:0;
}
#wrapper {
width:100%;
margin: 0 auto;
background-color: transparent;
background-image:url('../images/bg.jpg');
background-position:center top;
background-repeat:repeat-y;
}
#bg_up{
margin: 0 auto;
background-position:center top;
background-color: transparent;
background-image:url('../images/bg_up.jpg');
background-repeat:no-repeat;
background-position:center top;
}
#masthead_container {
    height: 400px;
width: 100%;
background-color: transparent;
margin:auto;
}
a#guild_name {
display:block;
font-family: Georgia, "Times New Roman",Times,serif;
color: #E43F19;
width: 237px;
z-index: 6;
padding: 210px 0 0 0;
margin: 0 0 0 50px;
text-decoration:none;
text-align: center;
text-shadow: -3px 0 4px #006, 0 1px 1px #000, 0 -1px 10px #ff0000;
}

#masthead {
font-size: 10px;
color: #666;
position:relative;
    height: 400px;
width: 1000px;
margin:auto;
background-image:url('../images/header.jpg');
background-position: left top;
background-repeat:no-repeat;
background-color: transparent;
}
#fontsizer {
float:right;
padding-top: 20px;
width: auto;
}
#wow3-slider {
color: #999;
width:990px;
height:auto;
margin:2px 5px 10px 5px;
background-color:#000;
overflow:hidden;
}

/* Im Container stellt man die Breite ein */
#container {
text-align:left;
width: 1000px;
padding: 0;
margin:auto;
background-image : url(../images/container.jpg);
background-position:center top;
}
#container2 {
text-align:left;
background-color: transparent;
margin:auto;
}
/* Suche */
#search {
float: right;
width: 250px;
height: 30px;
}
#search_inner input.button {
background-image:none;
margin-left:5px;
padding:0;
}
#search_inner input,
#search_inner .inputbox {
float: left;
margin: 8px 0 0 0;
padding:0 0 0 15px;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-image : url(../images/search.gif);
background-repeat:no-repeat;
}
#search_inner .inputbox:hover {
color: yellow;
background-color:#000;
}
/* Navigation oben quer */
#navigation {
background-image:url('../images/navigation.gif');
height: 40px;
    margin:auto;
text-align:center;
padding:0;
margin:0;
}
#user_modules1 {
width: 100%;
float:left;
margin: 0;
padding:0;
height: auto;
background-color: transparent;
border:none;
margin-bottom: 20px;
}
#user1 div.module {
width: 48%;
float:left;
min-height: 100px;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
overflow:hidden;
margin-left: 1%;
background-image:url('../images/user_bg.gif');
background-repeat:repeat-x;
background-color:#000;
}
#user2 div.module {
width: 48%;
float:right;
min-height: 100px;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
overflow:hidden;
margin-right: 1%;
background-image:url('../images/user_bg.gif');
background-repeat:repeat-x;
background-color:#000;
}
/* Schlagzeilen */
#top div.module {
width: 98%;
float:left;
padding: 0;
margin: 0 1% 20px 1%;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
background-image:url('../images/user_bg.gif');
background-repeat:repeat-x;
background-color:#000;
}
#page_content {
padding: 0px;
margin: 0px;
width: 100%;
padding-bottom: 10px;
background-color: transparent;
}
#sidebar_left {
position: relative;
float: left;
width: 200px;
background-color: transparent;
padding:0;
margin: 0 0 0 5px;
}
#sidebar_right {
position: relative;
float: right;
width: 200px;
background-color: transparent;
padding:0;
margin: 0 5px 0 0;
}
#content_outleft {
margin: 0 10px 0 210px;
}
#content_outmiddle {
margin: 0 220px 0 220px;
}
#content_outright {
margin: 0 210px 0 10px;
}
#maincontent {
float:left;
padding: 10px 2%;
width:96%;
min-height: 200px;
background-image : url(../images/content.jpg);
background-position:center top;
overflow: hidden;
border-top: 1px solid #151515;
border-left: 1px solid #151515;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
#content_up {
width: 100%;
height: 30px;
padding:0;
margin:0 0 5px 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: 250px;
height: 30px;
padding:0;
margin:0;
}
#content_down {
font-size: 10px;
color: #666;
width: 100%;
height: 20px;
margin:5px 0 5px 0;
padding:0;
}
#content_down_left {
float: left;
background-image:url('../images/content_down_left.gif');
background-repeat: repeat-x;
width: 100%;
height: 20px;
padding:0;
margin:0;
}
#content_down_right {
background-image:url('../images/content_down_right.gif');
background-position: right top;
background-repeat:no-repeat;
float:right;
width: 170px;
height: 20px;
padding:0;
margin:0;
}

#breadcrumbs {
color:#999;
float:left;
height: 30px;
line-height:30px;
width: auto;
max-width: 700px;
overflow : hidden;
font-weight : normal;
font-variant : small-caps;
margin:0;
padding:0 0 0 45px;
text-shadow: 0px 3px 0px #000;
}
#breadcrumbs span {
padding:0;
}

#breadcrumbs a {
color: #666;
text-decoration : none;
}
#breadcrumbs a:hover {
color: #999;
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 div.module {
width:45%;
float:left;
min-height: 100px;
text-align:left;
height: auto;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
padding:0;
overflow:hidden;
background-image:url('../images/user_bg.gif');
background-repeat:repeat-x;
background-color:#000;
}
#user6 div.module {
width:45%;
float:right;
min-height: 100px;
text-align:left;
height: auto;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
padding: 0;
overflow:hidden;
background-image:url('../images/user_bg.gif');
background-repeat:repeat-x;
background-color:#000;
}
#footer {
color: #999;
clear: both;
width: 100%;
padding: 7px 0 7px 0;
background-color: #000;
text-align:center;
overflow:hidden;
background-image:url('../images/footer.jpg');
background-position: center top;
background-repeat:no-repeat;
}
#footer p {
font-size: x-small;
}
#footer a {
border:none;
color: #888;
text-decoration: underline;
}
#footer a:hover {
text-decoration: none;
}
#copyright_info {
clear: both;
font-size: 10px;
padding:0;
margin:0;
text-align:center;
overflow:hidden;
}
#copyright_info p {
width: auto;
color: #fff;
font-size:11px;
margin: 0 auto;
margin:5px 0 15px 0;
padding: 2px;
border-top: 1px solid #111;
border-bottom: 1px solid #111;

}
#designed_by {
clear: both;
color: #444;
padding:0;
margin:0;
text-align:center;
background: #000;
}
#designed_by p {
color: #222;
font-size: 9px;
margin:0;
text-align:center;
}
#designed_by a {
color: #444;
text-decoration:none;
}
#designed_by a:hover {
color: #999;
}
#date {
text-align: center;
font-size:11px;
width: auto;
background-color: transparent;
height: 30px;
line-height:30px;
overflow:hidden;
}
#date p {
color: #999;
font-size:11px;
background-color:#000;
width: 180px;
height: 15px;
line-height: 15px;
margin: 0 auto;
margin-top:8px;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
h1,h2,h3,h4,h5,h6 {
color: #c9b51a;
}
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 {
margin : 5px;
padding : 2px;
list-style : none;
}
li {
text-align : left;
line-height : 14px;
padding-left : 18px;
background-image : url(../images/list.png);
background-repeat : no-repeat;
background-position : 0 2px;
list-style-type : none;
}
li:hover {
text-align : left;
line-height : 14px;
padding-left : 18px;
background-position : 0 2px;
background-image : url(../images/list_hover.png);
background-repeat : no-repeat;
}
td {
font-size: 12px;
margin : 0;
padding : 0;
}
a, a:link, a:visited, a:active, a:focus {
color: #c9b51a;
outline : none;
text-decoration : none;
}
a:hover {
color: #fff;
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;
}
/* sitetitle, menu_oben, top, rechts menü */
div.moduletable {
padding : 0;
padding-bottom : 10px;
text-align: left;
}
div.moduletable_text {
padding : 0;
padding-bottom : 10px;
text-align: left;
overflow: hidden;
}
div.banneritem_text {
padding: 0 3px 0 3px;
margin: 0;
overflow: hidden;
}
#sidebar_left div.module, #sidebar_left div.module_text, #sidebar_left div.module_menu,
#sidebar_right div.module, #sidebar_right div.module_text, #sidebar_right div.module_menu {
overflow:hidden;
margin-bottom: 25px;
padding : 0;
text-align: left;
background: url(../images/menu_rb.jpg);
background-repeat:no-repeat;
background-position: right bottom;
}
#sidebar_left div.module div, #sidebar_left div.module_text div, #sidebar_left div.module_menu div,
#sidebar_right div.module div, #sidebar_right div.module_text div, #sidebar_right div.module_menu div {
background: url(../images/menu_lb.jpg);
background-repeat:no-repeat;
background-position: left bottom;
}
#sidebar_left div.module div div, #sidebar_left div.module_text div div, #sidebar_left div.module_menu div div,
#sidebar_right div.module div div, #sidebar_right div.module_text div div, #sidebar_right div.module_menu div div {

}

#sidebar_left div.module div div div, #sidebar_left div.module_text div div div, #sidebar_left div.module_menu div div div,
#sidebar_right div.module div div div, #sidebar_right div.module_text div div div, #sidebar_right div.module_menu div div div {
background: none;
padding: 5px 14px 20px 14px;
}
#sidebar_left div.module div div div div, #sidebar_left div.module_text div div div div, #sidebar_left div.module_menu div div div div,
#sidebar_right div.module div div div div, #sidebar_right div.module_text div div div div, #sidebar_right div.module_menu div div div div {
padding: 0;
margin:0;
}
#sidebar_left div.module_menu div div div,
#sidebar_right div.module_menu div div div {
background: none;
padding: 5px 7px 20px 7px;
}
div.module div div div, div.module_text div div div, div.module_menu div div div {
padding: 5px 14px 20px 14px;
}

/* module h3 styles */
#sidebar_left div.module h3.module, #sidebar_left div.module_text h3.module, #sidebar_left div.module_menu h3.module,
#sidebar_right div.module h3.module, #sidebar_right div.module_text h3.module, #sidebar_right div.module_menu h3.module {
color: #e43f19;
text-align : left;
font-weight : bold;
font-size : 16px;
padding:0 0 0 10px;
margin :0;
overflow : hidden;
font-variant:small-caps;
text-decoration: none;
background-repeat:no-repeat;
}
#sidebar_left div.module h3.module, #sidebar_left div.module_text h3.module, #sidebar_left div.module_menu h3.module {
height : 36px;
line-height : 42px;
background: url(../images/module_left_h3.gif);
}
#sidebar_right div.module h3.module, #sidebar_right div.module_text h3.module, #sidebar_right div.module_menu h3.module {
height : 39px;
line-height : 45px;
background: url(../images/module_right_h3.jpg);
}
.style_bold {
font-weight: bold;
}
.style_italic {
font-style: italic;
}
#top div.module h3.module, #user1 div.module h3.module, #user2 div.module h3.module, #user5 div.module h3.module, #user6 div.module h3.module {
background-image : url(../images/user_h3.gif);
background-repeat : repeat-x;
background-color: #000;
color: #e43f19;
text-align : left;
height : 30px;
line-height : 30px;
padding:0;
margin :0;
padding-left: 18px;
overflow : hidden;
font-weight:normal;
border:none;
font-size : 14px;
font-variant:normal;
text-decoration: none;
}
/* mainmenu */
.module_menu ul.menu {
padding : 10px;
list-style : none;
background : none;
margin: 0;
}
.module_menu ul.menu li {
margin : 0;
padding : 0;
list-style : none;
background : none;
overflow:hidden;
}
.module_menu ul.menu li a {
display : block;
color:#f2e019;
vertical-align : middle;
font-size : 12px;
text-align : left;
height : 22px;
line-height : 22px;
text-decoration : none;
padding:0;
margin: 0;
padding-left: 18px;
background-image : url(../images/menu.jpg);
background-repeat : no-repeat;
border-bottom: 1px solid #111;
}
.module_menu ul.menu li a span {
background : none;
}
.module_menu ul.menu li a:hover, .module_menu ul.menu li a:active, .module_menu ul.menu li a:focus {
text-decoration : none;
color: #fff;
text-align : left;
background-image : url(../images/menu_hover.jpg);
background-repeat : no-repeat;
padding-left: 18px;
}
.module_menu ul.menu li.active a {
background-image : url(../images/menu_hover.jpg);
background-repeat : no-repeat;
text-decoration : none;
color: #fff;
text-align : left;
padding-left: 18px;
}
.module_menu ul.menu li.active a:hover {
text-decoration: none;
}
.module_menu ul.menu li.active a span {
}
.module_menu ul.menu li li a span {
list-style : none;
}
.module_menu ul.menu li ul {
margin : 0;
padding : 0;
list-style : none;
}
.module_menu ul.menu li li {
list-style : none;
}
.module_menu ul.menu li li a {
list-style : none;
vertical-align : middle;
font-size : 12px;
text-align : left;
text-decoration : none;
height : 22px;
padding-left: 28px;
overflow:hidden;
}
.module_menu ul.menu li li a:hover, .module_menu ul.menu li li a:active, .module_menu ul.menu li li a:focus {
list-style : none;
background : none;
text-decoration : none;
}
.module_menu ul.menu li li.active a {
list-style : none;
background : none;
text-decoration : none;
}
.module_menu ul.menu li li a span {
list-style : none;
background : none;
}
.module_menu ul.menu li li li a span {
padding-left: 10px;
}
.componentheading, #compo {
min-height : 30px;
line-height : 30px;
color: #f2e019;
font-size : 16px;
font-weight:bold;
text-align:center;
text-transform:uppercase;
font-weight:normal;
letter-spacing: 2px;
border-bottom: 1px solid #111;
}
.contentheading {
font-size: 20px;
height : 30px;
line-height : 30px;
color: #e43f19;
background-image : url(../images/contentheading.gif);
background-repeat: no-repeat;
padding-left: 35px;
margin: 30px 0 30px 0;
font-weight:normal;
}
.contentheading a {
color: #e43f19;
}
label {
color: #999;
}
.pagenav {
color: #999;
text-transform:uppercase;
text-align : center;
font-size : 12px;
padding : 3px 5px 2px 5px;
margin : 5px 1px 5px 1px;
background-color: #111;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-image : url(../images/button_bg.gif);
background-repeat:repeat-x;
background-position:center top;
}
.pagenav:hover {
color: yellow;
}
a.pagenav {
color: #fff;
}
.blog {
width : 100%;
}
.blog_more {
margin : 10px 5px 20px 5px;
}
.blog_more strong {
margin : 2px;
display : block;
font-size : 14px;
font-weight : bold;
color: #999;
text-decoration:underline;
padding-left: 3px;
text-transform:uppercase;
}
.blog_more ul {
margin : 5px;
padding : 0;
}
.blog_more ul li {
text-align : left;
line-height : 14px;
padding-left : 18px;
background-image : url(../images/list.png);
background-repeat : no-repeat;
background-position : 0 2px;
}
.blog_more ul li:hover {
background-image : url(../images/list_hover.png);
}
.article_separator {
clear : both;
display : block;
height : 10px;
margin-bottom : 30px;
background-image : url(../images/sep.gif);
background-repeat:repeat-x;
background-position:center bottom;
}
.article_column, .leading {
padding : 10px;
margin : 5px;
}
.article_column column_separator {
padding : 10px;
margin : 5px;
}
.article-tools {
border-top : 1px solid #999;
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);
background-position:center top;
text-align : center;
font-size : 10px;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
padding : 2px 3px 2px 3px;
margin : 2px 3px 2px 3px;
background-color:#000;
}
.button:hover {
color: #c9b51a;
}
.validate {
height: 20px;
line-height: 20px;
color: #999;
background-image : url(../images/button_bg.gif);
background-position:center top;
text-align : center;
font-size : 10px;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.validate:hover {
color: #666;
}
.invalid {
border-color: #666;
}
label.invalid {
color: #ff0000;
text-decoration:blink;
}
.back_button {
height: 22px;
line-height: 22px;
background-image : url(../images/button_bg.gif);
background-position:center top;
text-align : center;
font-size : 11px;
color: #000;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.back_button:hover {
color: #000;
}
.back_button a:link {
text-decoration : none;
color: #999;
}
.back_button a:visited {
text-decoration : none;
color: #999;
}
.back_button a:hover {
text-decoration : none;
color: #999;
}
#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 #111;
border-left: 1px solid #111;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #000;
color: #fff;
font-size : 11px;
}
.inputbox:hover {
background-color: #111;
}
input {
border-top: 1px solid #111;
border-left: 1px solid #111;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #000;
color: #fff;
font-size : 11px;
}
input:hover {
background-color: #111;
}
ul.sectiontable li {
margin: 10px 0;
}
.sectiontableheader {
border : 1px solid #333;
background-color: #111;
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: #0a0f15;
}
.sectiontableentry0 {
border-bottom : 1px solid #999;
background-color: #0a0f15;
text-align : left;
line-height: 30px;
}
.sectiontableentry1 {
border-bottom : 1px solid #999;
background-color: #080d11;
text-align : left;
line-height: 30px;
}
.sectiontableentry2 {
border-bottom : 1px solid #999;
background-color: #0a0f15;
text-align : left;
line-height: 30px;
}
.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;
}
h1 {
font-weight : bold;
font-size : 28px;
line-height : 28px;
}
h2 {
font-size : 24px;
line-height : 24px;
}
h3 {
font-size : 22px;
line-height : 22px;
}
h4 {
font-size : 20px;
line-height : 20px;
}
h5 {
font-size : 18px;
line-height : 18px;
}
h6 {
font-size : 16px;
line-height : 16px;
}
.contact_email {
padding : 5px;
margin : 5px;
}
#component-contact {
margin-top : 10px;
}
.hasTip {
margin: 5px;
color: #999;
background-color: transparent;
border: none;
}
.tool-tip {
float : left;
color: #999;
background : #202020;
border : 1px solid #999;
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;
color: #999;
text-align : center;
width : auto;
background-color: #202020;
border : 1px solid #999;
margin : 3px 0 10px;
padding : 3px 20px;
}
.pagination span {
padding : 2px;
}
.pagination a {
padding : 2px;
}
img {
border : 0;
}
div.mosimage {
border : 2px solid #999;
background-color: #cdab71;
}
.mosimage {
margin : 0;
background-color: #cdab71;
}
.mosimage_caption {
margin-top : 0;
background-color: #cdab71;
padding : 0;
color: #999999;
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: #999;
font-size : 12px;
}
#system-message {
margin : 10px;
}
#system-message dd.message ul {
border-top : 2px solid #999;
border-bottom : 2px solid #999;
margin : 5px;
padding: 10px 0 10px 40px;
text-indent : 0;
color: red;
font-size: 14px;
}
#system-message dd.error ul {
color: #999;
border-top : 2px solid #999;
border-bottom : 2px solid #999;
margin : 5px;
padding-left : 40px;
text-indent : 0;
}
#system-message dd.notice ul {
color: #999;
border-top : 2px solid #999;
border-bottom : 2px solid #999;
margin : 5px;
padding-left : 40px;
text-indent : 0;
}
.small {
font-family : Arial, Helvetica, sans-serif;
color: #999;
font-size : 9px;
}
.createdate {
font-family : Arial, Helvetica, sans-serif;
font-size : 9px;
color: #999;
}
.modifydate {
font-family : Arial, Helvetica, sans-serif;
color: #999;
font-size : 9px;
}
.highlight {
background-color: #222;
color: #ff0000;
padding : 0;
}
.code {
background-color: #999;
border : 1px solid #bbb;
}
.readon {
float: right;
text-transform: uppercase;
font-size: 10px;
}
fieldset {
margin : 10px;
padding : 10px;
border : 1px solid #999;
}
#sidebar_left ul#mainlevel a {
color: #999;
}
/* Formatvorlagen für die Navigation-Oben */
ul#mainlevel-nav {
list-style : none;
padding : 0;
margin : 0 auto;
font-size : 11px;
padding-left: 10px;
}
ul#mainlevel-nav li {
    text-align:center;
background-image:none;
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: 9px;
}
ul#mainlevel-nav li a {
color:#e43f19;
text-align : center;
font-weight : normal;
font-size : 11px;
display : block;
padding-left : 7px;
padding-right : 7px;
text-decoration : none;
text-transform:uppercase;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
letter-spacing: 2px;
margin-right: 5px;
background-color: #000;
background-image : url(../images/nav.gif);
background-position:center top;
background-repeat : repeat-x;
}
#buttons > ul#mainlevel-nav li a {
width : auto;
}
ul#mainlevel-nav li a:hover {
color:#fff;
border-top: 1px solid #222;
border-left: 1px solid #222;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
}
ul#mainlevel-nav li a#active_menu-nav {
font-size: 12px;
text-decoration:underline;
color:#fff;
}
ul#mainlevel-nav li a#active_menu-nav:hover {
text-decoration : line-through;
}

table.poll {
padding : 0;
width : 100%;
border-collapse : collapse;
}
table.poll td {
padding : 4px;
}
table.pollstableborder {
padding : 0;
width : 100%;
border :  1px solid #333;
text-align : left;
}
table.pollstableborder img {
vertical-align : baseline;
padding-left : 10px;
}
table.pollstableborder td {
padding : 2px;
border-collapse : collapse;
border-spacing : 0;
}
table.pollstableborder tr.sectiontableentry1 td {
margin : 1px;
padding : 2px 5px 2px 5px;
}
table.pollstableborder tr.sectiontableentry2 td {
margin : 1px;
padding : 2px 5px 2px 5px;
}
table.pollstableborder tr.sectiontableentry0 td {
margin : 1px;
padding : 2px 5px 2px 5px;
}
object, img, a {
outline:none;
}
.content_rating {
padding: 5px 0 5px 0;
display:block;
}
.content_vote {
margin: 5px 0 5px 0;
display:block;
}
p.gotop {
text-align:right !important;
padding: 0 15px 10px 0;
}
p.gotop a {
letter-spacing: 3px !important;
}
.abstand {
display:block;
height: 10px;
}
.buttonheading {
float: right;
display: inline-block;
}
.buttonheading a {
padding: 5px;
}
div#pfc_input_container input {
background-color:#000000;
}

Il mio sito è questo: http://www.killemall.eu

ho visto che il comando in php è hoover, ma cercandolo noto che è situato in diversi campi ci ho smanettato un po ma ancora non son riuscito a capire dove interagire

Grazie



8
Joomla! 1.5 / Re:Team Speack
« il: 18 Nov 2010, 01:35:29 »
finalmente ci sono riuscito

allora per coloro che sono interessati ho fatto questo

nel ts client (quello installato sul pc) sono andato in

permission - server group - guest

ho prima disattivato tutto poi attivato i campi:

View Virtual Server Info

View List of Clients Online

View List of existing Channels

View List of Channel Groups

View List of Server Groups

poi ho installato mod_tsviewer_joomla_1.5.tar

ho registrato il mio ts sul sito www.tsviewer.com

la parte riguardante il modulo è nella figura allegata

[allegato eliminato da un amministratore]

9
Joomla! 1.5 / Re:Team Speack
« il: 18 Nov 2010, 00:43:03 »
niente non riesco

ho provato anche tramite il sito di tsviewer

http://www.tsviewer.com/index.php?page=ts_viewer&ID=940220

quindi i dati sono corretti

cosa posso fare? Carneade please

10
Joomla! 1.5 / Re:Team Speack
« il: 17 Nov 2010, 00:47:07 »
Sto provando TS3Viewer 2.0

ed ora funziona in parte

in pratica è molto instabile come si cambia stanza in ts crasha e va in time-out

11
Joomla! 1.5 / [RISOLTO] Team Speack
« il: 16 Nov 2010, 17:56:39 »
Salve, ho da poco creato il mio sito alla pagina

htt://www.killemall.eu

ora finito tutti i moduli che mi potevano servire, etc etc etc, volevo inserire il modulo team speack

ma questo famigerato non ne vuole sapere

ho provato simple, con esito negativo

ora ho visto TS3_PHP_Framework-1.0.38b.zip , ma non porta la procedura classica di installazione

siccome non riesco a trovare una guida, potete indicarmene una?

vi rassicuro che ho girato molto in rete

chiedo, sempre se possibile, se siete a conoscenza di un modulo per ts3 dedicato a joomla che non siano i due citati da me

edit: allego la mia configurazione ts3 che per qualche minuto ha funzionato

e il seguente è l'errore che visualizzo
Codice: [Seleziona]
The server seems to be offline.
Connection error: The connection timed out. Maybe the server is offline the given host/port is wrong.


grazie

[allegato eliminato da un amministratore]

12
Joomla! 1.5 / Re:jpfchat colore testo
« il: 15 Nov 2010, 01:38:06 »
Codice: [Seleziona]
@charset "utf-8";
/*---------------------------------------------------
Desidgned by Juergen Koller
Designers Home: http://www.LernVid.com
---------------------------------------------------*/

html {
height : 100%;
}
body {
font-family: Georgia, "Times New Roman",Times,serif;
font-size: 12px;
color: #A3A9AD;
background-color: #000;
margin:0;
padding:0;
}
#wrapper {
width:100%;
margin: 0 auto;
background-color: transparent;
background-image:url('../images/bg.jpg');
background-position:center top;
background-repeat:repeat-y;
}
#bg_up{
margin: 0 auto;
background-position:center top;
background-color: transparent;
background-image:url('../images/bg_up.jpg');
background-repeat:no-repeat;
background-position:center top;
}
#masthead_container {
    height: 400px;
width: 100%;
background-color: transparent;
margin:auto;
}
a#guild_name {
display:block;
font-family: Georgia, "Times New Roman",Times,serif;
color: #E43F19;
width: 237px;
z-index: 6;
padding: 210px 0 0 0;
margin: 0 0 0 50px;
text-decoration:none;
text-align: center;
text-shadow: -3px 0 4px #006, 0 1px 1px #000, 0 -1px 10px #ff0000;
}

#masthead {
font-size: 10px;
color: #666;
position:relative;
    height: 400px;
width: 1000px;
margin:auto;
background-image:url('../images/header.jpg');
background-position: left top;
background-repeat:no-repeat;
background-color: transparent;
}
#fontsizer {
float:right;
padding-top: 20px;
width: auto;
}
#wow3-slider {
color: #999;
width:990px;
height:auto;
margin:2px 5px 10px 5px;
background-color:#000;
overflow:hidden;
}

/* Im Container stellt man die Breite ein */
#container {
text-align:left;
width: 1000px;
padding: 0;
margin:auto;
background-image : url(../images/container.jpg);
background-position:center top;
}
#container2 {
text-align:left;
background-color: transparent;
margin:auto;
}
/* Suche */
#search {
float: right;
width: 250px;
height: 30px;
}
#search_inner input.button {
background-image:none;
margin-left:5px;
padding:0;
}
#search_inner input,
#search_inner .inputbox {
float: left;
margin: 8px 0 0 0;
padding:0 0 0 15px;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-image : url(../images/search.gif);
background-repeat:no-repeat;
}
#search_inner .inputbox:hover {
color: yellow;
background-color:#000;
}
/* Navigation oben quer */
#navigation {
background-image:url('../images/navigation.gif');
height: 40px;
    margin:auto;
text-align:center;
padding:0;
margin:0;
}
#user_modules1 {
width: 100%;
float:left;
margin: 0;
padding:0;
height: auto;
background-color: transparent;
border:none;
margin-bottom: 20px;
}
#user1 div.module {
width: 48%;
float:left;
min-height: 100px;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
overflow:hidden;
margin-left: 1%;
background-image:url('../images/user_bg.gif');
background-repeat:repeat-x;
background-color:#000;
}
#user2 div.module {
width: 48%;
float:right;
min-height: 100px;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
overflow:hidden;
margin-right: 1%;
background-image:url('../images/user_bg.gif');
background-repeat:repeat-x;
background-color:#000;
}
/* Schlagzeilen */
#top div.module {
width: 98%;
float:left;
padding: 0;
margin: 0 1% 20px 1%;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
background-image:url('../images/user_bg.gif');
background-repeat:repeat-x;
background-color:#000;
}
#page_content {
padding: 0px;
margin: 0px;
width: 100%;
padding-bottom: 10px;
background-color: transparent;
}
#sidebar_left {
position: relative;
float: left;
width: 200px;
background-color: transparent;
padding:0;
margin: 0 0 0 5px;
}
#sidebar_right {
position: relative;
float: right;
width: 200px;
background-color: transparent;
padding:0;
margin: 0 5px 0 0;
}
#content_outleft {
margin: 0 10px 0 210px;
}
#content_outmiddle {
margin: 0 220px 0 220px;
}
#content_outright {
margin: 0 210px 0 10px;
}
#maincontent {
float:left;
padding: 10px 2%;
width:96%;
min-height: 200px;
background-image : url(../images/content.jpg);
background-position:center top;
overflow: hidden;
border-top: 1px solid #151515;
border-left: 1px solid #151515;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
#content_up {
width: 100%;
height: 30px;
padding:0;
margin:0 0 5px 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: 250px;
height: 30px;
padding:0;
margin:0;
}
#content_down {
font-size: 10px;
color: #666;
width: 100%;
height: 20px;
margin:5px 0 5px 0;
padding:0;
}
#content_down_left {
float: left;
background-image:url('../images/content_down_left.gif');
background-repeat: repeat-x;
width: 100%;
height: 20px;
padding:0;
margin:0;
}
#content_down_right {
background-image:url('../images/content_down_right.gif');
background-position: right top;
background-repeat:no-repeat;
float:right;
width: 170px;
height: 20px;
padding:0;
margin:0;
}

#breadcrumbs {
color:#999;
float:left;
height: 30px;
line-height:30px;
width: auto;
max-width: 700px;
overflow : hidden;
font-weight : normal;
font-variant : small-caps;
margin:0;
padding:0 0 0 45px;
text-shadow: 0px 3px 0px #000;
}
#breadcrumbs span {
padding:0;
}

#breadcrumbs a {
color: #666;
text-decoration : none;
}
#breadcrumbs a:hover {
color: #999;
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 div.module {
width:45%;
float:left;
min-height: 100px;
text-align:left;
height: auto;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
padding:0;
overflow:hidden;
background-image:url('../images/user_bg.gif');
background-repeat:repeat-x;
background-color:#000;
}
#user6 div.module {
width:45%;
float:right;
min-height: 100px;
text-align:left;
height: auto;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
padding: 0;
overflow:hidden;
background-image:url('../images/user_bg.gif');
background-repeat:repeat-x;
background-color:#000;
}
#footer {
color: #999;
clear: both;
width: 100%;
padding: 7px 0 7px 0;
background-color: #000;
text-align:center;
overflow:hidden;
background-image:url('../images/footer.jpg');
background-position: center top;
background-repeat:no-repeat;
}
#footer p {
font-size: x-small;
}
#footer a {
border:none;
color: #888;
text-decoration: underline;
}
#footer a:hover {
text-decoration: none;
}
#copyright_info {
clear: both;
font-size: 10px;
padding:0;
margin:0;
text-align:center;
overflow:hidden;
}
#copyright_info p {
width: auto;
color: #fff;
font-size:11px;
margin: 0 auto;
margin:5px 0 15px 0;
padding: 2px;
border-top: 1px solid #111;
border-bottom: 1px solid #111;

}
#designed_by {
clear: both;
color: #444;
padding:0;
margin:0;
text-align:center;
background: #000;
}
#designed_by p {
color: #222;
font-size: 9px;
margin:0;
text-align:center;
}
#designed_by a {
color: #444;
text-decoration:none;
}
#designed_by a:hover {
color: #999;
}
#date {
text-align: center;
font-size:11px;
width: auto;
background-color: transparent;
height: 30px;
line-height:30px;
overflow:hidden;
}
#date p {
color: #999;
font-size:11px;
background-color:#000;
width: 180px;
height: 15px;
line-height: 15px;
margin: 0 auto;
margin-top:8px;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
h1,h2,h3,h4,h5,h6 {
color: #c9b51a;
}
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 {
margin : 5px;
padding : 2px;
list-style : none;
}
li {
text-align : left;
line-height : 14px;
padding-left : 18px;
background-image : url(../images/list.png);
background-repeat : no-repeat;
background-position : 0 2px;
list-style-type : none;
}
li:hover {
text-align : left;
line-height : 14px;
padding-left : 18px;
background-position : 0 2px;
background-image : url(../images/list_hover.png);
background-repeat : no-repeat;
}
td {
font-size: 12px;
margin : 0;
padding : 0;
}
a, a:link, a:visited, a:active, a:focus {
color: #c9b51a;
outline : none;
text-decoration : none;
}
a:hover {
color: #fff;
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;
}
/* sitetitle, menu_oben, top, rechts menü */
div.moduletable {
padding : 0;
padding-bottom : 10px;
text-align: left;
}
div.moduletable_text {
padding : 0;
padding-bottom : 10px;
text-align: left;
overflow: hidden;
}
div.banneritem_text {
padding: 0 3px 0 3px;
margin: 0;
overflow: hidden;
}
#sidebar_left div.module, #sidebar_left div.module_text, #sidebar_left div.module_menu,
#sidebar_right div.module, #sidebar_right div.module_text, #sidebar_right div.module_menu {
overflow:hidden;
margin-bottom: 25px;
padding : 0;
text-align: left;
background: url(../images/menu_rb.jpg);
background-repeat:no-repeat;
background-position: right bottom;
}
#sidebar_left div.module div, #sidebar_left div.module_text div, #sidebar_left div.module_menu div,
#sidebar_right div.module div, #sidebar_right div.module_text div, #sidebar_right div.module_menu div {
background: url(../images/menu_lb.jpg);
background-repeat:no-repeat;
background-position: left bottom;
}
#sidebar_left div.module div div, #sidebar_left div.module_text div div, #sidebar_left div.module_menu div div,
#sidebar_right div.module div div, #sidebar_right div.module_text div div, #sidebar_right div.module_menu div div {

}

#sidebar_left div.module div div div, #sidebar_left div.module_text div div div, #sidebar_left div.module_menu div div div,
#sidebar_right div.module div div div, #sidebar_right div.module_text div div div, #sidebar_right div.module_menu div div div {
background: none;
padding: 5px 14px 20px 14px;
}
#sidebar_left div.module div div div div, #sidebar_left div.module_text div div div div, #sidebar_left div.module_menu div div div div,
#sidebar_right div.module div div div div, #sidebar_right div.module_text div div div div, #sidebar_right div.module_menu div div div div {
padding: 0;
margin:0;
}
#sidebar_left div.module_menu div div div,
#sidebar_right div.module_menu div div div {
background: none;
padding: 5px 7px 20px 7px;
}
div.module div div div, div.module_text div div div, div.module_menu div div div {
padding: 5px 14px 20px 14px;
}

/* module h3 styles */
#sidebar_left div.module h3.module, #sidebar_left div.module_text h3.module, #sidebar_left div.module_menu h3.module,
#sidebar_right div.module h3.module, #sidebar_right div.module_text h3.module, #sidebar_right div.module_menu h3.module {
color: #e43f19;
text-align : left;
font-weight : bold;
font-size : 16px;
padding:0 0 0 10px;
margin :0;
overflow : hidden;
font-variant:small-caps;
text-decoration: none;
background-repeat:no-repeat;
}
#sidebar_left div.module h3.module, #sidebar_left div.module_text h3.module, #sidebar_left div.module_menu h3.module {
height : 36px;
line-height : 42px;
background: url(../images/module_left_h3.gif);
}
#sidebar_right div.module h3.module, #sidebar_right div.module_text h3.module, #sidebar_right div.module_menu h3.module {
height : 39px;
line-height : 45px;
background: url(../images/module_right_h3.jpg);
}
.style_bold {
font-weight: bold;
}
.style_italic {
font-style: italic;
}
#top div.module h3.module, #user1 div.module h3.module, #user2 div.module h3.module, #user5 div.module h3.module, #user6 div.module h3.module {
background-image : url(../images/user_h3.gif);
background-repeat : repeat-x;
background-color: #000;
color: #e43f19;
text-align : left;
height : 30px;
line-height : 30px;
padding:0;
margin :0;
padding-left: 18px;
overflow : hidden;
font-weight:normal;
border:none;
font-size : 14px;
font-variant:normal;
text-decoration: none;
}
/* mainmenu */
.module_menu ul.menu {
padding : 10px;
list-style : none;
background : none;
margin: 0;
}
.module_menu ul.menu li {
margin : 0;
padding : 0;
list-style : none;
background : none;
overflow:hidden;
}
.module_menu ul.menu li a {
display : block;
color:#f2e019;
vertical-align : middle;
font-size : 12px;
text-align : left;
height : 22px;
line-height : 22px;
text-decoration : none;
padding:0;
margin: 0;
padding-left: 18px;
background-image : url(../images/menu.jpg);
background-repeat : no-repeat;
border-bottom: 1px solid #111;
}
.module_menu ul.menu li a span {
background : none;
}
.module_menu ul.menu li a:hover, .module_menu ul.menu li a:active, .module_menu ul.menu li a:focus {
text-decoration : none;
color: #fff;
text-align : left;
background-image : url(../images/menu_hover.jpg);
background-repeat : no-repeat;
padding-left: 18px;
}
.module_menu ul.menu li.active a {
background-image : url(../images/menu_hover.jpg);
background-repeat : no-repeat;
text-decoration : none;
color: #fff;
text-align : left;
padding-left: 18px;
}
.module_menu ul.menu li.active a:hover {
text-decoration: none;
}
.module_menu ul.menu li.active a span {
}
.module_menu ul.menu li li a span {
list-style : none;
}
.module_menu ul.menu li ul {
margin : 0;
padding : 0;
list-style : none;
}
.module_menu ul.menu li li {
list-style : none;
}
.module_menu ul.menu li li a {
list-style : none;
vertical-align : middle;
font-size : 12px;
text-align : left;
text-decoration : none;
height : 22px;
padding-left: 28px;
overflow:hidden;
}
.module_menu ul.menu li li a:hover, .module_menu ul.menu li li a:active, .module_menu ul.menu li li a:focus {
list-style : none;
background : none;
text-decoration : none;
}
.module_menu ul.menu li li.active a {
list-style : none;
background : none;
text-decoration : none;
}
.module_menu ul.menu li li a span {
list-style : none;
background : none;
}
.module_menu ul.menu li li li a span {
padding-left: 10px;
}
.componentheading, #compo {
min-height : 30px;
line-height : 30px;
color: #f2e019;
font-size : 16px;
font-weight:bold;
text-align:center;
text-transform:uppercase;
font-weight:normal;
letter-spacing: 2px;
border-bottom: 1px solid #111;
}
.contentheading {
font-size: 20px;
height : 30px;
line-height : 30px;
color: #e43f19;
background-image : url(../images/contentheading.gif);
background-repeat: no-repeat;
padding-left: 35px;
margin: 30px 0 30px 0;
font-weight:normal;
}
.contentheading a {
color: #e43f19;
}
label {
color: #999;
}
.pagenav {
color: #999;
text-transform:uppercase;
text-align : center;
font-size : 12px;
padding : 3px 5px 2px 5px;
margin : 5px 1px 5px 1px;
background-color: #111;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-image : url(../images/button_bg.gif);
background-repeat:repeat-x;
background-position:center top;
}
.pagenav:hover {
color: yellow;
}
a.pagenav {
color: #fff;
}
.blog {
width : 100%;
}
.blog_more {
margin : 10px 5px 20px 5px;
}
.blog_more strong {
margin : 2px;
display : block;
font-size : 14px;
font-weight : bold;
color: #999;
text-decoration:underline;
padding-left: 3px;
text-transform:uppercase;
}
.blog_more ul {
margin : 5px;
padding : 0;
}
.blog_more ul li {
text-align : left;
line-height : 14px;
padding-left : 18px;
background-image : url(../images/list.png);
background-repeat : no-repeat;
background-position : 0 2px;
}
.blog_more ul li:hover {
background-image : url(../images/list_hover.png);
}
.article_separator {
clear : both;
display : block;
height : 10px;
margin-bottom : 30px;
background-image : url(../images/sep.gif);
background-repeat:repeat-x;
background-position:center bottom;
}
.article_column, .leading {
padding : 10px;
margin : 5px;
}
.article_column column_separator {
padding : 10px;
margin : 5px;
}
.article-tools {
border-top : 1px solid #999;
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);
background-position:center top;
text-align : center;
font-size : 10px;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
padding : 2px 3px 2px 3px;
margin : 2px 3px 2px 3px;
background-color:#000;
}
.button:hover {
color: #c9b51a;
}
.validate {
height: 20px;
line-height: 20px;
color: #999;
background-image : url(../images/button_bg.gif);
background-position:center top;
text-align : center;
font-size : 10px;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.validate:hover {
color: #666;
}
.invalid {
border-color: #666;
}
label.invalid {
color: #ff0000;
text-decoration:blink;
}
.back_button {
height: 22px;
line-height: 22px;
background-image : url(../images/button_bg.gif);
background-position:center top;
text-align : center;
font-size : 11px;
color: #000;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.back_button:hover {
color: #000;
}
.back_button a:link {
text-decoration : none;
color: #999;
}
.back_button a:visited {
text-decoration : none;
color: #999;
}
.back_button a:hover {
text-decoration : none;
color: #999;
}
#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 #111;
border-left: 1px solid #111;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #000;
color: #000;
font-size : 11px;
}
.inputbox:hover {
background-color: #111;
}
input {
border-top: 1px solid #111;
border-left: 1px solid #111;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #000;
color: #fff;
font-size : 11px;
}
input:hover {
background-color: #111;
}
ul.sectiontable li {
margin: 10px 0;
}
.sectiontableheader {
border : 1px solid #333;
background-color: #111;
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: #0a0f15;
}
.sectiontableentry0 {
border-bottom : 1px solid #999;
background-color: #0a0f15;
text-align : left;
line-height: 30px;
}
.sectiontableentry1 {
border-bottom : 1px solid #999;
background-color: #080d11;
text-align : left;
line-height: 30px;
}
.sectiontableentry2 {
border-bottom : 1px solid #999;
background-color: #0a0f15;
text-align : left;
line-height: 30px;
}
.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;
}
h1 {
font-weight : bold;
font-size : 28px;
line-height : 28px;
}
h2 {
font-size : 24px;
line-height : 24px;
}
h3 {
font-size : 22px;
line-height : 22px;
}
h4 {
font-size : 20px;
line-height : 20px;
}
h5 {
font-size : 18px;
line-height : 18px;
}
h6 {
font-size : 16px;
line-height : 16px;
}
.contact_email {
padding : 5px;
margin : 5px;
}
#component-contact {
margin-top : 10px;
}
.hasTip {
margin: 5px;
color: #999;
background-color: transparent;
border: none;
}
.tool-tip {
float : left;
color: #999;
background : #202020;
border : 1px solid #999;
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;
color: #999;
text-align : center;
width : auto;
background-color: #202020;
border : 1px solid #999;
margin : 3px 0 10px;
padding : 3px 20px;
}
.pagination span {
padding : 2px;
}
.pagination a {
padding : 2px;
}
img {
border : 0;
}
div.mosimage {
border : 2px solid #999;
background-color: #cdab71;
}
.mosimage {
margin : 0;
background-color: #cdab71;
}
.mosimage_caption {
margin-top : 0;
background-color: #cdab71;
padding : 0;
color: #999999;
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: #999;
font-size : 12px;
}
#system-message {
margin : 10px;
}
#system-message dd.message ul {
border-top : 2px solid #999;
border-bottom : 2px solid #999;
margin : 5px;
padding: 10px 0 10px 40px;
text-indent : 0;
color: red;
font-size: 14px;
}
#system-message dd.error ul {
color: #999;
border-top : 2px solid #999;
border-bottom : 2px solid #999;
margin : 5px;
padding-left : 40px;
text-indent : 0;
}
#system-message dd.notice ul {
color: #999;
border-top : 2px solid #999;
border-bottom : 2px solid #999;
margin : 5px;
padding-left : 40px;
text-indent : 0;
}
.small {
font-family : Arial, Helvetica, sans-serif;
color: #999;
font-size : 9px;
}
.createdate {
font-family : Arial, Helvetica, sans-serif;
font-size : 9px;
color: #999;
}
.modifydate {
font-family : Arial, Helvetica, sans-serif;
color: #999;
font-size : 9px;
}
.highlight {
background-color: #222;
color: #ff0000;
padding : 0;
}
.code {
background-color: #999;
border : 1px solid #bbb;
}
.readon {
float: right;
text-transform: uppercase;
font-size: 10px;
}
fieldset {
margin : 10px;
padding : 10px;
border : 1px solid #999;
}
#sidebar_left ul#mainlevel a {
color: #999;
}
/* Formatvorlagen für die Navigation-Oben */
ul#mainlevel-nav {
list-style : none;
padding : 0;
margin : 0 auto;
font-size : 11px;
padding-left: 10px;
}
ul#mainlevel-nav li {
    text-align:center;
background-image:none;
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: 9px;
}
ul#mainlevel-nav li a {
color:#e43f19;
text-align : center;
font-weight : normal;
font-size : 11px;
display : block;
padding-left : 7px;
padding-right : 7px;
text-decoration : none;
text-transform:uppercase;
border-top: 1px solid #111;
border-left: 1px solid #111;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
letter-spacing: 2px;
margin-right: 5px;
background-color: #000;
background-image : url(../images/nav.gif);
background-position:center top;
background-repeat : repeat-x;
}
#buttons > ul#mainlevel-nav li a {
width : auto;
}
ul#mainlevel-nav li a:hover {
color:#fff;
border-top: 1px solid #222;
border-left: 1px solid #222;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
}
ul#mainlevel-nav li a#active_menu-nav {
font-size: 12px;
text-decoration:underline;
color:#fff;
}
ul#mainlevel-nav li a#active_menu-nav:hover {
text-decoration : line-through;
}

table.poll {
padding : 0;
width : 100%;
border-collapse : collapse;
}
table.poll td {
padding : 4px;
}
table.pollstableborder {
padding : 0;
width : 100%;
border :  1px solid #333;
text-align : left;
}
table.pollstableborder img {
vertical-align : baseline;
padding-left : 10px;
}
table.pollstableborder td {
padding : 2px;
border-collapse : collapse;
border-spacing : 0;
}
table.pollstableborder tr.sectiontableentry1 td {
margin : 1px;
padding : 2px 5px 2px 5px;
}
table.pollstableborder tr.sectiontableentry2 td {
margin : 1px;
padding : 2px 5px 2px 5px;
}
table.pollstableborder tr.sectiontableentry0 td {
margin : 1px;
padding : 2px 5px 2px 5px;
}
object, img, a {
outline:none;
}
.content_rating {
padding: 5px 0 5px 0;
display:block;
}
.content_vote {
margin: 5px 0 5px 0;
display:block;
}
p.gotop {
text-align:right !important;
padding: 0 15px 10px 0;
}
p.gotop a {
letter-spacing: 3px !important;
}
.abstand {
display:block;
height: 10px;
}
.buttonheading {
float: right;
display: inline-block;
}
.buttonheading a {
padding: 5px;
}

questo è il mio template.css ma non trovo la riga in questione

grazie ancora per la pazienza

edit: ci sono riuscito

sono andato dove tutto stava input e color fff e messo 000

13
Joomla! 1.5 / Re:jpfchat colore testo
« il: 15 Nov 2010, 01:15:49 »
scusa ma sto impazzendo, giro tutte le cartelle di jpfchatt e googlato pure

ma non riesco a capire dove sia il file template.css

14
Joomla! 1.5 / Re:jpfchat colore testo
« il: 14 Nov 2010, 17:27:05 »

15
Joomla! 1.5 / [RISOLTO] jpfchat colore testo
« il: 14 Nov 2010, 15:53:13 »
Salve, ho quasi terminato il sito che mi sono imbattuto in jfchat

in pratica funziona alla perfezione se non fosse per il fatto che quando scrivo non si vedono le lettere

ho notato che evidenziandole si vedono

ho provato a disinstallarlo, pulire la chace e rimetterlo, ma nada

ho cercato soluzioni, ma ancora non sono riuscito a trovare nulla

grazie

16
Joomla! 1.5 / Re:pulsante rimuovi
« il: 13 Nov 2010, 15:32:49 »
grazie per la risposta, ma come hai potuto notare no osno molto bravo

per ora sto cercando di capire un po come funziona il tutto buttando su un sito per un gioco nel quale mi diletto :=

http:\\www.killemall.eu

toolbar riabilitata ed ora funge

edit: domanda stupida, scusate :)

grazie ancora per l'aiuto

17
Joomla! 1.5 / pulsante rimuovi
« il: 13 Nov 2010, 13:24:38 »
Salve, facendo varie prove non esce più il pulsante rimuovi in gestione sezioni

in pratica se vado in

estensioni - installa/disinstalla - componenti

non ho il pulsante a destra rimuovi

edit: osservandolo bene mi è sparita tutta la barra in alto a destra, infatti anche nelle altre sezioni non ci sono i pulsanti nuovo, cancella etc etc etc

18
Joomla! 1.5 / Ninjaboard
« il: 13 Nov 2010, 05:38:55 »
salve a tutti

sono nuovo del mondo joomla e con piacere riesce a tenermi al pc fino alle 5

ho letto un po di articoli e deciso cosi di creare qualcosina pure io

ho un dominio linux su server sgaragnao dove cerco di fare un sito per un giochino dove mi diletto

grazie alle guide va tutto benem riesco a nche a installare ninjaboard

ma quando accedo sul modulo tools, per esempio, mi da errore 500

da li ho capito che qualcosa on va o su nuuke o sulla versione di php

avendo questa configurazione
Citazione
Versione database:    5.0.91-enterprise-gpl-log
Collation Database:    utf8_general_ci
Versione PHP:    5.2.14
Server Web:    Apache/2.2
Server web per interfaccia PHP:    cgi-fcgi
Versione di Joomla!:    Joomla! 1.5.22 Stable [ senu takaa ama woi ] 04-November-2010 18:00 GMT

riuscite ad indicarmi dove sbaglio?, ormai non so più dove girare

grazie anticipatamente

edit: è un bug della rc5 esattamente un problema sul valore del database "MAX_JOIN_SIZE"

Pagine: [1]


Web Design Bolzano Kreatif