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

largezza subsilver2 ?

Supporto stili in generale.
naki
Utente
Utente
Messaggi: 119
Iscritto il: 23/05/2012, 20:00
Sesso: Maschio
Versione: 3.0.12
Server: UNIX/Linux
PHP: 5.3.16
Database: MySQL(i) 5.1.65-cll
Località: Ravenna
Contatta:

largezza subsilver2 ?

Messaggio da naki » 23/11/2012, 1:05

ciao a tutti

ho installato un style subsilver2 al mio forum http://www.mkdclan.net/forum
e volevo ridurre la largezza. ?

lo style e steam power

Avatar utente
Darkman
Traduttore
Traduttore
Messaggi: 1443
Iscritto il: 16/07/2010, 19:26
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: PHP 5.3.10
Database: 5.1.71
Località: Puglia
Contatta:

Re: largezza subsilver2 ?

Messaggio da Darkman » 28/11/2012, 21:37

Non è mai troppo tardi per niente e per nessuno
Darkman

naki
Utente
Utente
Messaggi: 119
Iscritto il: 23/05/2012, 20:00
Sesso: Maschio
Versione: 3.0.12
Server: UNIX/Linux
PHP: 5.3.16
Database: MySQL(i) 5.1.65-cll
Località: Ravenna
Contatta:

Re: largezza subsilver2 ?

Messaggio da naki » 28/11/2012, 22:56

io non trovo quelli codici al mio style


Codice: Seleziona tutto

@import url("mchat.css");
/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "sans-serif", Tahoma, Helvetica, Arial, verdana;
	color: #cccccc;
	background: #1B1B1B; 
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#body-simple {
	background: #1B1B1B;
	padding: 5px;
}
div#body { 

    padding: 5px;
}

/* Misc stuff */
img {
	border: none;
}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

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

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
        color: #616161;
}

.titles {
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error, table td .error {
	color: #FF6600;
}

.spacer {
	background: #1B1B1B;
}

hr	{ height: 0px; border: solid #1B1B1B 0px; border-top-width: 1px;}

.pagination {
	padding: 4px;
	font-size: 1em;
	font-weight: bold;
}

/* Links
 ------------ */
a {
	color: #f5f5f5;
	text-decoration: none;
}

a:active,
a:visited {
	color: #f5f5f5;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

a.forumlink {
	font-weight: bold;
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
        color: #f5f5f5;
	text-align: center;
}

a.topictitle {
	margin: 1px 0px;
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
        color: #f5f5f5;
}

a.topictitle, .postbody a {
	color: #f5f5f5;
}
a.topictitle:visited, .postbody a:visited {
	color: #ff6600;
}
a.topictitle:visited:hover, .postbody a:visited:hover {
	color: #ff6600;
}
a.topictitle:hover, .postbody a:hover {
	color: #ff6600;
}

/* Header and logo */
#maintable {
	margin: 0 auto;
	background-color: #000000;
}
#header, .row-left, .row-right { padding: 0; }
.row-left { width 2; background-color: #000000; }
.row-right { width 2; background-color: #000000; }

#logorow {
	background-color: #000000;
	text-align: center;
	padding: 0;
}

#logo-left {
	background-color: #000000;
}
#logo-right {
	background-color: #000000;
	padding: 4px 15px 0 15px;
	text-align: left;
	overflow: hidden;
}

.pm-notify-new, .pm-notify-unread {
	border-left: solid 1px #1F1F1F;
	border-right: solid 1px #1F1F1F;
	border-top: solid 1px #1F1F1F;
	border-bottom: solid 1px #1F1F1F;
	background: #1F1F1F;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.pm-notify-new a, .pm-notify-new a:visited, .pm-notify-unread a, .pm-notify-unread a:visited { text-decoration: 

underline; }
.pm-notify-header {
	margin-bottom: 10px;
	color: #FF3200;
}
.pm-notify-new { padding: 30px; }

/* Navigation buttons */
.navrow {
	background: url(images/pathway.gif) top left repeat-x; 
	border-top: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
	height: 21px;
	overflow: hidden;
	color: #f5f5f5;
	text-align: center;
	font-size: 11px;
	padding-top: 4px;
}
/* * html .navrow { padding: 0; } */
.navrow b, .navrow strong { font-weight: normal; }
.navrow a, .navrow a:visited {
	color: #f5f5f5;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.navrow a:hover { 
	color: #ff6600; 
	text-decoration: underline; 
}

a.link-new, a.link-new:visited { color: #f5f5f5; }
a.link-new:hover, a.link-new:visited:hover { color: #ff6600; }

/* footer */
.row-bottom { 
    padding: 0;
    overflow: hidden;
    background-color: #f5f5f5; 
    height: 10px;
}
* html .row-bottom { font-size: 1px; line-height: 1px; }
.row-bottom div {
    height: 10px;
    background-color: #f5f5f5; 
}
.row-bottom div div {
    background-color: #f5f5f5; 
}

/* Content and tables */
#contentrow {
	padding: 8px;
}

.tablebg {
	border: solid 1px #1B1B1B; 
      background: url(images/pathway.gif) top left repeat-x; 
}
.block-start .tablebg { 
    border-top-width: 0; 
    border-bottom-width: 0; 

}

.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
	border-left: solid 1px #2F2F2F;
	border-right: solid 1px #2F2F2F;
	border-top: solid 1px #2F2F2F;
	border-bottom: solid 1px #2F2F2F;
	background: #1B1B1B;
	padding: 3px;
}
th {
	color: #f5f5f5; 
	font-size: 11px; 
	font-weight: bold;
	background: #0E0E0E;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #2F2F2F;
	border-right: solid 1px #2F2F2F;
	border-top: solid 1px #2F2F2F;
	border-bottom: solid 1px #2F2F2F;
}
th a, th a:visited {
	color: #f5f5f5 !important;
	text-decoration: underline;
}
th a:hover {
	color: #f5f5f5;
	text-decoration: underline;
}

td {
	padding: 1px;
}
td.profile {
	padding: 1px;
}
.catdiv, .cat, .cathead {
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #2F2F2F;
	border-right: solid 1px #2F2F2F;
	border-top: solid 1px #2F2F2F;
	border-bottom: solid 1px #2F2F2F;
	background: #1B1B1B;
	color: #f5f5f5;
}

.cat, .cathead {
	text-indent: 4px;
}

.catdiv a, .cathead a, .cat a {
    color: #616161;
    text-decoration: underline;
}
.catdiv a:hover, .cathead a:hover, .cat a:hover {
    color: #FF491F;
    text-decoration: underline;
}


/* Table header */
caption, .cap-div { 
	margin: 0; 
	padding: 0;
	background: url(images/panelgrad1s.gif) top left repeat-x;
	border-top: solid 1px #2F2F2F;
	border-bottom: solid 1px #2F2F2F;
        border-left: solid 1px #2F2F2F;
        border-right: solid 1px #2F2F2F;
	white-space: nowrap;
	height: 27px;
	text-align: center;
}
.cap-left {

}
.cap-right {

	padding-top: 6px;
	padding-left: 23px;
	height: 21px;
}
caption, caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div, .cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	font-size: 12px;
	font-weight: bold;
	color: #f5f5f5;
}
caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	display: inline;
}
caption a, caption a:visited, .cap-div a, .cap-div a:visited {
	color: #f5f5f5;
	text-decoration: underline;
}
caption a:hover, .cap-div a:hover {
	color: #f5f5f5;
	text-decoration: underline;
}



/* Footer */
#wrapfooter {
	text-align: center;
	color: #f5f5f5;
	padding-top: 10px;
}

.copyright {
	color: #f5f5f5;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;
}
.copyright a, .copyright a:visited {
	color: #f5f5f5;
	text-decoration: underline;
}
.copyright a:hover { color: #f5f5f5; }


/* Breadcrumbs */
.breadcrumb .row1 { 
    border-width: 1px 0 0 1px; 
    background: #2F2F2F;  
    color: #f5f5f5;   
}
p.breadcrumbs {
	margin: 0;
	padding: 0;
	float: left;
	color: #f5f5f5;

	white-space: normal;
	font-size: 1em;
}
.rtl p.breadcrumbs {
	float: right;
}

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

.rtl p.datetime {
	float: left;
}

/* Index/viewforum */
.subforum.read { 
	background: url(images/sub_old.gif) top left no-repeat;
	padding-left: 12px;
}
.subforum.unread { 
	background: url(images/sub_new.gif) top left no-repeat;
	padding-left: 12px;
}
.legend {
	text-align: center;
	margin: 0 auto;

}
.legend-viewforum { 
	margin: 0; 
	text-align: left; 
	border-top-color: #1B1B1B;
	border-left-color: #1B1B1B;
}

.forumrules {
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	border-left: solid 1px #C1C5CB;
	border-right: solid 1px #B4B9BF;
	border-top: solid 1px #C1C5CB;
	border-bottom: solid 1px #B4B9BF;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
}
.forumrules h3 {
	color: #f5f5f5;
}

/* Post */
.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #f5f5f5;
}
td.postbottom { 
	background: #1B1B1B; 
	font-size: 10px;
	color: #f5f5f5;
	white-space: nowrap;
	padding: 1px;
	vertical-align: middle;
	border-left: solid 1px #2F2F2F;
	border-top: solid 1px #2F2F2F;
	border-right: solid 1px #2F2F2F;
	border-bottom: solid 1px #2F2F2F;
}
td.postbuttons { padding-top: 3px; }
.postdetails { 
	color: #f5f5f5;
	font-size: 10px; 
	text-align: left;
}
.postdetails b {
	color: #f5f5f5;
}
.posterrank		{ font-size: 9px; color: #f5f5f5; }
.posterprofile	{ font-size: 10px; color: #f5f5f5; }

.postauthor {
	color: #f5f5f5;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
.postonline { margin-bottom: 2px; }

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

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

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postbody {
	font-size: 12px;
	line-height: 1.4em;
	margin: 3px 0;
}
.signature {
	font-size: 11px;
	color: #f5f5f5;
	margin-top: 5px;
}
.signature .line { color: #f5f5f5; }

.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: #B3BCC1;
}

.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #f5f5f5;
}

.postbody a { text-decoration: underline; }

/* UCP */
.folder-current a, .folder-current a:visited {
	color: #f5f5f5;
	font-weight: bold;
}
.folder-current a:hover { color: #f5f5f5; }

td.pm_marked_colour { background: #FF3200; }
td.pm_marked_colour_left { border-left: solid 3px #FF3200; padding-left: 2px; }
td.pm_marked_colour_right { border-right: solid 3px #FF3200; padding-right: 2px; }

td.pm_replied_colour { background: #889095; }
td.pm_replied_colour_left { border-left: solid 3px #889095; padding-left: 2px; }
td.pm_replied_colour_right { border-right: solid 3px #889095; padding-right: 2px; }

td.pm_friend_colour { background: #007700; }
td.pm_friend_colour_left { border-left: solid 3px #007700; padding-left: 2px; }
td.pm_friend_colour_right { border-right: solid 3px #007700; padding-right: 2px; }

td.pm_foe_colour { background: #DD0000; }
td.pm_foe_colour_left { border-left: solid 3px #DD0000; padding-left: 2px; }
td.pm_foe_colour_right { border-right: solid 3px #DD0000; padding-right: 2px; }


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

textarea, select, .post, .btnbbcode, .btnmain, .btnlite, .btnfile, .helpline {
	font-weight: normal;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	color: #f5f5f5;
	border: 1px solid #2F2F2F;
	background-color: #1B1B1B;
}
.cat .btnmain, .cat .btnlite, .cat select {
    color: #f5f5f5;
    background-color: #1B1B1B;
    border-color: #2F2F2F;
}

input {
	font-size: 1.1em;
	padding: 1px;
}
textarea {
	font-size: 1.3em; 
	line-height: 1.4em;
	padding: 2px;
}
select {
	font-size: 1.1em;
	padding: 1px;
        color: #f5f5f5;
}

option {
	padding: 0 1em 0 0;
}

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

.post {
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	font-size: 1.1em;
	color: #f5f5f5;
	border: 1px solid #2F2F2F;
}
.btnbbcode:hover {
	border-color: #2F2F2F;
	color: #f5f5f5;
}

.btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	padding: 1px 5px;
	font-size: 1.1em;
}

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

* html textarea, * html select, * html .post, * html .btnmain, * html .btnlite, * html .btnfile {
	border-color: #2F2F2F;
        color: #f5f5f5;
}
* html .cat .btnmain, * html .cat .btnlite {
    border-color: #2F2F2F;
}
textarea:hover, select:hover, .post:hover, .btnmain:hover, .btnlite:hover, .btnfile:hover {
	border-color: #2F2F2F;
}
textarea:focus, select:focus, .post:focus, .btnmain:focus, .btnlite:focus, .btnfile:focus {
	border-color: #2F2F2F; 
	color: #f5f5f5;
}
.cat .btnmain:hover, .cat .btnlite:hover, .cat select:hover {
    border-color: #2F2F2F;
}
.cat .btnmain:focus, .cat .btnlite:focus, .cat select:focus {
    border-color: #2F2F2F;
    color: #f5f5f5;
}

label:hover { 
	color: #f5f5f5; 
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle, .codetitle {
	padding: 2px 4px;
	border: solid 1px #4F4F4F;
	color: #f5f5f5;
	background-color: #1B1B1B;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 5px 5px 10px 5px;
	padding: 5px;
	border-color: #2F2F2F;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
/*	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; */
	background-color: #2F2F2F;
	color: #f5f5f5;
}

.attachcontent {
	font-size: 0.85em;
}

.codecontent {
	direction: ltr;
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #2F2F2F;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 11px;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #F0F3F5;
	color: #444;
}

.quotewrapper, .codewrapper, .attachwrapper {
	clear: both;
	margin: 10px 5px;
	background: #1B1B1B url(images/code_header.gif) top left no-repeat;
	padding-left: 19px;
	border: solid 1px #4F4F4F;
	border-bottom-color: #4F4F4F;
	border-right-color: #4F4F4F;
}
.quotewrapper { background-image: url(images/quote_header.gif); }
.quotewrapper .quotetitle, .codewrapper .codetitle, .attachwrapper .attachtitle { 
	margin: 0; 
	border-width: 0 0 1px 1px;
}
.quotewrapper .quotecontent, .codewrapper .codecontent, .attachwrapper .attachcontent {
	margin: 0; 
	border-width: 1 0 0 1px;
}
.attachcontent, html>body .postbody {
	overflow: auto;
	overflow-x: auto;
}

.syntaxbg {
	color: #f5f5f5;
}

.syntaxcomment {
	color: #f5f5f5;
}

.syntaxdefault {
	color: #f5f5f5;
}

.syntaxhtml {
	color: #f5f5f5;
}

.syntaxkeyword {
	color: #f5f5f5;
}

.syntaxstring {
	color: #f5f5f5;
}


/* More misc stuff */
h1 {
	font-family: "Lucida Grande", "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: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0px;
	float: left;
	color: #889095;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

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

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

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0px;
}

p.topicdetails {
	margin: 1px 0px;
}
td.history-current, tr.row1 td.history-current, tr.row2 td.history-current {
	background: #1B1B1B;
}

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;
}

.sep {
	color: #f5f5f5;
}


/* bugs */
@media all and (min-width: 0px)
{
	/* reset file input style for Opera - it changes only text color and border, but not bg color */
	.btnfile, .btnfile:hover, .btnfile:focus { 
		border: none; 
		background-color: #1B1B1B;
		color: #000;
	}

}

Avatar utente
Darkman
Traduttore
Traduttore
Messaggi: 1443
Iscritto il: 16/07/2010, 19:26
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: PHP 5.3.10
Database: 5.1.71
Località: Puglia
Contatta:

Re: largezza subsilver2 ?

Messaggio da Darkman » 28/11/2012, 23:11

Non hai preso il file giusto.
Il messaggio è questo
Raimon ha scritto:Open: /styles/subsilver2/theme/stylesheet.css

search:

Codice: Seleziona tutto

#wrapheader {
   min-height: 120px;
   height: auto !important;
   height: 120px;
/*   background-image: url('./images/background.gif');
   background-repeat: repeat-x;*/
/*   padding: 0 25px 15px 25px;*/
   padding: 0;
}

#wrapcentre {
   margin: 15px 250px 0 25px;
}
replace with:

Codice: Seleziona tutto

#wrapcentre, #wrapheader {
   padding: 0 20px;
   min-width: 650px;
   width: 760px;
   margin: 0 auto;
}
Ho controllato l'ultima versione del subsilver2 e sono presenti.

Se non ho letto male, serve affinchè la pagina si adatti.

Fai prova e vedi se fa al caso tuo
Non è mai troppo tardi per niente e per nessuno
Darkman

naki
Utente
Utente
Messaggi: 119
Iscritto il: 23/05/2012, 20:00
Sesso: Maschio
Versione: 3.0.12
Server: UNIX/Linux
PHP: 5.3.16
Database: MySQL(i) 5.1.65-cll
Località: Ravenna
Contatta:

Re: largezza subsilver2 ?

Messaggio da naki » 29/11/2012, 0:31

nel subsilver2 lo trovo ma nel mio stile non lo trovo

style/mio stile/stylesheet.css non trovo i codici :)

Avatar utente
Darkman
Traduttore
Traduttore
Messaggi: 1443
Iscritto il: 16/07/2010, 19:26
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: PHP 5.3.10
Database: 5.1.71
Località: Puglia
Contatta:

Re: largezza subsilver2 ?

Messaggio da Darkman » 29/11/2012, 6:59

mi metti il link da dove hai scaricato lo stile?
Non è mai troppo tardi per niente e per nessuno
Darkman

naki
Utente
Utente
Messaggi: 119
Iscritto il: 23/05/2012, 20:00
Sesso: Maschio
Versione: 3.0.12
Server: UNIX/Linux
PHP: 5.3.16
Database: MySQL(i) 5.1.65-cll
Località: Ravenna
Contatta:

Re: largezza subsilver2 ?

Messaggio da naki » 29/11/2012, 19:03


Avatar utente
Darkman
Traduttore
Traduttore
Messaggi: 1443
Iscritto il: 16/07/2010, 19:26
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: PHP 5.3.10
Database: 5.1.71
Località: Puglia
Contatta:

Re: largezza subsilver2 ?

Messaggio da Darkman » 29/11/2012, 20:52

Non vedo le caratteristiche dello stile (versione e derivazione), ma i codici sono stati già personalizzati e, non essendo un grafico, non saprei indicarti come fare.
Non è mai troppo tardi per niente e per nessuno
Darkman

naki
Utente
Utente
Messaggi: 119
Iscritto il: 23/05/2012, 20:00
Sesso: Maschio
Versione: 3.0.12
Server: UNIX/Linux
PHP: 5.3.16
Database: MySQL(i) 5.1.65-cll
Località: Ravenna
Contatta:

Re: largezza subsilver2 ?

Messaggio da naki » 29/11/2012, 21:14

la mchat di altro e la thema che non va' ho provato come mi hai detto
e errore e sparito quando ho cambiato il stylesheet.css
come si risolve questo..?

graziee

Avatar utente
Darkman
Traduttore
Traduttore
Messaggi: 1443
Iscritto il: 16/07/2010, 19:26
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: PHP 5.3.10
Database: 5.1.71
Località: Puglia
Contatta:

Re: largezza subsilver2 ?

Messaggio da Darkman » 29/11/2012, 21:51

Controlla allora che hai fatto bene questo passo

Apri: styles/subsilver2/template/stylesheet.css

Trova

Codice: Seleziona tutto

/* Layout
 ------------ */
Prima aggiungi

Codice: Seleziona tutto

@import url("mchat.css");
Anche se mi sembra strano sia quello l'errore
Non è mai troppo tardi per niente e per nessuno
Darkman

Rispondi

Torna a “Supporto stili”

Chi c’è in linea

Visitano il forum: Nessuno e 25 ospiti