سلام ، آیا این بازدید اول شماست ؟ یا
صفحه 2 از 2 نخستنخست 12
نمایش نتایج: از شماره 11 تا 20 , از مجموع 20

موضوع: مشکل در نمایس موقیت ماژول ها

  1. #11

    تاریخ عضویت
    Jul 2006
    محل سکونت
    کرمانشاه- دبیر اعظم دلفان آتش
    نوشته ها
    1,127
    تشکر
    0
    تشکر شده 3 بار در 3 ارسال

    پاسخ : مشکل در نمایس موقیت ماژول ها

    درود
    این کد را حذف فرمایید ببینید درست میشه
    کد:
    </li>
     	 	<li class="latestnews">

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  2. # ADS
    تبلیغات در جوملا فارسی
    تاریخ عضویت
    Always
    محل سکونت
    Advertising world
    نوشته ها
    Many
     

  3. #12

    تاریخ عضویت
    Aug 2008
    نوشته ها
    663
    تشکر
    109
    تشکر شده 9 بار در 9 ارسال

    پاسخ : مشکل در نمایس موقیت ماژول ها

    سلام
    در کدام فایل دلفان جان؟این کد نه در css هست نه در index.php

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  4. #13
    Team
    تاریخ عضویت
    Dec 2008
    محل سکونت
    ساری
    نوشته ها
    10,737
    تشکر
    295
    تشکر شده 2,409 بار در 2,066 ارسال

    پاسخ : مشکل در نمایس موقیت ماژول ها

    دوست عزیز به پاسخ خوب دقت کنید و عمل کنید
    [quote author=Mr.MersaD link=topic=31705.msg157326#msg157326 date=1296577607]
    دروود

    در خط 21 تا 18 فایل template_css.css

    این کد را جایگزین کنید
    کد:
    ul {
      list-style: square outside none;
      margin: 3px 5px 0 0;
      padding: 2px 15px 0 0;
    }
    شاد و سلامت در پناه ایزد
    [/quote]

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  5. #14

    تاریخ عضویت
    Aug 2008
    نوشته ها
    663
    تشکر
    109
    تشکر شده 9 بار در 9 ارسال

    پاسخ : مشکل در نمایس موقیت ماژول ها

    [quote author=دلفان آتش link=topic=31705.msg157333#msg157333 date=1296578758]
    درود
    این کد را حذف فرمایید ببینید درست میشه
    کد:
    </li>
     	 	<li class="latestnews">
    [/quote]

    دلفان جان این کد بعد از اجرا و نمایش قالب در هست نا در سورس اصلی که بخوام Edit کنم

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  6. #15

    تاریخ عضویت
    Aug 2008
    نوشته ها
    663
    تشکر
    109
    تشکر شده 9 بار در 9 ارسال

    پاسخ : مشکل در نمایس موقیت ماژول ها

    [quote author=Mr.MersaD link=topic=31705.msg157338#msg157338 date=1296579618]
    دوست عزیز به پاسخ خوب دقت کنید و عمل کنید
    [quote author=Mr.MersaD link=topic=31705.msg157326#msg157326 date=1296577607]
    دروود

    در خط 21 تا 18 فایل template_css.css

    این کد را جایگزین کنید
    کد:
    ul {
      list-style: square outside none;
      margin: 3px 5px 0 0;
      padding: 2px 15px 0 0;
    }
    شاد و سلامت در پناه ایزد
    [/quote]
    [/quote]
    دقیقا" همانطور که فرمودین جایگزین کردم دوباه اما باز هم تغییری نکرد فقط فونت ها کمی بهم ریخت

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  7. #16

    تاریخ عضویت
    Aug 2008
    نوشته ها
    663
    تشکر
    109
    تشکر شده 9 بار در 9 ارسال

    پاسخ : مشکل در نمایس موقیت ماژول ها

    این کد css :


    کد:
    /*
     * CSS Style for "Adonis" Theme 
     * @author webmizban.com - Ehsan Nikfarjam
     * @version 1.0
     * @url [مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
     * @email info @ webmizban.com
     */
    
    body{
    	font-family:Tahoma,Verdana,Trebuchet MS,Arial, Helvetica, sans-serif;
    	margin: 0px 0px 0px 0px;
    	background-color: #e8e8e8;
    	background-image: url(../images/bg.gif);
    }
    
    tr, p, div {
    	font-family:Tahoma,Verdana,Trebuchet MS,Arial, Helvetica, sans-serif;
      font-size:11px;
    	color:#272f27;	
    }
    hr {
    	background:#999999;
    	height:1px;
    	width:100%;
    }
    
    ul {
    	margin: 3px 3px 0px 0px;
    	padding: 2px 3px 0px 0px;
    	list-style: square;
    }
    
    li {
    }
    
    ol {
    	margin-right: 15px;
    }
    
    ol li {
    }
    
    .highlight {
     font-weight:bold;
     color: #FF4500;
     }
    
    form {
    	display: inline;
    	margin: 0;
     	padding: 0;
    }
    .pathway {
    	font-family: Tahoma,Arial,Verdana, Helvetica, sans-serif;
    	font-size: 9px;
    	padding-bottom: 5px;
    }
    a.pathway:link, a.pathway:visited {
    	color      : #ff9900;
    	font-weight   : normal;
    }
    a.pathway:hover {
    	color      : #0065CA;
    	font-weight   : normal;
    	text-decoration  : none;
    }
    .mainlevel-nav {
    	list-style: none;
    	padding: 0;
    	margin: 0;
    	font-size: 11px;
    }
    a.mainlevel-nav:link, a.mainlevel-nav:visited {
    	color: #000000;
    	font-size: 11px;
    	text-decoration: none;
    	font-family: Tahoma,Verdana, Arial,Helvetica, sans-serif;
    	text-align: right;
    }
    a.mainlevel-nav:hover {
    	color: #0000CD;
    }
    
    #active_menu {
    	display: block;
    	color: #000000;
    	font-weight: bold;
    	background: url(../images/bullet.gif) no-repeat center right;
    	width: 131px;
    	height: 22px;
    	text-decoration: none;
    	font-family: Tahoma,Verdana, Arial,Helvetica, sans-serif;
    	text-align: right;
    	padding: 0px 3px 0px 0px;
    	margin: 0px 0px 0px 0px;
    	line-height: 20px;
    	border-right: 4px solid #0066CC;
    	}
    a.mainlevel:link, a.mainlevel:visited {
    	display: block;
    	color: #666666;
    	width: 131px;
    	height: 22px;
    	text-decoration: none;
    	font-family: Tahoma,Verdana, Arial,Helvetica, sans-serif;
    	text-align: right;
    	padding: 0px 3px 0px 0px;
    	margin: 0px 0px 0px 0px;
    	line-height: 20px;
    }
    a.mainlevel:hover {
    	display: block;
    	color: #166CC2;
    	width: 131px;
    	height: 22px;
    	text-decoration: none;
    	font-family: Tahoma,Verdana, Arial,Helvetica, sans-serif;
    	text-align: right;
    	padding: 0px 3px 0px 0px;
    	margin: 0px 0px 0px 0px;
    	line-height: 20px;
    	border-right: 4px solid #0066CC;
    }
    
    a.sublevel:link, a.sublevel:visited {
    	font-size: 11px;
    	color: #cccccc;
    	padding-right:10px;
    	line-height: 15px;
    	display:block;
    	margin-right:-4px;
    	font-family:tahoma,arial;
    	text-align: right;
    }
    a.sublevel:hover {
    	color: #00CCCC; text-decoration: none;
    }
    
    table.moduletable {
    	margin: 0px 0px 5px 0px;
    	padding: 0px 0px 0px 0px;
    	
    	width: 100%;
    	background-image: url(../images/module-bg.png);
    	background-position: bottom center;
    	background-repeat: no-repeat;
    }
    table.moduletable th {
    	background-image: url(../images/module-top.png);
    	background-position: top;
    	background-repeat: no-repeat;
    	font-size: 11px;
    	color: #ffffff;
    	text-align: center;
    	width: 160px;
    	font-weight:bold;
    	height:50px;
    	line-height: 44px;
    }
    
    table.moduletable td {
    	font-size: 11px;
    	font-weight: normal;
    	text-align: right;
    	padding: 0px 5px 10px 5px;
    	vertical-align: top;
    }
    
    table.moduletable td td {
    	padding-bottom: 0;
    }
    
    .poll {
    	font-family   : Tahoma,Arial, Helvetica, sans-serif;
    	font-size    : 10px;
    	color      : #666666;
    	line-height   : 14px;
    }
    table.pollstableborder {
    }
    .pollstableborder {
    	padding: 3px;
    	margin:2px;
    }
    .sectiontableheader {
    	background-color : #666666;
    	color      : #ffffff;
    	font-weight   : bold;
    	padding:5px;
    }
    .sectiontableentry1 {
    	padding:3px 3px 3px 6px;
    	background: url(../images/titik.png) repeat-x bottom center;
    
    }
    .sectiontableentry2 {
    	background: url(../images/titik.png) repeat-x bottom center;
    	padding:3px 3px 3px 6px;
    }
    .sectiontableentry1 td {
    	padding:3px 3px 3px 6px;
    }
    .sectiontableentry2 td {
    	background-image:none;
    	background-color: #f0f0f0;
    	padding:3px 3px 3px 6px;
    }
    .small {
    	font-family:Tahoma,Arial, Helvetica, sans-serif;
    	font-size:10px;
    	color: #666666;
    	text-align:right;
    	font-weight: normal;
    	padding-bottom:2px;
    
    }
    .smalldark {
    	font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;
    	font-size:10px;
    	color:#000000;
    	text-decoration:none;
    	font-weight:normal;
    }
    .contentpane {
    font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;
    direction: rtl;
    }
    .contentpaneopen {
      font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;
    	width: 100%;
    	padding: 1px;
    	direction: rtl;
    }
    .contentpaneopen div {
    	font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;
    	direction: rtl;
    	padding:5px;
    }
    .contentdescription{
    	font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;
    	width:100%;
    }
    .componentheading {
    	font-family: Tahoma, Verdana, "Lucida Sans";
    	font-size: 12px;
    	color: #000000;
    	font-weight: bold;
    	text-align: right;
    	padding-top: 9px;
    	padding-bottom: 3px;
    	padding-right: 3px;
    	margin: 5px 0px 3px 0px;
    	display: block;
    	background-image: url(../images/newsfalsh_bg.jpg);
    	background-position: top;
    	background-repeat: repeat-x;
    	line-height: 30px;
    	text-indent: 16px;
    	width: 99%;
    }
    .contentheading{
    	background-color: #e2e2e2;
    	font-family: Tahoma;
    	font-size: 11px;
    	color: #663333;
    	font-weight: bold;
    	text-align: right;
    	margin: 5px 0px 3px 0px;
    	display: block;
    	line-height: 30px;
    	text-indent: 12px;
    }
    .contentheading a:link, .contentheading a:visited {
    	font-family: Tahoma;
    	font-size: 12px;
    	color: #663333;
    	font-weight: bold;
    	text-decoration: none;
    	text-align: right;
    }
    .contentheading a:hover {
    	color: #333333;
    	text-decoration: none;
    }
    .createdate {
    	font-family:Tahoma,Arial, Helvetica, sans-serif;
    	font-size:10px;
    	color: #004282;
    	text-align:right;
    	font-weight: normal;
    	top:-5px;
    	vertical-align: top;
    	padding-bottom:2px;
    	line-height:20px;
    	background-image: url(../images/clock.gif);
    	background-position: right center;
    	background-repeat: no-repeat;
    	text-indent: 15px;
    }
    .button {
    	padding: 2px 8px;
    	border: 1px outset #ABABAB;
    	background: #F7F7F7;
    	font-size: 100%;
    	font-family: tahoma, Arial, Helvetica, sans-serif;
    	font-weight: bold;
    }
    .inputbox {
    	font-family: Tahoma,Arial,Verdana, Helvetica, sans-serif;
    	font-size: 11px;
    	color: #666666;
    	margin-top: 2px;
    	margin-bottom: 2px;
    	border: 3px double #cccccc;
    	width: auto;
    }
    .modifydate {
    	font-size:10px; 
    	margin-top:15px;
    	margin-bottom:15px;
    	color:#004282;
    	}
    	
    a:link, a:visited {
    	color: #23447A;
    	text-decoration: none;
    }
    a:hover {
    	color: #000;
    }
    a.category:link, a.category:visited {
    	color: #333333;
    	font-weight: bold;
    	font-size: 11px;
    	font-weight: bold;
    }
    a.category:hover {
    	color:#999999;
    }
    .ontab {
    	background-color: #ffae00;
    	border-left: outset 2px #ff9900;
    	border-right: outset 2px #808080;
    	border-top: outset 2px #ff9900;
    	border-bottom: solid 1px #d5d5d5;
    	text-align: center;
    	font-weight: bold;
    	color: #FFFFFF;
    }
    .offtab {
    	background-color : #e5e5e5;
    	border-left: outset 2px #E0E0E0;
    	border-right: outset 2px #E0E0E0;
    	border-top: outset 2px #E0E0E0;
    	border-bottom: solid 1px #d5d5d5;
    	text-align: center;
    	font-weight: normal;
    }
    .tabpadding {
    }
    .tabheading {
    	background-color: #ffae00;
    	text-align: left;
    }
    .pagetext {
    	visibility: hidden;
    	display: none;
    	position: relative;
    	top: 0;
    }
    .back_button {
    	text-align: center;
    	margin-top: 40px;
    }
    table.contenttoc {
    	color: #333300;
    	background-color: #e0e0e0;
    	border: 1px solid #ccc;
    	padding:5px;
    }
    table.contenttoc td {
      font-size: 8pt;
      font-weight: normal;
      text-align:right;
    	padding-left:5px;
    	padding-right:5px;
    }
    table.contenttoc th {
      font-size: 8pt;
      font-weight: normal;
      text-align:right;
    	padding:5px;
    	background-color:#333333;
    	color:#FFFFFF;
    }
    
    .message {
    	color:#FF0000;
    	font-weight:bold;
    	font-size:12px;
    	text-align:center;
    	padding:10px 10px 10px 10px;
    	margin: 5px 5px 5px 5px;
    	border: 3px double #ccc;
    	
    }
    .mosimage {
    	border: 1px solid #cccccc;
    	margin: 5px
    }
    .mosimage_caption {
    	margin-top: 2px;
    	background-color:#cccccc;
    	padding: 1px 2px;
    	color: #fff;
    	font-size: 10px;
    	border-top: 1px solid #cccccc;
    }
    
    #body_bg{
    	background-image: url(../images/body.gif);
    	background-position: top center;
    	background-repeat: repeat-y;
    }
    
    .pill_m {
    	float: right;
    	text-align: left;
    	margin: 0;
    	padding: 7px 0 7px 0;
    	width:820px;
    }
    
    #pillmenu {
    	text-align: right;
    	padding: 0 10px 0 0;
    	margin:0 auto;
    }
    
    #pillmenu ul {
    	margin: 0;
    	padding: 0;
    	list-style: none;
    }
    
    #pillmenu li {
    	float: right;
    	margin: 0 10px 0 0;
    	padding: 0;
    	background: url(../images/pillmenu_r_bg.gif) center right no-repeat;
    
    }
    
    #pillmenu li:hover {
    
    }
    
    #pillmenu li a#active_menu-nav {
    	
    }
    
    #pillmenu li a {
    	font-family: Tahoma, sans-serif;
    	font-size: 11px;
    	float: left;
    	display: block;
    	line-height: 24px;
    	padding: 0 10px 0 10px;
    	margin: 0;
    	color: #fff;
    	text-decoration: none;
    	font-weight: bold;
    	background: none;
    	height: 26px;
    	background: url(../images/pillmenu_l_bg.gif) center left no-repeat;
    }
    
    #pillmenu li a:hover {
    	text-decoration: none;
    }

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  8. #17

    تاریخ عضویت
    Mar 2010
    محل سکونت
    tehran
    نوشته ها
    56
    تشکر
    0
    تشکر شده 9 بار در 7 ارسال

    پاسخ : مشکل در نمایس موقیت ماژول ها

    آیا از افزونه قالب ساز مطلب استفاده میکنید.اگر استفاده میکنید به خاطر این افزونه است و اگر در تنظیمات قابل حذف شدن نیست باید ان را حذف یا غیر فعال کنید البته من این مشکل رو برای مطالب دیده بودم که با این افزونه ایجاد میشود ولی برای ماژول ها نه ولی بد نیست این گزینه هم تست کنید.

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  9. #18

    تاریخ عضویت
    Aug 2008
    نوشته ها
    663
    تشکر
    109
    تشکر شده 9 بار در 9 ارسال

    پاسخ : مشکل در نمایس موقیت ماژول ها

    سلام
    خیر از افزونه ای استفاده نکردم
    تنها کاری که کردم کد رنگ لینک ها رو در css تغییر دادم که اونم برگدوندم به حالت اصلی قابل ذکر است که این قالب ، قالب pg_pardis است که در خود مامبولرن منتشر شده است

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  10. #19
    Team
    تاریخ عضویت
    Dec 2008
    محل سکونت
    ساری
    نوشته ها
    10,737
    تشکر
    295
    تشکر شده 2,409 بار در 2,066 ارسال

    پاسخ : مشکل در نمایس موقیت ماژول ها

    دروود
    فایل template_css.css شما :
    کد:
    body {
      background-color: #E8E8E8;
      background-image: url("../images/bg.gif");
      font-family: Tahoma,Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
      margin: 0;
    }
    tr, p, div {
      color: #272F27;
      font-family: Tahoma,Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
      font-size: 11px;
    }
    hr {
      background: none repeat scroll 0 0 #999999;
      height: 1px;
      width: 100%;
    }
    ul {
      list-style: square outside none;
      margin: 3px 3px 0 0;
      padding: 2px 3px 0 0;
    }
    li {
    }
    ol {
      margin-right: 15px;
    }
    ol li {
    }
    .highlight {
      color: #FF4500;
      font-weight: bold;
    }
    form {
      display: inline;
      margin: 0;
      padding: 0;
    }
    .pathway {
      font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
      font-size: 9px;
      padding-bottom: 5px;
    }
    a.pathway:link, a.pathway:visited {
      color: #FF9900;
      font-weight: normal;
    }
    a.pathway:hover {
      color: #0065CA;
      font-weight: normal;
      text-decoration: none;
    }
    .mainlevel-nav {
      font-size: 11px;
      list-style: none outside none;
      margin: 0;
      padding: 0;
    }
    a.mainlevel-nav:link, a.mainlevel-nav:visited {
      color: #000000;
      font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
      font-size: 11px;
      text-align: right;
      text-decoration: none;
    }
    a.mainlevel-nav:hover {
      color: #0000CD;
    }
    #active_menu {
      background: url("../images/bullet.gif") no-repeat scroll right center transparent;
      border-right: 4px solid #0066CC;
      color: #000000;
      display: block;
      font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
      font-weight: bold;
      height: 22px;
      line-height: 20px;
      margin: 0;
      padding: 0 3px 0 0;
      text-align: right;
      text-decoration: none;
      width: 131px;
    }
    a.mainlevel:link, a.mainlevel:visited {
      color: #666666;
      display: block;
      font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
      height: 22px;
      line-height: 20px;
      margin: 0;
      padding: 0 3px 0 0;
      text-align: right;
      text-decoration: none;
      width: 131px;
    }
    a.mainlevel:hover {
      border-right: 4px solid #0066CC;
      color: #166CC2;
      display: block;
      font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
      height: 22px;
      line-height: 20px;
      margin: 0;
      padding: 0 3px 0 0;
      text-align: right;
      text-decoration: none;
      width: 131px;
    }
    a.sublevel:link, a.sublevel:visited {
      color: #CCCCCC;
      display: block;
      font-family: tahoma,arial;
      font-size: 11px;
      line-height: 15px;
      margin-right: -4px;
      padding-right: 10px;
      text-align: right;
    }
    a.sublevel:hover {
      color: #00CCCC;
      text-decoration: none;
    }
    table.moduletable {
      background-image: url("../images/module-bg.png");
      background-position: center bottom;
      background-repeat: no-repeat;
      margin: 0 0 5px;
      padding: 0;
      width: 100%;
    }
    table.moduletable th {
      background-image: url("../images/module-top.png");
      background-position: center top;
      background-repeat: no-repeat;
      color: #FFFFFF;
      font-size: 11px;
      font-weight: bold;
      height: 50px;
      line-height: 44px;
      text-align: center;
      width: 160px;
    }
    table.moduletable td {
      font-size: 11px;
      font-weight: normal;
      padding: 0 5px 10px;
      text-align: right;
      vertical-align: top;
    }
    table.moduletable td td {
      padding-bottom: 0;
    }
    .poll {
      color: #666666;
      font-family: Tahoma,Arial,Helvetica,sans-serif;
      font-size: 10px;
      line-height: 14px;
    }
    table.pollstableborder {
    }
    .pollstableborder {
      margin: 2px;
      padding: 3px;
    }
    .sectiontableheader {
      background-color: #666666;
      color: #FFFFFF;
      font-weight: bold;
      padding: 5px;
    }
    .sectiontableentry1 {
      background: url("../images/titik.png") repeat-x scroll center bottom transparent;
      padding: 3px 3px 3px 6px;
    }
    .sectiontableentry2 {
      background: url("../images/titik.png") repeat-x scroll center bottom transparent;
      padding: 3px 3px 3px 6px;
    }
    .sectiontableentry1 td {
      padding: 3px 3px 3px 6px;
    }
    .sectiontableentry2 td {
      background-color: #F0F0F0;
      background-image: none;
      padding: 3px 3px 3px 6px;
    }
    .small {
      color: #666666;
      font-family: Tahoma,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-weight: normal;
      padding-bottom: 2px;
      text-align: right;
    }
    .smalldark {
      color: #000000;
      font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
      font-size: 10px;
      font-weight: normal;
      text-decoration: none;
    }
    .contentpane {
      direction: rtl;
      font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
    }
    .contentpaneopen {
      direction: rtl;
      font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
      padding: 1px;
      width: 100%;
    }
    .contentpaneopen div {
      direction: rtl;
      font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
      padding: 5px;
    }
    .contentdescription {
      font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
      width: 100%;
    }
    .componentheading {
      background-image: url("../images/newsfalsh_bg.jpg");
      background-position: center top;
      background-repeat: repeat-x;
      color: #000000;
      display: block;
      font-family: Tahoma,Verdana,"Lucida Sans";
      font-size: 12px;
      font-weight: bold;
      line-height: 30px;
      margin: 5px 0 3px;
      padding-bottom: 3px;
      padding-right: 3px;
      padding-top: 9px;
      text-align: right;
      text-indent: 16px;
      width: 99%;
    }
    .contentheading {
      background-color: #E2E2E2;
      color: #663333;
      display: block;
      font-family: Tahoma;
      font-size: 11px;
      font-weight: bold;
      line-height: 30px;
      margin: 5px 0 3px;
      text-align: right;
      text-indent: 12px;
    }
    .contentheading a:link, .contentheading a:visited {
      color: #663333;
      font-family: Tahoma;
      font-size: 12px;
      font-weight: bold;
      text-align: right;
      text-decoration: none;
    }
    .contentheading a:hover {
      color: #333333;
      text-decoration: none;
    }
    .createdate {
      background-image: url("../images/clock.gif");
      background-position: right center;
      background-repeat: no-repeat;
      color: #004282;
      font-family: Tahoma,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-weight: normal;
      line-height: 20px;
      padding-bottom: 2px;
      text-align: right;
      text-indent: 15px;
      top: -5px;
      vertical-align: top;
    }
    .button {
      background: none repeat scroll 0 0 #F7F7F7;
      border: 1px outset #ABABAB;
      font-family: tahoma,Arial,Helvetica,sans-serif;
      font-size: 100%;
      font-weight: bold;
      padding: 2px 8px;
    }
    .inputbox {
      border: 3px double #CCCCCC;
      color: #666666;
      font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
      font-size: 11px;
      margin-bottom: 2px;
      margin-top: 2px;
      width: auto;
    }
    .modifydate {
      color: #004282;
      font-size: 10px;
      margin-bottom: 15px;
      margin-top: 15px;
    }
    a:link, a:visited {
      color: #23447A;
      text-decoration: none;
    }
    a:hover {
      color: #000000;
    }
    a.category:link, a.category:visited {
      color: #333333;
      font-size: 11px;
      font-weight: bold;
    }
    a.category:hover {
      color: #999999;
    }
    .ontab {
      background-color: #FFAE00;
      border-color: #FF9900 #808080 #D5D5D5 #FF9900;
      border-left: 2px outset #FF9900;
      border-right: 2px outset #808080;
      border-style: outset outset solid;
      border-width: 2px 2px 1px;
      color: #FFFFFF;
      font-weight: bold;
      text-align: center;
    }
    .offtab {
      background-color: #E5E5E5;
      border-color: #E0E0E0 #E0E0E0 #D5D5D5;
      border-left: 2px outset #E0E0E0;
      border-right: 2px outset #E0E0E0;
      border-style: outset outset solid;
      border-width: 2px 2px 1px;
      font-weight: normal;
      text-align: center;
    }
    .tabpadding {
    }
    .tabheading {
      background-color: #FFAE00;
      text-align: left;
    }
    .pagetext {
      display: none;
      position: relative;
      top: 0;
      visibility: hidden;
    }
    .back_button {
      margin-top: 40px;
      text-align: center;
    }
    table.contenttoc {
      background-color: #E0E0E0;
      border: 1px solid #CCCCCC;
      color: #333300;
      padding: 5px;
    }
    table.contenttoc td {
      font-size: 8pt;
      font-weight: normal;
      padding-left: 5px;
      padding-right: 5px;
      text-align: right;
    }
    table.contenttoc th {
      background-color: #333333;
      color: #FFFFFF;
      font-size: 8pt;
      font-weight: normal;
      padding: 5px;
      text-align: right;
    }
    .message {
      border: 3px double #CCCCCC;
      color: #FF0000;
      font-size: 12px;
      font-weight: bold;
      margin: 5px;
      padding: 10px;
      text-align: center;
    }
    .mosimage {
      border: 1px solid #CCCCCC;
      margin: 5px;
    }
    .mosimage_caption {
      background-color: #CCCCCC;
      border-top: 1px solid #CCCCCC;
      color: #FFFFFF;
      font-size: 10px;
      margin-top: 2px;
      padding: 1px 2px;
    }
    #body_bg {
      background-image: url("../images/body.gif");
      background-position: center top;
      background-repeat: repeat-y;
    }
    .pill_m {
      float: right;
      margin: 0;
      padding: 7px 0;
      text-align: left;
      width: 820px;
    }
    #pillmenu {
      margin: 0 auto;
      padding: 0 10px 0 0;
      text-align: right;
    }
    #pillmenu ul {
      list-style: none outside none;
      margin: 0;
      padding: 0;
    }
    #pillmenu li {
      background: url("../images/pillmenu_r_bg.gif") no-repeat scroll right center transparent;
      float: right;
      margin: 0 10px 0 0;
      padding: 0;
    }
    #pillmenu li:hover {
    }
    #pillmenu li a#active_menu-nav {
    }
    #pillmenu li a {
      background: url("../images/pillmenu_l_bg.gif") no-repeat scroll left center transparent;
      color: #FFFFFF;
      display: block;
      float: left;
      font-family: Tahoma,sans-serif;
      font-size: 11px;
      font-weight: bold;
      height: 26px;
      line-height: 24px;
      margin: 0;
      padding: 0 10px;
      text-decoration: none;
    }
    #pillmenu li a:hover {
      text-decoration: none;
    }
    که باید با
    کد:
    body {
      background-color: #E8E8E8;
      background-image: url("../images/bg.gif");
      font-family: Tahoma,Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
      margin: 0;
    }
    tr, p, div {
      color: #272F27;
      font-family: Tahoma,Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
      font-size: 11px;
    }
    hr {
      background: none repeat scroll 0 0 #999999;
      height: 1px;
      width: 100%;
    }
    ul {
      list-style: square outside none;
      margin: 3px 3px 0 0;
      padding: 2px 15px 0 0;
    }
    li {
    }
    ol {
      margin-right: 15px;
    }
    ol li {
    }
    .highlight {
      color: #FF4500;
      font-weight: bold;
    }
    form {
      display: inline;
      margin: 0;
      padding: 0;
    }
    .pathway {
      font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
      font-size: 9px;
      padding-bottom: 5px;
    }
    a.pathway:link, a.pathway:visited {
      color: #FF9900;
      font-weight: normal;
    }
    a.pathway:hover {
      color: #0065CA;
      font-weight: normal;
      text-decoration: none;
    }
    .mainlevel-nav {
      font-size: 11px;
      list-style: none outside none;
      margin: 0;
      padding: 0;
    }
    a.mainlevel-nav:link, a.mainlevel-nav:visited {
      color: #000000;
      font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
      font-size: 11px;
      text-align: right;
      text-decoration: none;
    }
    a.mainlevel-nav:hover {
      color: #0000CD;
    }
    #active_menu {
      background: url("../images/bullet.gif") no-repeat scroll right center transparent;
      border-right: 4px solid #0066CC;
      color: #000000;
      display: block;
      font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
      font-weight: bold;
      height: 22px;
      line-height: 20px;
      margin: 0;
      padding: 0 3px 0 0;
      text-align: right;
      text-decoration: none;
      width: 131px;
    }
    a.mainlevel:link, a.mainlevel:visited {
      color: #666666;
      display: block;
      font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
      height: 22px;
      line-height: 20px;
      margin: 0;
      padding: 0 3px 0 0;
      text-align: right;
      text-decoration: none;
      width: 131px;
    }
    a.mainlevel:hover {
      border-right: 4px solid #0066CC;
      color: #166CC2;
      display: block;
      font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
      height: 22px;
      line-height: 20px;
      margin: 0;
      padding: 0 3px 0 0;
      text-align: right;
      text-decoration: none;
      width: 131px;
    }
    a.sublevel:link, a.sublevel:visited {
      color: #CCCCCC;
      display: block;
      font-family: tahoma,arial;
      font-size: 11px;
      line-height: 15px;
      margin-right: -4px;
      padding-right: 10px;
      text-align: right;
    }
    a.sublevel:hover {
      color: #00CCCC;
      text-decoration: none;
    }
    table.moduletable {
      background-image: url("../images/module-bg.png");
      background-position: center bottom;
      background-repeat: no-repeat;
      margin: 0 0 5px;
      padding: 0;
      width: 100%;
    }
    table.moduletable th {
      background-image: url("../images/module-top.png");
      background-position: center top;
      background-repeat: no-repeat;
      color: #FFFFFF;
      font-size: 11px;
      font-weight: bold;
      height: 50px;
      line-height: 44px;
      text-align: center;
      width: 160px;
    }
    table.moduletable td {
      font-size: 11px;
      font-weight: normal;
      padding: 0 5px 10px;
      text-align: right;
      vertical-align: top;
    }
    table.moduletable td td {
      padding-bottom: 0;
    }
    .poll {
      color: #666666;
      font-family: Tahoma,Arial,Helvetica,sans-serif;
      font-size: 10px;
      line-height: 14px;
    }
    table.pollstableborder {
    }
    .pollstableborder {
      margin: 2px;
      padding: 3px;
    }
    .sectiontableheader {
      background-color: #666666;
      color: #FFFFFF;
      font-weight: bold;
      padding: 5px;
    }
    .sectiontableentry1 {
      background: url("../images/titik.png") repeat-x scroll center bottom transparent;
      padding: 3px 3px 3px 6px;
    }
    .sectiontableentry2 {
      background: url("../images/titik.png") repeat-x scroll center bottom transparent;
      padding: 3px 3px 3px 6px;
    }
    .sectiontableentry1 td {
      padding: 3px 3px 3px 6px;
    }
    .sectiontableentry2 td {
      background-color: #F0F0F0;
      background-image: none;
      padding: 3px 3px 3px 6px;
    }
    .small {
      color: #666666;
      font-family: Tahoma,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-weight: normal;
      padding-bottom: 2px;
      text-align: right;
    }
    .smalldark {
      color: #000000;
      font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
      font-size: 10px;
      font-weight: normal;
      text-decoration: none;
    }
    .contentpane {
      direction: rtl;
      font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
    }
    .contentpaneopen {
      direction: rtl;
      font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
      padding: 1px;
      width: 100%;
    }
    .contentpaneopen div {
      direction: rtl;
      font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
      padding: 5px;
    }
    .contentdescription {
      font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
      width: 100%;
    }
    .componentheading {
      background-image: url("../images/newsfalsh_bg.jpg");
      background-position: center top;
      background-repeat: repeat-x;
      color: #000000;
      display: block;
      font-family: Tahoma,Verdana,"Lucida Sans";
      font-size: 12px;
      font-weight: bold;
      line-height: 30px;
      margin: 5px 0 3px;
      padding-bottom: 3px;
      padding-right: 3px;
      padding-top: 9px;
      text-align: right;
      text-indent: 16px;
      width: 99%;
    }
    .contentheading {
      background-color: #E2E2E2;
      color: #663333;
      display: block;
      font-family: Tahoma;
      font-size: 11px;
      font-weight: bold;
      line-height: 30px;
      margin: 5px 0 3px;
      text-align: right;
      text-indent: 12px;
    }
    .contentheading a:link, .contentheading a:visited {
      color: #663333;
      font-family: Tahoma;
      font-size: 12px;
      font-weight: bold;
      text-align: right;
      text-decoration: none;
    }
    .contentheading a:hover {
      color: #333333;
      text-decoration: none;
    }
    .createdate {
      background-image: url("../images/clock.gif");
      background-position: right center;
      background-repeat: no-repeat;
      color: #004282;
      font-family: Tahoma,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-weight: normal;
      line-height: 20px;
      padding-bottom: 2px;
      text-align: right;
      text-indent: 15px;
      top: -5px;
      vertical-align: top;
    }
    .button {
      background: none repeat scroll 0 0 #F7F7F7;
      border: 1px outset #ABABAB;
      font-family: tahoma,Arial,Helvetica,sans-serif;
      font-size: 100%;
      font-weight: bold;
      padding: 2px 8px;
    }
    .inputbox {
      border: 3px double #CCCCCC;
      color: #666666;
      font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
      font-size: 11px;
      margin-bottom: 2px;
      margin-top: 2px;
      width: auto;
    }
    .modifydate {
      color: #004282;
      font-size: 10px;
      margin-bottom: 15px;
      margin-top: 15px;
    }
    a:link, a:visited {
      color: #23447A;
      text-decoration: none;
    }
    a:hover {
      color: #000000;
    }
    a.category:link, a.category:visited {
      color: #333333;
      font-size: 11px;
      font-weight: bold;
    }
    a.category:hover {
      color: #999999;
    }
    .ontab {
      background-color: #FFAE00;
      border-color: #FF9900 #808080 #D5D5D5 #FF9900;
      border-left: 2px outset #FF9900;
      border-right: 2px outset #808080;
      border-style: outset outset solid;
      border-width: 2px 2px 1px;
      color: #FFFFFF;
      font-weight: bold;
      text-align: center;
    }
    .offtab {
      background-color: #E5E5E5;
      border-color: #E0E0E0 #E0E0E0 #D5D5D5;
      border-left: 2px outset #E0E0E0;
      border-right: 2px outset #E0E0E0;
      border-style: outset outset solid;
      border-width: 2px 2px 1px;
      font-weight: normal;
      text-align: center;
    }
    .tabpadding {
    }
    .tabheading {
      background-color: #FFAE00;
      text-align: left;
    }
    .pagetext {
      display: none;
      position: relative;
      top: 0;
      visibility: hidden;
    }
    .back_button {
      margin-top: 40px;
      text-align: center;
    }
    table.contenttoc {
      background-color: #E0E0E0;
      border: 1px solid #CCCCCC;
      color: #333300;
      padding: 5px;
    }
    table.contenttoc td {
      font-size: 8pt;
      font-weight: normal;
      padding-left: 5px;
      padding-right: 5px;
      text-align: right;
    }
    table.contenttoc th {
      background-color: #333333;
      color: #FFFFFF;
      font-size: 8pt;
      font-weight: normal;
      padding: 5px;
      text-align: right;
    }
    .message {
      border: 3px double #CCCCCC;
      color: #FF0000;
      font-size: 12px;
      font-weight: bold;
      margin: 5px;
      padding: 10px;
      text-align: center;
    }
    .mosimage {
      border: 1px solid #CCCCCC;
      margin: 5px;
    }
    .mosimage_caption {
      background-color: #CCCCCC;
      border-top: 1px solid #CCCCCC;
      color: #FFFFFF;
      font-size: 10px;
      margin-top: 2px;
      padding: 1px 2px;
    }
    #body_bg {
      background-image: url("../images/body.gif");
      background-position: center top;
      background-repeat: repeat-y;
    }
    .pill_m {
      float: right;
      margin: 0;
      padding: 7px 0;
      text-align: left;
      width: 820px;
    }
    #pillmenu {
      margin: 0 auto;
      padding: 0 10px 0 0;
      text-align: right;
    }
    #pillmenu ul {
      list-style: none outside none;
      margin: 0;
      padding: 0;
    }
    #pillmenu li {
      background: url("../images/pillmenu_r_bg.gif") no-repeat scroll right center transparent;
      float: right;
      margin: 0 10px 0 0;
      padding: 0;
    }
    #pillmenu li:hover {
    }
    #pillmenu li a#active_menu-nav {
    }
    #pillmenu li a {
      background: url("../images/pillmenu_l_bg.gif") no-repeat scroll left center transparent;
      color: #FFFFFF;
      display: block;
      float: left;
      font-family: Tahoma,sans-serif;
      font-size: 11px;
      font-weight: bold;
      height: 26px;
      line-height: 24px;
      margin: 0;
      padding: 0 10px;
      text-decoration: none;
    }
    #pillmenu li a:hover {
      text-decoration: none;
    }
    عوض بشه

    شاد و سلامت در پناه ایزد

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  11. #20

    تاریخ عضویت
    Aug 2008
    نوشته ها
    663
    تشکر
    109
    تشکر شده 9 بار در 9 ارسال

    پاسخ : مشکل در نمایس موقیت ماژول ها

    خیلی خیلی ممنون mersaD عزیز ...خیلی لطف کردین

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


صفحه 2 از 2 نخستنخست 12

علاقه مندی ها (Bookmarks)

علاقه مندی ها (Bookmarks)

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •