phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

FAQFAQ - PIERWSZA POMOC!!  regulaminREGULAMIN  SzukajSZUKAJ  UżytkownicyUżytkownicy  GrupyGrupy  StatystykiStatystyki
RejestracjaRejestracja  ZalogujZaloguj  DownloadDownload  katalog Forów DyskusyjnychKatalog Forów   FAQ Video tutoriale

Poprzedni temat «» Następny temat
Przesunięty przez: joli
27-08-2007, 21:59
[pomoc] jak zmieni? kolor t?a na obrazek?
Autor Wiadomość
isen

Posty: 13
Wysłany: 25-08-2005, 11:26   [pomoc] jak zmienić kolor tła na obrazek?

dot. http://www.forum.cesarz3.net/
Zamierzam zmienić kolor tła forum (chodzi o ten #A9A9A9 ) na obrazek, ktory jest w katalogu
http://www.forum.cesarz3....es/cellpic1.gif
(przerabiam styl subSilver)

W pliku subSilver.css nie znajduje tego: #A9A9A9 wiec gdzie mam zmienić ten kolor tła? w tplach? a jezeli w tplach to w ktorym?

z góry dziękuję za pomoc
 
 
Gadatliwa Kasia 

   
irekk


Pomógł: 283 razy
Posty: 2927
Wysłany: 25-08-2005, 11:29   

wszystko masz w overall_header.tpl
szukaj th.costam gdzie wystapi ten obrazek tla tam bedziesz mial tlo tez
_________________
Cygantura
 
 
isen

Posty: 13
Wysłany: 25-08-2005, 13:28   

hmm nie znajduje tego: #A9A9A9 w overall_header.tpl

Kod:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
  <meta http-equiv="Content-Style-Type" content="text/css">
  {META_DESC}
  {META}
  {NAV_LINKS}
  <title>{SITENAME} :: {PAGE_TITLE}</title>
  <!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
  <style type="text/css">
   <!--
   /*
     The original subSilver Theme for phpBB version 2+
     Created by subBlue design
     http://www.subBlue.com

     NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
     theme administration centre. When you have finalised your style you could cut the final CSS code
     and place it in an external file, deleting this section to save bandwidth.
   */

   /* General page style. The scroll bar colours only visible in IE5.5+ */
   body {
    background-color:        {T_BODY_BGCOLOR};
    scrollbar-face-color:        {T_TR_COLOR2};
    scrollbar-highlight-color:    {T_TD_COLOR2};
    scrollbar-shadow-color:        {T_TR_COLOR2};
    scrollbar-3dlight-color:    {T_TR_COLOR3};
    scrollbar-arrow-color:        {T_BODY_LINK};
    scrollbar-track-color:        {T_TR_COLOR1};
    scrollbar-darkshadow-color:    {T_TH_COLOR1};
   }

   /* General font families for common tags */
   font,th,td,p            { font-family: {T_FONTFACE1} }
   a:link,a:active,a:visited    { color : {T_BODY_LINK}; }
   p, td            { font-size : 11; color : #000000; }
   a:hover            { text-decoration: underline; color : {T_BODY_HLINK}; }
   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: {T_TD_COLOR2}; border: 1px #98AAB1 solid; }

   /* This is the outline round the main forum tables */
   .forumline { background-color: #A9B8C2; border: solid #D1D7DC 0px; border-top-width: 1px; }

   /* Main table cell colours and backgrounds */
   td.row1 { background-color: {T_TR_COLOR1}; }
   td.row2 { background-color: {T_TR_COLOR2}; }
   td.row3 { background-color: {T_TR_COLOR3}; }
   td.row_helped { background-color: #F0EDDE; }

   /*
     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: {T_TD_COLOR2};
    background-image: url('templates/subSilver/images/cellpic2.jpg');
    background-repeat: repeat-y; height: 22px;
   }

   /* Header cells - the blue and silver gradient backgrounds */
   th {
    color:            {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight: bold;
    background-color:    {T_BODY_LINK}; height: 25px;
    background-image:    url(templates/subSilver/images/{T_TH_CLASS2});
   }

   td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
    background-image: url(templates/subSilver/images/{T_TH_CLASS1});
    background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; 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 { background-color: #C7D0D7; background-image: url('templates/subSilver/images/cellpic1.gif'); height: 22px; }
   th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom {
    font-weight: bold; border: {T_TD_COLOR2}; height: 28px;
   }

   th.thCornerL,th.thTop,th.thCornerR {color: #FFA34F; font-size: 70%; font-weight: bold; background-color: #006699; background-image: url('templates/subSilver/images/cellpic3.gif'); height: 28px; }

   td.row3Right,td.spaceRow { background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; }

   th.thHead,td.catHead            { font-size: {T_FONTSIZE3}px; border-width: 0px; }
   th.thSides,td.catSides,td.spaceRow    { border-width: 0px; }
   th.thRight,td.catRight,td.row3Right    { border-width: 0px; }
   th.thLeft,td.catLeft            { border-width: 0px; }
   th.thBottom,td.catBottom        { border-width: 0px; }
   th.thTop                { border-width: 0px; }
   th.thCornerL                { border-width: 0px; }
   th.thCornerR                { border-width: 0px; }

   /* The largest text used in the index page title and toptic title etc. */
   .maintitle {
    font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
    text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
   }

   /* General text */
   .gen                        { font-size : {T_FONTSIZE3}px; }
   .genmed                    { font-size : {T_FONTSIZE2}px; }
   .gensmall                    { font-size : {T_FONTSIZE1}px; }
   .gen,.genmed,.gensmall            { color : {T_BODY_TEXT}; }
   a.gen,a.genmed,a.gensmall            { color: {T_BODY_LINK}; text-decoration: none; }
   a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: {T_BODY_HLINK}; text-decoration: underline; }

   /* The register, login, search etc links at the top of the page */
   .mainmenu        { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
   a.mainmenu        { text-decoration: none; color : {T_BODY_LINK};  }
   a.mainmenu:hover    { text-decoration: underline; color : {T_BODY_HLINK}; }

   /* Forum category titles */
   .cattitle        { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
   a.cattitle        { text-decoration: none; color : {T_BODY_LINK}; }
   a.cattitle:hover    { text-decoration: underline; }

   /* Forum title: Text and link to the forums used in: index.php */
   .forumlink        { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
   a.forumlink        { text-decoration: none; color : {T_BODY_LINK}; }
   a.forumlink:hover    { text-decoration: underline; color : {T_BODY_HLINK}; }

   /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
   .nav        { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
   a.nav    { text-decoration: none; color : {T_BODY_LINK}; }
   a.nav:hover    { text-decoration: underline; }

   /* titles for the topics: could specify viewed link colour too */
   .topictitle,h1,h2    { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
   a.topictitle:link    { text-decoration: none; color : {T_BODY_LINK}; }
   a.topictitle:visited    { text-decoration: none; color : {T_BODY_VLINK}; }
   a.topictitle:hover    { text-decoration: underline; color : {T_BODY_HLINK}; }

   /* Name of poster in viewmsg.php and viewtopic.php and other places */
   .name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}

   /* Location, number of posts, post date etc */
   .postdetails      { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }

   /* The content of the posts (body of text) */
   .postbody        { font-size : {T_FONTSIZE3}px; line-height: 18px }
   a.postlink:link    { text-decoration: none; color : {T_BODY_LINK} }
   a.postlink:visited    { text-decoration: none; color : {T_BODY_VLINK}; }
   a.postlink:hover    { text-decoration: underline; color : {T_BODY_HLINK} }

   /* Quote & Code blocks */
   .code {
    font-family:        {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
    background-color:    {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
    border-left-width:    1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
   }

   .quote {
    font-family:        {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
    background-color:    {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
    border-left-width:    1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
   }

   /* Copyright and bottom info */
   .copyright        { font-size : {T_FONTSIZE1}px; color: {T_FONTCOLOR1}; font-family: {T_FONTFACE1}; }
   a.copyright        { text-decoration: none; color : #006699; }
   a.copyright:hover    { text-decoration: underline; color : {T_BODY_HLINK}; }

   /* Form elements */

   form { margin: 0; }

   input,textarea, select {
    color : {T_BODY_TEXT};
    font: normal {T_FONTSIZE2}px {T_FONTFACE1};
   }

   /* The text input fields background colour */
   input.post, textarea.post, select            { background-color : #EFEFEF; }
   input.post2, textarea.post2, radio.post2 select    { background-color : #DEE3E7; }
   input                        { text-indent : 2px; }

   /* The buttons used for bbCode styling in message post */
   input.button {
    background-color :    {T_TR_COLOR1};
    color :            {T_BODY_TEXT};
    font-size:        {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
    cursor:            pointer;
   }

   /* The main submit button option */
   input.mainoption {
    background-color:    {T_TD_COLOR1};
    font-weight:        bold;
    cursor:            pointer;
   }

   /* None-bold submit button */
   input.liteoption {
    background-color:    {T_TD_COLOR1};
    font-weight:        normal;
    cursor:            pointer;
   }

   /* This is the line in the posting page which shows the rollover
     help line. This is actually a text box, but if set to be the same
     colour as the background no one will know ;)
   */
   .helpline { background-color: {T_TR_COLOR2}; border-style: none; }

   /* Highlight bad words for moderators instead of censoring them */
   span.badwordhighlight { background-color: #FFFF00; }

   .topbkg { background: #dbe3ee url(templates/subSilver/images/cellpic_bkg.jpg) repeat-x }
   .topnav { font-size:10px;background: #e5ebf3 url(templates/subSilver/images/cellpic_nav.gif) repeat-x;color:#dd6900; height: 21px; white-space: nowrap; text-align: center; border: 0px solid #91a0ae; border-width: 1px 0 1px 0 }

   /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
   @import url("templates/subSilver/formIE.css");
   -->
  </style>

   <script language="Javascript" type="text/javascript">
   <!--
   <!-- BEGIN switch_enable_pm_popup -->
   if ( {PRIVATE_MESSAGE_NEW_FLAG} )
   {
      window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225, resizable=yes, WIDTH=400');
   }
   <!-- END switch_enable_pm_popup -->

   <!-- BEGIN switch_report_popup -->
   report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT}, resizable=yes, scrollbars=yes, WIDTH={switch_report_popup.S_WIDTH}');
   report.focus();
   <!-- END switch_report_popup -->

   function mpFoto(img)
   {
      foto1= new Image();
      foto1.src=(img);
      mpControl(img);
   }
   function mpControl(img)
   {
      if ( (foto1.width != 0) && (foto1.height != 0) )
      {
         viewFoto(img);
      }
      else
      {
         mpFunc = "mpControl('"+img+"')";
         intervallo = setTimeout(mpFunc,20);
      }
   }
   function viewFoto(img)
   {
      largh = foto1.width + 20;
      altez = foto1.height + 20;
      string = "width="+largh+",height="+altez;
      finestra = window.open(img, "", string);
   }

   <!-- BEGIN switch_enable_greeting_popup -->
   var greeting_flag = {GREETING_FLAG};
   if ( greeting_flag )
   {
      window.open('{U_GREETING_POPUP}', '_phpbbprivmsg', 'HEIGHT=225, resizable=yes, WIDTH=400');
   }
   <!-- END switch_enable_greeting_popup -->

   function setCheckboxes(theForm, elementName, isChecked)
   {
      var chkboxes = document.forms[theForm].elements[elementName];
      var count = chkboxes.length;
      if ( count )
      {
         for (var i = 0; i < count; i++)
         {
            chkboxes[i].checked = isChecked;
         }
      }
      else
      {
         chkboxes.checked = isChecked;
      }
      return true;
   }
   <!-- BEGIN quick_quote -->
   var selectedText = quoteAuthor = '';
   // Support for browsers other like IE by Logeen [www.kurshtml.boo.pl]
   function quoteSelection()
   {
      theSelection = false;
      if (selectedText) theSelection = selectedText;
      else if (document.selection && document.selection.createRange) theSelection = document.selection.createRange().text; // Get text selection

      if (theSelection)
      {
         // Add tags around selection
         emoticon( (document.post.message.value ? '\n' : '') + '[quote' + (quoteAuthor ? '="' + quoteAuthor + '"' : '') + ']' + theSelection + '[/quote]\n');
         document.post.message.focus();
         selectedText = quoteAuthor = theSelection = '';
         return;
      }
      else
      {
         alert('{L_NO_TEXT_SELECTED}');
      }
   }
   <!-- END quick_quote -->
   <!-- BEGIN popup_album -->
   function displayWindow(url, width, height)
   {
      var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=no,menubar=no' );
   }
   <!-- END popup_album -->
   <!-- BEGIN loading_header -->
   function hideLoadingPage()
   {
      if (document.getElementById)
      {
         // DOM3 = IE5, NS6
    document.getElementById('hidepage').style.visibility = 'hidden';
      }
      else
      {
         if (document.layers)
    {
        // Netscape 4
        document.hidepage.visibility = 'hidden';
    }
    else
    {
        // IE 4
        document.all.hidepage.style.visibility = 'hidden';
    }
       }
    }
   <!-- END loading_header -->
   //-->
   </script>
</head>
{LOAD_BODY}
{OVERLIB}
{WIDTH_OVERALL}
<a name="top"></a>{ROTATE_BANNER_1}
<table width="100%" cellspacing="0" cellpadding="7" border="0" align="center">
   <tr>
      <td class="bodyline">
         {ROTATE_BANNER_2}{BANNER_TOP}
         <!-- BEGIN header -->
         <table width="100%" cellspacing="0" cellpadding="8" border="0" align="center">
            <tr>
               <td><a href="{U_INDEX_PORTAL}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX_PORTAL}" vspace="1" /></a></td>
               <td align="center" width="100%" valign="middle">
                  <span class="maintitle">{SITENAME_COLOR}</span>
                  <br />
                  <span class="gen">{SITE_DESCRIPTION}<br /><br /></span>
                  <table cellspacing="0" cellpadding="2" border="0">
                     <tr>
                        <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">
                           <!-- BEGIN switch_user_logged_in -->
                           <a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>
                           &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>
                           &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>
                           &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
                           <!-- BEGIN statistics -->
                           &nbsp;<a href="{U_STAT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_statistics.gif" width="12" height="13" border="0" alt="{L_STATISTICS}" hspace="3" />{L_STATISTICS}</a>
                           <!-- END statistics -->
                           <!-- BEGIN download -->
                           &nbsp;<a href="{U_DOWNLOADS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_d.gif" width="13" height="13" border="0" alt="{L_DOWNLOADS}" hspace="3" />{L_DOWNLOADS}</a>
                           <!-- END download -->
                           </span></td>
                     </tr>
                     <tr>
                        <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">
                           <a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>
                           &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>
                           &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>
                           <!-- BEGIN album -->
                           &nbsp;<a href="{U_ALBUM}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_album.gif" width="12" height="13" border="0" alt="{L_ALBUM}" hspace="3" />{L_ALBUM}</a>
                           <!-- END album -->
                           <!-- BEGIN chat -->
                           &nbsp;<a href="{S_JOIN_CHAT}" target="_blank"class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" hspace="3" alt="" />Chat</a>
                           <!-- END chat -->
                           <!-- END switch_user_logged_in -->

                           <!-- BEGIN switch_user_logged_out -->
                           <a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>
                           &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>
                           &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>
                           &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
                           <!-- BEGIN statistics -->
                           &nbsp;<a href="{U_STAT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_statistics.gif" width="12" height="13" border="0" alt="{L_STATISTICS}" hspace="3" />{L_STATISTICS}</a>
                           <!-- END statistics -->
                           </span></td>
                     </tr>
                     <tr>
                        <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">
                           <a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a>
                           &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>
                           <!-- BEGIN album -->
                           &nbsp;<a href="{U_ALBUM}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_album.gif" width="12" height="13" border="0" alt="{L_ALBUM}" hspace="3" />{L_ALBUM}</a>
                           <!-- END album -->
                           <!-- BEGIN chat -->
                           &nbsp;<a href="{S_JOIN_CHAT}" target="_blank"class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" hspace="3" alt="" />Chat</a>
                           <!-- END chat -->
                           <!-- BEGIN download -->
                           &nbsp;<a href="{U_DOWNLOADS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_d.gif" width="13" height="13" border="0" alt="{L_DOWNLOADS}" hspace="3" />{L_DOWNLOADS}</a>
                           <!-- END download -->
                           <!-- END switch_user_logged_out -->
                           <!-- BEGIN switch_report_list -->
                           &nbsp;<a href="{switch_report_list.U_REPORT_LIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_report_list.gif" width="12" height="13" border="0" alt="{switch_report_list.L_REPORT_LIST}" hspace="3" />{switch_report_list.L_REPORT_LIST}</a></span>&nbsp;
                           <!-- END switch_report_list -->
                        </span></td>
                     </tr>
                  </table>
               </td>
               <!-- BEGIN switch_user_logged_in -->
               <td align="center" nowrap="nowrap">{MY_AVATAR_IMG}</td>
               <!-- END switch_user_logged_in -->
            </tr>
         </table>
         <!-- END header -->
      {ROTATE_BANNER_3}
      <!-- BEGIN switch_enable_board_msg -->
      <table width="100%" class="forumline" cellspacing="1" cellpadding="3" border="0" align="center">
        <tr>
         <th class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_BOARD_MSG}&nbsp;</th>
        </tr>
        <tr>
         <td class="row1"><span class="gen">{BOARD_MSG}</span></td>
        </tr>
      </table>
      <!-- END switch_enable_board_msg -->

wydaje mi sie ze to powinno byc to
background-color: {T_BODY_BGCOLOR};
ale gdzie edytowac: {T_BODY_BGCOLOR}
?
 
 
Mich@ł


Pomógł: 199 razy
Posty: 1704
Wysłany: 25-08-2005, 13:31   

sciagnij sobie windows comander i tam masz taka opcjke aby wyszukiwac jakiejś linijki w kilkunastyu plikach :] i wtedy szybko znajdziesz w jakim pliku sie to zmienia ;]
_________________
==> Mich@ł <==
 
 
isen

Posty: 13
Wysłany: 25-08-2005, 13:54   

coś odkryłem..
#A9A9A9 jest zapisane w bazie danych podobnie jak wszystkie parametry jakie można edytować poprzez Edycja Danych Stylów w PA by przemo 1.9
znalazłem w kopii zapasowej (druga linijka)

Kod:

INSERT INTO `phpbb2_themes` VALUES (10, 'subSilver', 'subSilver', 'subSilver.css', 'cellpic1.gif', 'A9A9A9', '000000', '000000', '000000', '', 'F5F5F5', 'DCDCDC', 'DCDCDC', 'DCDCDC', '', '', '', '98AAB1', '006699', 'FFFFFF', 'back_dk1.gif', 'back_darkest.gif', 'cellpic2.gif', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, ''Courier New'', sans-serif', 10, 11, 12, '444444', 'DC143C', '1E90FF', '', '', '', 0, 0);

toteż wyedytowałem na

Kod:

INSERT INTO `phpbb2_themes` VALUES (10, 'subSilver', 'subSilver', 'subSilver.css', 'cellpic1.gif', 'cellpic1.gif', '000000', '000000', '000000', '', 'F5F5F5', 'DCDCDC', 'DCDCDC', 'DCDCDC', '', '', '', '98AAB1', '006699', 'FFFFFF', 'back_dk1.gif', 'back_darkest.gif', 'cellpic2.gif', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, ''Courier New'', sans-serif', 10, 11, 12, '444444', 'DC143C', '1E90FF', '', '', '', 0, 0);


i zrobilem zapytanie poprzez PhpMyAdmin
niestety dostalem błąd:
Cytat:
#1062 - Duplicate entry '10' for key 1


czyli tlo musi byc w systemie 16tkowym....... dziwne bo widzialem mase for, w ktorych tlo bylo obrazkiem z kat. images
wie ktos z Was jak to obejść?
 
     
Mich@ł


Pomógł: 199 razy
Posty: 1704
Wysłany: 25-08-2005, 13:58   

spróbuj w css pszukac :] bo ja zawsze zmieniam tło za pomoca pliku css ;]
_________________
==> Mich@ł <==
 
 
isen

Posty: 13
Wysłany: 25-08-2005, 14:06   

Mich@ł napisał/a:
spróbuj w css pszukac :] bo ja zawsze zmieniam tło za pomoca pliku css ;]
ok ale tak jak pisalem w css nie ma tego kodu, znalazlem w bazie danych (czyt. post wyżej)
 
 
They


Pomógł: 342 razy
Posty: 2545
Wysłany: 25-08-2005, 14:09   

w bazie danych nic nie dotykaj :?

isen napisał/a:
Zamierzam zmienić kolor tła forum (chodzi o ten #A9A9A9 ) na obrazek,

http://www.przemo.org/php...ght=tlo+obrazka
 
 
isen

Posty: 13
Wysłany: 25-08-2005, 14:36   

They napisał/a:
w bazie danych nic nie dotykaj :?

isen napisał/a:
Zamierzam zmienić kolor tła forum (chodzi o ten #A9A9A9 ) na obrazek,

http://www.przemo.org/php...ght=tlo+obrazka
właśnie tego szukałem!! teraz mam kolejne pytanie ale w tej samej tematyce

w którym pliku i linijce należy zmienić to białe tło w wewnętrznej ramce na http://www.forum.cesarz3.net/ ?
 
 
They


Pomógł: 342 razy
Posty: 2545
Wysłany: 25-08-2005, 14:41   

a nie możesz zedytować opcje koloru w PA ?
dokładniej to:
PA -> Style -> Zarządzaj -> wybierz nazwa stylu - > Edycje -> Kolor Komórki Tabeli 2: z "FFFFFF" zmien na jakis kolorek.
 
 
isen

Posty: 13
Wysłany: 25-08-2005, 15:17   

They napisał/a:
a nie możesz zedytować opcje koloru w PA ?
dokładniej to:
PA -> Style -> Zarządzaj -> wybierz nazwa stylu - > Edycje -> Kolor Komórki Tabeli 2: z "FFFFFF" zmien na jakis kolorek.
jasne ze tak mozna, ale ja tak samo jak w poprzednim przypadku chcę tam wstawić obrazek :)
wie ktos z Was jak to biale tlo na www.forum.cesarz3.net zastapic obrazkiem?
 
 
Mich@ł


Pomógł: 199 razy
Posty: 1704
Wysłany: 25-08-2005, 15:34   

juz chyba ci sie udało :P bo ja tam nie widze białego tla ;d
_________________
==> Mich@ł <==
 
 
HAPOL


Posty: 75
Wysłany: 25-08-2005, 16:36   

musisz w css powykreslac linie z kolorami tla i w overall_header.tpl w stylach
_________________
Portal lokalny Balin.pl
anody magnezowe
chrzanów
 
 
They


Pomógł: 342 razy
Posty: 2545
Wysłany: 25-08-2005, 16:40   

HAPOL, on juz to zrobil.
 
 
Gadatliwa Kasia 

   
HAPOL


Posty: 75
Wysłany: 25-08-2005, 16:47   

no tylko ze jak to pisalem to jeszcze nie wygladalo to tak jak mialo wygladac :D
_________________
Portal lokalny Balin.pl
anody magnezowe
chrzanów
 
 
Wyświetl posty z ostatnich:   
Ten temat jest zablokowany bez możliwości zmiany postów lub pisania odpowiedzi
Nie możesz pisać nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz zmieniać swoich postów
Nie możesz usuwać swoich postów
Nie możesz głosować w ankietach
Nie możesz załączać plików na tym forum
Możesz ściągać załączniki na tym forum
Dodaj temat do Ulubionych
Wersja do druku

Skocz do:  

Kopiowanie wszelkich treści zawartych na forum, modyfikacji oraz instrukcji bez zgody administracji i autorów tematów/postów zabronione!

Powered by phpBB modified by Przemo © 2003 phpBB
Strona wygenerowana w 0,18 sekundy. Zapytań do SQL: 12
Polecane serwisy

Najlepsze oprogramowanie do prowadzenia sklepu internetowegoNajlepszy program do sklepu firmowany przez Przem'a

Sklep z gadżetami

serwis laptopów

phpbb

Design Cart - Tworzenie sklepu internetowego

iRonin.IT

• Zamów reklamę