سلام ، آیا این بازدید اول شماست ؟ یا
نمایش نتایج: از شماره 11 تا 20 , از مجموع 23

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

Threaded View

پست قبلی پست قبلی   پست بعدی پست بعدی
  1. #1

    تاریخ عضویت
    Sep 2008
    نوشته ها
    12
    تشکر
    0
    تشکر شده 0 بار در 0 ارسال

    چند مشکل در قالب سایت

    سلام

    قالب جدید سایت امام حسن (ع) یه چند تا اشکال جزئی ایجاد کرده که ممنون میشم کمک کنید رفعش کنیم :

    1. برای منوی اصلی که به صورت کشویی هست از swmenu استفاده کردیم . توی فایرفکس و اپرا هیچ مشکلی نداره ؛ اما توی IE از دو طرف فاصله ایجاد می کنه . مثل اینکه به منو پدینگ چپ و راست داده باشی . نمیشه حلش کرد؟

    2. اگه دقت کنین بعضی قسمتا فونتشون یه کم کوچیکه . مثلا محتوای ماژول اوقات شرعی یا گزینه های نظر سنجی یا ورود خروج . از طرفی محتوایی که من ارسال می کنم رو از طریق نت پد میبرم توی ویرایشگر مامبو و اونجا سایزش رو می کنم 10 ؛ اما همونطور که میبینید خیلی کوچیکتر نشون داده میشه . برای حل این چی کار میشه کرد؟

    3. اوم . به نظرم رسید تیتر ماژول های رو برای اینکه زیباتر بشه به صورت عکس بذاریم . بهتر نیس؟ می دونم باید توی css یه کلاس تعریف شه برای برای هر ماژول و اون کلاس رو به ماژول مربوطه نسبت داد . اما این روزا به خاطر این جریان مسابقه ایییینقدر کار رو سرمون ریخته که دیگه وقت و حوصله واسه این ریزه کاریها هم نمی مونه . ممنون میشم دوستان راهنمایی کنن که دقیقا چی به css اضافه کنم و ...

    css سایت رو هم محض احتیاط میذارم :

    کد:
    body{
    
    	font-family:Tahoma,Verdana,Trebuchet MS,Arial, Helvetica, sans-serif;
    
    	margin: 0px 0px 0px 0px;
    
    	background-color: #ffffff;
    
    }
    
    
    
    tr, p, div {
    
    	font-family:Tahoma,Verdana,Trebuchet MS,Arial, Helvetica, sans-serif;
    
    	font-size:10px;
    
    	color:#272f27;	
    
    }
    
    hr {
    
    	background:#999999;
    
    	height:1px;
    
    	width:100%;
    
    }
    
    
    
    ul {
    
    	margin: 3px 4px 0px 0px;
    
    	padding: 2px 6px 0px 0px;
    
    	list-style: square;
    
    }
    
    h1, h2, h3, h4, h4 {
    
    	/* setup some more readable header spacing */
    
    	padding-bottom: 5px;
    
    	margin: 15px 0;
    
    }
    
    
    
    h1 { 
    
    	font-size: 150%;
    
    }
    
    
    
    h2 {
    
    	font-size: 145%;
    
    }
    
    
    
    h3 {
    
    	font-size: 130%;
    
    }
    
    
    
    h4 {
    
    	font-size: 110%;
    
    }
    
    
    
    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      : #ff3300;
    
    	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;
    
    	height: 22px;
    
    	text-decoration: none;
    
    	font-family: Tahoma,Verdana, Arial,Helvetica, sans-serif;
    
    	text-align: right;
    
    	padding: 0px 0px 0px 0px;
    
    	margin: 0px 0px 0px 0px;
    
    	line-height: 20px;
    
    	text-indent: 22px;
    
    	border-bottom: 1px solid #dfdfdf;
    
    	}
    
    a.mainlevel:link, a.mainlevel:visited {
    
    	display: block;
    
    	color: #666666;
    
    	background: url(../images/bullet.gif) no-repeat center right;
    
    	height: 22px;
    
    	text-decoration: none;
    
    	font-family: Tahoma,Verdana, Arial,Helvetica, sans-serif;
    
    	text-align: right;
    
    	padding: 0px 0px 0px 0px;
    
    	margin: 0px 0px 0px 0px;
    
    	line-height: 20px;
    
    	text-indent: 22px;
    
    	border-bottom: 1px solid #dfdfdf;
    
    }
    
    a.mainlevel:hover {
    
    	display: block;
    
    	color: #1E90FF;
    
    	background: url(../images/bulle-ht.gif) no-repeat center right;
    
    	height: 22px;
    
    	text-decoration: none;
    
    	font-family: Tahoma,Verdana, Arial,Helvetica, sans-serif;
    
    	text-align: right;
    
    	padding: 0px 0px 0px 0px;
    
    	margin: 0px 0px 0px 0px;
    
    	line-height: 20px;
    
    	text-indent: 22px;
    
    	border-bottom: 1px solid #dfdfdf;
    
    }
    
    
    
    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 {
    
    	padding: 0px 0px 0px 0px;
    
    	margin: 0px 0px 0px 0px;
    
    	width: 100%;
    
    }
    
    table.moduletable th {
    
    	background-repeat: no-repeat;
    
    	font-size: 10px;
    
    	color: #000000;
    
    	text-align: center;
    
    	width: 173px;
    
    	font-weight: normal;
    
    	padding-right:10px;
    
    	height:23px;
    
    	line-height: 20px;
    
    	padding: 0px 0px 0px 0px;
    
    	margin: 0px 0px 0px 0px;
    
    	font-family:tahoma,verdana,arial, tahoma;
    
    	text-transform:lowercase;
    
    }
    
    
    
    table.moduletable td {
    
    	font-size: 11px;
    
    	font-weight: normal;
    
    	text-align: right;
    
    	padding: 2px 0px 4px 0px;
    
    }
    
    .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{
    
    	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/contentheading.jpg);
    
    	background-position: bottom right;
    
    	background-repeat: no-repeat;
    
    	line-height: 30px;
    
    	text-indent: 22px;
    
    }
    
    .contentheading a:link, .contentheading a:visited {
    
    	font-family: Tahoma, Verdana, "Lucida Sans";
    
    	font-size: 14px;
    
    	color: #E90400;
    
    	font-weight: bold;
    
    	text-decoration: none;
    
    	text-align: right;
    
    }
    
    .contentheading a:hover {
    
    	color: #4169E1;
    
    	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; 
    
    	text-transform: margin-top:15px;
    
    	margin-bottom:15px;
    
    	color:#004282;
    
    	}
    
    	
    
    a:link, a:visited {
    
    	color:#CC0000;
    
    	text-decoration: none;
    
    }
    
    a:hover {
    
    	color: Black;
    
    }
    
    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;
    
    	text-transform: normal;
    
    	font-size: 10px;
    
    	border-top: 1px solid #cccccc;
    
    }
    
    
    
    #user1{ direction:rtl; text-align:right;padding:5px 5px 5px 5px;}
    
    #mainbody{ direction:rtl; text-align:justify; padding:5px 5px 5px 5px;}
    
    #right{ direction:rtl; text-align:justify; padding-right:3px 3px 3px 3px;}
    
    #left{ direction:rtl; text-align:justify; padding:5px 5px 5px 5px;}
    التماس دعا
    یا علی

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


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

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

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

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

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