Gönderen Konu: Mkportal Logo ve Menü Arasındaki Boşluğu Kaldırma  (Okunma sayısı 3094 defa)

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı umut07

  • İleti: 92
  • Puan: 0
  • Cinsiyet: Bay
    • Akseki Çukurköy Köyü Web Sitesi
Mkportal Logo ve Menü Arasındaki Boşluğu Kaldırma
« : Ağustos 03, 2009, 16:21:45 ÖS »

portal adminden logoyu sildim yine boşluğu kaldıramadım.
resimde görülen boşluğu nasıl ortadan kaldırabilirim?
sorun %99 style.css dosyasından kaynaklanıyor
style.css kodları aşağıdaki gibidir.
/*
+--------------------------------------------------------------------------
|   Cascading Style Sheet for MKportal "Forum" Portal Template
|   ========================================
|   by Meo aka Luponero [Amedeo de longis]
|      Don K. Colburn [visiblesoul.net]
|   Copyright (c) 2004-2007 mkportal.it
|   http://www.mkportal.it
|   Email: luponero@mclink.it
+--------------------------------------------------------------------------
|   > MKPortal
|   > Written By Amedeo de longis
|   > Date started: 9.2.2004
+--------------------------------------------------------------------------
*/

/*=============================
M
K  global styles
P
=============================*/
/* IMPORT body */
body {
   
                background: #F4F7FC  url('/mkportal/templates/llightblue/images/arka.gif');
   font-size: 10px;
   color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
   font-size: 10px;
   margin:0px;
   padding:0px; /* Opera 0 margin */   
   text-align: center; /* center in IE */
}

/* IMPORT body background (used for SMF) */
.importbgbody {
   font-size: 10px;
}

/* portal wrapper */
#mkwrapper {
   text-align:left; /* left-align text in IE */   
   margin: 0px auto 0px auto;
}

/* IMPORT logostrip */
#mklogostrip,
#importlogostrip {   
   background-color: #99ccff;   
}

/* logostrip */
#mklogostrip {
   text-align: left;
}

/* IMPORT global font formatting */
table,
tr,
td,
.tdglobal,
.importfont {
   font-size: 10px;
   color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;   
}

/* global font formatting */
table,
tr,
td,
.tdglobal {
   font-size: 10px;   
}

/* IMPORT main portal table bg (if different than body bg) */
.tabmain,
.importmain {   
   font-size: 10px;   
}

/* main portal table */
.tabmain {
   margin:0px;
   padding:0px;   
}

/* images */
img {       
   border: 0px;
   vertical-align: middle; /* Meo: Added in C1.2 */
}

/*=============================
M
K IMPORT LIGHT BACKGROUND
P
=============================*/
.modulecell,
.urlo2,
.tabnews,
.trattini,
.trattini3,
.tablemenu,
.taburlo,
.importlightback {
   background-color: #ffffff;
   color: #666666;
}

/*=============================
M
K IMPORT MEDIUM BACKGROUND
P
=============================*/   
.navigatore{
   background-image:url('images/d1.gif');
   }

.tdblock,
.moduleborder {
   background-image: url('images/menuplan.gif');
   background-repeat:repeat-y
}

/*=============================
M
K IMPORT DARK BACKGROUND
P
=============================*/
.urlo,
.sottotitolo,
.importdarkback {
   background-color:#99ccff;
   color: #000000;
}

/*=============================
M
K  border and divider styles
P
=============================*/
/* vertical spacer image used in portal skin */
/* .vspacer {
   background-image: url(MKPORTALIMGDIR/punto_vert.gif);
   background-repeat: repeat-y;
   background-color: transparent;   
} */

/* IMPORT border-color */
.tabmain,
.tablemenu, /* block wrapper, chat button strip */
.taburlo,
.urlo2,
.tabnews,
.trattini,
.trattini2,
.trattini3,
.mkpagelink,
.mkpagelinklast,
.mkpagecurrent,
.titadmin,
.importborders {
   border: 1px solid #5c88c8;   
}
   
.trattini { /*used only in tpl_main.php(deprecated), blog, ad_blocks.php*/
   border-width: 1px 0 0 0;
   border-style: dashed;
}

/* blocks admin */
.trattini2 {
   border-width: 0 1px 0 0;
   border-style: dashed;
}

.trattini3 { /* used only in blog, quotes, urlobox, calendar*/
   border-width: 0 0 1px 0;
   border-style: dashed;
}

/*=============================
M
K  hyperlink styles
P
=============================*/
/* IMPORT global links */
a:link,
a:active,
a.uno:link,
.importlink {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000000;   
   text-decoration: none;   
}

a:visited,
a.uno:visited,
.importvisited {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000000;   
   text-decoration: none;   
}

a:hover,
a.uno:hover,
.importhover {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: underline;
}

/* a:active {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000000;   
   text-decoration: none;    
} */

/* bold navbar, block, module links */
a.uno:link {
   font-size: 10px;
   font-weight: bold;
   text-decoration: none
}

a.uno:visited {   
   font-size: 10px;
   font-weight: bold;
   text-decoration: none
}


a.uno:hover {
   font-size: 10px;
   font-weight: bold;
   text-decoration: underline;
}

/* block text links */
/* .tablemenu a:link, a:visited {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000000;   
   text-decoration: none;   
}

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

.tablemenu a:active {
   text-decoration: none;    
} */

/* global contrasting text and hyperlink color */
.mktxtcontr,
a.mktxtcontr:link,
a.mktxtcontr:visited {   
   color: #ff0000;
   font-weight: bold;
   text-decoration: none;
}

a.mktxtcontr:hover {
   font-weight: bold;
   text-decoration: underline;
}

/* contrasting text and hyperlink color 2 (admin) */
.mktxtcontr2,
a.mktxtcontr2:link,
a.mktxtcontr2:visited {
   color: #0000ff;
   font-weight: bold;
   text-decoration: none;
}

a.mktxtcontr2:hover {
   font-weight: bold;
   text-decoration: underline;
}

/*=============================
M
K  form styles
P
=============================*/
/* remove margin after closing "form" tag in MSIE */
form {
   margin: 0;
   padding: 0
}

/* IMPORT form styles */
input,
textarea,
select,
.bgselect, /* input fields */
.mkbutton, /* global submit buttons */
.mkblkinput, /* block input */
.mkradio,
.importforms
{
   background-color: #dfe6ef;      
   /* border: 1px solid #4C77B6; */   
   /* margin: 0px; */
   /* padding: 0px;*/
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 10px;
   color: #000000;
   vertical-align: middle;
}

/* set form padding and margin */
/*.mkbutton,*/ /* global submit buttons */
/* textarea,*/
input,
select,
.bgselect, /* input fields */
.mkblkinput /* block input */
{
   margin: 0px;
   padding: 0px;
   font-size: 9px;
   font-weight: normal; /* needed for Mozilla */   
}

.mkbutton { /* Global submit buttons */
   padding: 3px;
}

.mkbbbutton { /* MKP BBcode editor buttons */
   margin: 0;
   padding: 0;
}

/* radio/checkbox buttons - remove background color and border in IE */
/* .mkradio {
   background-color: transparent;
   border-width: 0px;
} */

/* configure blog textarea */
textarea.mkwrap1 {
   overflow: auto;
   /* width: 230px; */
   width: 100%;
}

/* edit blog textarea */
textarea.mkwrap2 {
   overflow: auto;
   width: 500px ;
}

/*=============================
M
K  navstrip styles
P
=============================*/
/* top navstrip */
.navigatore {   
   vertical-align: bottom;
   text-align: right;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: 300;
   font-size: 9px;
   border: 0px none;
}

/*=============================
M
K  block styles
P
=============================*/
/* used in functions.php (function main_page) */
.blocks {
   padding: 0px;
}

/* block td cell */
.tdblock {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   border: 0px none;
   margin: 2px   
}

/* block title bar */
.sottotitolo {
   vertical-align: center;   
   text-align: center;
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;   
   color: #1B1B1B; 
}

/* horizontal spacer between blocks */
.tdspacer {
   line-height: 3px;
}

/*=============================
M
K  module global styles
P
=============================*/
/* IMPORT module table headings */
th.modulex,
.importmodulex {
   background-color: #f1f5f8;
   height: 25px;
}
th.modulex {
   white-space: nowrap;
}
.modulex {
   border-width: 0 0 0 0;
}
/* Reviews description text */
.modulelite {
   font-size: 8pt;
   /* color:#a6bbcd;*/
}

/* block padding (news, admin) */
.contents {
   padding: 10px;   
}

/* module pagination links */
.mkpagelink {
   padding:1px 3px 1px 3px;

   font-weight: normal;
}

.mkpagelinklast {
   padding:1px 3px 1px 3px;
   font-weight:normal;
}

.mkpagecurrent {
   padding:1px 3px 1px 3px;
   font-weight:normal;
}

/* admin cp titles with top border - used in frontend and backend */
.titadmin {
   margin: 0px;
   font-size: 11px;
   font-weight: bold;
   border-width: 1px 0 0 0;
   border-style: dashed;
}
/*=============================
M
K  shoutbox module styles
P
=============================*/
td.taburlo{   
   margin:5px;
   padding:5px;
   border: 0px none;   
}
   
/* shouter and date cell */
.urlo {
   line-height: 18px;
   vertical-align: bottom;
   text-align: left;   
   font-size: 11px;
   font-weight: bold;
   padding: 4px;      
}

/* shout cell */
.urlo2 {
   padding: 4px;
   border-width: 0 0 1px 0;
   border-style: solid;
   text-align: left;
   font-size: 11px;
   font-weight: bold;
}

/* white shouter text */
/* .urlocontrast {   
   color: #ffffff;
} */

/*=============================
M
K  news module styles
P
=============================*/
/* news table with border */
.tabnews {
   border-width: 1px;
   border-style: dashed;
   margin:0px;
   padding:0px;
   font-size: 10px;   
}

/*=============================
M
K  font styles
P
=============================*/
/* red error page text */
.mkerror {   
   font-size: 12pt;
   color: #ff0000;
   font-weight:bold;
}

/* MKPQuote quotation text */
/* .mkquote {       
   color: #0000ff;   
} */

/* MKPGallery module ecard, offline page */
.ecardtitle,
.offlinetxt {
   font-size: 10pt;
   font-weight: bold;
   text-align: center;
}

/*=============================
M
K  BBcode quote styles
P
=============================*/
.mkquoteball {
   font-size: 9px;
   color: #666666;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   background-color: #ffffff;   
   padding: 0;   
}

.mkquotetext {
   font-size: 10px;
   color: #666666;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   background-color: #ffffff;
   margin: 0;
   padding: 0;   
}

table .mkquotetable{            
   width: auto; /* IE */   
   text-align: left;
}

/* Added in C1.2 */
/* Table background highlight */
.bghighlight1 {
   background-color: #EAF8EB;
}
/* Table background highlight 2 */
.bghighlight2 {
   background-color: #EFCBCB;
}
/* mkportal footer copyright - Do not remove, modify or obscure the copyright text */
.mkcopyright {
   font-size: 10px;
}
.mkcopyright a {
   text-decoration: none;
}
/* Calendar block current dau highlighting */
#mkcaltoday {
   border:2px;
   border-style:outset;
   background-color: #ffff00;
}

<style type="text/css"> 

a.navbar:hover{color:red; font-weight:bold;background-image: 

url('http://www.cukurkoy.net/mkportal/templates/llightblue/images/ld.gif');} 

a:hover, a.redlink:hover, a.navbar:hover {background-image: 

url('http://www.cukurkoy.net/mkportal/templates/llightblue/images/ld.gif'); 

text-decoration:none; border:0px solid} 

a:hover img {background-image:url('urlhttpwww.cukurkoy.net/mkportal/templates/llightblue/images/ld.gif'); 

filter:alpha(finishopacity=0, style=2) } </style>
.mattblacktabs{
width: 100%;
overflow: hidden;
text-align: center;
background: #99CCFF;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
width: 100%;
margin: 0;
padding: 0;
text-align: center;
font: bold 14px Arial Black;
list-style-type: none;
}

.mattblacktabs li{
 width: 100%;
text-align: center;
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
width: 100%;
padding: 9px 0px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #99CCFF; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
color: white;
background: #FF0000; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

site : cukurkoy.net
Konuyu Paylaş:
  delicious  facebook  twitter  google

Çevrimdışı Tilsimli

  • PortalTema
  • Moderatör
  • *
  • İleti: 416
  • Puan: 18
  • Cinsiyet: Bay
    • PortalTema.Com Mkportal Tema Tasarım
-Mkportal Logo ve Menü Arasındaki Boşluğu Kaldırma
« Yanıtla #1 : Ağustos 03, 2009, 16:25:21 ÖS »
Logo da olusan bosluk  eklemiş olduğun flash dosya boyutu ile sitenin genişliği uyumsuzluğundan kaynaklanıyor flasta verdiğin genişlikle bannerde eklediğin genişlik aynı olmalı
Mkportal Temaları

http://www.portaltema.com


Çevrimdışı umut07

  • İleti: 92
  • Puan: 0
  • Cinsiyet: Bay
    • Akseki Çukurköy Köyü Web Sitesi
-Mkportal Logo ve Menü Arasındaki Boşluğu Kaldırma
« Yanıtla #2 : Ağustos 03, 2009, 17:27:15 ÖS »
menüyü http://mkportal.gen.tr/forum/index.php?topic=13139.0 linkinde açıklandığı şeklide yapmıştım.renklerde oynama yapmıştım

logodan kaynaklandığını sanmıyorum çünkü logoyu sildiğim halde o boşluklar vardı.
logo kodu:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="188">  <param name="movie" value="http://www.cukurkoy.net/dosya/logo.swf" />  <param name="quality" value="high" />  <param name="wmode" value="transparent">     <embed src="http://www.cukurkoy.net/dosya/logo.swf"      quality="high"      type="application/x-shockwave-flash"      WMODE="transparent"      width="100%"      height="188"      pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>

burada 188 olan ölçülerle oynadım boşşukta herhangi bir değişim olmadı.

site: www.cukurkoy.net
ilginiz için teşekkür ederim

Çevrimdışı Tilsimli

  • PortalTema
  • Moderatör
  • *
  • İleti: 416
  • Puan: 18
  • Cinsiyet: Bay
    • PortalTema.Com Mkportal Tema Tasarım
-Mkportal Logo ve Menü Arasındaki Boşluğu Kaldırma
« Yanıtla #3 : Ağustos 03, 2009, 19:12:46 ÖS »
width="100%"  bu doğru bir kodlama olmamış boşluğu otomatik tanımla yapmışsın bu sekilde alanı tam dolduramassın muhakkak width="980"  bir boyut belirlemelisin bu boyutu hem mkportalda hemde flash dosyayı kac genişlik yaptınsa portalıda ölcüyüde aynı vermen gerekir..
Mkportal Temaları

http://www.portaltema.com


Çevrimdışı umut07

  • İleti: 92
  • Puan: 0
  • Cinsiyet: Bay
    • Akseki Çukurköy Köyü Web Sitesi
-Mkportal Logo ve Menü Arasındaki Boşluğu Kaldırma
« Yanıtla #4 : Ağustos 03, 2009, 23:08:03 ÖS »
sizin dediğiniz gibi 980 yapınca sağdfa boşluk kalıyor.flash dosyasını hazırlarken ebatını kaç yapmıştım hatırlamıyorum.

fakat flash ile ilgisi olduğunu zannetmiyorum.
çünkü logoyu kaldırdığımda dahi boşluk ortadan kalkmıyor.

Çevrimdışı AdmiN

  • Genel Sorumlu
  • Administrator
  • *
  • İleti: 7918
  • Puan: 747
  • Cinsiyet: Bay
  • ~|| Bilginin Gücü ||~
    • Kişisel Web Sitem
-Mkportal Logo ve Menü Arasındaki Boşluğu Kaldırma
« Yanıtla #5 : Ağustos 03, 2009, 23:14:09 ÖS »
Flash'ın genişliği 980 piksel ama portalın genişliği %100, portal genişliğini de 980 px yaparsan düzelir.

Çevrimdışı umut07

  • İleti: 92
  • Puan: 0
  • Cinsiyet: Bay
    • Akseki Çukurköy Köyü Web Sitesi
-Mkportal Logo ve Menü Arasındaki Boşluğu Kaldırma
« Yanıtla #6 : Ağustos 03, 2009, 23:18:19 ÖS »
Flash'ın genişliği 980 piksel ama portalın genişliği %100, portal genişliğini de 980 px yaparsan düzelir.
100% olanları 980 yapmıştım. 1 i980 diğeri 100% mi olacak öyleyse 1.mi 100% yoksa 2.simi

Çevrimdışı AdmiN

  • Genel Sorumlu
  • Administrator
  • *
  • İleti: 7918
  • Puan: 747
  • Cinsiyet: Bay
  • ~|| Bilginin Gücü ||~
    • Kişisel Web Sitem
-Mkportal Logo ve Menü Arasındaki Boşluğu Kaldırma
« Yanıtla #7 : Ağustos 04, 2009, 08:29:05 ÖÖ »
Şuan portal ve menü %100  görünüyor. 1280 çözünürlükte site tam ekran görünüyor.Portal, menü ve logonun 980 olması lazım.Portalı 980 yaptığında menüyü %100 yapsan bile sorunsuz görünür.

Çevrimdışı umut07

  • İleti: 92
  • Puan: 0
  • Cinsiyet: Bay
    • Akseki Çukurköy Köyü Web Sitesi
-Mkportal Logo ve Menü Arasındaki Boşluğu Kaldırma
« Yanıtla #8 : Ağustos 04, 2009, 08:52:05 ÖÖ »
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="188">  <param name="movie" value="http://www.cukurkoy.net/dosya/logo.swf" />  <param name="quality" value="high" />  <param name="wmode" value="transparent">     <embed src="http://www.cukurkoy.net/dosya/logo.swf"      quality="high"      type="application/x-shockwave-flash"      WMODE="transparent"      width="980"      height="188"      pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>

bu şekilde logo/swf ortalı halde kenarlarda boşluk var. 100% ile 980 in yerini değiştirince sorun yok.
ama ilk mesajımda ki sorun ortadan kalkmıyor

Çevrimdışı umut07

  • İleti: 92
  • Puan: 0
  • Cinsiyet: Bay
    • Akseki Çukurköy Köyü Web Sitesi
-Mkportal Logo ve Menü Arasındaki Boşluğu Kaldırma
« Yanıtla #9 : Ağustos 04, 2009, 09:00:15 ÖÖ »
bu arada sanırım dikkalerden kaçmış
http://www.uzmanoyun.net/176/denizkizlariniboya..html
bir nokta fazla olduğundan oyun açılmıyor. noktanın birisini silince sorun yok

Seo4Smf Tagleri:
 

Benzer Konular

  Konu / Başlatan Yanıt Son İleti
12 Yanıt
3864 Gösterim
Son İleti Temmuz 07, 2010, 10:56:43 ÖÖ
Gönderen: _TheBoss
6 Yanıt
2565 Gösterim
Son İleti Ocak 31, 2010, 13:00:06 ÖS
Gönderen: AdmiN
2 Yanıt
1076 Gösterim
Son İleti Ocak 31, 2009, 13:17:37 ÖS
Gönderen: sshinobi
8 Yanıt
1565 Gösterim
Son İleti Eylül 22, 2009, 11:16:10 ÖÖ
Gönderen: hasano_31_46
7 Yanıt
836 Gösterim
Son İleti Nisan 06, 2009, 23:05:49 ÖS
Gönderen: mesut_