css de değiştirdiğim sitede fark etmiyor?

Temalar ile ilgili soru, sorun ve tartışmalar.

css de değiştirdiğim sitede fark etmiyor?

İleti freeemre 23.11.2006, 16:35

arkadaşlar plus 1.52 kullanıyorum temamı değiştirdim

css ye girip temamdaki yazı renklerini değiştiriyorum yada blokların rengini değiştiriyorum sonra değiştirdiğim dosyaları servera atıyorum ama hiçbir değişiklik olmuyor.

arama yaptım overal_header.tpl css ye bağlı değildir ihtimalini buldum ama verilen kodları kendi dosyalarımda bulamadım hiçbir değişiklik yapamıyorum sadece bannerı değiştirebildim o da overal_header dan zaten benim sorunum temamın css sindeki değişikliklerin gerçekleşmemesi

sitemin adresi www.gothicturkey.com kırmızı yazıları değiştirmek mümkün olmadı aynı şekilde blokların renklerini de değiştiremiyorum iki dosyayı buraya koyuyorum yardımlarınız için şimdiden teşekkürler. bu css dosyası
Kod: Tümünü seç
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
color : #E4E4E4;
background-color: Black;
SCROLLBAR-base-COLOR: #2A2A34;
SCROLLBAR-ARROW-COLOR: #9F9FA8;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 16px;  }
a:link,a:active,a:visited { color : #E4E4E4; text-decoration: none; }
a:hover      { text-decoration: none; color : #EFC70A; }
hr {
border-top: 1px solid Black;
border-bottom: 1px solid Black;
height: 2px;
width: 100%;
}


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

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


/* Main table cell colours and backgrounds */
td.row1   {

}
td.row2   {

}
td.row3   {

}

td.rowpic {
BORDER-RIGHT: #47475D 1px solid;
BORDER-TOP: #121316 2px solid;
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#2A2B3A;
}


th   {
color: #000000;
font-size: 11px;
font-weight : bold;
BORDER-RIGHT: #000000 1px solid;
BORDER-TOP: #000000 2px solid;
BORDER-BOTTOM: #000000 1px solid;
BORDER-LEFT: #000000 2px solid;

height: 25px;
background: #000000;
}
th.1   {
color: #000000;
font-size: 11px;
font-weight : bold;
BORDER-RIGHT: #000000 1px solid;
BORDER-TOP: #000000 2px solid;
BORDER-BOTTOM: #000000 1px solid;
BORDER-LEFT: #000000 2px solid;
background:#000000;
height: 25px;
background-image: url(../fibli/images/cellpic3.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
BORDER-RIGHT: #000000 1px solid;
BORDER-TOP: #000000 2px solid;
BORDER-BOTTOM: #000000 1px solid;
BORDER-LEFT: #000000 2px solid;
background:#000000;
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 :-)
*/

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold;
BORDER-RIGHT: #000000 1px solid;
BORDER-TOP: #000000 2px solid;
BORDER-BOTTOM: #000000 1px solid;
BORDER-LEFT: #000000 2px solid;
background:#000000; height: 28px;
}
td.row3Right,td.spaceRow {
BORDER-RIGHT: #47475D 1px solid;
BORDER-TOP: #121316 2px solid;
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#1E1E2A;
}

td.catHead {
font-size: 12px;
BORDER-RIGHT: #47475D 1px solid;
BORDER-TOP: #121316 2px solid;
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#1E1E2A;
}
td.catSides    {
BORDER-RIGHT: #47475D 1px solid;
BORDER-TOP: #121316 2px solid;
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#1E1E2A;
}
td.catRight    {
BORDER-RIGHT: #47475D 1px solid;
BORDER-TOP: #121316 2px solid;
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#1E1E2A;
}
td.catLeft     {
BORDER-RIGHT: #47475D 1px solid;
BORDER-TOP: #121316 2px solid;
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#1E1E2A;
}
td.catBottom  {
BORDER-RIGHT: #47475D 1px solid;
BORDER-TOP: #121316 2px solid;
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#1E1E2A;
}



/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2   {
font-weight: bold;
font-size: 22px;
font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #ffffff;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #E4E4E4; }
a.gen,a.genmed,a.gensmall { color: #E4E4E4; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: #F3D823; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu      { font-size : 11px; color : #E4E4E4; }
a.mainmenu      { text-decoration: none; color : #E4E4E4;  }
a.mainmenu:hover{ text-decoration: none; color : #F3D823; }


/* Forum category titles */
.cattitle      { font-weight: bold; font-size: 12px ; letter-spacing: 0px; color : #E4E4E4}
a.cattitle      { text-decoration: none; color : #E4E4E4; }
a.cattitle:hover{ text-decoration: none; }


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


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


/* titles for the topics: could specify viewed link colour too */
.topictitle         { font-weight: bold; font-size: 11px; color : #E4E4E4; }
a.topictitle:link   { text-decoration: none; color : #E4E4E4; }
a.topictitle:visited { text-decoration: none; color : #E4E4E4; }
a.topictitle:hover   { text-decoration: none; color : #F3D823; }


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

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


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link   { text-decoration: none; color : #E4E4E4; }
a.postlink:visited { text-decoration: none; color : #E4E4E4; }
a.postlink:hover { text-decoration: none; color : #F3D823;}


/* Quote & Code blocks */
.code {
font-family: Arial, 'Courier New', sans-serif;
font-size: 11px; color: #F3D823;
BORDER-RIGHT: #47475D 1px solid;
BORDER-TOP: #121316 2px solid;
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#0D0E13;
}

.quote {
font-family: Arial, 'Courier New', sans-serif;
font-size: 11px; color: #F3D823;
BORDER-RIGHT: #47475D 1px solid;
BORDER-TOP: #121316 2px solid;
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#0D0E13;
}


/* Copyright and bottom info */
.copyright      { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; text-decoration: none;}
a.copyright      { color: #444444; text-decoration: none;}
a.copyright:link   { text-decoration: none; color : #444444; }
a.copyright:visited { text-decoration: none; color : #444444; }
a.copyright:hover { color: #F3D823; text-decoration: none;}

/* Form elements */
input,textarea, select {
color : #e4e4e4;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
background:#0D0E13;
}

/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #0d0e13;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
background:#000000;
color : #e4e4e4;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
background:#000000;
font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
background:#000000;
font-weight : normal;
}

/* 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 {
BORDER-RIGHT: #47475D 1px solid;
BORDER-TOP: #121316 2px solid;
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#0D0E13;
}

/* Quote blocks */
.quote{background:#fafafa; border: 1px solid #d1d7dc; font-size:11px; line-height:125%}
.quotediv{background:#; border:1px solid #9ca9b4; font-size:11px; color: White; border-top:0; padding:5px; overflow:auto; width:90%; text-align:left}

/* Gets rid of the need for border="0" on hyperlinked images */
img{border:0 solid}

abbr, acronym {
   border-bottom: 1px dotted #333;
   cursor: help;
}

/* Code blocks */
.codetitle{background: #cdd6de;border:1px solid #9ca9b4;padding:5px;width:90%;font-weight:bold; text-align:left;
margin-top:10px}
.codediv{background:#fafafa;border: 1px solid #9ca9b4;color:#006600;border-top:0;
font:12px Courier,"Courier New",sans-serif;padding:5px;overflow:auto;width:90%;height:50px;text-align:left}



bu da overal_header
Kod: Tümünü seç
<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="language" content="tr" />
<meta name="owner" content="GothicTurkey.com powered by freeemre" />
<meta name="robots" content="all" />
<meta name="author" content="Tьrkiyenin ilk ve tek gothic portalэ powered by freeemre" />
{META}
{NAV_LINKS}
<title>Gothic Turkey.com :: Tьrkiye'nin ilk ve tek Gothic Portalэ</title>
<meta name="description" content=" Gothic Turkey.com Tьrkiyenin ilk ve tek gothic portalэ" />
<meta name="keywords" content="gothic, gotik, gotik nedir, gothic mьzik, gothic yap?lar, gothic metal gruplarэ, gothic anketler, gothic юarkэ sцzleri, gothic resimler, gothic moda, gothic giyim, gothic tarz, gothic bazaar, gothic chat, gothic mьzik haberleri&organizasyonlar, gothicturkey " />
<link rel="icon" href="infi/templates/AdInfinitum/images/favicon.ico" />
<!-- link rel="stylesheet" href="templates/AdInfinitum/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
/*
  The original Ad Infinitum v1.03 skin for phpBB version 2+
  Created by Mike Lothar (c) 2004
  http://www.mikelothar.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_COLOR3};
   scrollbar-highlight-color: {T_TR_COLOR1};
   scrollbar-shadow-color: {T_TR_COLOR1};
   scrollbar-3dlight-color: {T_TR_COLOR1};
   scrollbar-arrow-color:  {T_TR_COLOR1};
   scrollbar-track-color: {T_BODY_BGCOLOR};
   scrollbar-darkshadow-color: {T_TR_COLOR1};
}

body,table {
   font-size : 10px;
   font-family: {T_FONTFACE1};
}

/* General font families for common tags */
font,th,td,p { font-family: {T_FONTFACE1} }
a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover      { text-decoration: underline; color : {T_BODY_HLINK}; }
hr   { height: 0px; border: solid {T_BODY_BGCOLOR} 0px; border-top-width: 0px;}

/* This is the border line & background colour round the entire page */
.bodyline   {
   /* background-color: {T_BODY_BGCOLOR};  */
   border: 0px {T_BODY_BGCOLOR} solid;
}

/* This is the outline round the main forum tables */
.forumline   {
   /* background-color: {T_BODY_BGCOLOR};  */
   border: 0px {T_BODY_BGCOLOR} solid;
}

/* Main table cell colours and backgrounds */
td.row1   { background-color: {T_TR_COLOR1}; border-style: solid; border: black; border-width: 1px 1px 1px 1px; }
td.row2   { background-color: {T_TR_COLOR2}; border-style: solid; border: black; border-width: 1px 1px 1px 1px; }
td.row3   { background-color: {T_TR_COLOR3}; border-style: solid; border: black; border-width: 1px 1px 1px 1px; }

/*
  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: #1A1A1A;
}

/* Header cells - the blue and silver gradient backgrounds */
/*
th         { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_LINK}; text-align: left; height: 25px;}
a.th         { font-weight: bold; font-size: {T_FONTSIZE2}px; text-decoration: none; color : {T_BODY_LINK}; }
a.th:visited         { font-weight: bold; font-size: {T_FONTSIZE2}px; text-decoration: none; color : {T_BODY_LINK}; }
a.th:hover      { font-weight: bold; font-size: {T_FONTSIZE2}px;  color : {T_BODY_LINK}; }
*/

th   {
   color: {T_FONTCOLOR1}; font-size: {T_FONTSIZE1}px; font-weight : bold;
   /* background-color: {T_BODY_BGCOLOR}; */
   height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
   /* background-color:{T_BODY_BGCOLOR}; */
   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 {
   height: 29px;
   border-width: 0px 0px 0px 0px;
   background-color:{T_TR_COLOR1};
}

td.catBottom {
   height: 29px;
   border-width: 0px 0px 0px 0px;
   background-color:{T_TR_COLOR3};
}

td.catHead {
   height: 29px;
   border-width: 0px 0px 0px 0px;
   /* background-color:{T_BODY_BGCOLOR}; */
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
   font-weight: bold; border: {T_TD_COLOR3}; border-style: solid; height: 28px;
}

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

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

/*
.thHead         { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_LINK}; text-align: left;}
a.thHead         { font-weight: bold; font-size: {T_FONTSIZE2}px; text-decoration: none; color : {T_BODY_LINK}; }
a.thHead:visited         { font-weight: bold; font-size: {T_FONTSIZE2}px; text-decoration: none; color : {T_BODY_LINK}; }
a.thHead:hover      { font-weight: bold; font-size: {T_FONTSIZE2}px; text-decoration: underline; color : {T_BODY_LINK}; }
*/

/* 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_FONTSIZE1}px; }
.genmed { font-size : {T_FONTSIZE1}px; }
.genmed { font-size : {T_FONTSIZE1}px; color : #111111;}
.gensmall { font-size : {T_FONTSIZE1}px; }
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
a.gen,a.genmed,a.gensmall { color: {T_BODY_TEXT}; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: {T_BODY_TEXT}; 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_FONTSIZE1}px; color : {T_BODY_TEXT} }
a.mainmenu      { font-size : {T_FONTSIZE1}px; text-decoration: none; color : {T_BODY_TEXT};  }
a.mainmenu:visited   { font-size : {T_FONTSIZE1}px; text-decoration: none; color : {T_BODY_TEXT}; }
a.mainmenu:hover{ font-size : {T_FONTSIZE1}px; text-decoration: underline; color : {T_BODY_TEXT}; }

/* Forum category titles */
.cattitle      { font-weight: bold; font-size: {T_FONTSIZE2}px ; color : {T_BODY_LINK}}
a.cattitle      { text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:visited      { 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_FONTSIZE2}px; color : {T_BODY_LINK}; }
a.forumlink    { text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:visited    { 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_LINK}; text-align: left;}
a.nav         { font-weight: bold; font-size: {T_FONTSIZE2}px; text-decoration: none; color : {T_BODY_LINK}; text-align: left;}
a.nav:visited         { font-weight: bold; font-size: {T_FONTSIZE2}px; text-decoration: none; color : {T_BODY_LINK}; text-align: left;}
a.nav:hover      { font-weight: bold; font-size: {T_FONTSIZE2}px; text-decoration: underline; color : {T_BODY_LINK}; text-align: left;}

/* 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_FONTSIZE1}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_FONTSIZE1}px; line-height: 17px; color : {T_BODY_TEXT};}
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: 9px; color: {T_FONTCOLOR3};
   background-color: {T_TR_COLOR3}; border: {T_TD_COLOR1}; border-style: dotted;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

abbr, acronym {
   border-bottom: 1px dotted #333333;
   cursor: help;
}

/* Gets rid of the need for border="0" on hyperlinked images */
img{
   border: 0 solid;
}

.codediv{
   background: #FAFAFA;
   border: 1px solid #9CA9B4;
   border-top: 0;
   color: #006600;
   font: 12px Courier,"Courier New",sans-serif;
   height: 50px;
   overflow: auto;
   padding: 5px;
   text-align: left;
   width: 90%;
}

/* Code blocks */
.codetitle{
   background: #515E6A;
   border: 1px solid #9CA9B4;
   font-weight: bold;
   margin-top: 10px;
   padding: 5px;
   text-align: left;
   width: 90%;
}

/* This is for the error messages that pop up */
.errorline{
   background: #FC010D;
   border: 1px solid #FFFFFF;
}

/* Quote blocks */
.quote{
   background: #FAFAFA;
   border: 1px solid #D1D7DC;
   font-size: 11px;
   line-height: 125%;
}

.quotediv{
   background: #;
   border: 1px solid #9CA9B4;
   border-top: 0;
   color: #FFFFFF;
   font-size: 11px;
   overflow: auto;
   padding: 5px;
   text-align: left;
   width: 90%;
}

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

/* Form elements */
input, textarea, text, select, border {
   color : #FFFFFF;
   font: normal {T_FONTSIZE1}px {T_FONTFACE1};
/*   border-color : {T_BODY_TEXT}; */
   text-indent : 2px;
   margin 0px;
   padding 0px;
   background-color : {T_TR_COLOR1};
}

.noborder {
   border-color : white;
   margin 0px;
   padding 0px;
   border-width: 0px;
   border-style: none;
}

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

/* The main submit button option */
input.mainoption {
/*   background-color : {T_TD_COLOR1}; */
   font-weight : bold;
   font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1};
}

/* None-bold submit button */
input.liteoption {
/*   background-color : {T_TD_COLOR1}; */
   font-weight : normal;
   font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1};
}

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

-->
</style>

<script language="JavaScript" type="text/javascript" src="infi/includes/toggle_display.js"></script>
<!-- BEGIN switch_enable_pm_popup -->
<script 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 -->
<script language="Javascript" type="text/javascript">
<!--
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;
}
//-->
</script>
<!-- Start add - Birthday MOD -->
{GREETING_POPUP}
<!-- End add - Birthday MOD -->
<script type="text/javascript">
<!--
window.status = "{PRIVATE_MESSAGE_INFO}";
// -->
</script>
<!-- Start add - Protect user account MOD -->
{PASSWD_POPUP}
<!-- End add - Protect user account MOD -->
<!-- BEGIN switch_absence -->
<script language="Javascript" type="text/javascript">
<!--
   window.open('{U_ABSENCE_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
//-->
</script>
<!-- END switch_absence -->

</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" leftmargin="0" topmargin="0">


<!-- Start add - Complete banner MOD -->
<!-- Banners -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><div align="center">{BANNER_1_IMG}</div></td></tr>
<tr><td><div align="center">{BANNER_2_IMG}</div></td></tr>
</table>
</td>
<td width="60%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><div align="center">{BANNER_3_IMG}</div></td></tr>
<tr><td><div align="center">{BANNER_4_IMG}</div></td></tr>
</table>
</td>
<td width="20%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><div align="center">{BANNER_5_IMG}</div></td></tr>
<tr><td><div align="center">{BANNER_6_IMG}</div></td></tr>
</table>
</td>
</tr>
</table>
<!-- End Banners -->
<!-- End add - Complete banner MOD -->
<a name="top" id="top"></a>

<span class="mainmenu">
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0" align="center">


   <table width="780" height="100%" cellspacing="0" cellpadding="10" border="0" align="center">
         <div align="center">{BANNER_0_IMG}</div>

   <tr>
      <td class="bodyline" valign="top">
      
<table width="780" height="0" border="0" align="center" cellpadding="0" cellspacing="0">
  <p>
  <EMBED src=/images/top_image.swf type="text/html; 
charset=iso-8859-1" quality="high" menu=false 
WIDTH=780 HEIGHT=231>
</p>
</table>
<table width="780" height="0" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="left" class="mainmenu">
   
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="topnav">

&nbsp;<a href="{U_PORTAL}">{L_HOME}</a>&nbsp; •
&nbsp;<a href="{U_INDEX}">Forum</a>&nbsp; •
&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>&nbsp; •
&nbsp;<a href="{U_DOWNLOAD}">{L_DOWNLOAD}</a>&nbsp; •
&nbsp;<a href="{U_SEARCH}">{L_SEARCH}</a>&nbsp; •
&nbsp;<a href="{U_ALBUM}">{L_ALBUM}</a>&nbsp; •
&nbsp;<a href="{U_CALENDAR}">{L_CALENDAR}</a>&nbsp; •
&nbsp;<a href="{U_RECENT}">{L_RECENT}</a>&nbsp; •
&nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
<!-- BEGIN switch_user_logged_out -->
&nbsp;• &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
<br />
<!-- BEGIN switch_user_logged_in -->
&nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; •
&nbsp;<a href="{U_STAFF}">{L_STAFF}</a>&nbsp; •
&nbsp;<a href="{U_RANKS}">{L_RANKS}</a>&nbsp; •
&nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>&nbsp; •
&nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; •
&nbsp;<a href="{U_STATISTICS}">{L_STATISTICS}</a>&nbsp; •
&nbsp;<a href="{U_PREFERENCES}">{L_PREFERENCES}</a>&nbsp; •
&nbsp;<a href="{U_BOOKMARKS}">{L_BOOKMARKS}</a>&nbsp; •
&nbsp;<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW2}</a>&nbsp; •
&nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
<!-- END switch_user_logged_in -->

</td>
</tr>
</table>
   
   </td>
  </tr>
</table>
{CALENDAR_BOX}
Kullanıcı avatarı
freeemre
Üye
Üye
 
İleti: 43
Kayıt: 30.03.2006, 16:36
Konum: İstanbul

İleti BaRCeLoNa 23.11.2006, 18:49

sen değişiklikleri yapıyorsundur ama Temp. İnternet Files da sitene ait eski dosyalar olduğu için sana sitende değişiklik olmuyor gibi gelebilir .. belkide sorun bukadar basit değişiklikleri yaptıktan sonra öncelikle tem.int.files ı boşalt sonra sitene gir .. güncel olmuş olur
barcelona tema v 1.0 %40 [ l l l l l l l l l ]
http://www.forumuni.com
Kullanıcı avatarı
BaRCeLoNa
Üye
Üye
 
İleti: 271
Kayıt: 16.05.2006, 23:26
Konum: İzmir

İleti freeemre 23.11.2006, 19:20

yok bu da çözüm olmadı komple css yi editliyom hiçbi değişiklik yok
Kullanıcı avatarı
freeemre
Üye
Üye
 
İleti: 43
Kayıt: 30.03.2006, 16:36
Konum: İstanbul

İleti freeemre 23.11.2006, 19:20

yok bu da çözüm olmadı komple css yi editliyom hiçbi değişiklik yok
Kullanıcı avatarı
freeemre
Üye
Üye
 
İleti: 43
Kayıt: 30.03.2006, 16:36
Konum: İstanbul

İleti freeemre 23.11.2006, 19:20

yok bu da çözüm olmadı komple css yi editliyom hiçbi değişiklik yok
Kullanıcı avatarı
freeemre
Üye
Üye
 
İleti: 43
Kayıt: 30.03.2006, 16:36
Konum: İstanbul

İleti Cybernet 23.11.2006, 22:01

sayfanı inceledim
sayfandaki iki css kodu çakışmakta.
çakışan kodlar aşağıdadır.

Kod: Tümünü seç
##1

a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover      { text-decoration: underline; color : {T_BODY_HLINK}; }

##2
/* 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}; }


önerim ##1 kodunu kaldır ve sonra dene
Kullanıcı avatarı
Cybernet
Üye
Üye
 
İleti: 44
Kayıt: 20.01.2006, 21:31
Konum: Rize

İleti freeemre 24.11.2006, 10:05

## 1 kaldırdım denedim olmadı 2 kaldırdım yine olmadı yani bu da çözüm olmuyo
Kullanıcı avatarı
freeemre
Üye
Üye
 
İleti: 43
Kayıt: 30.03.2006, 16:36
Konum: İstanbul

İleti MatrixNeo 25.11.2006, 10:55

orada çakışma falan yok. sorun çok basit.

[aç - overal_header.tpl]
[bul]
<!-- link rel="stylesheet" href="templates/AdInfinitum/AdInfinitum.css" type="text/css" -->
[değiştir]
<link rel="stylesheet" href="templates/AdInfinitum/AdInfinitum.css" type="text/css">
[bul ve sil]
<style type="text/css">
.
.
.
.
</style>
[kaydet]

.. ile gösterdiğim yer çok uzun olduğu için .... yaptım. başı ve sonu dahil onları arasında kalan yeri sil anlamına geliyor. artık css dne yaptığın her yer dğişecek merak etme.

kolay gelsin.
ALEXIS: imza silindi
Kullanıcı avatarı
MatrixNeo
Üye
Üye
 
İleti: 654
Kayıt: 10.01.2006, 10:19
Konum: İstanbul

İleti shev@ 28.03.2007, 20:35

MatrixNeo yazdı:orada çakışma falan yok. sorun çok basit.

[aç - overal_header.tpl]
[bul]
<!-- link rel="stylesheet" href="templates/AdInfinitum/AdInfinitum.css" type="text/css" -->
[değiştir]
<link rel="stylesheet" href="templates/AdInfinitum/AdInfinitum.css" type="text/css">
[bul ve sil]
<style type="text/css">
.
.
.
.
</style>
[kaydet]

.. ile gösterdiğim yer çok uzun olduğu için .... yaptım. başı ve sonu dahil onları arasında kalan yeri sil anlamına geliyor. artık css dne yaptığın her yer dğişecek merak etme.

kolay gelsin.


bu deişiklikleri simple_header.tpl ve admin/page_header.tpl icinde yapman gerekir..
shev@
Üye
Üye
 
İleti: 12
Kayıt: 27.01.2007, 22:56
Konum: Antalya


Soru(n)lar & Tartışmalar



Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 0 misafir

cron