cum pot schimba .....

Discuţii legate de instalarea şi funcţionarea unor MODificări vechi sau noi ale forumului phpBB 2.0.x.
Închis
Tr3z3gu3T
Utilizator înregistrat
Mesaje: 304
Membru din: 01-Mar-2007, 20:15:41

cum pot schimba .....

Mesaj de Tr3z3gu3T »

deci am tema subSilver si incerc sa o modific sa vad ce imi iese si mie :) si vreau sa schimb culorile care sunt incercuite din aceasta poza.
spunetimi si mie care sunt acele linii unde trebuie sa umblu. Multumesc

Forumul poate fi vazut aici http://89.114.61.150/test
Avatar utilizator
Aliniuz
Fost coleg
Mesaje: 3629
Membru din: 19-Mai-2006, 08:06:42
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Galati
Contact:

Mesaj de Aliniuz »

Incearca sa te joci cu, culorile din fisierul CSS al template-ului .

Clasa CSS pentru acea culoare este chiar prima din fisier, body .
Tr3z3gu3T
Utilizator înregistrat
Mesaje: 304
Membru din: 01-Mar-2007, 20:15:41

Mesaj de Tr3z3gu3T »

mai lamurit ... [e prima data cand iti zic asa ceva :D]
sa ma joc cu culorile . :-s cam multe :|
prima clasa CSS o fi si aia da io nu imi dau seama care e

Cod: Selectaţi tot

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }
asta fiinda la orele de engleza de la sc pentru mine era o mare pauza :|
Avatar utilizator
Aliniuz
Fost coleg
Mesaje: 3629
Membru din: 19-Mai-2006, 08:06:42
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Galati
Contact:

Mesaj de Aliniuz »

Aliniuz scrie:Incearca sa te joci cu, culorile din fisierul CSS al template-ului .

Clasa CSS pentru acea culoare este chiar prima din fisier, body .
Tr3z3gu3T
Utilizator înregistrat
Mesaje: 304
Membru din: 01-Mar-2007, 20:15:41

Mesaj de Tr3z3gu3T »

asta am inteles nu sunt chiar chior dar la clasa body este :

Cod: Selectaţi tot

body {
   background-color: #E5E5E5;
   scrollbar-face-color: #DEE3E7;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #DEE3E7;
   scrollbar-3dlight-color: #D1D7DC;
   scrollbar-arrow-color:  #006699;
   scrollbar-track-color: #EFEFEF;
   scrollbar-darkshadow-color: #98AAB1;
}
si acum miam dat seama ce ai vrut sa zici cu "Incearca sa te joci cu, culorile din fisierul CSS al template-ului ." merci


LE : culorile astea care sunt in panoul de admin

/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover { text-decoration: underline; color : #DD6900; }
Tr3z3gu3T
Utilizator înregistrat
Mesaje: 304
Membru din: 01-Mar-2007, 20:15:41

Mesaj de Tr3z3gu3T »

BUMP

Rezolvat :D

aku alta problema :

am o tema mai veche care arata cam asa

codul headerului este

Cod: Selectaţi tot

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
	{
		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" onLoad="MM_preloadImages('templates/forum_9569/images/template/m_1_1.jpg','templates/forum_9569/images/template/m_2_1.jpg','templates/forum_9569/images/template/m_3_0.jpg','templates/forum_9569/images/template/m_4_0.jpg','templates/forum_9569/images/template/m_5_0.jpg','templates/forum_9569/images/template/m_6_0.jpg','templates/forum_9569/images/template/m_7_0.jpg','templates/forum_9569/images/template/m_8_0.jpg','templates/forum_9569/images/template/m_9_0.jpg','templates/forum_9569/images/template/m_10_0.jpg')">

<a name="top"></a>

<TABLE style="HEIGHT: 100%; BACKGROUND-COLOR: #726c57" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD  style="BACKGROUND-POSITION: right top; BACKGROUND-IMAGE: url(templates/forum_9569/images/template/til_1.gif); BACKGROUND-REPEAT: repeat-x">&nbsp;</TD>
<TD width=100% height=638>
<TABLE style="HEIGHT: 100%" cellSpacing=0 cellPadding=0 width=100% border=0>
<TBODY>
<TR>
<TD width=219 style="padding-bottom:10px ">
<TABLE cellSpacing=0 cellPadding=0 width=219 border=0 style="height:100%; ">
<TBODY>
<TR>
<TD height=334>
<TABLE id=menu style="HEIGHT: 100%" cellSpacing=0 cellPadding=0 width=219 border=0>
<TBODY>
<TR>
<TD style="BACKGROUND-POSITION: left top; BACKGROUND-IMAGE: url(templates/forum_9569/images/template/bg_1.jpg); BACKGROUND-REPEAT: no-repeat" height=120>
<DIV style="PADDING-LEFT: 9px; PADDING-TOP: 18px"><A href="{U_INDEX}"><img alt="#"  height=90 src="templates/forum_9569/images/template/logo_1.jpg" width=200></A></DIV></TD></TR>
<TR>
<TD style="BACKGROUND-POSITION: left top; BACKGROUND-IMAGE: url(templates/forum_9569/images/template/bg_6.gif); BACKGROUND-REPEAT: repeat-y">
<TABLE style="BACKGROUND-POSITION: left top; BACKGROUND-IMAGE: url(templates/forum_9569/images/template/bg_5.gif); BACKGROUND-REPEAT: no-repeat; HEIGHT: 100%" cellSpacing=0 cellPadding=0 width=219 border=0>
<TBODY>
<TR>
<TD height=26><img alt="#"  height=1 src="templates/forum_9569/images/template/spacer.gif" width=1></TD></TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width=219 border=0>
<TBODY>
<TR>
<TD><a href="{U_INDEX}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image31','','templates/forum_9569/images/template/home-1.jpg',1)"><img alt="home"  src="templates/forum_9569/images/template/home.jpg" name="Image31" width="219" height="17" border="0"></a></TD>
</TR>
<TR>
<TD><a href="{U_FAQ}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image32','','templates/forum_9569/images/template/faq-1.jpg',1)"><img alt="{L_FAQ}"  src="templates/forum_9569/images/template/faq.jpg" name="Image32" width="219" height="17" border="0"></a></TD>
</TR>
<TR>
<TD><a href="{U_SEARCH}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image33','','templates/forum_9569/images/template/search-1.jpg',1)"><img alt="{L_SEARCH}"  src="templates/forum_9569/images/template/search.jpg" name="Image33" width="219" height="17" border="0"></a></TD>
</TR>
<TR>
<TD><a href="{U_MEMBERLIST}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image34','','templates/forum_9569/images/template/memberlist-1.jpg',1)"><img alt="{L_MEMBERLIST}"  src="templates/forum_9569/images/template/memberlist.jpg" name="Image34" width="219" height="17" border="0"></a></TD>
</TR>
<TR>
<TD><a href="{U_GROUP_CP}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image35','','templates/forum_9569/images/template/usergroups-1.jpg',1)"><img alt="{L_USERGROUPS}"  src="templates/forum_9569/images/template/usergroups.jpg" name="Image35" width="219" height="17" border="0"></a></TD>
</TR>
<TR>
<TD><a href="{U_PROFILE}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image36','','templates/forum_9569/images/template/profile-1.jpg',1)"><img alt="{L_PROFILE}"  src="templates/forum_9569/images/template/profile.jpg" name="Image36" width="219" height="18" border="0"></a></TD>
</TR><!--
<TR>
<TD><a href="{U_LOGIN_LOGOUT}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image37','','templates/forum_9569/images/template/login-1.jpg',1)"><img alt="{L_LOGIN_LOGOUT}"  src="templates/forum_9569/images/template/login.jpg" name="Image37" width="219" height="17" border="0"></a></TD>
</TR>-->
<!-- BEGIN switch_user_logged_out -->
<TR>
<TD><a href="{U_REGISTER}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image38','','templates/forum_9569/images/template/register-1.jpg',1)"><img alt="{L_REGISTER}"  src="templates/forum_9569/images/template/register.jpg" name="Image38" width="219" height="17" border="0"></a></TD>
</TR>
<!-- END switch_user_logged_out -->
<TR>
</TR>
</TBODY></TABLE></TD></TR> 
<TR>
<TD height=17><img alt="#"  height=75 src="templates/forum_9569/images/template/bg_7.gif" width=219><br><br>
eu vreu sa iau headerul si meniul si sa le pun pe tema subSilver modificata de mine asta

imi adapteaza si mie cineva codul ca e prea mult pentru mine :((:((

forumul este vizibil la http://89.114.61.150/test majoritatea timpului :)
Avatar utilizator
Aliniuz
Fost coleg
Mesaje: 3629
Membru din: 19-Mai-2006, 08:06:42
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Galati
Contact:

Mesaj de Aliniuz »

Pune si tu forumul pe un host care sa fie accesibil tot timpul .
Închis

Înapoi la “2.0.x Suport pentru MODificări”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Bing [Bot] și 4 vizitatori