پارس جوم ::  انجمن های تخصصی جوملا
تنظیمات قالب zt_jorda - نسخه‌ی قابل چاپ

+- پارس جوم :: انجمن های تخصصی جوملا (https://forums.parsjoom.ir)
+-- انجمن: پشتیبانی (/forum-70.html)
+--- انجمن: مباحث و مشکلات عمومی (/forum-33.html)
+--- موضوع: تنظیمات قالب zt_jorda (/thread-4035.html)

صفحه‌ها: 1 2 3 4 5


RE: تنظیمات قالب zt_jorda - rezaetemadi - ۸-۱۱-۱۳۹۰ ۰۱:۰۴ صبح

یعنی دقیقا چیکار کنم !
آقای حسابی بعضی از صفحات فونتشان نا میزان هستند

دیدن لینک ها برای شما امکان پذیر نیست. لطفا ثبت نام کنید یا وارد حساب خود شوید تا بتوانید لینک ها را ببینید.


بعد شما در پست بالا فرمودید برای تغییر عرض از کد عرض استفاده کنم

کد:
#phocamenu {
    width: 630px;
}
ولی برای صفحات مثل بالا باید چیکار کنم ؟
یعنی به جای
phocamenu
باید چی بنویسم !
یعنی به جای
phocamenu
باید چی بنویسم !


RE: تنظیمات قالب zt_jorda - rezaetemadi - ۸-۱۱-۱۳۹۰ ۰۲:۰۴ صبح

در صفحه زیر من می خواهم
دیدن لینک ها برای شما امکان پذیر نیست. لطفا ثبت نام کنید یا وارد حساب خود شوید تا بتوانید لینک ها را ببینید.


مثلا رنگ پس زمینه را عوض کنم مثلا از حالت قهوه ای بشود روشن
خیلی تیره است !
هر کاری را کردم درست نشد !
خیلی باهاش کار کردم !
نشد


RE: تنظیمات قالب zt_jorda - صدرا حسابی - ۸-۱۱-۱۳۹۰ ۰۴:۳۲ صبح

برای هر کدم اندازه متفاوت می خواد و باید اختصاصی تعریف شه، برای این نظر سنجی به:
کد:
components/com_poll/assets/poll_bars.css
برو و این خط رو اضافه کن:
کد:
.poll {
    width: 918px;
}

___________________________________________________

اگه کلا پس زمینه ماژولارو می خوای عوض کنی در module.css در این خط:
کد:
.zt-headline-new-center {
    background: url("http://patmat-kish.ir/templates/zt_jorda/images/zt-jorda-headline-center-bg.png") repeat scroll left top transparent;
    border-left: 1px solid #31130F;
    border-right: 1px solid #31130F;
    clear: both;
    display: block;
    float: left;
}

یا به جای دستور جلوی background یه کد رنگ بزار یا این که یه عکس دیگه با رنگ مورد نظرت با zt-jorda-headline-center-bg.png جایگزین کن.

ولی اگه می خوای رنگ این فقط عوض شه برای ماژولش باید کلاس جداگانه تعریف کنی.
___________________________________________________


در مورد منو توضیحات سایتی که دادم رو دوباره مرور کن، الان خودم وارد بخش مدیریتت شدم مشکلش رو حل کردم، یه ماژول ورود به نام تست ساختم و زدم در موقعیت لاگین در تمام صفحه ها نمایش داده بشه، و بعد در بخش منویی که براش ساخته بودی معرفیش کردم.


RE: تنظیمات قالب zt_jorda - rezaetemadi - ۸-۱۱-۱۳۹۰ ۰۴:۳۹ صبح

مهندس خیلی ممنون

مهندس بعضی از صفخات فونتش خیلی ناجور است
مثلا همان نظر سنجی !
باید از کجا عوض کنم

واقعا نمی دانم از شما چه جوری باید تشکر کنم !
به منو آرشیو اخبار بروید !
و بعد منو ورزش
زیر منوهایش را نگاه کنید !


RE: تنظیمات قالب zt_jorda - صدرا حسابی - ۸-۱۱-۱۳۹۰ ۰۵:۰۱ صبح

خواهش می کنمRose

فونت خودش درسته، باید فونت عنوان ماژولاتون رو درست کنید، در module.css:
کد:
h1.componentheading, .componentheading {
    color: #E9E9E9;
    float: left;
    font-family: georgia;
    font-size: 300%;
    font-weight: normal;
    margin: 25px 0;
    width: 100%;
}

اندازه و نوع فونت رو به دلخواه تغییر بدید.


RE: تنظیمات قالب zt_jorda - rezaetemadi - ۸-۱۱-۱۳۹۰ ۰۵:۰۸ صبح

ان منو ها را چطوری درست کنم؟


RE: تنظیمات قالب zt_jorda - صدرا حسابی - ۸-۱۱-۱۳۹۰ ۰۵:۱۳ صبح

اون رو فراموش کردم بگم، مثل همون منوی بالایی باید در منوی اخباز ورزشی در قسمت submenu عرض رو مشخص کنید.


RE: تنظیمات قالب zt_jorda - rezaetemadi - ۸-۱۱-۱۳۹۰ ۰۵:۱۴ صبح

آها
ممنون
راستی من کد بالا را در module.css پیدا نکردم


RE: تنظیمات قالب zt_jorda - صدرا حسابی - ۸-۱۱-۱۳۹۰ ۰۵:۲۰ صبح

در default.css قرار داره چون در چیزی که در مرورگر خونده می شد module.css نشون می داد اشتباه کردم.


RE: تنظیمات قالب zt_jorda - rezaetemadi - ۸-۱۱-۱۳۹۰ ۰۵:۴۵ صبح

کد:
مهندس اینجا هم پیدایش نکردم !

این تمام کد در default.css

/*------------------------------------------------------------------------
* ZT Template 1.5
* ------------------------------------------------------------------------
* Copyright (c) 2008-2011 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form {
    margin: 0;
    padding: 0;
}
body {
    background: #FFFFFF;
    font-family: tahoma, Tahoma, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 18px;
}
body.contentpane {
    color: #000000;
    background: #FFFFFF;
    font-size: 100%;
    line-height: 1.3em;
    margin: 0;
    margin: 1em 2em;
    width: auto; /* Printable Page */
}
.contentpane .button {
    display: inline;
    height: 25px;
    padding: 0 10px;
}

/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan {
    font-size: 92%;
}
img.personal
{
    margin-right: 15px;
    float: leFt;
    background: #e9e9e9;
    padding: 3px;
    overflow: hidden;
}
a.img_hover img
{
    margin-right: 15px;
    float: leFt;
    background: #e9e9e9;
    padding: 3px;
    overflow: hidden;
}
a.img_hover:hover img
{
    padding: 3px;
    background: #a7a7a7;

}
img.browseProductImage {
    border: 1px solid #e9e9e9;
    padding: 3px;
}
a {
    outline: none;
    color: #8adf00;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    text-decoration: underline;
    background: none;
}
.shadow img {
    padding: 1px;
    border: 1px solid #CCCCCC;    
}

.shadow {
    float: left;
    margin-right: 10px;
    padding-bottom: 3px;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
    margin: 1em 0;
    padding: 0;
    
}
ul {
    list-style: none;
    clear: both;
}
.tool-tip {
    background: #f3f3f3;
    border: 1px solid #b9b9b9;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
ul li {
    padding-left: 15px;
    background: url(../images/bullet.png) no-repeat 2px 2px;
}

ul.menu{
    width:96%;
    padding:0;
    margin:0;
}
ul.menu li{
    padding-left: 10px;
    background:0;
}
ul.menu li a{
    float: left;
    padding: 0;
    width: 100%;
    color:#ffffff;
    background: url("../images/zt-jorda-bg-menu-list.png") bottom left repeat-x ;
}
ul.menu li a span{
    background: url(../images/bullet.png) no-repeat 2px 2px;
    padding-left: 15px;
    line-height:30px;
}
ul.menu li a:hover{
    color:#78c003;
    text-decoration:none;
}
ul.menu li a:hover span{
    background: url(../images/bullet-hover.png) no-repeat 2px 2px;
}

ol li {
    margin-left: 21px;
}
th {
    font-weight: bold;
    padding: 8px;
    text-align: left;
}

fieldset {
    border: none;
    padding: 10px 0px;
}
fieldset a {
    font-weight: bold;
}
fieldset.input {
    padding: 0 15px;
    background: none;
}
legend {
    font-weight: bold;
}

td, th, div {
    font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
    margin: 0;
    padding: 0;
}

input, select, textarea, .inputbox, .button {
    font-family: tahoma, Helvetica, sans-serif;
    font-size: 100%;
    border: 0px;
    color:#1f0e0c;
}

/*Input Button*/
.inputbox {
    background: url("../images/zt-jorda-bg-inputbox.png") top left repeat-x;
    color: #1f0e0c;
    height: 27px;
    line-height: 27px;
    padding:0px 10px;
}    
.inputbox1 {
    background:#e6e6e6 url("../images/zt-jorda-bg-inputbox.png") bottom left repeat-x;
    color: #1f0e0c;
    height: auto;
    padding:10px;
    
}    


















/* JOOMLA STYLE*/
/* Article Layout */
.leading {
    width: 100%;
    padding-bottom: 10px;
    
}
.leading_separator {
    display: block;
    margin: 1px 0;
    height: 2px;
    overflow: hidden;
    width: 100%;
}
.article_column {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}
.article_separator {
    clear: both;
    margin: 0;
    display: none;
}
.row_separator {
    display: block;
    clear: both;
    height: 2px;
}
.article_row {
    margin-bottom: 0px;
    width: 100%;
    float: left;
    
    
}
.column1.cols1 {
    float: none;
}
.column2.cols2 {
    
}
.column3.cols3 {
    float: right;
}
.column4.cols4 {
    float: right;
}
.column5.cols5 {
    float: right;
}
.column1.cols2 .article_column_pad,
.column1.cols3 .article_column_pad,
.column2.cols3 .article_column_pad,
.column1.cols4 .article_column_pad,
.column2.cols4 .article_column_pad,
.column3.cols4 .article_column_pad,
.column1.cols5 .article_column_pad,
.column2.cols5 .article_column_pad,
.column3.cols5 .article_column_pad,
.column4.cols5 .article_column_pad {
}
.article_column_pad {
    
    padding: 10px ;
    overflow: hidden;
}
p.iteminfo {
    line-height: 1em;
    margin: 0;
    
}
.article_row p.iteminfo {
    line-height: 1em;
    margin: 0 -10px 5px;
    padding: 10px;
}
.articleinfo {
    margin: 0.5em 0;
}
/* Category Table layout */
.filter {
    float: left;
    margin: 0;
    padding: 0;
}
.display {
    float: right;
    margin: 10px 0 0;
    text-align: right;
}
/**/
table.category,
table.weblinks,
table.newsfeeds {
    border: 1px solid #383838;
    width: 100%;
    clear:both;
    font-size:1em;
    margin:20px 0;
}
table.category {
    border: 1px solid #cfcfcf;
    width: auto;
    margin:10px 0;
}
table.category td {
    padding: 4px 4px !important;
    background: #f4f6f1;
}
table.category td.last {
    padding: 0px 4px 0px 0px !important;
}
table.newsfeeds th, table.weblinks th, table.category th {
    color: #444;
    background: #dedede;
    padding: 8px 5px 8px 5px;
}
table.newsfeeds td, table.weblinks td, table.category td {
    padding:5px;
}
/* content tables */
.sectiontableheader {
    padding: 4px 8px;
    font-weight: bold;
}
.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
    color: #444;
}
tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
    padding: 8px;
}
tr.sectiontableentry2 td {
    background: #efefef;
}
td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
    padding: 4px;
}
table.contentpane {
    border: none;
    background:none;
    border:0px solid #383838;
    width: 100%;
}
table.contentpaneopen {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}
table.contenttoc {
    margin: 0 0 10px 10px;
    padding: 0;
    width: 30%;
    float: right;
}
table.contenttoc td {
    background: url(../images/bullet-list.gif) no-repeat 5px 8px;
    padding: 1px 5px 1px 15px;
}
table.contenttoc th {
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 3px;
    text-indent: 5px;
}
table.poll {
    border-collapse: collapse;
    padding: 0;
    width: 100%;
}
table.pollstableborder {
    border: none;
    padding: 0;
    text-align: left;
    width: 100%;
}
table.pollstableborder img {
    vertical-align: baseline;
}

table.pollstableborder td {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 4px !important;
    background: none;
}
table.pollstableborder tr.sectiontableentry1 td {
    background: #EEEEEE;
}

table.searchintro {
    padding: 10px 0;
    width: 100%;
}
table.searchintro td {
    padding: 5px!important;
}
.blog_more {
    margin: 0;
    padding: 10px 0 0;
}
.blog_more strong {
    display: block;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.blog_more ul {
    margin: 0;
    padding: 0;
}
.blog_more ul li {
    margin: 0;
    padding: 0 0 0 21px;
}
.category {
    font-weight: normal;
}

.contentdescription {
    /*padding-bottom: 30px;*/
}
table.blog .contentheading {
    font-size: 1.4em;
}
td.contentheading {
    line-height: 28px;
}
a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
    color:#1C839C;
}



table.contentpaneopen td, table.contentpane td {
    padding-left:15px;
}
table.contentpaneopen, table.contentpane, table.blog {
    width: 100%;
}

ul.pagination {
    color: #3B5468;
    overflow: hidden;
    clear: both;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
    list-style: none;
}
ul.pagination li {
    margin: 10px 2px;
    padding: 0;
    /*float: left;*/
    display: inline;
    
    
}
ul.pagination li span {
    display: inline-block;
    background: #eaeaea;
    color: #323232;
    
}
ul.pagination li span span {
    padding: 2px 10px 2px 10px;
    display: inline-block;
    border: 1px solid #b3b2b2;
    
}
ul.pagination a {
    padding: 0;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
ul.pagination a:hover span span,
ul.pagination a:active span span,
ul.pagination a:focus span span {
    color: #000;
    background: #f5f5f5;
    border: 1px solid #959595;
}
.counter {
    text-align: center;
    margin: 0.5em auto;
    width: 107px;
    background: #cacaca;
    color: #323232;
    border:1px solid #b3b2b2;
}
.pagenavbar {
    background: url(../images/icon-pages.gif) no-repeat center left;
    font-weight: bold;
    padding-left: 14px;
}
.pagenavcounter {
    background: url(../images/icon-pages.gif) no-repeat 0 11px;
    font-weight: bold;
    padding: 8px 14px 0 14px;
}
.smalldark {
    text-align: left;
}
div.syndicate div {
    text-align: center;
}
/* META
--------------------------------------------------------- */
.article-toolswrap {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
}
.article-tools {
    display: block;
    padding: 0 10px 0 0;
}
.article-meta {
    width: 70%;
    float: left;
    color: #3B5468;
}
.createdby {
    font-size: 0.9em;
}

.createdate {
    font-size: 0.9em;
}
.modifydate {
    width: 100%;
    margin: 0 5px 0px 0;
}
.article-section {
    padding-left: 6px;
    margin-left: 5px;
}

.article-section a {
    color: #3B5468;
}
.article-category a {
    color: #3B5468;
}
.buttonheading img {
    margin: 3px 0 0 3px !important;
    padding: 0 !important;
    border: 0 !important;
    float: right;
    background: none !important;
}
p.buttonheading {
    text-align:right;
    margin: 0;
}

p.buttonheading a:hover {
    background:none !important;
    color:#000 !important;
}
p.buttonheading a:active,p.buttonheading a:focus {
    color:#000;
}
ul.latestnews,
ul.mostread {
    padding-left: 0;
}
ul.latestnews li,
ul.mostread li {
    margin: 0;
    padding: 1px 0 1px 20px;
    border-bottom: none;
}
.inputboxquantity {
    border:1px solid #DEDEDE;
    margin:-4px 0 0;
    padding:3px;
}
hr {
    background: #e8e8e8;
    border: 0px;
    border-bottom: 1px solid #e8e8e8;
}
.sectiontableheader {
    background: #f4f4f4;
}
h3.zt-category-h3 {
    height: 35px;
    float: left;
}
.register_form {
}
.register_form div {
    margin: 0 0 5px 0;
    clear: both;
    overflow: hidden;
}
.register_form label {
    width: 200px;
    float: left;
}
.register_form .inputbox {
}


/*system-message*/
#system-message {
    margin-bottom: 10px;
    padding: 0;
}

#system-message dt.error {
  display: none;
}
#system-message dd.message {
  
}
#system-message dd.error ul {
  background-color: #E6C0C0;
  border:3px solid #DE7A7B;
  color: red;
}
#system-message dd.error ul li{
    background:0;
    padding:0;
}
#system-message dd {
  font-weight: bold;
  margin: 0;
  text-indent: 30px;
}


#system-message dd ul {
  color: #0055BB;
  list-style: none outside none;
  margin-bottom: 10px;
  padding: 10px;
   background-color: #E6C0C0;
  border:3px solid #DE7A7B;
}
#system-message dd ul li{
    padding:0px;
}
/*Component Heading*/
h1.componentheading,
.componentheading {
    margin: 25px 0;
    font-size: 300%;
    color: #E9E9E9 ;
    font-weight:normal;
    font-family: tahoma;
    width:100%;
    float:left;
}
h2.contentheading,
.contentheading {
    margin: 25px 0;
    font-size: 280%;
    color: #E9E9E9 ;
    font-family: tahoma;
    font-weight:normal;
    width:100%;
    float:left;
}
h1.componentheading a,
.componentheading a{
    color: #E9E9E9 ;
}
h2.contentheading a,
.contentheading a{
    color: #E9E9E9 ;
    /*border-bottom:1px solid #cbc9c9;*/
}
/*read more*/
a.readon{
    margin: 12px 0 0 0;
    padding: 0 20px 0 0;
    float:left;    
    line-height:26px;
    background:url('../images/zt-jorda-bg-readmore-right.png') top right no-repeat;
}
a.readon span{
    padding:0px 0px 0px 20px;
    background:url('../images/zt-jorda-bg-readmore-left.png') top left no-repeat;
    text-transform:uppercase;
    color:#ffffff;
    font-size:90%;
    line-height:26px;
    float:left;
}

a.readon:hover{
    color:#770f0d;
    text-decoration:none;
}
a.readon:hover span{
    color:#770f0d;
    text-decoration:none;
}
a.readon span:hover{
    color:#770f0d;
    text-decoration:none;
}

/*button*/

.button,
.button2:hover{
    padding: 0px 10px;
    height: 28px;
    color: #ffffff;
    cursor: pointer;
    font-size: 90%;
    border: none;
    line-height:28px;
    font-weight: bold;
    border:1px solid #887258;
    text-transform: uppercase;
    background: url("../images/zt-jorda-bg-btn-buttom.png") top left repeat;
}
.button:hover,
.button2{
    background:#8ADF00;
    color:#ffffff;
}

/*caption*/

img.caption {
    float: left;
    border: solid 4px #2e1f1e;
    margin: 0 10px 0px 0;
}

.caption1 {
    float: left;
    margin: 0 10px 0px 0;
}
img.img_caption  {
    margin-right: 20px;
    float: left;
    border: 3px solid #c1c1c1;
    
}
div.img_caption {
    float: left;
    *margin: 0 5px 0 5px;
}
.img_caption p {
    background: url(../images/shadow-bg.gif) no-repeat right top;
    padding-top: 5px;
    margin-top: 0px;
}
.tool-tip {
  
    background: url("../images/zt-jorda-bg-inputbox.png") repeat-x scroll left bottom #E6E6E6;
    color: #1F0E0C;
}