PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : حذف یک Position از توی قالب



Rouzbeh
10-20-2007, 10:26 AM
سلام ...
من به یه مشکل کوچولو برخورد کردم !
از مامبو 4.6.2 انگلیسی استفاده میکنم و یه Template انگلیسی رو هم روش گذاشتم که دارم یه مقدار تغییرش میدم. فقط مساله اینجاست که یه Position ه Left توی قالب هست که من نمیخوامش... یعنی میخوام Content هام از سمت چپ قالب نشون داده بشن ولی بخاطر این Position ه میان وسط صفحه (: و خب هر کاری کردم نتونستم این Position رو کلا حذف کنم که Contents م بره سمت چپ قالب ...
چکار باید بکنم ؟

abtin
10-20-2007, 10:33 AM
از مديريت ماژول هاي هيچ ماژولي رو در موقعيت left منتشر نكنيد خود به خود اين موقعين نميآد.

يا اگه مي خواين كلا اين قسمت حذف بشه . در فايل index.php قالبتون كد
<?php mosLoadModules('left'); ?> را حذف كنيد

farhad
10-20-2007, 11:30 AM
در فايل index.php قالبتون table مربوط به موقعيت left رو پاك كنيد و table قسمت mainbody رو عريض‌تر كنيد.

Rouzbeh
10-20-2007, 11:55 AM
سلام
ممنون بابت جوابها ولی هنوز به نتیجه نرسیدم ):
این لینک، یه عکس از صفحست ... چون دارم لوکال کار میکنم نمیتونم لینک بدم (: ولی ازش عکس گرفتم که ببینین مشکل از کجاست ...
<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>

دو قسمت صفحه توسط یه سری خط چین عمودی آبی رنگ از هم جدا شدن که اون قسمت سمت چپ همون Position ایه که من میخوام حذف شه و محتوای من (مثلا همین Contact Us) از منتها الیه سمت چپ Template نشون داده بشه ...
اون کد رو هم که پاک میکنم کل صفحه به هم میریزه ... و Width هر کدوم از table ها رو که ادیت میکنم هیچ تغییری ایجاد نمیشه ))):

Rouzbeh
10-20-2007, 12:05 PM
امم ... من میخواستم کدش رو هم بذارم که یادم رفت ... (:

&lt;tr&gt;

&lt;td colspan=&quot;5&quot; width=&quot;170&quot; height=&quot;590&quot; bgcolor=&quot;#333333&quot; valign=&quot;top&quot; style=&quot;padding-left:5px;&quot; rowspan=&quot;2&quot; align=&quot;left&quot;&gt;
&lt;?php mosLoadModules ( &#039;left&#039; ); ?&gt;
&lt;/td&gt;

&lt;td background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_23.jpg&quot; width=&quot;5&quot; height=&quot;590&quot; rowspan=&quot;2&quot;&gt;
&lt;/td&gt;

&lt;td colspan=&quot;7&quot; bgcolor=&quot;#333333&quot; width=&quot;595&quot; height=&quot;459&quot; valign=&quot;top&quot; style=&quot;padding-left:5px;&quot; align=&quot;left&quot;&gt;
&lt;?php mosMainBody(); ?&gt;
&lt;/td&gt;

&lt;/tr&gt;

farhad
10-20-2007, 12:26 PM
خب TD كه موقعيت left داره رو پاك كنيد !
width قسمت mainbody رو هم بهش 170px اضافه كنيد !
كه ميشه :



&lt;tr&gt;

&lt;td background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_23.jpg&quot; width=&quot;5&quot; height=&quot;590&quot; rowspan=&quot;2&quot;&gt;
&lt;/td&gt;

&lt;td colspan=&quot;7&quot; bgcolor=&quot;#333333&quot; width=&quot;765&quot; height=&quot;459&quot; valign=&quot;top&quot; style=&quot;padding-left:5px;&quot; align=&quot;left&quot;&gt;
&lt;?php mosMainBody(); ?&gt;
&lt;/td&gt;

&lt;/tr&gt;

Rouzbeh
10-20-2007, 04:58 PM
با عرض معذرت من هنوز نتونستم مشکل رو حل کنم.
همونطوری که گفتین TD که موقعیت left داره رو پاک کردم ولی فرقی نکرد ....
من کد template و css رو گذاشتم، ممنون می شم یه نگاهی بهش بندازین شاید مشکل حل شد (:


&lt;?php
defined( &#039;_VALID_MOS&#039; ) or die( &#039;Direct Access to this location is not allowed.&#039; );
// needed to seperate the ISO number from the language file constant _ISO
$iso = split( &#039;=&#039;, _ISO );
// xml prolog
echo &#039;&lt;?xml version=&quot;1.0&quot; encoding=&quot;&#039;. $iso[1] .&#039;&quot;?&#039; .&#039;&gt;&#039;;
?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>
&lt;html xmlns=&quot;<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>
&lt;head&gt;
&lt;?php mosShowHead(); ?&gt;
&lt;meta <b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b> content=&quot;text/html; &lt;?php echo _ISO; ?&gt;&quot; /&gt;
&lt;link href=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/&lt;?php echo $cur_template;?&gt;/css/template_css.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;&lt;?php echo $mosConfig_sitename?&gt;&quot; href=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/index.php?option=com_rss&amp;feed=RSS2.0&amp;no_html=1&quot; /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;body bgcolor=&quot;#FFFFFF&quot; leftmargin=&quot;0&quot; topmargin=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot;&gt;
&lt;center&gt;
&lt;table id=&quot;Table_01&quot; width=&quot;788&quot; height=&quot;715&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; width=&quot;76&quot; height=&quot;34&quot; bgcolor=&quot;#ffffff&quot;&gt;&lt;/td&gt;

&lt;td background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_02.jpg&quot; width=&quot;5&quot; height=&quot;34&quot;&gt;
&lt;/td&gt;
&lt;td rowspan=&quot;2&quot;&gt;
&lt;a href=&quot;index.php&quot;&gt;&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_03.jpg&quot; width=&quot;90&quot; Height=&quot;38&quot;border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;/td&gt;

&lt;td rowspan=&quot;2&quot; background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_04.jpg&quot; width=&quot;1&quot; height=&quot;38&quot;&gt;
&lt;/td&gt;
&lt;td colspan=&quot;3&quot; rowspan=&quot;2&quot;&gt;
&lt;a href=&quot;ABOUT US&quot;&gt;&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_05.jpg&quot; width=&quot;90&quot; height=&quot;38&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;/td&gt;

&lt;td rowspan=&quot;2&quot; background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_06.jpg&quot; width=&quot;1&quot; height=&quot;38&quot;&gt;
&lt;/td&gt;
&lt;td rowspan=&quot;2&quot;&gt;
&lt;a href=&quot;GALLERY&quot;&gt;&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_07.jpg&quot; width=&quot;90&quot; height=&quot;38&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;/td&gt;

&lt;td rowspan=&quot;2&quot; background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_06.jpg&quot; width=&quot;1&quot; height=&quot;38&quot;&gt;
&lt;/td&gt;
&lt;td rowspan=&quot;2&quot;&gt;
&lt;a href=&quot;EVENTS&quot;&gt;&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_28.jpg&quot; width=&quot;90&quot; height=&quot;38&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;/td&gt;

&lt;td rowspan=&quot;2&quot; background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_06.jpg&quot; width=&quot;1&quot; height=&quot;38&quot;&gt;
&lt;/td&gt;
&lt;td rowspan=&quot;2&quot;&gt;
&lt;a href=&quot;COPYRIGHT&quot;&gt;&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_29.jpg&quot; width=&quot;90&quot; height=&quot;38&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;/td&gt;

&lt;td colspan=&quot;4&quot; background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_10.jpg&quot; width=&quot;344&quot; height=&quot;34&quot;&gt;
&lt;/td&gt;



&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;15&quot; background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_18.jpg&quot; width=&quot;783&quot; height=&quot;1&quot;&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td rowspan=&quot;3&quot; background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_19.jpg&quot; width=&quot;8&quot; height=&quot;595&quot;&gt;
&lt;/td&gt;
&lt;td colspan=&quot;13&quot; background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_20.jpg&quot; width=&quot;770&quot; height=&quot;5&quot;&gt;
&lt;/td&gt;
&lt;td colspan=&quot;2&quot; rowspan=&quot;3&quot; background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_21.jpg&quot; width=&quot;10&quot; height=&quot;595&quot;&gt;
&lt;/td&gt;
&lt;tr&gt;
&lt;td colspan=&quot;5&quot; width=&quot;170&quot; height=&quot;590&quot; bgcolor=&quot;#003333&quot; valign=&quot;top&quot; style=&quot;padding-left:5px;&quot; rowspan=&quot;2&quot; align=&quot;left&quot;&gt;
&lt;?php mosLoadModules ( &#039;left&#039; ); ?&gt;
&lt;/td&gt;
&lt;td background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_23.jpg&quot; width=&quot;5&quot; height=&quot;590&quot; rowspan=&quot;2&quot;&gt;
&lt;/td&gt;
&lt;td colspan=&quot;7&quot; bgcolor=&quot;#333300&quot; width=&quot;995&quot; height=&quot;459&quot; valign=&quot;top&quot; style=&quot;padding-left:5px;&quot; align=&quot;left&quot;&gt;
&lt;?php mosMainBody(); ?&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td colspan=&quot;7&quot; bgcolor=&quot;#333333&quot; width=&quot;595&quot; height=&quot;131&quot; valign=&quot;top&quot; style=&quot;padding-left:5px;&quot; align=&quot;left&quot;&gt;
&lt;?php mosLoadModules ( &#039;top&#039; ); ?&gt;&lt;/td&gt;
&lt;/tr&gt;


&lt;tr&gt;

&lt;td background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_25.jpg&quot; width=&quot;8&quot; height=&quot;10&quot;&gt;
&lt;/td&gt;
&lt;td colspan=&quot;13&quot; background=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/sg_15_26.jpg&quot; width=&quot;770&quot; height=&quot;10&quot;&gt;
&lt;/td&gt;


&lt;/td&gt;



&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;8&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;68&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;5&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;90&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;1&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;6&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;5&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;79&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;1&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;90&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;1&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;90&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;5&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;329&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;5&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/siteground14/images/spacer.gif&quot; width=&quot;5&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;&lt;/td&gt;


&lt;/tr&gt;



&lt;/table&gt;


&lt;table align=&quot;center&quot;&gt;
&lt;tr&gt;&lt;td&gt;
&lt;p style=&quot;color:#333333;&quot;&gt;&lt;? $sg = &#039;&#039;; include &quot;templates.php&quot;; ?&gt;&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;/table&gt;

&lt;/center&gt;
&lt;/body&gt;
&lt;/html&gt;





body {
margin: 0;
padding: 0;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #ccc;
background-color: #ffffff;
}
/* Links */
a:link, a:visited {
font-size: 11px;
color: #758ba3;
text-decoration: none;
}

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

div#container {
padding: 0;
position: absolute;
left: 50%;
margin: 20px 0 0 -393px;
}

div#body_container {
position: relative;
width: 786px;
padding: 0;
margin: 0;
background: #999999;
}

#body_top, #body_bottom {
padding: 0;
margin: 0;
width: 786px;
text-align:center;
}


div#contents, div#mod_right {
position: absolute;
top: 30px;
margin: 0 0 0 10px;
}

div#mod_right {
width: 120px;
right: 8px;
margin: 0 2px 0 0;
border-left: 1px solid #cccccc;
padding: 0 10px 0 10px;
display: block;
}

div#contents {
margin: -4px 0 0 0;
left: 149px;
width: 466px;
padding: 0 10px 4em 5px;
line-height: 1.66;
}

a.contents, a.contents:visited {
border-top: 1px solid #777777;
border-bottom: 1px solid #777777;
border-left: 8px solid #777777;
border-right: 1px solid #777777;
background-color: #333333;
color: #fefefe;
font-weight: bold;
padding: 1px 4px 1px 2px;
}

a.contents:hover {
border-top: 1px solid rgb(153, 153, 0);
border-bottom: 1px solid rgb(153, 153, 0);
border-left: 8px solid rgb(153, 153, 0);
border-right: 1px solid rgb(153, 153, 0);
background: #333;
color: #CCCCCC;
padding: 1px 4px 1px 2px;
}

div#footer {
width: 786px;
margin: 10px 0 10px 10px;
text-align: center;
}

/**
* Mambo stylings
*/

td,tr,p {
font-size: 11px;
font-weight: normal;
color: #ccc;
}

/* Styles for dhtml tabbed-pages */
.ontab {
background-color: #4a5c72;
border-left: outset 2px #5b718d;
border-right: outset 2px #5b718d;
border-top: outset 2px #5b718d;
border-bottom: solid 1px #5b718d;
text-align: center;
cursor: hand;
font-weight: bold;
color: #FFFFFF;
}
.offtab {
background-color : #e5e5e5;
color: #003300;
border-left: outset 2px #E0E0E0;
border-right: outset 2px #E0E0E0;
border-top: outset 2px #E0E0E0;
border-bottom: solid 1px #d5d5d5;
text-align: center;
cursor: hand;
font-weight: normal;
}
.tabpadding {
}

.tabheading {
background-color: #6885a7;
text-align: left;
color:#333333;
}

.pagetext {
visibility: hidden;
display: none;
position: relative;
top: 0;
}
h4 {
color: #333333;
font-size: 14px; font-weight: bold;
}

h5 {
color: #333333;
font-size: 13px; font-weight: bold;
}

h6 {
color: #333333;
font-size: 12px; font-weight: bold;
}


/* Horizontal Line */
hr {
background: #333333; height:2px; border: 1px solid;
}

hr.separator {
background: #333333;
height: 1px;
width: 75px;
border: 0px;
}


/* --Default Class Settings-- */

a.mainlevel:link, a.mainlevel:visited {
color: #ccc;
text-align: right;
}

a.mainlevel:hover {
color: #286fad;
text-align: right;
}

a.mainmenu:link, a.mainmenu:visited {
color: #CCC;
font-weight: normal;
}

a.mainmenu:hover, {
color: #286fad;
text-decoration: underline;
}

a.sublevel:link, a.sublevel:visited {
color: #CCC;
font-weight: normal;
}

a.sublevel:hover {
color: #286fad;
text-decoration: underline;
}



/* Content - Sections &amp; Categories */
.contentpane {
}

.contentpaneopen {
}

.contentheading {
border-left: 4px solid #6a87a9;
padding-left: 4px;
font-size: 14px;
font-weight: bold;
color: #758ba3;
}

.contentpagetitle {
font-size: 14px;
font-weight: bold;
color: #758ba3;
}

table.contenttoc {
color: #333300;
border: 1px dotted #CCC;
}

table.contenttoc td {
font-size: 8pt;
font-weight: normal;
text-align:left;
}

.contentdescription {
}

/* Links */
a.blogsection:link, a.blogsection:visited {
color: #CCC; text-decoration: none; font-weight: normal;
font-size: 10px;
}

a.blogsection:hover {
color: #758ba3; text-decoration: underline;
font-weight: normal;
font-size: 10px;
}

a.weblinks:link, a.weblinks:visited {
color: #758ba3;
text-decoration: none;
font-weight: normal;
}

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

a.readon:link, a.readon:visited {
color: #758ba3;
text-decoration: none;
font-weight: normal;
}

a.readon:hover {
color: #CCC;
}

table.moduletable {
margin: 0px 0px 0px 0px;
width: 95%;
padding-top: 15px;
border-left: solid 0px #000000;
border-right: solid 0px #000000;
border-top: solid 0px #000000;
border-bottom: solid 0px #000000;
}

table.moduletable th {
font-size: 11px;
font-weight: bold;
color: #ccc;
text-align: left;
width: 100%;
height: 20px;
border-bottom: 1px solid #ccc;
}

table.moduletable td {
font-size: 11px;
}

.componentheading {
font-weight: bold;
font-size: 14px;
padding-left: 4px;
color: #fff;
border-left: 4px solid #6a87a9;
}

.button {
color: #333333;
margin-top: 4px;
font-weight: bold;
text-align: center;
font-size: 12px;
font: bold;
background: #fff;
border: 1px solid #CCCCCC;
height: 20px;
}

.inputbox {
font-size: 12px;
color: #CCC;
letter-spacing: 1.5px;
background-color: #707070;
border: 1px solid #333333;
}

/** category text format and links **/
.category {
color: #ccc;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

a.category:link, a.category:visited {
color: #758ba3;
font-weight: bold;
}

a.category:hover {
color: #ccc;
}

.poll {
font-size: 11px;
font-weight: bold;
line-height: 14px;
}

.pollstableborder {
border: 1px solid rgb(59, 59, 35);
}

.sectiontableentry1 {
border-bottom: 1px solid #707070;
}

.sectiontableentry2 {
border-bottom: 1px solid #707070;
}

.sectiontableheader {
color : #fefefe;
font-weight : bold;
background: #203049;
border-bottom: 1px solid #cccccc;
}

.small {
font-size: 10px;
color: #fefefe;
text-decoration: none;
font-weight: normal;
}

.smalldark, a.smalldark:link, a.smalldark:visited {
font-size: 10px;
color: #333300;
text-decoration: none;
font-weight: normal;
}
a.smalldark:hover {
color: #CCCC66;
}

.newsfeedheading {
font-size: 12px;
font-weight: bold;
color: #333333;
text-align:left;
}

.newsfeeddate {
font-size: 10px;
color: #A7CF43;
font-weight: normal;
}

.createdate {
font-size: 9px;
color: #6a87a9;
text-decoration: none;
font-weight: normal;
}

.modifydate {
font-size: 10px;
color: #6a87a9;
text-decoration: none;
font-weight: normal;
}

ul {
margin: 0px 0px 0px 0px;
}

.fase4rdf {
font-size: 11px; color: #242D0C; font-weight: normal;
}

a.fase4rdf:link {
font-size: 11px; font-weight: normal; color: #405115;
}

a.fase4rdf:hover {
font-weight: bold; color: #777777;
}

table.searchintro {
border: 1px solid #777777;
}

table.contact {
}

table.contact td.icons {
display: none;
}

table.contact td.details {
font-size: 11px;
background-color: #707070;
border-left: 4px solid #333333;
}

.pagenav {
font-weight: normal;
}

a.pagenav, a.pagenav:visited {
font-weight: bold;
color: #CCC;
}

a.pagenav:hover {
color: #758ba3;
}

/* Content voting */
.content_rating {
font-weight: normal;
font-size: 8pt;
}

.content_vote {
font-weight: normal;
font-size: 8pt;
}

a.sgfooter:link, a.sgfooter:visited {
color : #333333;
font-size : 11px;
font-family: Arial;
text-decoration:none;
}
a.sgfooter:hover {
color : #333333;
font-family: Arial;
text-decoration:none;
}
.sgf {
font-size: 9px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #fefefe;
text-decoration:none;
}
.sgf1 {
font-size: 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #fefefe;
text-align:left;
}

a.sglink:link, a.sglink:visited {
color : #fefefe;
font-size : 11px;
font-family: Arial;
text-decoration:none;
}
a.sglink:hover {
color : #fefefe;
font-family: Arial;
text-decoration:none;
}

Rouzbeh
10-20-2007, 06:34 PM
ممنون از راهنمایی تون ! تونستم مشکل رو حل کنم. ;)