Jet Teması - Eksik Satır

Temalar ile ilgili soru, sorun ve tartışmalar.

Jet Teması - Eksik Satır

İleti Termi 09.01.2006, 20:04

Arkadaşlar Jet isimli temaya Advanced Group Color Management 1.2.1 modunu yüklerken üç dosya da uygun satırlar yok ne yapmalıyım :?

Kod: Tümünü seç
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/index_body.tpl

#
#-----[ FIND ]------------------------------------------------
#
<td class="row1" align="center" valign="middle" rowspan="{%:1}"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>

#
#-----[ INCREMENT ]-------------------------------------------
#
%:1 +1

#
#-----[ FIND ]------------------------------------------------
#
   <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} &nbsp; [ {L_WHOSONLINE_ADMIN} ] &nbsp; [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>

#
#-----[ REPLACE WITH ]----------------------------------------
#
   <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>

#
#-----[ FIND ]------------------------------------------------
#
</table>

<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
   <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>

#
#-----[ BEFORE, ADD ]-----------------------------------------
#
   <tr>
      <td class="row1" align="left">
         <b class="gensmall">{L_GROUP_LEGEND}
         <!-- BEGIN legend -->
         <!-- BEGIN color -->
         <a href="{legend.U_GROUP}" title="{legend.GROUP_DESCRIPTION}"{legend.GROUP_COLOR}>{legend.GROUP_NAME}</a>{legend.color.L_COMMA}
         <!-- END color -->
         <!-- END legend -->
         </b>
      </td>
   </tr>

#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/overall_header.tpl

#
#-----[ FIND ]------------------------------------------------
#
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }

#
#-----[ AFTER, ADD ]------------------------------------------
#
.username_color { font-size : {T_FONTSIZE1}px; font-weight : bold; }
a.username_color { font-size : {T_FONTSIZE1}px; font-weight : bold; text-decoration : none; }
a.username_color:hover { font-size : {T_FONTSIZE1}px; font-weight : bold; color : {T_BODY_HLINK}; text-decoration : underline; }

#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/subSilver.css

#
#-----[ FIND ]------------------------------------------------
#
.helpline { background-color: #DEE3E7; border-style: none; }

#
#-----[ AFTER, ADD ]------------------------------------------
#
.username_color { font-size : 10px; font-weight : bold; }
a.username_color { font-size : 10px; font-weight : bold; text-decoration : none; }
a.username_color:hover { font-size : 10px; font-weight : bold; color : #DD6900; text-decoration : underline; }

#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------


index_body.tpl

Kod: Tümünü seç
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
  <tr>
   <td align="left" valign="bottom"><span class="gensmall">
   <!-- BEGIN switch_user_logged_in -->
   {LAST_VISIT_DATE}<br />
   <!-- END switch_user_logged_in -->
   {CURRENT_TIME}<br /></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
   <td align="right" valign="bottom" class="gensmall">
      <!-- BEGIN switch_user_logged_in -->
      <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br />
      <!-- END switch_user_logged_in -->
      <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
  </tr>
</table>

<!-- BEGIN catrow -->
<table width="100%" cellpadding="2" cellspacing="0" class="forumline">
<thead>
   <caption><table border="0" cellspacing="0" cellpadding="0" width="100%" class="forumheader">
   <tr>
      <td align="left" valign="bottom" width="25"><img src="templates/Jet/images/hdr_left.gif" width="25" height="27" alt="" /></td>
      <td align="center"><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></td>
      <td align="right" valign="bottom" width="25"><img src="templates/Jet/images/hdr_right.gif" width="25" height="27" alt="" /></td>
   </tr></table></caption>
</thead>
<tbody>
<tr>
   <th colspan="2">{L_FORUM}</th>
   <th width="50">{L_TOPICS}</th>
   <th width="50">{L_POSTS}</th>
   <th>{L_LASTPOST}</th>
</tr>
<!-- BEGIN forumrow -->
<tr>
   <td class="row1" align="center" valign="middle" style="padding: 5px;"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="23" height="23" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
   <td class="row1" width="100%"><span class="forumlink"> <script language="JavaScript">FolderStart('{catrow.forumrow.FORUM_FOLDER_IMG}');</script><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><script language="JavaScript">FolderEnd();</script><br />
     </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
     </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
   <td class="row2" align="center" valign="middle"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
   <td class="row2" align="center" valign="middle"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
   <td class="row2" align="center" valign="middle" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
</tr>
<!-- END forumrow -->
</tbody>
</table>
<br class="spacer" />
<!-- END catrow -->

<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
  <tr>
   <td align="left">
   <!-- BEGIN switch_user_logged_in -->
      <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span>
   <!-- END switch_user_logged_in -->
   </td>
   <td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
  </tr>
</table>

<table width="100%" cellpadding="3" cellspacing="0" class="forumline">
<thead>
   <caption><table border="0" cellspacing="0" cellpadding="0" width="100%" class="forumheader">
   <tr>
      <td align="left" valign="bottom" width="25"><img src="templates/Jet/images/hdr_left.gif" width="25" height="27" alt="" /></td>
      <td align="center"><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></td>
      <td align="right" valign="bottom" width="25"><img src="templates/Jet/images/hdr_right.gif" width="25" height="27" alt="" /></td>
   </tr></table></caption>
</thead>
<tbody>
<tr>
   <td class="row1" align="center" valign="middle" rowspan="{%:1 +1}" style="padding: 5px;"><img src="templates/Jet/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" width="23" height="23" /></td>
   <td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
   </td>
</tr>
<tr>
   <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</tbody>
</table>

<tr>
      <td class="row1" align="left">
         <b class="gensmall">{L_GROUP_LEGEND}
         <!-- BEGIN legend -->
         <!-- BEGIN color -->
         <a href="{legend.U_GROUP}" title="{legend.GROUP_DESCRIPTION}"{legend.GROUP_COLOR}>{legend.GROUP_NAME}</a>{legend.color.L_COMMA}
         <!-- END color -->
         <!-- END legend -->
         </b>
      </td>
   </tr><table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
   <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>

<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
  <table width="100%" cellpadding="2" cellspacing="0" class="forumline">
<thead>
   <caption><table border="0" cellspacing="0" cellpadding="0" width="100%" class="forumheader">
   <tr>
      <td align="left" valign="bottom" width="25"><img src="templates/Jet/images/hdr_left.gif" width="25" height="27" alt="" /></td>
      <td align="center"><a name="login"></a>{L_LOGIN_LOGOUT}</td>
      <td align="right" valign="bottom" width="25"><img src="templates/Jet/images/hdr_right.gif" width="25" height="27" alt="" /></td>
   </tr></table></caption>
</thead>
<tbody>
   <tr>
     <td class="row1" align="center" valign="middle"><table border="0" cellspacing="0" cellpadding="1">
     <tr>
      <td><span class="gensmall">{L_USERNAME}:</span></td>
      <td><input class="post" type="text" name="username" size="10" /></td>
      <td><span class="gensmall">&nbsp;&nbsp;&nbsp;{L_PASSWORD}:</span>
      <td><input class="post" type="password" name="password" size="10" maxlength="32" /></td>
      <!-- BEGIN switch_allow_autologin -->
      <td><span class="gensmall">&nbsp;&nbsp; &nbsp;&nbsp;{L_AUTO_LOGIN}</span></td>
      <td width="20"><span class="cbstyled"><input type="checkbox" name="autologin" /></span></td>
      <!-- END switch_allow_autologin -->
      <td><span class="gensmall">&nbsp;&nbsp;&nbsp;</span></td>
      <td><input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /></td>
     </tr>
     </table></td>
   </tr>
   </tbody>
  </table>
</form>
<!-- END switch_user_logged_out -->

<br clear="all" />

<table cellspacing="3" border="0" align="center" cellpadding="0">
  <tr>
   <td width="20" align="center"><img src="templates/Jet/images/folder_new_big.gif" alt="{L_NEW_POSTS}" width="23" height="23" /></td>
   <td><span class="gensmall">{L_NEW_POSTS}</span></td>
   <td>&nbsp;&nbsp;</td>
   <td width="20" align="center"><img src="templates/Jet/images/folder_big.gif" alt="{L_NO_NEW_POSTS}" width="23" height="23" /></td>
   <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
   <td>&nbsp;&nbsp;</td>
   <td width="20" align="center"><img src="templates/Jet/images/folder_locked_big.gif" alt="{L_FORUM_LOCKED}" width="23" height="23" /></td>
   <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
  </tr>
</table>


overall_header.tpl

Kod: Tümünü seç
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/Jet/{T_HEAD_STYLESHEET}" type="text/css">
<script language="javascript" type="text/javascript" src="templates/Jet/scripts.js"></script>
<script language="javascript" type="text/javascript" src="templates/Jet/formStyle.js"></script>
<link rel="icon" href="templates/Jet/images/favicon.ico" />
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
   if ( {PRIVATE_MESSAGE_NEW_FLAG} )
   {
   /*   window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); */
   }
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body>
<a name="top"></a>
<img id="formStyleTestImage" src="templates/Jet/images/spacer.gif" />
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center" id="maintable">
<tr>
   <td valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0" id="logotable">
   <tr>
      <td align="left"><a href="{U_INDEX}"><img src="templates/Jet/images/logo_left.gif" height="77" alt="{L_INDEX}" /></a></td>
      <td align="right" width="15"><img src="templates/Jet/images/logo_right.gif" width="15" height="77" alt="" /></td>
   </tr>
   </table>
   <table border="0" width="100%" cellspacing="0" cellpadding="0" id="buttonstable">
   <tr>
      <td align="left" valign="top" width="15"><img src="templates/Jet/images/logo2_left.gif" width="15" height="24" alt="" /></td>
      <td align="center" valign="middle" width="100%" id="header-buttons">
         <!-- BEGIN switch_user_logged_out -->
         <a href="{U_REGISTER}">{L_REGISTER}</a> •
         <!-- END switch_user_logged_out -->
         <!-- BEGIN switch_user_logged_in -->
         <a href="{U_PROFILE}">{L_PROFILE}</a> •
         <a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}</a> •
         <!-- END switch_user_logged_in -->
         <a href="{U_SEARCH}">{L_SEARCH}</a> •
         <a href="{U_FAQ}">{L_FAQ}</a> •
         <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> •
         <a href="{U_GROUP_CP}">{L_USERGROUPS}</a> •
         <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
      </td>
      <td align="right" valign="top" width="15"><img src="templates/Jet/images/logo2_right.gif" width="15" height="24" alt="" /></td>
   </tr>
   </table>
   <table border="0" width="100%" cellspacing="0" cellpadding="0" class="contenttop">
   <tr>
      <td align="left" valign="bottom" width="50%"><img src="templates/Jet/images/c_left_top.gif" width="10" height="10" alt="" /></td>
      <td align="right" valign="bottom" width="50%"><img src="templates/Jet/images/c_right_top.gif" width="10" height="10" alt="" /></td>
   </tr>
   </table>
   <table border="0" width="100%" cellspacing="0" cellpadding="0" class="content">
   <tr>
      <td class="contentleft"><img src="templates/Jet/images/spacer.gif" width="6" height="1" alt="" /></td>
      <td class="content" valign="top">

   <!-- BEGIN switch_user_logged_in -->
   <center><div class="pm-{PRIVMSG_IMG}"><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></div></center>
   <!-- END switch_user_logged_in -->


Jet.css

Kod: Tümünü seç
html, body {
   background-color: #D7DDE4;
   padding: 0;
   margin: 0;
}
body { padding: 0 5px; }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a, a:visited { color: #325375; }
a:hover      { text-decoration: underline; color: #FF7F00; }
hr   { height: 0px; border: solid #325375 0px; border-top-width: 1px;}
form { display: inline; padding: 0; margin: 0; }
img { border: 0; }
br.spacer { height: 5px; font-size: 5px; line-height: 5px; overflow: hidden; }
caption { margin: 0; padding: 0; }
iframe { border: none; background-color: #EAEEF3; }

/* Header and Logo */
#logotable td { background: url(images/logo_mid.gif) top left repeat-x; height: 77px; overflow: hidden; }
#buttonstable { margin-bottom: 5px; }
#buttonstable td { background: url(images/logo2_mid.gif) top left repeat-x; }
#header-buttons {
   font-size: 11px;
   color: #FFA44A;
   padding-bottom: 2px;
}
#header-buttons a, #header-buttons a:visited {
   color: #E7EBF0;
   text-decoration: none;
}
#header-buttons a:hover { color: #FFF; text-decoration: underline; }

/* This is the border line & background colour round the entire content */
.contenttop td { background: url(images/c_top.gif) left bottom repeat-x; height: 10px; overflow: hidden; }
.contentbottom td { background: url(images/c_bottom.gif) left top repeat-x; height: 10px; overflow: hidden; }
.contentleft { background: #EAEEF3 url(images/c_left.gif) left top repeat-y; }
.contentright { background: #EAEEF3 url(images/c_right.gif) right top repeat-y; }
td.content { background-color: #EAEEF3; }

/* This is the outline round the main forum tables */
.forumline   { border: solid 1px #325375; background-color: #E6EAF0; }

/* Forum header */
.forumheader td {
   background: url(images/hdr_mid.gif) left bottom repeat-x;
   font-size: 12px;
   font-weight: bold;
   color: #2F5072;
}
.forumheader a, .forumheader a:visited {
   color: #2F5072;
   text-decoration: underline;
}
.forumheader a:hover {
   color: #FF7F00;
   text-decoration: underline;
}

/* pm popup */
.pm-old { display: none; }
.pm-new { margin: 30px; }
.pm-new a, .pm-new a:visited {
   border: solid 1px #FF7F00;
   padding: 25px 45px;
   color: #325375;
   text-decoration: underline;
   font-size: 12px;
   font-weight: bold;
   background-color: #E6EAF0;
}
.pm-new a:hover, .pm-new a:active {
   color: #FF7F00;
}
/* Main table cell colours and backgrounds */
td.row1, td.row2, td.row3, td.row3Right, td.postbottom {
   border-left: solid 1px #F5F7F9;
   border-right: solid 1px #A1B3C6;
   border-top: solid 1px #F5F7F9;
   border-bottom: solid 1px #849AB1;
   background-color: #E6EAF0;
}

/* Header cells - the blue and silver gradient backgrounds */
th, td.spaceRow, td.th {
   color: #E7EBF0;
   font-size: 11px;
   font-weight: bold;
   background: #4A6786 url(images/th.gif) top left repeat-x;
   white-space: nowrap;
   padding: 0 5px;
   text-align: center;
   height: 26px;
   border-left: solid 1px #5B7EA4;
   border-right: solid 1px #355373;
   border-top: solid 1px #57799D;
   border-bottom: solid 1px #48698D;
}
th.left { text-align: left; }

td.catBottom {
   background: #F2F4F6 url(images/catbottom.gif) top left repeat-x;
   height: 24px;
   padding: 1px 3px;
   border-left: solid 1px #E2E4E8;
   border-right: solid 1px #B8BCC0;
   border-top: solid 1px #E2E4E8;
   border-bottom: solid 1px #B8BCC0;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.spaceRow2 {
   background: #E8EAEC url(images/cathead.gif) top left repeat-x;
   height: 24px;
   padding: 0 3px;
   border-left: solid 1px #E2E4E8;
   border-right: solid 1px #B8BCC0;
   border-top: solid 1px #E2E4E8;
   border-bottom: solid 1px #B8BCC0;
}
td.spaceRow, td.spaceRow2 { height: 2px; overflow: hidden; font-size: 2px; line-height: 2px; padding: 0; }
.cat,.catHead,.catSides,.catLeft,.catRight,.catBottom { font-size: 12px; }


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.catHead { font-size: 12px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2   {
         font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
         text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #325375; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: #FF7F00; text-decoration: underline; }

.generror { color: #F31111; }
.progress { background-color: #FF7F00; }

/* The register, login, search etc links at the top of the page */
.mainmenu      { font-size : 11px; color : #000000 }
a.mainmenu      { text-decoration: none; color : #325375;  }
a.mainmenu:hover{ text-decoration: underline; color : #FF7F00; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink      { font-weight: bold; font-size: 12px; color : #325375; }
a.forumlink    { text-decoration: none; color : #325375; }
a.forumlink:hover{ text-decoration: underline; color : #FF7F00; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav         { font-weight: bold; font-size: 11px; color : #000000;}
a.nav         { text-decoration: none; color : #325375; }
a.nav:hover      { text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle         { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #325375; }
a.topictitle:visited { text-decoration: none; color : #27415B; }
a.topictitle:hover   { text-decoration: underline; color : #FF7F00; }

/* new thread link */
.link-new a, .link-new a:visited, .link-new a.topictitle, .link-new a.topictitle:visited { color: #FF7F00; }
.link-new a:hover, .link-new a:active, .link-new a.topictitle:hover, .link-new a.topictitle:active { color: #6684A3; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name         { font-size: 11px; }
.postername      { font-size: 11px; font-weight: bold; color: #325375; line-height: 1.5em; }

/* Location, number of posts, post date etc */
.postdetails      { font-size: 10px; }
.posterrank      { font-size: 9px; color: #14283D; }
.posterprofile   { font-size: 10px; color: #1E3853; }

/* The content of the posts (body of text) */
.postbody { font-size: 12px;}
.postbody a   { text-decoration: none; color: #325375; }
.postbody a:visited { text-decoration: none; color: #27415B; }
.postbody a:hover { text-decoration: underline; color: #FF7F00; }

/* Other post stuff */
td.postbottom {
   background: #CED2D7 url(images/profile.gif) top left repeat-x;
   font-size: 10px;
   color: #325375;
   white-space: nowrap;
}

.postsubject {
   font-size: 12px;
   font-weight: bold;
   color: #325375;
}

/* Quote & Code blocks */
.quote-table, .code-table {
   border: solid 1px #325375;
   margin: 5px 0;
}
.quote-corner, .code-corner {
   background-color: #4F7092;
   border-right: solid 1px #325375;
}
.quote-left {
   background: #4F7092 url(images/quote_left.gif) center center no-repeat;
   border-right: solid 1px #325375;
}
.code-left {
   background: #4F7092 url(images/code_left.gif) center center no-repeat;
   border-right: solid 1px #325375;
}
.quote-header, .code-header {
   border-bottom: solid 1px #325375;
   padding: 0 5px;
   text-align: left;
   vertical-align: middle;
   font-size: 11px;
   color: #325375;
   background-color: #EAEEF2;
}
.quote-text {
   color: #000;
   text-align: left;
   vertical-align: top;
   font-size: 11px;
   line-height: 125%;
   padding: 3px 5px;
   background-color: #EEF1F5;
}

.code-text {
   font-family: Courier, 'Courier New', sans-serif;
   color: #000;
   text-align: left;
   vertical-align: top;
   font-size: 11px;
   line-height: 125%;
   padding: 3px 5px;
   background-color: #EEF1F5;
}

/* Copyright and bottom info */
.copyright      { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}

/* Form elements */
input,textarea, select {
   color: #000000;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input.post, textarea {
   border: solid 1px #325375;
   background-color: #FFF;
}
* html input.post, * html textarea { border-color: #000; }
input.post:hover, textarea:hover { border-color: #FF7F00; color: #325375; }
input.post:focus, textarea:focus { border-color: #000; color: #000; }


select {
   background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
   background-color: #E6EAF0;
   color: #325375;
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
   border: solid 1px #A1B3C6;
}
input.button:hover {
   background-color: #DFE3EA;
   color: #000;
}
* html input.button { color: #000; }

/* The main submit button option */
input.mainoption {
   background-color: #FFF;
   font-weight : bold;
   border: solid 1px #000;
}

/* None-bold submit button */
input.liteoption {
   background-color: #EEF1F5;
   font-weight : normal;
   border: solid 1px #000;
}

input.mainoption:hover, input.liteoption:hover { color: #325375; border-color: #325375; }
input.mainoption:focus, input.liteoption:focus { color: #325375; border-color: #000; }


/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #E6EAF0; border: solid 1px #E6EAF0; }


/*
   Styled checkboxes and radio buttons.
   Created by Philip Howard, GamingHeadlines.co.uk
   Web: http://www.gamingheadlines.co.uk/wod/formstyle/index.html
*/
.checkbox {
   background: url(images/CheckboxUnchecked.gif) no-repeat center center;
   display: block;
   width: 16px;
   height:16px;
}
a.checkbox, a.checkboxchecked {
   display: block;
   width: 16px;
   height: 16px;
   cursor: pointer;
   cursor: hand;
}
a.checkbox {
   background: url(images/CheckboxUnchecked.gif) no-repeat center center;
}
a.checkboxchecked {
   background: url(images/CheckboxChecked.gif) no-repeat center center;
}

.radiobox {
   background: url(images/RadioboxUnchecked.gif) no-repeat center center;
   display: block;
   width: 16px;
   height:16px;
}
a.radiobox, a.radioboxchecked {
   display: block;
   width: 16px;
   height: 16px;
   cursor: pointer;
   cursor: hand;
}
a.radiobox {
   background: url(images/RadioboxUnchecked.gif) no-repeat center center;
}
a.radioboxchecked {
   background: url(images/RadioboxChecked.gif) no-repeat center center;
}

.inputhidden { display: none; }
Termi
Üye
Üye
 
İleti: 3
Kayıt: 06.01.2006, 14:18

İleti CeRBeR 10.01.2006, 00:08

bak sana küçük bi tiyo (genel olarak konuşuyorum bazen şaşabiliyo..)

.tpl dosyaları görüntü ile alakalıdır yani illaki modun koy dediği yere koymak zorunda değilsin canının istediği yere koyarsın en beğendiğin yere git koy işleyişte sorun oluşturmaz

.php dosyaları ise ööle değildir işleyişle alakalıdır ve koy dediği yere koymak zorundasın

.css dosyalarında ise git en dibe koy değişen bişey olmaz
Kullanıcı avatarı
CeRBeR
Üye
Üye
 
İleti: 232
Kayıt: 05.10.2005, 20:37

İleti Termi 23.01.2006, 17:51

Hallettim Teşekkürler CeRBeR
Termi
Üye
Üye
 
İleti: 3
Kayıt: 06.01.2006, 14:18

İleti Richard 23.01.2006, 18:26

bu temanın bi demosu yokmu
Kullanıcı avatarı
Richard
Üye
Üye
 
İleti: 34
Kayıt: 30.12.2005, 20:18

Cvp: Jet Teması - Eksik Satır

İleti Termi 23.01.2006, 18:59

Termi
Üye
Üye
 
İleti: 3
Kayıt: 06.01.2006, 14:18

İleti Richard 24.01.2006, 12:37

eywallah kardeşim rengi hoşuma gitti ;)
Kullanıcı avatarı
Richard
Üye
Üye
 
İleti: 34
Kayıt: 30.12.2005, 20:18


Soru(n)lar & Tartışmalar



Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 0 misafir

cron