News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Css Temel Terimleri

Started by Arbalot, June 12, 2006, 03:18:16 AM

Previous topic - Next topic

Arbalot

mesela

.windowbg
{
color: #000000;
background-color: #ECEDF3;
}


boyle bi ifade var bunu kopyalayacan bu koddan hemen sonra yapıstıracan
daha sonra .windowbg yazısını .windowbg21 olarak değiştirecen

Gang$ta

#21
sanırım cok kalın kafalıyım :) bu sefer anladım ama deniyelim bi olmazsa yine rahatsız edicem birazcık :P
bide alt bolumlerin renginden vazgectim kalsın orası :) sadece üst taraflar yeter.ayrıca premium forum olayına baktım onuda sadece tek bir yerini yapıcam onada bi kod ayarı yapılcak gibi...

Gang$ta

flood olcak biraz ama Arbalot ustadım ben sadece mp3 bolumunun değil butun forumların üst kısmını değistirmek istiorum... ;)

Arbalot

sen bunu uyguladın mı?
eger uyguladınsa butun bolumler değişmesi lazım.
hatta her  katagoriye farklı bi renk atayabiliyorsun.
bknz: premium forum

Gang$ta

#24
tam olarak son sekli buysa uyguluyorum aksama haberin olur ustad ;)

tam olarak istediğim http://www.geceninrengi.net/forum/index.php gibi

Gang$ta

#25
oldu ya iste budur saolasın Arbalot kardes

EDİT:
resimdeki yerlerin rengini nasıl değistirebilirim?aynı sekilde yukardaki login bolumude gri :(

bi de elim değmişken bolumlerin yazılarını birascık buyultmek istedim konularda buyudu bu nasıl düzeltebiliriz


SenSa

Quote from: SenSatiOn on June 18, 2006, 11:53:41 AM
Arkadaşlar birşey sorcam bu bisim default tema denen şeydeki style.css'de scrollbar kodları yok mu bana mı öyle gelio ?! :( (o kadar style.css'yi kurcaladım zamanında,ama daha şimdi bu konuyu gördüm 10 dklik iş olcaktı arbalot'un sayesinde ;) bi tek scrollbar'ı çözememiştim onuda halledemedim :(

Of ne beceriksiz insanım ben yaaa  :(  :(  :( 

Arkadaşlar bana cewap werecek biri yok mu?
ιƒ ι'м кιℓℓє∂ ву тнє qυєѕтισηѕ ℓιкє α ¢αη¢єя.. тнєη ι'ℓℓ вє вυяιє∂ ιη тнє ѕιℓєη¢є σƒ тнє αηѕωєя..

Huzeyfe

harika bir çalışma emeğin için teşekkürler kardeşim
Bazı zamanlar vardır dostluğun, sevginin göstergesidir. Yürek yüreğe değer. Sadık dost EBUBEKİR mağarada yılan deliğine ayağını kapattığında, miracı duyunca " EĞER O SÖYLÜYORSA DOĞRUDUR" dediğinde yüreği Allah dostunun yüreğine dokunmuştur.

dandik_mail

Quote/* Normal, standard links. */
a:link, a:visited
{
   color: #005177;
   background-color: transparent;
   text-decoration: none;
}
a:hover
{
   color: #cc3333;
   background-color: transparent;
   text-decoration: none;
}

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

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

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

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
   font-size: 9pt;
   color: #000000;
   font-family: verdana, sans-serif;
   background-color: #afc6db;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
   background-color: transparent;
}

/* 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, sans-serif;
   background-color: #afc6db;
}

/* Standard horizontal rule.. */
hr
{
   color: #6394bd;
   background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
   height: 1px;
   border: 0;
   color: #6394bd;
   background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
   color: yellow;
   background-color: blue;
   border: 1px solid black;
   margin: 1px;
   padding: 1px;
   font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
   color: #000000;
   background-color: #cccccc;
   border: 1px solid black;
   margin: 1px;
   padding: 1px;
   font-size: x-small;
   line-height: 1.3em;
}

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

/* Generally, those [?] icons. */
.help
{
   cursor: help;
   background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
   color: red;
   background-color: transparent;
}

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

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

/* Alternating backgrounds... */
.windowbg
{
   color: #000000;
   background-color: #afc6db;
}
.windowbg2
{
   color: #000000;
   background-color: #f8f8f8;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
   font-weight: bold;
   font-style: normal;
   color: #ffffff;
   background-color: #6e94b7;
}
.titlebg a:hover, .titlebg2 a:hover
{
   color: #ffffff;
   text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
   font-weight: bold;
   background-color: #afc6db;
   background-image: url(images/catbg.gif);
   color: #000000;
}

/* The borders around things. */
.bordercolor
{
   background-color: #6394bd;
}
.tborder
{
   border: 1px solid #6394bd;
}

/* Default font sizes. */
.smalltext
{
   font-size: x-small;
}
.normaltext
{
   font-size: small;
}
.largetext
{
   font-size: large;
}
/* No image should have a border when linked */
a img{
   border: 0;
}








arkadaşlar başlaarında tırnak gibi bi işaret olan yazıların anlamlarını yazarmısınız
İMZA YOK

ÜHÜHÜH

BesTCooL

#29
ustalar benım sıtede ust mavı alt gri kaldı ben bu CSS ile oynadım bunu duzeltemedım yardımcı olabilir misiniz

sevgigsm.net/forum

/* Normal, standard links. */
.mytopbar
{
        background-image: #606070 ;
}

.mytop
{
       padding: 20px;
       border-top: solid 0px #ffffff;
       border-left: solid 0px #f0f0ff;
       border-bottom: solid 0px #202030;
       border-right: solid 0px #606070;
       background-image: url(images/mytop.jpg);
       background-color: #b5bec9;
       background-repeat: #606070;
       }
.mybar1
{
       padding: 8px;
       border-top: solid 1px #ffffff;
       border-left: solid 1px #f0f0ff;
       border-bottom: solid 1px #202030;
       border-right: solid 1px #606070;
       background-color: #77B6DC;
       }
.mybar
{
       padding: 8px;
       border-top: solid 1px #ffffff;
       border-left: solid 1px #f0f0ff;
       border-bottom: solid 1px #202030;
       border-right: solid 1px #606070;
       background-color: #ccd6dc;
       }
.mypic
{
       padding: 0px;
       border-bottom: solid 1px #ffffff;
       border-right: solid 1px #f0f0ff;
       border-top: solid 1px #202030;
       border-left: solid 1px #606070;
       background-color: #ccd6dc;
       }
a:link , a:visited
{
        color: #000000;
        text-decoration: underline;
}
a:hover
{
        color: #0000ff;
        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: #ffffff;
        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: small;
        font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
        background-image: url(images/myback.jpg);
        background-repeat: repeat-x;
        background-color: #7e8e9f;
        margin: 10px;
        margin-top: 0px;
        padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
        font-size: 10pt;
        color: #000000;
        font-family: 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: 9pt;
        font-weight: normal;
        color: #000000;
        font-family: Tahoma, arial, helvetica, serif;
}

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

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

/* 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-medium;
        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: bold;
        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: 96%;
}

/* 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: #c5cbd2;
}
.windowbg2
{
        color: #000000;
        background-color: #cdd3da;
}

/* 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.) */
a.titlebg, .titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
        color: #ffffff;
        font-style: normal;
        background-color: #404e64;
}
a.titlebg:hover, .titlebg a:hover
{
        color: #dfdfff;
}

/* This is used for categories, page indexes, and several other areas in the forum. */

.catbg, .catbg2
{
        background-color: #60a0c0;
        font-weight: bold;
        font-size: 12px;
        color: #000;
}

.mycat, a.mycat
{
        font-weight: bold;
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
}

a.mycat:hover
{
        color: #d0d0ff;
        text-decoration: none;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
       border-top: solid 1px #ffffff;
       border-left: solid 1px #f0f0ff;
       border-bottom: solid 1px #202030;
       border-right: solid 1px #606070;
       background-color: #404040;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
       border-top: solid 1px #ffffff;
       border-left: solid 1px #f0f0ff;
       border-bottom: solid 1px #202030;
       border-right: solid 1px #606070;
       background-color: #7e8e9f;
        padding: 2px;
}
/* This is used on tables that should just have a border around them. */
.myborder
{
       background-color: #505060;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
        font-size: x-small;
        font-family: Tahoma, arial, helvetica, serif;
}
.smalltextwhite
{
        color: #ffffff;
        font-size: x-small;
        font-family: Tahoma, arial, helvetica, serif;
}
.smalltextwhite a:link ,.smalltextwhite a:visited , .smalltextwhite a:active
{
        color: #b0e0ff;
        font-size: x-small;
        font-family: Tahoma, arial, helvetica, serif;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
   width: 100%;
   overflow: auto;
   line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
   width: 100%;
   overflow: auto;
   padding-bottom: 3px;
   line-height: 1.3em;
}
/* No image should have a border when linked */
a img{
   border: 0;
}
.smalltextwhite a:hover
{
        color: #ffb0b0;
}
.normaltext
{
        font-size: small;
}
.largetext
{
        font-size: large;
}

SenSa

Quote from: SenSatiOn on July 19, 2006, 08:26:48 AM
Quote from: SenSatiOn on June 18, 2006, 11:53:41 AM
Arkadaşlar birşey sorcam bu bisim default tema denen şeydeki style.css'de scrollbar kodları yok mu bana mı öyle gelio ?! :( (o kadar style.css'yi kurcaladım zamanında,ama daha şimdi bu konuyu gördüm 10 dklik iş olcaktı arbalot'un sayesinde ;) bi tek scrollbar'ı çözememiştim onuda halledemedim :(

Of ne beceriksiz insanım ben yaaa  :(  :(  :( 

Arkadaşlar bana cewap werecek biri yok mu?
Walla kaçıncı kere yazdım sayısını ben bilmiorum arkadaşlar scrollbar için bi el atsanız? :D
ιƒ ι'м кιℓℓє∂ ву тнє qυєѕтισηѕ ℓιкє α ¢αη¢єя.. тнєη ι'ℓℓ вє вυяιє∂ ιη тнє ѕιℓєη¢є σƒ тнє αηѕωєя..

oaslan23


SeYFo

döküman super olmuş eline saglık

izin verirsenız ve yersiz bulmaz isenız bir sey sormak istiyorum
maintab_first maintab_active_back
titlebg catbg vs bunların rengini degiştirmek istiyorum acaba nasıl veyahut hangi programla yapabilirim

saygılar...

Gang$ta

Quote from: SeYFo on August 31, 2006, 02:03:16 PM
döküman super olmuş eline saglık

izin verirsenız ve yersiz bulmaz isenız bir sey sormak istiyorum
maintab_first maintab_active_back
titlebg catbg vs bunların rengini degiştirmek istiyorum acaba nasıl veyahut hangi programla yapabilirim

saygılar...

paintle bile yapılabilir ama photoshop öneririm ;)

[DooMsDaY]

Dokumanı çalabilir miyim? merak etme belirtirim arbalot diye : )

???????

badman

Quote from: SenSatiOn on August 22, 2006, 11:51:59 AM
Quote from: SenSatiOn on July 19, 2006, 08:26:48 AM
Quote from: SenSatiOn on June 18, 2006, 11:53:41 AM
Arkadaşlar birşey sorcam bu bisim default tema denen şeydeki style.css'de scrollbar kodları yok mu bana mı öyle gelio ?! :( (o kadar style.css'yi kurcaladım zamanında,ama daha şimdi bu konuyu gördüm 10 dklik iş olcaktı arbalot'un sayesinde ;) bi tek scrollbar'ı çözememiştim onuda halledemedim :(

Of ne beceriksiz insanım ben yaaa  :(  :(  :( 

Arkadaşlar bana cewap werecek biri yok mu?
Walla kaçıncı kere yazdım sayısını ben bilmiorum arkadaşlar scrollbar için bi el atsanız? :D

bende bu sorunla karsılastım
LİNUX HOSTİNG'DE OLAYYY!!

  • 10 gb web alanı
  • 50 gb trafik
  • Sınırsız ftp,veritabanı,email hesabı
  • cPanel Hosting Yönetim Paneli
  • Haftalık yedekleme
  • GD Desteği
  • ionCube Loader
  • ve birçok özelliker....
YILLIK SADECE 100 YTL KAMPANYA BİTMEDEN YETİŞİN!

İletişim&msn : [email protected]

jagatai

Ben temamın Arkasında komple mesela http://www.calshop.biz/screensaver/img/Undersea%20Adventure.jpg bu resmin gözükmesini istiyorum css nin her yerine yazdım ama olmadı bir el atarmısınız.

dreamshower

Quote from: SenSatiOn on August 22, 2006, 11:51:59 AM
Quote from: SenSatiOn on July 19, 2006, 08:26:48 AM
Quote from: SenSatiOn on June 18, 2006, 11:53:41 AM
Arkadaşlar birşey sorcam bu bisim default tema denen şeydeki style.css'de scrollbar kodları yok mu bana mı öyle gelio ?! :( (o kadar style.css'yi kurcaladım zamanında,ama daha şimdi bu konuyu gördüm 10 dklik iş olcaktı arbalot'un sayesinde ;) bi tek scrollbar'ı çözememiştim onuda halledemedim :(

Of ne beceriksiz insanım ben yaaa  :(  :(  :( 

Arkadaşlar bana cewap werecek biri yok mu?
Walla kaçıncı kere yazdım sayısını ben bilmiorum arkadaşlar scrollbar için bi el atsanız? :D

her yeri aradım ettim ama bulamadım. bi yerde görmüştüm uyguladım ama forumun deil de yönetim panelindeki scroolbar deişmişti sonra sıkıldım bıraktm . bi yardım ederseniz fena olmaz ;D

jagatai

Bence yardım etmişken komple css yi türkçeye çevirin nereyi değiştirirsek ne olur gibisinden ;D

reyes

Quote/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited

/* Tables should show empty cells. */
bu sekildeki bolum başilıklarınında cevirisini ekleseniz super bi konu olur ve temalar hakkında fazla sorulkacak soru kalmaz...

<iframe>Sen!!</iframe>   
 

İçimdeki Şeytanın ensesindeyim


Advertisement: