Total Users Online: 0 üye, 330 guest | Tarih/Saat: 2026-04-17 06:21
 
Tema borderları
2011-02-08 00:20 GMT  oklu Alnt
McGhosT

User is: Online status   Gender_M
Posts: 61
Ülke: Antalya - 07
Meslek: Her iþi Yapar
Age: 39

Amac?m Siteyi doldurmak de?il ama yard?ma ihtiyac?m oldu?u i?in yaz?yorum. Resimde Ye?il g?r?nen yerlerin imgleri yok san?r?m cssden ama bulamad?m Kaan ?imdiden te?ekk?rler


Kaan Abi Resimde yan taraflardada ye?il renk var ama onlar resimde g?z?km?yor e?er siteye girersen beni daya iyi anlayacaks?n www.esilaajans.com



birde css mi vereyim

Kod:
/* Normal, standard links. */

a:link {
    color: #551a8b;
    text-decoration: none;
}

a:visited {
    color: #551a8b;
    text-decoration: none;
}

a:hover {
color: #008000;
    text-decoration: none;
}
/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
    color: #000000;
    text-decoration: none;
}

a.nav:hover {
    color: #cc3333;
    text-decoration: underline;
}


/* Tables should show empty cells. */

table {
    empty-cells: show;
}
/* By default (td, body..) use verdana in black. */

body, td, th, tr {
    line-height: 150%;
    font-family: tahoma, sans-serif;
    color: #555555;
    font-size: 11px;
}
/* The main body of the entire forum. */

body {
      background: #b6b6b6 url(images/bg.gif) 0 0 repeat-x;
    padding: 30px 0 0 0;
    margin: 0;
}


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

input, button {
       font-size: 100%;
}

textarea {
       font-size: 90%;
       color: #000000;
       font-family: verdana, sans-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: 100%;
       font-weight: normal;
       color: #000000;
       font-family: Tahoma, Arial, Helvetica, sans-serif;
}

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

/* No image should have a border when linked */
a img {
   border: 0;
}

/* A quote, perhaps from another post. */
blockquote {
       color: #3a3a3a;
       background-color: #cecece;
       border-top: 4px solid #959595;
       border-bottom: 4px solid #959595;
   margin: 1px;
   padding: 1px;
   font-size: x-small;
   line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
code {
       color: #3a3a3a;
       background-color: #fbede6;
   display: block;
   font-family: "courier new", "times new roman", monospace;
   font-size: x-small;
   line-height: 1.3em;
   /* Put a nice border around it. */
       border-top: 5px solid #f1ccbb;
       border-bottom: 5px solid #f1ccbb;
   margin: 1px auto 1px auto;
   padding: 1px;
   width: 99%;
   white-space: pre;
   overflow: auto;
   /* Stop after about 24 lines, and just show a scrollbar. */
   max-height: 24em;
}

/* 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;
   width: 100%;
}

/* For links to change the code stuff... */
.codeoperation {
   font-weight: normal;
}

/* 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;
}

/* A more discreet highlight colour, for selected membergroups etc. */
.highlight2 {
   background-color: #B3F4B0;
   color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body {
       background-color: #ffffff;
}

.windowbg2 {
       background-color: #f6f6f6;
}

.windowbg3 {
       background-color: #f0f0f0;
}

/* Color for background of posts requiring approval */
.approvebg {
   color: #000000;
   background-color: #F6E0D4;
}

/* Color for background of *topics* requiring approval */
.approvetbg {
   color: #000000;
   background-color: #E4A17C;
}

/* the today container in calendar */
.calendar_today {
   background-color: #f5f5f5;
}

/* 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, #credits h3 {
       color: #454545;
       font-style: normal;
       background: #f9f9f9;
       border-bottom: solid 1px #f2f2f2;
       border-top: solid 1px #ffffff;
       padding-left: 10px;
       padding-right: 10px;
       line-height: 18px;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
       font-weight: bold;
       color: #454545;
       font-style: normal;
       font-size: 12px;
}

.titlebg a:hover {
      color: #404040;
}

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
       color: #454545;
       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 {
       color: #404040;
       padding-left: 10px;
       padding-right: 10px;
       background: #dedede url(images/catbg.gif) repeat-x;
}

.catbg2 , tr.catbg2 td {
       color: #404040;
       padding-left: 10px;
       padding-right: 10px;
       background: #dedede url(images/catbg.gif) repeat-x;
}

.catbg, .catbg2, .catbg3 {}

.catbg, .catbg2 {
       font-weight: bold;
       font-size: 12px;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
       font-size: 95%;
       color: #454545;
       text-decoration: none;
}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
   color: #454545;
   text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
       text-decoration: underline;
}

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

/* This is used on tables that should just have a border around them. */
.tborder {
       padding: 1px;
       border: 1px solid #dddada;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
       font-size: 90%;
       font-family: verdana, sans-serif;
}

.middletext {
   line-height: 18px;
   text-indent: 10px;
}

.normaltext {
   font-size: small;
}

.largetext {
   font-size: large;
}

/* 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;
}

/* Sometimes there will be an error when you post */
.error {
   color: red;
}

/* 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, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
    color: #070707;
    vertical-align: top;
    text-transform: uppercase;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
    color: #090909;
    text-decoration: none;
    font-size: 9px;
    font-family: tahoma, sans-serif;
    padding: 5px 10px 5px 10px;
}

.maintab_first,.mirrortab_first {
    display: none;
}

.maintab_back,.mirrortab_back {}

.maintab_last,.mirrortab_last {
    display: none;
}

.maintab_active_first, .mirrortab_active_first {
    display: none;
}

.maintab_active_back, .mirrortab_active_back {
    background: #efefef;
    border-left: 4px solid #551a8b;
}

.maintab_active_last, .mirrortab_active_last {
    display: none;
}
/* how links behave in main tab. */

.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
    color: #252525;
    text-decoration: none;
    font-weight: bold;
}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
    color: #272727;
    text-decoration: none;

    font-weight: bold;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
    text-decoration: underline;
}

/* Calendar colours for birthdays, events and holidays */
.birthday {
   color: #920AC4;
}

.event {
   color: #078907;
}

.holiday {
   color: #000080;
}

/* Colours for warnings */
.warn_mute {
   color: red;
}

.warn_moderate {
   color: orange;
}

.warn_watch {
   color: green;
}

/* The AJAX notifier */
#ajax_in_progress
{
   background: #32CD32;
   color: white;
   text-align: center;
   font-weight: bold;
   font-size: 18pt;
   padding: 3px;
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
}

#ajax_in_progress a
{
   color: white;
   text-decoration: underline;
   font-size: smaller;
   float: right;
}

/* Styling for BBC tags */
.bbc_color a {
   color: inherit;
}

.bbc_img {
   border: 0;
}

.bbc_list {
   margin-top: 0;
   margin-bottom: 0;
}

.bbc_size {
   line-height: 1.3em;
}

.bbc_table {
   font: inherit;
   color: inherit;
}

.bbc_table td {
   font: inherit;
   color: inherit;
   vertical-align: top;
}

.bbc_u {
   text-decoration: underline;
}

.button_strip_submit {
   background: transparent;
   color: white;
   text-transform: uppercase;
   vertical-align: top;
   text-decoration: none;
   font-size: 9px;
   font-family: tahoma, sans-serif;
   border: 0;
}

.button_strip_submit:hover
{
   color: #e0e0ff;
}

.openid_login {
   background: white url(images/openid.gif) no-repeat;
   padding-left: 18px;
}

a.moderation_link, a.moderation_link:visited {
   color: red;
   font-weight: bold;
}

/* These are for the auto suggest floating div type thing. */
.auto_suggest_div {
   border: 1px solid black;
   position: absolute;
}

/* An auto suggest item */
.auto_suggest_item {
   background-color: #DDDDDD;
}

/* hovered auto suggest item */
.auto_suggest_item_hover {
   background-color: #888888;
   cursor: pointer;
   color: #EEEEEE;
}

/* Moderation Notes */
.moderation_notes {
   margin: 0;
   padding: 0;
   list-style: none;
   overflow: auto;
   height: 9.5em;
}

.moderation_notes li {
   padding: 4px 0px 4px 4px;
   border-bottom: 1px solid #cccccc;
}

/* Credits page */
#credits p, #credits h4 {
   padding: 0 10px;
}

#credits h3 {
   margin: 0;
}

#credits ul {
   list-style-type: none;
}

#credits ul li {
   margin-bottom: 0.5em;
}

#wrapper {
    width: 950px;
    min-width: 720px;
    margin: 0 auto;
    padding: 0;
}

#header{position:relative; height:184px; overflow:hidden; background: url(./images/head.png) repeat-x;}
#head-r{height:184px; background:url(./images/head-r.png) 0 0 no-repeat; position:relative}
#head-l{height:184px; background:url(./images/head-l.png) 100% 0 no-repeat; position:relative}
#logo {
position: absolute;
top: 0px;
left: 177px;
display: block;
width: 350px;
height: 184px;
cursor: pointer;
background: url(./images/logom.png) no-repeat;
}

#userarea {
    height: 73px;
    float: right;
    padding: 12px 25px 0 0;
    text-align: right;
    font-size: 1.0em;
    color: #ddd;
    font-family: tahoma, sans-serif;
}

#userarea a:link, #userarea a:visited {
    color: #eee;
}

#userarea a:hover {
    color: #ccc;
    text-decoration: underline;
}

#searcharea {
    float: right;
    padding: 5px 25px 0 0;
    margin: 0;
    clear: both;
}



/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
color: #000;
text-decoration: none;
}
.nav:link {
color: #red;
text-decoration: none;
}
.nav:visited {
color: #green;
text-decoration: none;
}
a.nav:hover {
color: red;
text-decoration: underline;
}
/* Navigation links - for the link tree. */

#kwick {
width : 100%;
}
#kwick .kwicks {
background : transparent;
display : block;
height : 70px;
margin: 0;
padding: 0;
}
#kwick li {
float : left;
margin : 0;
padding : 0;
list-style : none;
}
#kwick .kwick {
display : block;
cursor : pointer;
overflow : hidden;
height : 70px;
width : 90px;
}
#kwick .kwick span {
display : none;
}
#kwick .opt0 {
background-color : transparent;
outline : none;
}
#kwick .opt1 {
background-color:transparent;
outline: none
}

#kwick .opt2 {
background-color:transparent;
outline: none
}

#kwick .opt3 {
background-color:transparent;
outline: none
}

#kwick .opt4 {
background-color:transparent;
outline: none
}

#kwick .opt5 {
background-color:transparent;
outline: none
}

#kwick .opt6 {
background-color:transparent;
outline: none;
}

#kwick .opt7 {
background-color:transparent;
outline: none
}

#kwick .opt8 {
background-color:transparent;
outline: none
}

#kwick .opt9 {
background-color:transparent;
outline: none
}

#kwick .opt10 {
background-color:transparent;
outline: none
}

#kwick .opt11 {
background-color:transparent;
outline: none
border-right: 0px none;
}

#mainarea {
margin: 0;
background: #fff;
padding: 5px 10px 0 10px;
border-left: solid 1px #84C40A;
border-right: solid 1px #84C40A;
}


/* This is used on tables that should just have a border around them. */
.tborder {
padding: 0px;
border: solid 1px #f1f1f1;
}

#toolbar {
height: 70px;
background: #f9f9f9 url(images/mootools_03.png) repeat-x;
border-left: solid 1px #84C40A;
border-right: solid 1px #84C40A;

}


#footer{
        background: none;
        text-align:center;
        margin-top:0;
        padding:0;
        font-size:12px;
        font-family:optima,verdana,sans-serif;
        color:#fff;
        border-bottom: solid 15px #84C40A;

}
#footer-l{
background:none;
}
#footer-r{
background:none; 
height: 39px;
}
#footerarea {
text-align: center;
}
#footerarea {
font-family: Tahoma;
font-size: 10px;
color: #454545;
text-decoration: none;
float: center;
}
#footerarea a:link {
font-family: Tahoma;
font-size: 10px;
color: #454545;
text-decoration: none;
float: center;
}
#footerarea a:visited {
font-family: Tahoma;
font-size: 10px;
color: #454545;
text-decoration: none;
}
#footerarea a:hover {
font-family: Tahoma;
font-size: 10px;
color: orange;
text-decoration: underline;
float: center;
}
#footerarea a:active {
font-family: Tahoma;
font-size: 10px;
color: #111;
text-decoration: none;
}

a { text-decoration:none; border-width:0px; color:#0b8ed2; }
a:hover { text-decoration:underline; }

h1 { font-size:160%; }
h2 { font-size:130%; }
h3 { font-size:120%; margin:1em 1em 1em 0; }
h4 { font-size:100%; font-weight:bold; margin:1.5em 1em 1em 0; }
h5 { font-size:95%; margin-top:0; }
h6 { font-size:100%; margin-top:0; }
h7    { font-size:5%; margin-top:0; }

.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 {  }


#nav
{
background-image:url(img/catbg1.gif); background-repeat:repeat-x; background-position:bottom;
margin:0;
padding:5px;
    }


#nav a { color:#000000;}
#nav a:hover { text-decoration:none;}

#nav ul
{
    padding:2px;
    margin:0;
}

#nav li
{
display:inline;
list-style:none;
padding:2px 6px 2px 6px;
margin:0;
font-weight:bold;
}

#user
{
margin:0;
padding:3px;
color:#dddddd;
text-align:right;
background-image:url(img/catbg1.gif); background-repeat:repeat-x;
}

#user a
{
color:#ffffff;
}

#user a:hover
{
color:#dddddd; text-decoration:none;
}
#user ul
{
padding:0px;
margin:0;
}

#user li
{
display:inline;
list-style:none;
margin:0;
padding:2px;
}

.kaan {
width: 170px;
height: 170px;
background-image:url(avatar-win.png);
margin: 5px 5px 10px 5px;
}

/* ============== Various ============== */


textarea, .tinput , input ,  optgroup , textarea
{
border-color: #303030;
border-style:solid;
border-width:1px;
background-color: #E8E8E8;
color: #303030;
font-size:9px;
}

select , option  { background-color: #E8E8E8;
color: #303030;
font-size:9px;}


.profield {border-top-width: 1px; border-top-style: solid; border-top-color: #FFFFFF;
border-right-width: 1px; border-right-style: solid; border-right-color: #303030;
border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #303030;
border-left-width: 1px; border-left-style: solid; border-left-color: #FFFFFF;padding: 0px 3px 0px 3px; background-color: #EDEDED;margin-top: 2px; }
.disp { padding:5px; margin:0; }
.block { font-size:11px; padding:5px; margin:12px; border:1px dashed #A5A5A5; background-color: #F2F2F2; }
.error { padding:24px 8px 24px 8px; margin:0px; color:#D67308; font-weight:bold; font-size:110%; text-align:center; }
.code { font-size:11px; color:#800000; background-color:#EEEEEE; padding:2px; }
.valid { height:48px; text-align:center; vertical-align:middle; }
.download { font-size:110%; text-align:center; background-color: #E8E8E8; padding:16px; margin-top:16px; }
.paging { text-align:center; padding:0px 8px 0px 0px; text-align:right; }
.coltop { text-align:center; background: #fff url(img/coltop.png)!important;
border-top-width: 1px; border-top-style: solid; border-top-color: #FFFFFF;
border-right-width: 1px; border-right-style: solid; border-right-color: #E0DFDF;
border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E0DFDF;
border-left-width: 1px; border-left-style: solid; border-left-color: #FFFFFF; }

.centerall { text-align:center; vertical-align:middle; }
.desc { font-size:90%; padding:3px; color:#646464; }
.odd { background-color:#f7f7f7 !important;
border-top-width: 1px; border-top-style: solid; border-top-color: #FFFFFF;
border-right-width: 1px; border-right-style: solid; border-right-color: #D9D9D9;
border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #D9D9D9;
border-left-width: 1px; border-left-style: solid; border-left-color: #FFFFFF; }
.even { background-color:#f7f7f7!important;
border-top-width: 1px; border-top-style: solid; border-top-color: #FFFFFF;
border-right-width: 1px; border-right-style: solid; border-right-color: #E0DFDF;
border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E0DFDF;
border-left-width: 1px; border-left-style: solid; border-left-color: #FFFFFF; }
li { margin:2px; }
img { border-width:0px; }
ul { list-style-type:square; }
form { margin:0px; }
.colleft { float:left; margin:0px 4px 0px 4px; }
.colright { float:right; margin:0px 4px 0px 4px; }
.bar_front {
padding: 0;
margin: 0;
background: #900;
height: 8px;
border-right: 1px solid #555;
background: #d60000 url(img/system/pollin.gif) repeat-x;
}

.bar_back {
padding: 0;
margin: 0;
height: 8px;
font-size: 0;
border: 3px double #999;
border-top-color: #ccc;
border-left-color: #ccc;
background: #fff url(img/system/pollout.gif) repeat-x;
border: 1px solid #555;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
}
.bbcodes a img { border:1px outset #A0A0A0; background-color:#999BAC; }
.smilies a img { border:0px; background-color:transparent; }
.today { border:1px dashed #DDAA00; }
.signature { font-size:90%; max-height:150px; overflow:auto; }
.signature a { color:#000000; }

#title {background-image:url(img/catbg1.gif); color:#FFFFFF;  padding:2px; font-weight:bold ; margin:0px 0px 8px 0px; font-size:120%; }
#subtitle {padding:2px;margin:0px 8px 0px 8px; font-size:100%; background-color:#f6f6f6; vertical-align:top; }



#main {padding:0px;  margin:0px 0px 0px 0px; background-color:#f3f3f3; }


.miniblock { background-image:url(img/catbg.png); color:#FFFFFF;  font-weight:bold ; padding:5px; margin:3px 3px 3px 3px;}
.miniblock a , #title a{ color:#DDDDDD;}
.miniblock a:hover , #title a:hover { color:#B0401E; text-decoration:none;}
.miniblockmain{PADDING-RIGHT:2px; PADDING-LEFT:2px; BACKGROUND: #f9f9f9 repeat-x; PADDING-BOTTOM:3px; MARGIN:0px 2px; PADDING-TOP:3px; border:2px solid #ccc;}
/* ============== Tables ============== */

table td { vertical-align:top; }
table.flat { width:100%; margin:0px; padding:0px;  }
table.flat td { padding:0px; margin:0px; }
table.sea td { padding:0px; margin:0px; height:32px;}
table.main { width:100%; margin:0px; padding:4px; }
table.main td { padding:4px; }
table.cells { width:99%; margin:0px; padding:0px; }
table.cells td { padding:2px; background-color:#f7f7f7; margin:0px; }
table.cells2 { width:100%; margin:0; padding:0; }
table.cells2 td { padding:2px;  margin:0; vertical-align:top; }

table.forums { width:100%; margin:0px; padding:0px; }
table.forums td { padding:2px;  margin:0px; }


#title, #title_expand, .cb_big_title, .cb_medium_title , .cb_small_title {font-weight:bold; font-size:110%; color:#FFFFFF; line-height:300%; 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; }
Konuyla İlgili Diğer Başlıklar
Woltranın orjinal tema si
İmt Eski Temasi Yeşil Ve Şık bir Tema
Yeşil sade ve Cekici Bir tema
Turkishack tema
tema css yardım ??
Bu abi Yerle ?ok Sevi?ti, D??mek Ay?p Deil, Kalkmas?n? ?il, Ve Acele Et ?u G?z Ya?lar?n? SiL.!! :sunglasses

 

Tema borderları
2011-02-08 00:27 GMT  oklu Alnt
Kaan

User is: Online status   Gender_M
Posts: 2772
Ülke: İstanbul - 34
Meslek: Serbest Meslek
Age: 43

oraya bak hangi class veya id etiketini kullan?yor ona g?re css de ilgili yeri bulal?m.
Emlak, Oto Galeri, Rent A Car, ?iir, Edebiyat Script Sipari?lerinizi Verebilirsiniz.
Detaylar ??in: kaan@ntka.org

Seditio 170 ?ndir
Capte M?zik ?ndir
Seditio Toolbar ?ndir

 

Tema borderları
2011-02-08 00:42 GMT  oklu Alnt
McGhosT

User is: Online status   Gender_M
Posts: 61
Ülke: Antalya - 07
Meslek: Her iþi Yapar
Age: 39

Dedi?inizi anlamad?m malesef ?

son mesaj 10 saat 5 dakika ?nce

Kaan Abi borderler css denmi? onu hallettim bir ka? sorum daha olucak ie de sayfa b?yle kay?yor ?


Bu mesaj McGhosT tarafından 2011-02-08 10:47 GMT, 5546 Gün önce düzenlendi.
Bu abi Yerle ?ok Sevi?ti, D??mek Ay?p Deil, Kalkmas?n? ?il, Ve Acele Et ?u G?z Ya?lar?n? SiL.!! :sunglasses

 

Tema borderları
2011-02-08 11:31 GMT  oklu Alnt
Kaan

User is: Online status   Gender_M
Posts: 2772
Ülke: İstanbul - 34
Meslek: Serbest Meslek
Age: 43

oda css veya tpl den kaynaklan?yor.
Emlak, Oto Galeri, Rent A Car, ?iir, Edebiyat Script Sipari?lerinizi Verebilirsiniz.
Detaylar ??in: kaan@ntka.org

Seditio 170 ?ndir
Capte M?zik ?ndir
Seditio Toolbar ?ndir

 

Tema borderları
2011-02-08 14:41 GMT  oklu Alnt
McGhosT

User is: Online status   Gender_M
Posts: 61
Ülke: Antalya - 07
Meslek: Her iþi Yapar
Age: 39

hmm onu nas?l d?zeltebilirim abi ? index.tpl'em bu

Kod:
<!-- BEGIN: MAIN -->
<script type="text/javascript" src="skins/{PHP.skin}/popup.js"></script>


<table border="0" cellpadding="0"  cellspacing="0" style="width:100%;" height="221">


<tr>
<td  style="width:26%;" height="100">



<div class="miniblock"><center>? Kullan?c? Arabirimi ?</center></div>
<div class="miniblockmain">{PLUGIN_LEETLOGIN}</div>



<center><div class="miniblock"><center>? Site ??i Arama ?</center></div>
<div class="miniblockmain"
<form id="ssearch" action="plug.php?e=search&amp;a=search" method="post">
<input type="text" class="text" name="sq" value="Ara..." size="15" onBlur="if(this.value=='') this.value='Ara...';" onFocus="if(this.value=='Ara...') this.value='';" maxlength="32" />
<input type="submit" class="submit" value="{PHP.skinlang.btn_search}" alt ="" />
<input type="hidden" name="searchin_frm" value="1"  /> <input type="hidden" name="frm_sub[]" value="9999"/>
<input type="hidden" name="searchin_pag" value="1" /> <input type="hidden" name="pag_sub[]" value="all" />
<input type="hidden" name="searchin_use" value="1"  />
</form>
<a href="plug.php?e=search">{PHP.skinlang.advanced_search}</a> </font>
</div></center>



<div class="miniblock"><center>? Yeni ?yeLer ?</center></div>
<div class="miniblockmain"{PLUGIN_NEWUSERS}</div>



<div class="miniblock"><center>? Online ?yeler ?</center></a></div>
<div class="miniblockmain"><a href="plug.php?e=whosonline">{PHP.out.whosonline}</a>
:<br />{PHP.out.whosonline_reg_list}</div>




<div class="miniblock"><center>? Posters Top10 ?</center></div>
<div class="miniblockmain"{PLUGIN_TPOSTERS}</div>



<div class="miniblock"><center>? ?statistlik ?</center></div>
<div class="miniblockmain"{PLUGIN_QUICKSTATS}</div>



<div class="miniblock"><center>? EsiLa ManagerS ?</center></div>
<div class="miniblockmain"{INDEX_YONETICILER}</div>


<td  style="width:74%;" height="221">




<div class="miniblock"><center>? Son Forum Konular? ?</center></a></div>
<div class="miniblockmain"{PLUGIN_latestposts}</div>


<div class="miniblock"><center>? ?nemLi KonuLar ?</center></div>
<div class="miniblockmain"{PLUGIN_onemlikonular}</div>



<div class="miniblock"><center>? HaberLeR ?</center></div>
<div class="miniblockmain"{INDEX_NEWS}</div>




</td>
</tr>

</table>

<!-- END: MAIN -->
Bu abi Yerle ?ok Sevi?ti, D??mek Ay?p Deil, Kalkmas?n? ?il, Ve Acele Et ?u G?z Ya?lar?n? SiL.!! :sunglasses

 

Tema borderları
2011-02-08 14:50 GMT  oklu Alnt
Kaan

User is: Online status   Gender_M
Posts: 2772
Ülke: İstanbul - 34
Meslek: Serbest Meslek
Age: 43

Sol blokda ?al??an eklentileri kald?r dene b?y?k ihtimal eklentilerden kaynaklan?yor.
Eklentideki kodlar tema ile uyumsuz g?r?n?yor.
Emlak, Oto Galeri, Rent A Car, ?iir, Edebiyat Script Sipari?lerinizi Verebilirsiniz.
Detaylar ??in: kaan@ntka.org

Seditio 170 ?ndir
Capte M?zik ?ndir
Seditio Toolbar ?ndir

 

Tema borderları
2011-02-08 16:14 GMT  oklu Alnt
McGhosT

User is: Online status   Gender_M
Posts: 61
Ülke: Antalya - 07
Meslek: Her iþi Yapar
Age: 39

Eklentileri index.tpl den silip denedim yine olmuyor abi :S
Bu abi Yerle ?ok Sevi?ti, D??mek Ay?p Deil, Kalkmas?n? ?il, Ve Acele Et ?u G?z Ya?lar?n? SiL.!! :sunglasses

 

Tema borderları
2011-02-08 16:18 GMT  oklu Alnt
Kaan

User is: Online status   Gender_M
Posts: 2772
Ülke: İstanbul - 34
Meslek: Serbest Meslek
Age: 43

Buradan sonras?nda sorun oldugu g?r?n?yor demekki sorun bu eklentiden kaynaklan?yor.
Ekledi?in kodlarda ve resimde ?yle g?r?n?yor.

Kod:
<div class="miniblock"><center>? Yeni ?yeLer ?</center></div>
<div class="miniblockmain"{PLUGIN_NEWUSERS}</div>
Emlak, Oto Galeri, Rent A Car, ?iir, Edebiyat Script Sipari?lerinizi Verebilirsiniz.
Detaylar ??in: kaan@ntka.org

Seditio 170 ?ndir
Capte M?zik ?ndir
Seditio Toolbar ?ndir

 

Tema borderları
2011-02-08 16:22 GMT  oklu Alnt
McGhosT

User is: Online status   Gender_M
Posts: 61
Ülke: Antalya - 07
Meslek: Her iþi Yapar
Age: 39

Abi o eklentiyi kald?rd?m index.tpl dende kald?rd?m sorun yine ayn? forum sola yaslan?yor ve kay?yor her?ey
Bu abi Yerle ?ok Sevi?ti, D??mek Ay?p Deil, Kalkmas?n? ?il, Ve Acele Et ?u G?z Ya?lar?n? SiL.!! :sunglasses

 

Tema borderları
2011-02-08 16:53 GMT  oklu Alnt
Kaan

User is: Online status   Gender_M
Posts: 2772
Ülke: İstanbul - 34
Meslek: Serbest Meslek
Age: 43

Temay? ele almadan ??zemeyiz bu sorunu bu nedenle anlayan bir arkada??n varsa temaya bir g?z ats?n sorun neredeymi? baks?n.
Bu ?ekilde olmuyor ??nk?.
Emlak, Oto Galeri, Rent A Car, ?iir, Edebiyat Script Sipari?lerinizi Verebilirsiniz.
Detaylar ??in: kaan@ntka.org

Seditio 170 ?ndir
Capte M?zik ?ndir
Seditio Toolbar ?ndir

 

Tema borderları
2011-02-08 16:54 GMT  oklu Alnt
McGhosT

User is: Online status   Gender_M
Posts: 61
Ülke: Antalya - 07
Meslek: Her iþi Yapar
Age: 39

Anlad?m abi :/ ?imdilik kals?n b?yle bakal?m bir ?ekilde ??zerim in?allah

son mesaj 1 saat 18 dakika ?nce

Abi sorunu ??zmeme az kald?. sorun header.tpl ve index.tpl den herhalde abi ba?ka bir teman?n index ve header.tpl esiyle de?i?tirdi?imde d?zeliyor ama onlarda uyumlu olmuyor tabi ?u kodlara bakarm?s?n bi abi l?tfen d?zenleyebilirsen sevinirim. ?imdiden te?ekk?rler...


?NDEX.TPL
Kod:
<!-- BEGIN: MAIN -->
<script type="text/javascript" src="skins/{PHP.skin}/popup.js"></script>


<table border="0" cellpadding="0"  cellspacing="0" style="width:100%;" height="221">


<tr>
<td  style="width:26%;" height="100">



<div class="miniblock"><center>? Kullan?c? Arabirimi ?</center></div>
<div class="miniblockmain">{PLUGIN_LEETLOGIN}</div>



<center><div class="miniblock"><center>? Site ??i Arama ?</center></div>
<div class="miniblockmain"
<form id="ssearch" action="plug.php?e=search&amp;a=search" method="post">
<input type="text" class="text" name="sq" value="Ara..." size="15" onBlur="if(this.value=='') this.value='Ara...';" onFocus="if(this.value=='Ara...') this.value='';" maxlength="32" />
<input type="submit" class="submit" value="{PHP.skinlang.btn_search}" alt ="" />
<input type="hidden" name="searchin_frm" value="1"  /> <input type="hidden" name="frm_sub[]" value="9999"/>
<input type="hidden" name="searchin_pag" value="1" /> <input type="hidden" name="pag_sub[]" value="all" />
<input type="hidden" name="searchin_use" value="1"  />
</form>
<a href="plug.php?e=search">{PHP.skinlang.advanced_search}</a> </font>
</div></center>



<div class="miniblock"><center>? Yeni ?yeLer ?</center></div>
<div class="miniblockmain"{PLUGIN_NEWUSERS}</div>



<div class="miniblock"><center>? Online ?yeler ?</center></a></div>
<div class="miniblockmain"><a href="plug.php?e=whosonline">{PHP.out.whosonline}</a>
:<br />{PHP.out.whosonline_reg_list}</div>




<div class="miniblock"><center>? Posters Top10 ?</center></div>
<div class="miniblockmain"{PLUGIN_TPOSTERS}</div>



<div class="miniblock"><center>? ?statistlik ?</center></div>
<div class="miniblockmain"{PLUGIN_QUICKSTATS}</div>



<div class="miniblock"><center>? EsiLa ManagerS ?</center></div>
<div class="miniblockmain"{INDEX_YONETICILER}</div>


<td  style="width:74%;" height="221">




<div class="miniblock"><center>? Son Forum Konular? ?</center></a></div>
<div class="miniblockmain"{PLUGIN_latestposts}</div>


<div class="miniblock"><center>? ?nemLi KonuLar ?</center></div>
<div class="miniblockmain"{PLUGIN_onemlikonular}</div>

<br>
<br>
<br>


<div class="miniblock"><center>? G?ndem ?</center></div>
<div class="miniblockmain"{INDEX_NEWS}</div>





</td>
</tr>

</table>

<!-- END: MAIN -->



HEADER.TPL

Kod:
<!-- BEGIN: HEADER -->

{SLIDINGFORM_LOGINFORM}
<br>
<br>

{HEADER_DOCTYPE}
<html>
<head>
{HEADER_METAS}
{HEADER_COMPOPUP}
<title>{HEADER_TITLE}</title>

<script language="JavaScript" type="text/javascript" src="skins/{PHP.skin}/mootools.js"></script>
<script language="JavaScript" type="text/javascript" src="skins/{PHP.skin}/imagemenu.js"></script>
<script language="JavaScript" type="text/javascript" src="skins/{PHP.skin}/imagemenu2.js"></script>

<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/base.js"></script>


  <div id="wrapper">
     <div id="header">
  <div id="head-l">
     <div id="head-r">
<div id="userarea">
<!-- BEGIN: USER -->
  <div class="user">
    <ul>
      <font color="#FFFFFF">{HEADER_LOGSTATUS}</font>&nbsp;<br><br>
      {HEADER_USER_ADMINPANEL}&nbsp;<br>
      {HEADER_USER_PFS}&nbsp;<br>
      {HEADER_USERLIST}&nbsp;<br>
      {HEADER_USER_PROFILE}&nbsp;<br>
      {HEADER_USER_PMS} ({HEADER_USER_MESSAGES})&nbsp;<br>
      {HEADER_USER_LOGINOUT}&nbsp;<br>
   <script language="JavaScript">
<!--

var DayOfWeek = new Array('Pazar','Pazartesi','Sali','?arsamba','Persembe','Cuma','Cumartesi');
var MonthName = new Array('Ocak','Subat','Mart','Nisan','Mayis','Haziran','Temmuz','Agustos','Eyl?l',
'Ekim','Kasim','Aralik');
var theDate = new Date();

document.write('<NOBR>' +
theDate.getDate() + ' ' +
MonthName[theDate.getMonth()] + ' ' +
(theDate.getYear() < 2000 ? theDate.getYear() + 1900 : theDate.getYear()) + ', ' +
DayOfWeek[theDate.getDay()] +
'</NOBR>');
//-->
                  </script>
    {HEADER_NOTICES}&nbsp;
</ul>
</div>
<!-- END: USER -->

<!-- BEGIN: GUEST --><br><br>
<form name="login" action="users.php?m=auth&amp;a=check&amp;redirect=" method="post">
<font color="#114700">{PHP.skinlang.usersauth.Username}</font>
<input type="text" class="text" name="rusername" size="16" maxlength="32" /><br>
<font color="#114700">{PHP.skinlang.usersauth.Password}</font>
<input type="password" class="password" name="rpassword" size="16" maxlength="32" />
<input type="hidden" name="rcookiettl" value="5184000" /><br><br>
<input type="submit" style="font-size:10px; " value="{PHP.skinlang.usersauth.Login}" />
</form>
<br /><font color="#19961f">[</font><a href="users.php?m=register"><font color="#114700">{PHP.skinlang.header.Register}</font></a><font color="#19961f">]</font>
<font color="#19961f">[</font><a href="plug.php?e=passrecover"><font color="#114700">{PHP.skinlang.header.Lostyourpassword}</font></a><font color="#19961f">]</font><br><br>

<font color="#FFFFFF"><script language="JavaScript">
<!--

var DayOfWeek = new Array('Pazar','Pazartesi','Sali','?arsamba','Persembe','Cuma','Cumartesi');
var MonthName = new Array('Ocak','Subat','Mart','Nisan','Mayis','Haziran','Temmuz','Agustos','Eyl?l',
'Ekim','Kasim','Aralik');
var theDate = new Date();

document.write('<NOBR>' +
theDate.getDate() + ' ' +
MonthName[theDate.getMonth()] + ' ' +
(theDate.getYear() < 2000 ? theDate.getYear() + 1900 : theDate.getYear()) + ', ' +
DayOfWeek[theDate.getDay()] +
'</NOBR>');
//-->
                  </script></font>
<!-- END: GUEST -->
        </div>

             <a href="index.php" title=""><span id="logo"></span></a>

  </div>
</div>
</div>
<div id="toolbar">
 
<div id="kwick">
<ul class="kwicks"><li><a style="width: 90px;" href="index.php" class="kwick opt1"><img src="skins/{PHP.skin}/images/butons/home.png" alt="Anasayfa" style="margin: 0px 0pt;" border="0"><span></span></a></li><li><a style="width: 90px;" href="forums.php" class="kwick opt2"><img src="skins/{PHP.skin}/images/butons/2.png" alt="Forums" style="margin: 0px 0pt;" border="0"><span></span></a></li><li><a style="width: 90px;" href="plug.php?e=search" class="kwick opt3"><img src="skins/{PHP.skin}/images/butons/3.png" alt="Search" style="margin: 0px 0pt;" border="0"><span></span></a></li><li><a style="width: 90px;" href="list.php?c=articles" class="kwick opt4"><img src="skins/{PHP.skin}/images/butons/4.png" alt="Articles" style="margin: 0px 0pt;" border="0"><span></span></a></li><li><a style="width: 90px;" href="users.php?m=profile" class="kwick opt5"><img src="skins/{PHP.skin}/images/butons/profile.png" alt="Profile" style="margin: 0px 0pt;" border="0"><span></span></a></li><li><a style="width: 90px;" href="pm.php" class="kwick opt6"><img src="skins/{PHP.skin}/images/butons/pm.png" alt="Messages" style="margin: 0px 0pt;" border="0"><span></span></a></li><li><a style="width: 90px;" href="users.php" class="kwick opt8"><img src="skins/{PHP.skin}/images/butons/members.png" alt="Members" style="margin: 0px 0pt;" border="0"><span></span></a></li><li><a style="width: 90px;" href="users.php?m=logout&x=BF160E" class="kwick opt11"><img src="skins/{PHP.skin}/images/butons/logout.png" alt="Logout" style="margin: 0px 0pt;" border="0"><span></span></a></li></ul></div>
            </div>
      <div id="mainarea">

     <div id="bodyarea">
<table cellpadding="0" cellspacing="0" width="100%">

</head>
<body>

<table class="cells">
<link href="skins/{PHP.skin}/{PHP.skin}.css" type="text/css" rel="stylesheet" />


<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>


<!-- END: HEADER -->

Bu mesaj McGhosT tarafından 2011-02-08 18:13 GMT, 5546 Gün önce düzenlendi.
Bu abi Yerle ?ok Sevi?ti, D??mek Ay?p Deil, Kalkmas?n? ?il, Ve Acele Et ?u G?z Ya?lar?n? SiL.!! :sunglasses

 

Powered by Seditio © 2009-2012 All Rights Reserved