phpBB Italia chiude!
phpBB Italia ringrazia tutti gli utenti che hanno dato fiducia al nostro progetto per ben 9 anni, e che, grazie al grande lavoro fatto da tutto lo Staff (rigorosamente a titolo gratuito), hanno portato il portale a diventare il principale punto di riferimento italiano alla piattaforma phpBB.

Purtroppo, causa motivi personali, non ho più modo di gestirlo e portarlo avanti. Il forum viene ora posto in uno stato di sola lettura, nonché un archivio storico per permettere a chiunque di fruire di tutte le discussioni trattate.

Il nuovo portale di assistenza per l'Italia di phpBB diventa phpBB-Store.it, cui ringrazio per aver deciso di portare avanti questo grande progetto.

Grazie ancora,
Carlo - Amministratore di phpBB Italia

Cambio icone categorie 'Nuovo Argomento' etc

Supporto per phpBB 3.0.x.
Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Cambio icone categorie 'Nuovo Argomento' etc

Messaggio da Haku » 13/02/2010, 2:14

Volevo sapere se è possibile cambiare in determinate categorie le icone per aprire nuovi argomenti,precisamente queste:
Immagine

Credo si debbano usare degli IF,ma non saprei in che modo agire...

Dovrei cambiarle su due o tre categorie,per mettere altre icone invece che quella e quella del bottone 'Rispondi'.
Si può fare?se si,come?
Grazie mille per il supporto che date sempre ;)

Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: Cambio icone categorie 'Nuovo Argomento' etc

Messaggio da Carlo » 13/02/2010, 7:21

Questa è la parte interessata nel template viewforum_body.html:

Codice: Seleziona tutto

<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->post-icon<!-- ENDIF -->"><a href="{U_POST_NEW_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_FORUM_LOCKED}<!-- ELSE -->{L_POST_TOPIC}<!-- ENDIF -->"><span></span><!-- IF S_IS_LOCKED -->{L_FORUM_LOCKED}<!-- ELSE -->{L_POST_TOPIC}<!-- ENDIF --></a></div>
Poi dovresti ricopiare nel CSS, tutte le parti della classe "post-icon", e chiamarle con un nuovo nome, tipo "post2-icon".

Dopo aver eseguito questo passo, ti mostrò le altre indicazioni.
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Cambio icone categorie 'Nuovo Argomento' etc

Messaggio da Haku » 13/02/2010, 17:44

La prima parte la inserisco dopo lo stesso codice?non c'è però da inserire l'ID della categoria in questione?

Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: Cambio icone categorie 'Nuovo Argomento' etc

Messaggio da Carlo » 13/02/2010, 17:50

No, prima sistema il CSS.
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Cambio icone categorie 'Nuovo Argomento' etc

Messaggio da Haku » 13/02/2010, 17:59

Eccolo qui:

Codice: Seleziona tutto

/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		mavilim
	Based on style:	subSilver2 
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		Akansu ( http://www.foruz.net )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0px auto;
	padding: 0;
}

html {
	font-size: 100%;
}

body {

	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font: 9px  verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #000000;

   background: url(http://img715.imageshack.us/img715/3364/bigest.png) repeat;
   margin: 0px auto;



}

.wrapp_all{
	background: url(http://img7.imageshack.us/img7/65/sfondo1j.png) repeat-y;
	margin: 0px auto;
	width: 1008px;
}

#wrapheader {
   min-width: 900px;
   width: 900px;
	min-height:150px;
	height: 150px;
	margin: 0 auto;
	background: url(http://i46.tinypic.com/6rscbb.png) #e1e1e2;
   /* Bordo a41b2f */
   background-repeat: no-repeat;

}
#wraporta {
   background-color: #FFFFFF;
   min-width: 900px;
   width: 900px;
   margin: auto;

}
#wrapcentre {
   margin: 0 auto;
   min-width: 868px;
   width: 868px; 
	padding-top: 5px;
}
#wrapfooter {
    text-align: center;
	clear: both;
	background: #E1E1E2 url(http://img527.imageshack.us/img527/9955/footerg.png) top repeat-x ;
	margin: auto;
   min-width: 900px;
   width: 900px;
   min-height: 122px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.forumrules {
	background-color: #E7E4C9;
	border: 1px solid #445270;
	padding: 4px;
	font:1.1em verdana, Arial, Helvetica, sans-serif;
}
.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: Verdana, Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;

}

p {
	font-size: 1.1em;}
p#slogan{ 
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	color:#FFFFFF; 
	}	
	

p.moderators {
	margin: 0;
	float: right;
	color: black;
	font-weight: bold;
	border-bottom:1px solid red;
}

.rtl p.moderators {
	float: left;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin-left: 2px;
	float: left;
	color: #000000;
	white-space: normal;
	font-size: 1.2em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	font: 1.1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	padding:0;
	margin:1px 0;
}
p.subforumdesc {
	font: 1.1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	padding-top:2px;
	margin:0;
}

p.topicauthor {
	margin: 1px 0;
}
p.topicrow{
font-size:9px; line-height:15px; color: black;
}
p.topicrow a:link, p.topicrow a:visited {
font-size:9px; line-height:15px; color: black;
text-decoration: none;
}

p.topicdetails {
	font: 1.1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	color: #000000;
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
	font-size: 1.3em;
	
}

.postdetails {
background:transparent url(./images/detail.gif) no-repeat scroll left top;
border:1px solid #d1d1e1;
font-size:8pt;
margin: 3px 3px 3px 5px;
padding: 3px 0px 3px 7px;
text-align:left;
width : 90%;
}

.postbody {
    font: 1.3em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	line-height: 1.4em;
    color: #000000;
}
.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}
.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}
.posthilit {
	background-color: yellow;
}
.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}
.gen {
	margin: 1px 1px;
    font: 1.2em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
}

.genmed {
	margin: 1px 1px;
	font-family: Verdana;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font: 1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
}

.copyright, .copyright a, .copyright a:hover, .copyright a:visited  {
	color: #A9A6A9!important;
	font:10px verdana,  Arial, Helvetica, sans-serif;
}

.footerlinks{padding: 7px 0;}
.footerlinks a:link, .footerlinks a:visited, .footerlinks a:hover    {
	margin: 0 4px; 
}

.titles {
	font: bold 1.4em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	text-align: center;
}
.error {
	color: red;
}

/* Tables
 ------------ */
th {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background: url(http://img504.imageshack.us/img504/7642/senzatitolo6i.gif) #602827;
	background: url(http://img504.imageshack.us/img504/7642/senzatitolo6i.gif) #602827;
	white-space: nowrap;
	padding: 3px 1px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #d1d1e1;
	border:1px solid #470f0e;
}

.cat {
	color: #FFFFFF ;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #869BBF;
	background-image: url(http://img525.imageshack.us/img525/9374/bark.png);
	text-indent: 4px;
}
.cat1 {
	
    height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #869BBF;
	background-image: url(http://img525.imageshack.us/img525/9374/bark.png);
	text-indent: 4px;
}

.cat2 {
    color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	background-color: #5C7099;
	background: url(http://img99.imageshack.us/img99/5696/senzatitolo4o.gif) #3f0c0c;
	text-decoration: none;
	padding: 3px 1px;
}

.row1 {
	background-color: #f2f2f2;
	padding: 4px;
}

.row2 {
	background-color: #eaeaea;
	padding: 4px;
}

.row3 {
	background-color:#E1E4F2;
	padding: 4px;
	font-weight: bold;
}

.row4 {
	background-color: #FFFFFF;
	padding: 4px;
}

.menu2 { 
background-color : #3f0c0c;
padding :1px 6px; 
margin:auto;

} 

.talt  {
background-color : #602827;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #3a1a1b;
	text-decoration:none;
}
a:active,
a:visited {
	color: #3a1a1b;
	text-decoration:none;
}

a:hover {
	color: #680800;
	text-decoration:none;
}
a.forumlink, a.forumlink:visited {
	color:#680800;
	font: bold 1.3em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	text-decoration: none;
}
a.forumlink:hover {
	color: #FF4400;
    text-decoration:underline;
}
a.topictitle {
	color: #602827;
	margin: 1px;
    font:1.2em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	text-decoration: none;
}

a.topictitle:visited {
	color: #757575;
	font-weight: normal;
	text-decoration: none;
	margin: 1px;
}

a.topictitle:hover {
	color: #FF4400;
    text-decoration:none;
}
a.yeni-mesaj, a.yeni-mesaj:visited { font-weight: bold;}
a.yeni-mesaj:hover, a.yeni-mesaj:visited:hover { font-weight: bold;}

a.ftadmin, a.ftadmin:visited{ margin: 5px; padding: 3px;  border: 1px solid #000012; color: #ffffff; background-color: #ff0000;}
a.ftadmin:hover{  border: 1px solid; background-color: #000012; color: #ffffff; border-color:#00FFFF/*aqua*/; }

a.ftmod, a.ftmod:visited{ margin: 5px; padding: 3px; border: 1px solid #000012; color: #ffffff; background-color: #808080; }
a.ftmod:hover{  border: 1px solid #00FFFF; color: #ffffff; background-color: #000012; }
th a,
th a:visited {
	color: #FFFFFF !important;
	text-decoration: none;
}

th a:hover {
	text-decoration:none;
}
/*mavilim Styles Links
 ------------ */
.cat a,
.cat a:visited {
	color: #FFFFFF !important;
	font: 1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	text-decoration: none;
}
.cat a:hover {
	color: #FFFF66 !important;
	text-decoration:none;
}

.cat1 a,
.cat1 a:visited {
	color: #FFFFFF !important;
	font: 1.3em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	text-decoration: none;
}
.cat1 a:hover {
	color: #FFFF66 !important;
	text-decoration:none;
}
.cat2 a,
.cat2 a:visited {
    color: #FFFFFF !important;
	font: bold 1.1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    text-decoration: none;
}

.cat2 a:hover {
    color: #FFFF66 !important;
    text-decoration: none;
	}
.talt a, 
.talt a:visited {
    color: #E0E0F6 !important;
}
.talt a:hover {
	color: #FFFF66 !important;
	text-decoration:none;
}
a.menu2:link, a.menu2:visited { 
color: #FFFFFF;
font : bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
text-decoration : none; 
white-space : nowrap;
} 
 
a.menu2:hover { 
color : #ffff66; 
text-decoration : underline; 

}
	
/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font: normal 1.1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 1px;

}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font: normal 1.3em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	line-height: 1.4em;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: verdana, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	margin: 1px 0px 1px 0px;
	}

.btnbbcode {
	color: #000000;
	font: normal 1.1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;

}

.btnmain {
    font-weight: bold;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	color: #333333;
	cursor: pointer;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	color: #333333;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
	
}

.subforum.read { 
	background: url(./images/subforum_read.gif) top left no-repeat;
	line-height: 15px;
	padding-left: 12px;
}
.subforum.unread { 
	background: url(./images/subforum_unread.gif) top left no-repeat;
	line-height: 15px;
	padding-left: 12px;
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle {
font-size: 1em;
color: #000000;
}

.quotetitle .quotetitle {
	font-size: 1em;
	color: #000000;
	
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 8px;
	padding: 5px;
     border: 1px inset;
	font: normal 1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	line-height: 1.4em;
	background-color: #E1E4F2;
	color: #000000;
}
.attachcontent {
	font-size: 0.85em;
}
/* Code block */
dl.codebox {
	padding: 3px;
	background-color: #E1E4F2;
	border: 1px solid #445270;
	font-size: 1em;
}

dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #445270;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #2E8B57;
	margin: 2px 0;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }
/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}

/* Misc
 ------------ */
img {
	border: none;
}
.inlineimg{ vertical-align: middle; }

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

/**************************************************************
***************************************************************
**
** XNavbar v1 MOD css
** written by Sir Xiradorn - Xiradorn Lab (c) 2009
**
***************************************************************
***************************************************************/

#xnavbar_navbar {
        width: 900px;
        min-width: 900px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 30px;
	margin-right: 30px;
        margin: auto;
	padding: 0;
	background: url('./images/xnavbar_bg.gif') center repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
        border-top: 1px solid #625e74;
	border-bottom: 1px solid #625e74;
	border-collapse: collapse;
}

#xnavbar_navbar td {
	width: 100px;
	min-width: 50px;
	padding: 0;
	text-align: center;
}

#xnavbar_navbar #left, #xnavbar_navbar #right {
	max-width: 15px;
	text-align: center;
}

#xnavbar_navbar td#active {
	color: #FFFFFF;
	background: url('./images/xnavbar_bg_active1.gif') center repeat-x;
}

td#search_box {
	text-align: center;
	position: relative;
	padding-right: 50px;
	min-width: 150px;
	font-weight: normal;
	border-left: 1px solid #a41b2f;
	border-right: 1px solid #a41b2f;
	color: #000000;
	background: url('./images/xnavbar_bg_search.gif') 50% 0 no-repeat;
}

#search_box form{
	border: none;
	margin: 0;
	padding: 0;
}

#search_box fieldset {
	border: none;
	margin-right: -45px;
	background: transparent;
}

#search_box input {
	width: 105px !important;
	margin-left: 26px;
	border: 1px solid #fff;
	background-color: transparent;
	font-size: 0.9em;
	cursor: pointer;
}

#xnavbar_navbar a, #xnavbar_navbar a:visited {
	color: #843636;
	display: block;
	height: 30px;
	text-decoration: none;
	line-height: 30px;
}

#xnavbar_navbar td#active a, #xnavbar_navbar td#active a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#xnavbar_navbar td a:hover {
	background-color: #8b5858;
	color: #FFFFFF;
}

#xnavbar_navbar td#active a:hover {
	background-color: #8b5858;
	color: #FFFFFF;
}
***************************************************************/

/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: left;
	float: left;
	padding: 0px;
	margin: auto;
	font-size: 1.1em;
	font-weight: bold;
	border: none;
	background-color: #F5F5FF;
}

.pagination2 {
	 width: auto;
	padding: 2px;
	font-size: 1em;
	font-weight: normal;
	border: none;
	background-color: #3f0c0c;
	color: #FFFFFF;
}
.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 0px 6px;
	margin: 0px;
	font-weight: bolder;
	color: #000000;
	background-color: #E1E4F2;
	border-right: 2px solid #d1d1e1;
	font-size: 1.1em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #22229C;
	margin:  0px;
	padding: 0px 6px;
	background-color: #F5F5FF;
	border-right: 2px solid #d1d1e1;
	font-size: 1em;
}

.pagination span a:hover {
	background-color: #F5F5FF;
	border-right: 2px solid #d1d1e1;
	color: #FF4400;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	font-size: 1em;
}

ul.linklist li.rightside, p.rightside {
	float: left;
	margin-right: 0;
	text-align: left;
}
/********
    .buttonz {
        width: 22px !important;
        height: 22px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        margin: 6px 0px !important;
        border: 1px solid #979797 !important;
        }
        .buttonz:hover {
        background-color: #ffffdf !important;
        border: 1px solid #BC2A4D !important;
        }
Magari imparo anche a gestirmi il css con phpbb dopo questa cosa...

Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: Cambio icone categorie 'Nuovo Argomento' etc

Messaggio da Carlo » 13/02/2010, 18:05

Non riesci a sistemarlo tu?
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Cambio icone categorie 'Nuovo Argomento' etc

Messaggio da Haku » 13/02/2010, 18:16

Il fatto è che non ho ben capito allora il procedimento da fare nel css =)
Questo è il mio viewforum:

Codice: Seleziona tutto

<!-- INCLUDE overall_header.html -->

<!-- IF S_FORUM_RULES -->
	<div class="forumrules">
		<!-- IF U_FORUM_RULES -->
			<h3>{L_FORUM_RULES}</h3><br />
			<a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
		<!-- ELSE -->
			<h3>{L_FORUM_RULES}</h3><br />
			{FORUM_RULES}
		<!-- ENDIF -->
	</div>

	<br clear="all" />
<!-- ENDIF -->

<!-- IF S_DISPLAY_ACTIVE -->
	<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><span class="nav">{L_ACTIVE_TOPICS}</span></td>
	</tr>

	<tr>
		<!-- IF S_TOPIC_ICONS -->
			<th colspan="3">&nbsp;{L_TOPICS}&nbsp;</th>
		<!-- ELSE -->
			<th colspan="2">&nbsp;{L_TOPICS}&nbsp;</th>
		<!-- ENDIF -->
		
		<th>&nbsp;{L_REPLIES}&nbsp;</th>
		<th>&nbsp;{L_VIEWS}&nbsp;</th>
		<th>&nbsp;{L_LAST_POST}&nbsp;</th>
	</tr>

	<!-- BEGIN topicrow -->

		<tr>
			<td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
			<!-- IF S_TOPIC_ICONS -->
				<td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td>
			<!-- ENDIF -->
			<td width="100%" class="row1">
				<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
				{topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}"class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> yeni-mesaj<!-- ENDIF -->">{topicrow.TOPIC_TITLE}</a>
				<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
					<a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a>&nbsp;
				<!-- ENDIF -->
				<!-- IF topicrow.S_TOPIC_REPORTED -->
					<a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>&nbsp;
				<!-- ENDIF -->
			<!-- IF topicrow.PAGINATION --> <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p><!-- ENDIF -->
				<p style="font-size:9px; color:#000000;">{topicrow.TOPIC_AUTHOR_FULL}&nbsp;&nbsp;&nbsp;{topicrow.FIRST_POST_TIME}</p>
			</td>
		    <td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
			<td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
			<td class="row1" width="140" align="center">
				<p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p>
				<p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}
					<!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF -->
				</p>
			</td>
		</tr>

	<!-- BEGINELSE -->

		<tr>
			<!-- IF S_TOPIC_ICONS -->
				<td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
			<!-- ELSE -->
				<td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
			<!-- ENDIF -->
		</tr>
	<!-- END topicrow -->

	<tr align="center">
		<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->">&nbsp;</td>
	</tr>
	</table>

	<br clear="all" />
<!-- ENDIF -->

<!-- IF S_HAS_SUBFORUM -->
	<!-- INCLUDE forumlist_body.html -->
	<br clear="all" />
<!-- ENDIF -->

<!-- IF S_IS_POSTABLE or S_NO_READ_ACCESS -->
	<div id="pageheader">
	<p align="center">
<a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a>
	</p>

	</div>
	<br />

<!-- ENDIF -->

<div id="pagecontent">

<!-- IF S_NO_READ_ACCESS -->
<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<td class="row1" height="30" align="center" valign="middle"><span class="gen">{L_NO_READ_ACCESS}</span></td>
	</tr>
	</table>

	<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->

		<br /><br />

		<form method="post" action="{S_LOGIN_ACTION}">

	<table class="tablebg" width="100%" cellspacing="1">
		<tr>
			<td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>
		</tr>
		<tr>
			<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /><!-- IF S_AUTOLOGIN_ENABLED -->&nbsp; <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
		</tr>
		</table>
		
		</form>

	<!-- ENDIF -->

	<br clear="all" />
<!-- ENDIF -->

	<!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS -->
		<table width="100%" cellspacing="1">
		<tr>
			<!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->
				<td width="30%" align="{S_CONTENT_FLOW_BEGIN}" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td>
			<!-- ENDIF -->
				
			<!-- IF TOTAL_TOPICS -->
			<td width="70%"  align="{S_CONTENT_FLOW_END}" nowrap="nowrap">
			<table cellspacing="1" cellpadding="3" border="0" class="tablebg">
<tr>
	
	
	<td style="padding:1px; margin:0px;" class="pagination2">
				<span class="gensmall">&nbsp;{PAGE_NUMBER}</span>
				<span class="gensmall">&nbsp;[ {TOTAL_TOPICS} ]&nbsp;</span></td>
<!-- IF PAGINATION -->	<td width="100%" class="pagination" style="padding:1px; margin:0px;" nowrap="nowrap"><!-- INCLUDE pagination2.html --></td><!-- ENDIF -->
	</tr>
		</table></td>
			<!-- ENDIF -->
		
		</tr>
		</table>
	<!-- ENDIF -->

	<!-- IF not S_DISPLAY_ACTIVE and (S_IS_POSTABLE or .topicrow) -->
	<table class="tablebg" width="100%" cellspacing="1">
		<tr>
			<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->">
				<table width="100%" cellspacing="0">
				<tr class="nav">
					<td valign="middle">&nbsp;<!-- IF S_WATCH_FORUM_LINK and not S_IS_BOT --><a href="{S_WATCH_FORUM_LINK}">{S_WATCH_FORUM_TITLE}</a><!-- ENDIF --></td>
					<td align="{S_CONTENT_FLOW_END}" valign="middle"><!-- IF not S_IS_BOT and U_MARK_TOPICS --><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a><!-- ENDIF -->&nbsp;</td>
				</tr>
				</table>
			</td>
		</tr>

		<tr>
	<!-- IF S_TOPIC_ICONS -->
				<th colspan="3">&nbsp;{L_TOPICS}&nbsp;</th>
			<!-- ELSE -->
				<th colspan="2">&nbsp;{L_TOPICS}&nbsp;</th>
			<!-- ENDIF -->
			
			<th>&nbsp;{L_REPLIES}&nbsp;</th>
			<th>&nbsp;{L_VIEWS}&nbsp;</th>
			<th>&nbsp;{L_LAST_POST}&nbsp;</th>
		</tr>

		<!-- BEGIN topicrow -->

			<!-- IF topicrow.S_TOPIC_TYPE_SWITCH eq 1 -->
				<tr>
					<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b>{L_ANNOUNCEMENTS}</b></td>
				</tr>
			<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH eq 0 -->
				<tr>
					<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b>{L_TOPICS}</b></td>
				</tr>
			<!-- ENDIF -->

			<tr>
				<td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
				<!-- IF S_TOPIC_ICONS -->
					<td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td>
				<!-- ENDIF -->
				<td class="row1">
					<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
					{topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> yeni-mesaj<!-- ENDIF -->">{topicrow.TOPIC_TITLE}</a>
					<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
						<a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a>&nbsp;
					<!-- ENDIF -->
					<!-- IF topicrow.S_TOPIC_REPORTED -->
						<a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>&nbsp;
					<!-- ENDIF -->
					<!-- IF topicrow.PAGINATION -->
				<p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: <span>{topicrow.PAGINATION}</span> ] </p>
					<!-- ENDIF -->
					<p class="topicrow">{topicrow.TOPIC_AUTHOR_FULL}</p>
				</td>
			
				<td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
				<td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
				<td class="row1" width="140" align="center">
					<p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p>
					<p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}
						<!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF -->
					</p>
				</td>
			</tr>

		<!-- BEGINELSE -->
			<!-- IF S_IS_POSTABLE -->
			<tr>
				<!-- IF S_TOPIC_ICONS -->
					<td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
				<!-- ELSE -->
					<td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
				<!-- ENDIF -->
			</tr>
			<!-- ENDIF -->
		<!-- END topicrow -->
		
		<!-- IF not S_IS_BOT -->
<tr align="center">
			<!-- IF S_TOPIC_ICONS -->
				<td class="cat" colspan="7">
			<!-- ELSE -->
				<td class="cat" colspan="6">
			<!-- ENDIF -->
					<form method="post" action="{S_FORUM_ACTION}"><span class="gensmall">{L_DISPLAY_TOPICS}:</span>&nbsp;{S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" name="sort" value="{L_GO}" /></form>
				</td>
		</tr><!-- ENDIF -->
		</table>
	<!-- ENDIF -->

	<!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS -->
		<table width="100%" cellspacing="1">
		<tr>
			<!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->
				<td width="30%" align="{S_CONTENT_FLOW_BEGIN}" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td>
			<!-- ENDIF -->
		
			<!-- IF TOTAL_TOPICS -->	
			<td width="70%"  align="{S_CONTENT_FLOW_END}" nowrap="nowrap">
			<table cellspacing="1" cellpadding="3" border="0" class="tablebg">
<tr>
	
	
	<td style="padding:1px; margin:0px;" class="pagination2">
				<span class="gensmall">&nbsp;{PAGE_NUMBER}</span>
				<span class="gensmall">&nbsp;[ {TOTAL_TOPICS} ]&nbsp;</span></td>
	<!-- IF PAGINATION -->	<td width="100%" class="pagination" style="padding:1px; margin:0px;" nowrap="nowrap"><!-- INCLUDE pagination2.html --></td><!-- ENDIF -->
	</tr>
		</table></td>
			<!-- ENDIF -->
		
			</tr>
		</table>
		
	<!-- ENDIF -->

		<br clear="all" />
</div>

<!-- INCLUDE breadcrumbs.html -->

<!-- IF S_DISPLAY_ONLINE_LIST -->
	<br clear="all" />

	<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td>
	</tr>
	<tr>
		<td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>
	</tr>
	</table>
<!-- ENDIF -->

<!-- IF S_DISPLAY_POST_INFO -->
	<br clear="all" />

	<table width="100%" cellspacing="0">
	<tr>
		<td align="{S_CONTENT_FLOW_BEGIN}" valign="top">
			<table cellspacing="3" cellpadding="0" border="0">
			<tr>
				<td width="20" style="text-align: center;">{FOLDER_NEW_IMG}</td>
				<td class="gensmall">{L_NEW_POSTS}</td>
				<td>&nbsp;&nbsp;</td>
				<td width="20" style="text-align: center;">{FOLDER_IMG}</td>
				<td class="gensmall">{L_NO_NEW_POSTS}</td>
				<td>&nbsp;&nbsp;</td>
				<td width="20" style="text-align: center;">{FOLDER_ANNOUNCE_IMG}</td>
				<td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
			</tr>
			<tr>
				<td style="text-align: center;">{FOLDER_HOT_NEW_IMG}</td>
				<td class="gensmall">{L_NEW_POSTS_HOT}</td>
				<td>&nbsp;&nbsp;</td>
				<td style="text-align: center;">{FOLDER_HOT_IMG}</td>
				<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
				<td>&nbsp;&nbsp;</td>
				<td style="text-align: center;">{FOLDER_STICKY_IMG}</td>
				<td class="gensmall">{L_ICON_STICKY}</td>			
			</tr>
			<tr>
				<td style="text-align: center;">{FOLDER_LOCKED_NEW_IMG}</td>
				<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
				<td>&nbsp;&nbsp;</td>
				<td style="text-align: center;">{FOLDER_LOCKED_IMG}</td>
				<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
				<td>&nbsp;&nbsp;</td>
				<td style="text-align: center;">{FOLDER_MOVED_IMG}</td>
				<td class="gensmall">{L_TOPIC_MOVED}</td>
			</tr>
			</table>
		</td>
		<td align="{S_CONTENT_FLOW_END}"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span><!-- IF MODERATORS -->
			<p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->: {MODERATORS}</p>
		<!-- ENDIF --><br />
	
		
		</td>
	</tr>
	</table>
<!-- ENDIF -->

<br clear="all" />

<table width="100%" cellspacing="0">
<tr>
    <td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
	<td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
</tr>
</table>

<!-- INCLUDE overall_footer.html -->
Forse,sempre che abbia capito,dovrei procedere in sto modo:
post-icon<!-- ENDIF -->"><a href="{U_POST_NEW_TOPIC}"

Da questa riga,copio il codice che hai postato tu,ma invece che post-icon,metto un'altro nome per differenziare la classe,che poi sul css avrà le sue impostazioni.
Però non ho capito come attuare il tutto e come agire sul css.
Uso uno stile basato su subsilver,quindi è possibile che alcune cose cambino comunque ^^"

Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: Cambio icone categorie 'Nuovo Argomento' etc

Messaggio da Carlo » 13/02/2010, 18:24

No, sbaligato. E' un pò complicata la cosa.

P.S.: Potevi dirlo prima che avevi uno stile basato su subsilver2. :lol:
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Cambio icone categorie 'Nuovo Argomento' etc

Messaggio da Haku » 13/02/2010, 18:32

Però posso farlo no?
E' una cosa importantissima che poi dovrò attuare dopo la modifica che tu sai xD

Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: Cambio icone categorie 'Nuovo Argomento' etc

Messaggio da Carlo » 13/02/2010, 18:33

Sì, è possibile. Ora scappo, appena torno vediamo.
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Rispondi

Torna a “[3.0.x] Forum di Supporto”

Chi c’è in linea

Visitano il forum: Nessuno e 96 ospiti