| Author | Message |
phpcoding
146 posts |
#6711 2007-10-02 00:07 GMT |
![]() arka planımın bu adamın ki gibi olmasını istiyorum yrdımcı olursanız sewiniirm saygılar... |
|
n0fx
79 posts |
#6714 2007-10-02 00:43 GMT |
|
arayüzünün css dosyasında body kısmına gel şu satırı ekle
Code: background-image:url(img/resimadresi.jpg);
|
|
adense
54 posts |
#6722 2007-10-02 01:57 GMT |
|
verdiğiniz kodu denedim ama olmadı. Code: body { font-size: 11px; font-family: Tahoma, Georgia, Arial, Courier, Helvetica, Verdana, sans-serif; color: #dadada; margin:0px; padding:0; background-image:url(img/back.gif); buradaki bu kodu background-image:url(img/back.gif); sizin verdiğiniz kodla değiştirdim ve resim yolunu verdim olmadı. sayfayı yenilediğimde verdiğim resim boş bir ekranda açılıp kapanıyor. yani yukarıdaki resimdeki gibi olmadı. |
|
n0fx
79 posts |
#6727 2007-10-02 14:35 GMT |
|
bütün tabloları transparent yapman gerekli
|
|
adense
54 posts |
#6730 2007-10-02 15:42 GMT |
|
iyide nasıl transparan yapacağım bütün tablolar derken ne demek istediniz kısa açıklarsanız iyi olur. kolay gele..
|
|
n0fx
79 posts |
#6733 2007-10-02 16:16 GMT |
|
css'de div ve table ayarlarını yapılan yeri bul
Code: background-color: transparent; ekle. css kullanmayı pek bilmiyorsan biraz css kullanımı ile ilgili dökümanlar oku. |
|
Neo
3 posts |
#6769 2007-10-04 00:52 GMT |
|
transparent yapmasına gerek yok
belagio.css aç Code: .cb_footer { background:url('img/main/cb_footer.gif'); line-height:9px } .cb_main { background-color:#000000; padding:2px 4px 10px 4px; border-left: 1px solid #310a0a; border-right: 1px solid #310a0a; } Aşşağıdakiyle değiştir. Code: .cb_footer { background:url('img/main/cb_footer.gif'); line-height:9px }
.cb_main { background-image:url('back.gif'); } |
|
Kripteks
446 posts |
#6806 2007-10-05 03:48 GMT |
Quote Bu sekilde olabilir fakat transparant yaparsa arka plan full olarak gözukur ama senin dedigin sekilde block'un background resmi sol taraf ust tarafindan irtibariyle gözukur. Yani zevkine kalmis birsey |
|
|
Internetim kapandi, izin'lerden sonra actiracam insallah!
|
|
serhat36
122 posts |
#30722 2008-06-26 17:19 GMT |
|
belagio.css dosyanı bununla değiştir Code: /* ============== Overall ============== */
html { padding:0; } body { font-size: 11px; font-family: Tahoma, Georgia, Arial, Courier, Helvetica, Verdana, sans-serif; color: #dadada; margin:0px; padding:0; background:#000000 url(img/back.gif); } a { text-decoration:none; border-width:0; color:#00ff00; } a:hover { text-decoration:underline; } .border_right { background:url(img/main/br2.gif); width:29px;} .border_left { background:url(img/main/bl2.gif); width:29px;} h1 { font-size:250%; font-weight:normal;} h2 { font-size:170%; font-weight:normal; } h3 { font-size:100%; margin:1em 1em 1em 0; font-weight:normal; } h4 { font-size:100%; font-weight:bold; margin:1.5em 1em 1em 0; } h5 { font-size:95%; margin:1em 1em 1em 0; } h6 { font-size:90%; margin:1em 1em 1em 0; } #user { margin:0; padding:0px; color:#888888; } #user ul { padding:0px; margin:0; } #user li { list-style:none; margin:0; padding:0px; } #quickmenu { padding:0; margin: 0; } #quickmenu li { background:url(img/system/arrow-right.gif) no-repeat ; list-style:none; width:70px; float:left; margin:0; padding:0px 0px 0px 12px; } .clear { clear:both; } hr {border-top: #404040 1px solid; border-bottom: #303030 1px solid; border-left: #404040 1px solid; border-right: #303030 1px solid; padding:0;margin:0 1px 4px 1px;} select , option {background:#131718; color:#e7e7e7; font:11px Verdana,Arial,Helvetica,sans-serif;} .radio {background:none; border:none;} input.text,input.file,input.password,input,textarea { background:#131718; margin:0px; color:#ff0000; font:10px Verdana,Arial,Helvetica,sans-serif; border:1px solid; border-color: #000000 #000000 #000000 #000000 } .bbstyle1 { font-size:160%; font-weight:bold; } .bbstyle2 { font-size:130%; font-weight:bold; } .bbstyle3 { font-size:120%; font-weight:bold; } .bbstyle4 { font-size:110%; font-weight:bold; } .bbstyle5 { } .bbstyle6 { } .bbstyle7 { } .bbstyle8 { } .bbstyle9 { } #container { padding:0; margin:0 auto; width:981px; background-image:url(img/back.gif); } #adminmenu { background:url(img/main/subtitle.gif); margin:0px 0px 16px 0px; padding:10px; vertical-align:top; border:1px solid #2e2e2e; } #main { padding:0px; margin:0px; vertical-align:top; } .footer {clear:both; padding:8px; margin:0; font:80% Verdana, Arial, sans-serif; color:#888888; text-align:center;} /* ============== Various ============== */ .disp { padding:12px; margin:0; } .block { padding:8px; margin:12px; border:1px solid #212121; background-color: #313030; } .block h4 { margin-top:0; } .error { background:url(img/main/subtitle.gif); padding:24px 8px 24px 8px; margin:0; color:#CC1212; font-weight:bold; font-size:110%; text-align:center; border:1px solid #2e2e2e; } .codetitle { font-size:10px; color:#CC1212; padding:2px; margin-top:5px; } .code { font-size:11px; color:#59739B; background-color:#f6f8fa; padding:2px; margin-bottom:5px; font-family:monospace; margin:0px; padding:3px; border:1px inset; width:590px; overflow:auto;} .valid { height:48px; text-align:center; vertical-align:middle; } .download { text-align:center; background: #303030!important; padding:2px; border: 1px solid #404040;} .paging { padding:10px 0px 6px 0px; text-align:right; font-size:90%; } .paging_left { padding:4px 0px 4px 0px; font-size:90%; } .coltop { text-align:center; font-size:95%; padding:4px; margin:4px; background:url(img/main/coltop.gif) repeat-x!important; color:#CCCCCC; font-weight:bold; border-top: #1c1c1c 1px solid; border-left: #1c1c1c 1px solid;} .coltop_no_center {font-size:95%; padding:4px; margin:4px; background:url(img/main/coltop.gif) repeat-x!important; color:#CCCCCC; font-weight:bold; border-top: #1c1c1c 1px solid; border-left: #1c1c1c 1px solid;} .centerall { text-align:center; vertical-align:middle;} .middleall { vertical-align:middle;} .desc { font-size:95%; padding:3px; color:#646464; } li { margin:2px; } img { border-width:0; } ul { list-style-type:square; } form { margin:0; } .colleft { float:left; margin:0px 4px 0px 4px; } .colright { float:right; margin:0px 4px 0px 4px; } .bar_front { padding : 0; margin : 0; height : 8px; border-right : 1px solid #555; background : #900 url(img/system/pollin.gif) repeat-x; } .bar_back { padding : 0; margin : 0; height : 8px; font-size : 0; border-right : 1px double #999; border-bottom : 1px double #999; border-left : 1px solid #ccc; border-top : 1px solid #ccc; background : #fff url(img/system/pollout.gif) repeat-x; } .bbcodes a img { border:1px outset #A0A0A0; background-color:#999BAC; } .smilies a img { border:0; background-color:transparent; } .today { border:1px dashed #DDAA00; } .signature { color:#979797; font-size:80%; max-height:140px; overflow:auto; } .signature a { color:#000000; } /* ============== Tables ============== */ table td { vertical-align:top; } table.flat, table.main, table.cells { width:100%; background: #0e0e0e; border-collapse: separate; border-spacing: 1px;} table.main td , table.cells td , table.flat td { background: #1c1c1c; padding:2px; border-left: 1px solid #404040; border-top: 1px solid #404040; } table.cells td.fscat {background:url(img/main/fscat.gif)!important; } .odd { background: #303030!important; } .even { background: #2b2a2a!important; } .pagenav_prev, .pagenav_next, .pagenav_first, .pagenav_last, .pagenav_pages { padding:0 2px; background:#303030; margin:1px; border:1px solid #404040;} .pagenav_current { padding:0 2px; font-weight:bold; background:#2b2a2a; margin:1px; border:1px solid #404040; } .cb_footer { background:url(img/main/cb_footer.gif); line-height:9px; } .cb_main { background-image:url(img/back.gif); padding:2px 4px 10px 4px; border-left: 1px solid #404040; border-right: 1px solid #404040; } #title_expand {background:url(img/main/title_expand.gif) repeat-x;} #title, .cb_big_title {background:url(img/main/big_cb_title.gif) repeat-x; } .cb_medium_title {background:url(img/main/medium_cb_title.gif) repeat-x; } .cb_small_title {background:url(img/main/small_cb_title.gif) repeat-x;} #title, #title_expand, .cb_big_title, .cb_medium_title , .cb_small_title {font-weight:bold; font-size:110%; color:#ff0000; line-height:200%; padding:0px 0px 0px 3px;} #title a, #title_expand a, .cb_big_title a, .cb_medium_title a, .cb_small_title a { text-decoration:none; border-width:0; color:#FFFFFF; } #title a:hover, #title_expand a:hover, .cb_big_title a:hover, .cb_medium_title a:hover, .cb_small_title a:hover { text-decoration:underline; } #subtitle { background:url(img/main/subtitle.gif); margin:0px 0px 16px 0px; padding:10px; vertical-align:top; border:1px solid #2e2e2e; } .menu_holder { width:100%; margin-top:4px;} .menu_item { width:100px; height:37px; padding:0;} a#home { display: block; width: 100px; height: 37px; background-image:url(img/main/home.gif); margin: 0 auto;} a#home:hover { background-image:url(img/main/home.gif); background-position: 0 -37px;} a#forums { display: block; width: 100px; height: 37px; background-image:url(img/main/forums.gif); margin: 0 auto;} a#forums:hover { background-image:url(img/main/forums.gif); background-position: 0 -37px;} a#files { display: block; width: 100px; height: 37px; background-image:url(img/main/files.gif); margin: 0 auto;} a#files:hover { background-image:url(img/main/files.gif); background-position: 0 -37px;} a#users { display: block; width: 100px; height: 37px; background-image:url(img/main/users.gif); margin: 0 auto;} a#users:hover { background-image:url(img/main/users.gif); background-position: 0 -37px;} a#articles { display: block; width: 100px; height: 37px; background-image:url(img/main/articles.gif); margin: 0 auto;} a#articles:hover { background-image:url(img/main/articles.gif); background-position: 0 -37px;} a#search { display: block; width: 100px; height: 37px; background-image:url(img/main/search.gif); margin: 0 auto;} a#search:hover { background-image:url(img/main/search.gif); background-position: 0 -37px;} This post was edited by emremix (2008-06-27 02:24 GMT, 70 Gün ago) |
|
Kaan
2,036 posts |
#30730 2008-06-26 20:59 GMT |
|
Smileyler var olmaz o
|
|
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| arka plan | 5 | istanbulls | 415 Gün |
| Arka PLan | 5 | emremix | 3 Gün |
| seditio arka plan | 4 | mert | 456 Gün |
| Arka Plan Değişikliği | 3 | Darkcode | 519 Gün |
| seditio arka plan | 3 | Kürdo | 522 Gün |






