Advertisement:
SMFPacks

Author Topic: catbg üzerindeki yazi renkleri..?  (Read 1265 times)

Offline swissman

  • Semi-Newbie
  • *
  • Posts: 54
  • Gender: Male
    • Sakaryamiz.NET
catbg üzerindeki yazi renkleri..?
« on: February 13, 2006, 12:55:12 PM »
Forum'da biraz degisiklige gitmek üzere yola çiktim.. Istedigim gibi de oldu.. Yazi çesitleri, boyutlari, renkleri "neredeyse" tam istedigim gibi.. Sadece bir problemim var.. Kategori basliklari ve Konu listelerinin üzerinde yer alan "catbg" bölümündeki yaziyi istedigim renge çeviremiyorum.. catbg üzerine gelen yazilarda "Link, Hover ve Visited" gibi durumlari hallettim ama "normal" yazilar hala Forum standardinda kaliyor.. catbg bölümü siyaha yakin gri olunca üzerine gelen yazinin siyah olmasi da görünmesini zorlastiriyor.. Isin enteresan (en azindan benim anlamadigim) yani ise, Ana sayfadaki tüm yazilar beyazken, konularin listelendigi bölümdeki catbg' de "normal" yazilar siyah oluyor.. Var mi bunun bir çaresi?



CSS Dosyam su sekilde:
Code: [Select]
/* Normal, standard links. */
a:link
{
color: #000000;
text-decoration: underline;
}
a:visited
{
color: #000000;
text-decoration: underline;
}

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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #000000;
text-decoration: none;
}
a.nav:hover
{
font-weight: bold;
color: #E20101;
text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
color: #000000;
font-size: 11px;
font-family: Verdana, Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
margin: 0px;
padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
font-size: 11px;
color: #000000;
font-family: Verdana, Tahoma, arial, helvetica, serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 8pt;
font-weight: normal;
color: #000000;
font-family: Verdana, Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
height: 1px;
border: 0;
color: #000000;
background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
color: #000000;
background-color: #9AD09F;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: 11px;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
background-color: #cccccc;
border: 1px solid #000000;
padding: 1px;
font-family: "courier new", helvetica, "times new roman", serif;
font-size: x-small;
width: 99%;
margin: 1px auto 1px auto;
white-space: nowrap;
overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #000000;
text-decoration: none;
font-style: normal;
font-weight: normal;
font-size: x-small;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
width: 80%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
background-color: yellow;
font-weight: bold;
color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #000000;
background-color: #D7E4C5;
}
.windowbg2
{
color: #000000;
background-color: #E4EED6;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, .titlebg td, .titlebg tr
{
color: white;
font-style: normal;
background-color: #399530;
background-image: url(images/titlebg.gif);
}

.titlebg a:link, .titlebg a:visited

{
color: white;
font-style: normal;
}

.titlebg a:hover
{
color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
background-image: url(images/catbg.jpg);
}


/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
background-image: url(images/catbg2.jpg);
}

.catbg, .catbg2
{
font-weight: normal;
background-color: silver;
color: #ffffff;
}

.catbg a:link, .catbg2 a:link
{
color: #ffffff;
}

.catbg a:hover, .catbg2 a:hover
{
color: #dfdfdf;
}

.catbg a:visited, .catbg2 a:visited
{
color: #ffffff;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #000000;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
border: 1px solid #000000;
background-color: #D7D7D7;
padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: Verdana, Tahoma, arial, helvetica, serif;
}
.normaltext
{
font-size: 11px;
}
.largetext
{
font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
background-color: #D0E9C1;
}

/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
background-color: #D0E9C1;
}

/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
color: black;
background-color: #D0E9C1;
border-top: 1px solid black;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
background-color: #399530;
}
.headerbodies
{
background-color: #399530;
}


/* The following are items newly added with Ig-Oh. There is a place where other hands were added. */

.headerbodies2
{
background-color: #E4EED6;
background-image: url(images/headerbodies.jpg);
}


.bdc
{
margin-left: 2px;
margin-right: 2px;
font-size: 6px;
height: 5px;
color: white;
font-style: normal;
background-image: url(images/bdc_bottom.gif);
}

.boardtitle
{
color: #E4EED6;
font-weight: bold;
background-color: #000000;
background-image: url(images/titlebg.gif);
}

.boardtitle a:link, .boardtitle a:visited
{
color: #ffffff;
}

.boardtitle a:hover
{
color: #dfdfdf;
}

.catbg_n
{
font-weight: normal;
color: #ffffff;
}

.headertext
{
font-size: x-small;
color: #dfdfdf;
font-family: verdana, arial, sans-serif;
}

.headertext a:link, .headertext a:visited
{
font-weight: bold;
color: #dfdfdf;
}

.headertext a:hover
{
font-weight: bold;
color: #ffffff;
}

.titlebg_l
{
color: white;
font-style: normal;
background-color: #399530;
background-image: url(images/titlebg_l.gif);
}

.titlebg_r
{
color: white;
font-style: normal;
background-color: #399530;
background-image: url(images/titlebg_r.gif);
}

.menu_bg
{
background-color: #399530;
background-image: url(images/titlebg2.gif);
}

.area_l
{
background-color: #efefef;
background-image: url(images/area_l.gif);
}

.area_r
{
background-color: #efefef;
background-image: url(images/area_r.gif);
}


.topbg
{
color: #000000;
font-size: 30px;
font-family: Verdana, Tahoma, arial, helvetica, serif;
padding-top: 25px;
padding-bottom: 5px;
background-color: #efefef;
background-image: url(images/topbg.gif);
}

.topbg_r
{
color: white;
background-color: #efefef;
background-image: url(images/topbg_r.gif);
}

.topbg_l
{
color: white;
background-color: #efefef;
background-image: url(images/topbg_l.gif);
}

.bottombg
{
color: white;
font-size: 1px;
background-color: #efefef;
background-image: url(images/bottombg.gif);
background-position: bottom;
}

.bottombg_r
{
color: white;
font-size: 1px;
background-color: #efefef;
background-image: url(images/bottombg_r.gif);
background-position: bottom;
}

.bottombg_l
{
color: white;
font-size: 1px;
background-color: #efefef;
background-image: url(images/bottombg_l.gif);
background-position: bottom;
}

a.searchb:link, a.searchb:visited
{
font-size: 1px;
font-weight: normal;
background: url(images/search2.gif) no-repeat;
padding: 2px 2px 2px 20px;
white-space: normal;
float: left;
line-height: 12px;
text-decoration: none;
}

a.searchb:hover
{
background-position: 0px -16px;
}

.headernews
{
border-width: 1px 0 0 0;
border-style: solid;
border-color: #dfdfdf;
padding-top: 7px;
color: #dfdfdf;
font-size: x-small;
font-family: Verdana, Tahoma, arial, helvetica, serif;
}

.headernews a:link, .headernews a:visited
{
font-weight: bold;
color: #dfdfdf;
}

.headernews a:hover
{
font-weight: bold;
color: #ffffff;
}

.titlebg_g, .titlebg_g tr, .titlebg_g td
{
color: #acacac;
font-style: normal;
background-color: #c0c0c0;
background-image: url(images/titlebg2.gif);
}

.bdc_c, a.bdc_c:link, a.bdc_c:visited
{
font-size: 11px;
font-weight: bold;
color: #afafaf;
background: url(images/bdc_c.gif) no-repeat;
border: 1px solid #e0e0e0;
padding: 2px 2px 4px 22px;
white-space: normal;
float: left;
line-height: 12px;
text-decoration: none;
}

a.bdc_c:hover
{
font-size: 11px;
font-weight: bold;
border: 1px solid #cccccc;
color: #000000;
background-position: 0px -17px;
}

.sticky
{
font-weight: bold;
color: #8A3A00;
}

.news_fader
{
background-color: #000000;
background-image: url(images/headerbodies.jpg);
}

.poster_info
{
background-color: #000000;
background-image: url(images/catbg2.gif);
}

.poster_info
{
color: #000000;
background-color: #f7f3f7;
background-image: url(images/poster_info.gif);
}
.poster_info2
{
color: #000000;
background-color: #fffbff;
background-image: url(images/poster_info2.gif);
}

.member_name
{
font-size: 11pt;
font-family: verdana, Tahoma, arial, helvetica, serif;
font-weight: bold;
}
« Last Edit: February 13, 2006, 12:57:44 PM by swissman »

Offline deSire

  • Jr. Member
  • **
  • Posts: 179
  • Gender: Male
  • Hayal kuruyorsanız ufuk çizginiz uzakta olsun!
    • Merak ediyorsan TIKLA!!!
Re: catbg üzerindeki yazi renkleri..?
« Reply #1 on: February 13, 2006, 02:08:11 PM »
elbette çaresi vardır ama bende bilmiyorum, Board.template.php dosyasına baktın mı? Belki orda değişiklik yapmak gerekiyordur