Geri git   Van.GEN.TR Forum | Yerel Van Forumu > Bilgisayar > Web Tasarım

Web Tasarım Web tasarımıyla ilgili bilgiler burda...

Cevapla
 
Konu Araçları Stil
Alt 13/11/10, 16:31   #1
_EReNCaN65
Asteğmen
 
_EReNCaN65 - ait Kullanıcı Resmi (Avatar)
 
Üyelik tarihi: Nov 2010
Bulunduğu yer: VaN
Mesajlar: 100
Tecrübe Puanı: 0 _EReNCaN65 will become famous soon enough
Cool Style .Css Kodların Anlamları...






/* 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 8). */
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-serifyaznı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-serifyaznı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
_EReNCaN65 isimli Üye şimdilik offline konumundadır   Alıntı ile Cevapla
Konu Sayısı: 40
Takımınız:
Cevapla


Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 
Konu Araçları
Stil

Yetkileriniz
Yeni Mesaj yazma yetkiniz Aktif değil dir.
Mesajlara Cevap verme yetkiniz aktif değil dir.
Eklenti ekleme yetkiniz Aktif değil dir.
Kendi Mesajınızı değiştirme yetkiniz Aktif değildir dir.

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-KodlarıKapalı
Gitmek istediğiniz klasörü seçiniz


Bütün Zaman Ayarları WEZ +3 olarak düzenlenmiştir. Şu Anki Saat: 13:43 .


Powered by vBulletin
Copyright © 2000-2007 Jelsoft Enterprises Limited.
Sitemap
6, 5, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 113, 16, 17, 18, 19, 81, 20, 27, 22, 23, 24, 25, 26, 48, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 43, 136, 40, 58, 45, 42, 44, 46, 47, 53, 54, 55, 56, 57, 59, 60, 70, 61, 62, 63, 64, 65, 66, 68, 69, 71, 72, 74, 75, 76, 77, 78, 79, 80, 82, 83, 96, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 98, 97, 100, 101, 102, 103, 106, 104, 105, 112, 109, 108, 107, 110, 111, 114, 115, 118, 116, 117, 119, 148, 154, 124, 165, 122, 120, 123, 121, 150, 153, 125, 128, 129, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 151, 149, 202, 175, 164, 152, 167, 155, 156, 157, 158, 159, 160, 161, 162, 163, 195, 169, 166, 168, 170, 171, 172, 199, 174, 173, 196, 200, 176, 177, 180, 178, 179, 182, 189, 187, 184, 186, 191, 192, 193, 194, 197, 198, 201, 203, 229, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 236, 231, 232, 233, 234, 235, 237, 240, 239, 241, 243, 242, 244,