TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 196,004
  • Total Topics: 21,330
  • Online today: 110
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 1
  • Guests: 71
  • Total: 72
  • @rjen

Blok başlıklarının renkleri nasıl değişir

Started by potenza, September 26, 2008, 07:32:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

potenza

tp bloklarındaki başlıkların yazı renklerini nerden değiştirebilirim

bbTURK

tpni,n içinde böyle bir seçenek yok. çerçeve kodlarını html yada php bloğun içine keyerek yapabilirsin. sadece başlığın rengini değiştirisin. eğer tüm blokların başlıklarının rengini değiştirmek istiyorsan
Code (bul) Select
// show the frame and title
if ($theme || $block['frame'] == 'title')
{
echo '
<h3 style="margin: 0; font-size: 1em; padding: 5px;" class="catbg3 tp_'.$side.'block_title">';

Code (deÄŸiÅŸtir) Select
// show the frame and title
if ($theme || $block['frame'] == 'title')
{
echo '
<h3 style="margin: 0; font-size: 1em; padding: 5px;" class="tpcatbg3 tp_'.$side.'block_title">';

Code (bul) Select
/* The AJAX notifier */
#ajax_in_progress
{
background: #32CD32;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}

Code (altına ekle) Select


.tpcatbg3{
background: url(images/catbg.jpg) #88A6C0 repeat-x;
color: #000000;
padding-left: 10px;
padding-right: 10px;
border-bottom: solid 1px #375576;
}
.tpcatbg3 a:link, .tpcatbg3 a:visited{
color: #000000;
text-decoration: none;
}

son eklediÄŸin kodlardaki #000000 yenrine istediÄŸin rengin kodunu yaz.


This website is proudly hosted on Crocweb Cloud Website Hosting.