Reklamı Kapat
 
Sayfa: [1]
  Yazdır  
Gönderen Konu: css ne anlama geliyor  (Okunma Sayısı 121 defa)
0 Üye ve 1 Ziyaretçi konuyu incelemekte.
*
Üye No: 1
Cinsiyet: Bay
Mesaj Sayısı: 2919
Nerden: Sivas
Rep Gücü 2561

WWW
Offline
« : 27 Mart 2008, 01:56:12 »




/* This is used on tables that should just have a border around them. */
.tborder
{
   border: 1px solid #5371AD;
   background-color: #ffffff;

cevap: ansayfadi tablolar?n aras?ndaki ?izgi rengi==============================================================================0
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
   color: #FFFFFF;
   background-color:  #333366;
}
.windowbg2
{
   color: #FFFFFF;
   background-color:  #333366;
}
.windowbg3
{
   color: #FFFFFF;
   background-color: #333366;
}


cevap: windbog : on.gif on32gif. of.gif gibi resimlerin ?er?eve rengini belirler.
=============================================================================
windbog 2 : anasayfada g?r?len ?u ks?m?n rengni belirler
Son mesaj G?nderen: Efsane Geri D?nd?
Message Icon Ynt: Radyo ?le ?lgili So...
Ocak 09, 2007, 10:24:42 ??
===================================================================0
windbog 3 : ?u k?sm? alt b?l?mler (color: #FFFFFF;) ?u k?s?m ise tablonun ta kendisi . (background-color: #333366;)======================================================================

/* A quote, perhaps from another post. */
.quote
{
   color: #CCCCCC;
   background-color: #ff0000;
   border: 1px solid #ff0000;
   margin: 1px;
   padding: 1px;
   font-size: x-small;
   line-height: 1.4em;
}

cevap: mesaj yaz?lan yerin arkap?lan rengi filan ayarlan?ld?? yer.==========================================================

/* Normal, standard links. */
a:link?

CEVAP: CLOR RENG?: L?NK?N TIKLANMADAN ?NCEK? HAL?
==========================================================================

a:visited
{
   color: #000000;
   text-decoration: none; 

cevap:L?NK?N TIKLANDIKTAN SONRAK? HAL?

====================================================================

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
   color: #0000cc;
   text-decoration: none;
}


cevap : ANASAYFADAK? K?KD?Z?N L?NKLER?N?N RENG?
=======================================================000
a.nav:hover
{
   color:#ff0000;
   text-decoration: underline;
}

CEVAP : BUDA TIKLADIKTAN SONRAK? HAL?N? BEL?RLER.
==============================================================================

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
   color: #ff0000;
   font-size: small;
   font-family: verdana, sans-serif;

cevap :PROF?L ALAN?n?ndaki yaz? renkelrini belirler

====================================================================

/* The main body of the entire forum. */
body
{
   background-color: #000000;
   margin: 0px;
   padding: 12px 30px 4px 30px;
}

cevap:ARKA PILAN RENG?ni belirler

========================================================================

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
   color: #ff0000;
   font-family: verdana, sans-serif;
}


cevap: BUTUN RENG? (?RNEK ARA BUTUNU )

===========================================================

/* Selects are a bit smaller, because it makes them look even better . */
select
{
   font-size: 90%;
   font-weight: normal;
   color: #ff0000;
   font-family: verdana, sans-serif;
}

cevap: G?TMEK ?STED???N?Z YER (forumun en alt?nda)

===================================================================

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


cevap: DE???T?R S?L BUTUNLARININ OLDU?U B?LGESDEK? ??ZG? RENG?

====================================================================

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
   background-position: left bottom;
   color: white;
   text-transform: uppercase;
   vertical-align: top;

}
.maintab_back, .maintab_active_back
{
   color: white;
   text-decoration: none;
   font-size:  10px;
   vertical-align: top;
   text-align:center;
   padding: 2px 6px 6px 6px;
   font-family: tahoma, sans-serif;
font-weight: bold;
}

.maintab_first
{
   background-image: url('images/maintab_first.gif');
   background-repeat: no-repeat;
   width: 10px
}
.maintab_back
{
   background-image: url('images/maintab_back.gif');
   background-repeat: repeat-x
}
.maintab_last
{
   background-image: url('images/maintab_last.gif');
   background-repeat: no-repeat;
   width: 8px
}
.maintab_active_first
{
   background-image: url('images/maintab_active_first.gif');
   background-repeat: no-repeat;
   width: 6px
}
.maintab_active_back
{
   background-image: url('images/maintab_active_back.gif');
   background-repeat: repeat-x
}
.maintab_active_last
{
   background-image: url('images/maintab_active_last.gif');
   background-repeat: no-repeat;
   width: 8px
}

/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited
{
   color: white;
   text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
   color: #e0e0ff;
   text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
   background-position: left top;
   color: white;
   text-transform: uppercase;
   vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
   color: white;
   text-decoration: none;
   font-size: 9px;
   vertical-align: bottom;
   padding: 6px 6px 2px 6px;
   font-family: tahoma, sans-serif;
font-weight: bold;
}

.mirrortab_first
{
   background-image: url('images/mirrortab_first.gif');
   background-repeat: no-repeat;
   width: 10px
}
.mirrortab_back
{
   background-image: url('images/mirrortab_back.gif');
   background-repeat: repeat-x
}
.mirrortab_last
{
   background-image: url('images/mirrortab_last.gif');
   background-repeat: no-repeat;
   width: 6px
}
.mirrortab_active_first
{
   background-image: url('images/mirrortab_active_first.gif');
   background-repeat: no-repeat;
   width: 6px
}
.mirrortab_active_back
{
   background-image: url('images/mirrortab_active_back.gif');
   background-repeat: repeat-x
}
.mirrortab_active_last
{
   background-image: url('images/mirrortab_active_last.gif');
   background-repeat: no-repeat;
   width: 8px
}




/* how links behave in mirror tab. */
.mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited
{
   color: white;
   text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
   color: #e0e0ff;
   text-decoration: none;
}


cevapo: burdan butun yap?s?n?  ?zerine  gelince hangi renk ??ks?n ?-zerine gelemden ?nce hangi renkte olsun resimin adresi.yeni konu, yan?tla, yeni anket okunmad? say......
b??l?m?n?n rengi ?zerine gelince hangi renk gelmeden ?nce hangi renk oldu?u yaarlan?r. e?er resim kullanmadan butunu g?stermek istiyorum diyosan?z ?rnek olaa (background-image: url('images/mirrortab_active_last.gif') ) bu k?sm? siliyoruz b?t?n hepsinin resim url k?sm?n? siliyoruz daha sonrada renk
ayarlamas? yap?yoruz ?rne?in. clor: yazn?n rengi width: yaz?n?n geni?li? , font size yazn?n b?y?kl??? . ?u k?s?m(font-family: tahoma, sans-serif;)yazn?n t?r?(arial gibi)

=============================================================================

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
   color: white;
   font-style: normal;
   background-color: #FF8F3D;
   background-image: url('images/titlebg.jpg');
   border-bottom: 1px solid #9BAEBF;
   border-top: 1px solid #B22222;
   background-repeat: repeat-x;
   padding-left: 10px;
   padding-right: 10px
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
   font-weight: bold;
   color: white;
   font-style: normal;
}

.titlebg a:hover
{
   color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
   color: white;
   font-style: normal;
   text-decoration: underline;
}

.titlebg2 a:hover
{
   text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg, tr.catbg td, .catbg3, tr.catbg3 td
{
   background-image: url('images/catbg.jpg');
   background-color: #000000;
   color: #ffffff;
   padding-left: 10px;
   padding-right: 10px
}
.catbg2, tr.catbg2 td
{
   background-image: url('images/catbg2.jpg');
   background-color: #A1BFD9;
   color: #ffffff;
   padding-left: 10px;
   padding-right: 10px
}
.catbg, .catbg2, .catbg3
{
   border-bottom: solid 1px #375576;
   background-repeat: repeat-x;
}
.catbg, .catbg2
{
   font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
   font-size: 95%;
   color: white;
   text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
   color: white;
   text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
   color: #ffff66;
   text-decoration: underline;
}

cevap :buras? i?inde  yuakr?da anlat?klar?m?n ayn?s? isterseniz catbgleri iptal eder catbg lerin yerine sitedi?iniz resmi g?steririsizn
yukar?da anlat???m

cevapo: burdan butun yap?s?n?  ?zerine  gelince hangi renk ??ks?n ?-zerine gelemden ?nce hangi renkte olsun resimin adresi.yeni konu, yan?tla, yeni anket okunmad? say......
b??l?m?n?n rengi ?zerine gelince hangi renk gelmeden ?nce hangi renk oldu?u yaarlan?r. e?er resim kullanmadan butunu g?stermek istiyorum diyosan?z ?rnek olaa (background-image: url('images/mirrortab_active_last.gif') ) bu k?sm? siliyoruz b?t?n hepsinin resim url k?sm?n? siliyoruz daha sonrada renk
ayarlamas? yap?yoruz ?rne?in. clor: yazn?n rengi width: yaz?n?n geni?li? , font size yazn?n b?y?kl??? . ?u k?s?m(font-family: tahoma, sans-serif;)yazn?n t?r?(arial gibi)

================================================================================

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

Bu k?s?m forum ?er?evesinin rengini belirler.
« Son Düzenleme: 27 Mart 2008, 19:41:20 Gönderen: KRaL » Logged

Sitemizin Gelişmesi İçin lütfen açılan konulara mesajlarınızı yazınız hiç yoktan teşekkür edebilirsiniz
Hersey İndir Oyun İndir Program İndir Cep Dünyası Pc Donanım Webmaster Okulu Smf Php Html Spor Haberleri
« : 27 Mart 2008, 01:56:12 »

 Logged
Sayfa: [1]
  Yazdır  
GoogleTagged

 
Gitmek istediğiniz yer: