PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : تغییر رنگ زمینه قالب جوملا؟



soheyl_ir89
November 25th, 2011, 13:01
سلام دوستان
می خوام رنگ پس زمینه قالب سایت صفحه اصلی (http://carsworld.ir/) رو تغییر بدم.
در قسمت ویرایشگر css قالب، در مدیریت سایت، فایل template.css رو تغییر می دم،
اما تغییرات رو مشاهده نمی کنم.

این کدهای بالایی فایل مذکور هست. می خوام رنگ پس زمینه رو سفید کنم. چه کار کنم؟


/* COMMON STYLE
--------------------------------------------------------- */
body {
background: #fff;
color: #000;
font-family: tahoma, Times, sans-serif;
line-height: 1.5;
}

body#bd { background: url(../images/background.jpg) center top repeat-x #efefef; /* color: #333; */color: #3e3e3e; }
body.fs1 { font-size: 10px; }
body.fs2 { font-size: 11px; }
body.fs3 { font-size: 12px; }
body.fs4 { font-size: 13px; }
body.fs5 { font-size: 14px; }
body.fs6 { font-size: 15px; }


ممنون از شما

kashaneh
November 25th, 2011, 13:33
Index of /templates/ca_cloudbaseUniversity_j15_1.0.8/css/colors (http://carsworld.ir/templates/ca_cloudbaseUniversity_j15_1.0.8/css/colors//)red.css
اگه منظورتون این رنگ هست CAC4B3 که در بادی قرار داره این فایل رو ویرایش کنید خط 1 red.css

soheyl_ir89
November 25th, 2011, 14:26
ممنون، اما نه دوست عزیز
این قسمتی از کد های فایل templates.css هست.
لطفا راهنمایی کنید که کد رنگ پس زمینه کدومه:

/*
#------------------------------------------------------------------------
CA BASE for Joomla 1.5
#------------------------------------------------------------------------
#Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
#@license - GNU/GPL, The GNU General Public License v3.0 - GNU Project - Free Software Foundation (FSF) (http://www.gnu.org/copyleft/gpl.html)
#Author: J.O.O.M Solutions Co., Ltd
#Websites: Joomla Magento Templates Club - JoomlArt.com (http://www.joomlart.com) - JoomLancers - Freelance Marketplace for Opensource Development - Joomla Magento Drupal Wordpress (http://www.joomlancers.com)
#------------------------------------------------------------------------
*/


/* COMMON STYLE
--------------------------------------------------------- */
body {
background: #fff;
color: #000;
font-family: tahoma, Times, sans-serif;
line-height: 1.5;
}

body#bd { background: url(../images/background.jpg) center top repeat-x #efefef; /* color: #333; */color: #3e3e3e; }
body.fs1 { font-size: 10px; }
body.fs2 { font-size: 11px; }
body.fs3 { font-size: 12px; }
body.fs4 { font-size: 13px; }
body.fs5 { font-size: 14px; }
body.fs6 { font-size: 15px; }

/* Normal links ---*/
a { color: #069; text-decoration: none; }

a:hover, a:active, a:focus { color: #333; text-decoration: none; }

/* Readon links ---*/
a.readon {
background: url(../images/button.png) repeat-x top #30abe8;
border: 1px solid #40b1ea;
color: #fff;
font-weight: bold;
padding: 4px 5px;
cursor: pointer;
text-decoration: none;
text-shadow: 0px 1px 0px #3296c8;
}

a.readon:hover, a.readon:active, a.readon:focus {
color: #fff;
border: 1px solid #000;
}

/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul { margin: 5px 0; padding: 0; }

/* Headings & Titles ---*/
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
font-family: "Georgia", Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 1.2;
}

h1.componentheading, .componentheading { margin: 0; padding: 0 0 7px; }

.componentheading {
font-size: 180%;
}

h2.contentheading, .contentheading { margin: 0; padding: 0 0 7px; }

.contentheading { font-size: 200%; }

.blog .contentheading { font-size: 125%; }

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus { text-decoration: none; }
a.contentpagetitle:hover{text-decoration: none;}

.category { font-size: 110%; font-weight: bold; }

/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc,
p.site-slogan, a.readon, .ja-navhelper, #ja-footer { font-size: 92%; }

small, .small { color: #999; }

.smalldark { text-align: left; }

/* List ---*/
.column ul li {
background: url(../images/bullet.gif) no-repeat 20px 7px;
line-height: 160%;
margin-bottom: 5px;
overflow: hidden;
padding-left: 30px;
}

.column ol li { line-height: 180%; margin-left: 30px; }

/* Others ---*/
th { font-weight: bold; padding: 5px; text-align: left; }

td { font-size: 100%; padding: 5px; }

fieldset { border: none; padding: 10px 5px; }

fieldset a { font-weight: bold; }

fieldset.input { padding: 0; }

hr {
border-bottom: 0;
border-left: 0;
border-right: 0;
border-top: 1px solid #ccc;
height: 1px;
}

sazsaz
November 25th, 2011, 14:31
ممنون، اما نه دوست عزیز
این قسمتی از کد های فایل templates.css هست.
لطفا راهنمایی کنید که کد رنگ پس زمینه کدومه:

/*
#------------------------------------------------------------------------
CA BASE for Joomla 1.5
#------------------------------------------------------------------------
#Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
#@license - GNU/GPL, The GNU General Public License v3.0 - GNU Project - Free Software Foundation (FSF) (http://www.gnu.org/copyleft/gpl.html)
#Author: J.O.O.M Solutions Co., Ltd
#Websites: Joomla Magento Templates Club - JoomlArt.com (http://www.joomlart.com) - JoomLancers - Freelance Marketplace for Opensource Development - Joomla Magento Drupal Wordpress (http://www.joomlancers.com)
#------------------------------------------------------------------------
*/


/* COMMON STYLE
--------------------------------------------------------- */
body {
background: #fff;
color: #000;
font-family: tahoma, Times, sans-serif;
line-height: 1.5;
}

body#bd { background: url(../images/background.jpg) center top repeat-x #efefef; /* color: #333; */color: #3e3e3e; }
body.fs1 { font-size: 10px; }
body.fs2 { font-size: 11px; }
body.fs3 { font-size: 12px; }
body.fs4 { font-size: 13px; }
body.fs5 { font-size: 14px; }
body.fs6 { font-size: 15px; }

/* Normal links ---*/
a { color: #069; text-decoration: none; }

a:hover, a:active, a:focus { color: #333; text-decoration: none; }

/* Readon links ---*/
a.readon {
background: url(../images/button.png) repeat-x top #30abe8;
border: 1px solid #40b1ea;
color: #fff;
font-weight: bold;
padding: 4px 5px;
cursor: pointer;
text-decoration: none;
text-shadow: 0px 1px 0px #3296c8;
}

a.readon:hover, a.readon:active, a.readon:focus {
color: #fff;
border: 1px solid #000;
}

/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul { margin: 5px 0; padding: 0; }

/* Headings & Titles ---*/
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
font-family: "Georgia", Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 1.2;
}

h1.componentheading, .componentheading { margin: 0; padding: 0 0 7px; }

.componentheading {
font-size: 180%;
}

h2.contentheading, .contentheading { margin: 0; padding: 0 0 7px; }

.contentheading { font-size: 200%; }

.blog .contentheading { font-size: 125%; }

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus { text-decoration: none; }
a.contentpagetitle:hover{text-decoration: none;}

.category { font-size: 110%; font-weight: bold; }

/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc,
p.site-slogan, a.readon, .ja-navhelper, #ja-footer { font-size: 92%; }

small, .small { color: #999; }

.smalldark { text-align: left; }

/* List ---*/
.column ul li {
background: url(../images/bullet.gif) no-repeat 20px 7px;
line-height: 160%;
margin-bottom: 5px;
overflow: hidden;
padding-left: 30px;
}

.column ol li { line-height: 180%; margin-left: 30px; }

/* Others ---*/
th { font-weight: bold; padding: 5px; text-align: left; }

td { font-size: 100%; padding: 5px; }

fieldset { border: none; padding: 10px 5px; }

fieldset a { font-weight: bold; }

fieldset.input { padding: 0; }

hr {
border-bottom: 0;
border-left: 0;
border-right: 0;
border-top: 1px solid #ccc;
height: 1px;
}
عزیزم دوستمون درست گفتند
قالب شما دارای رنگ هست و از همون قسمت توی فایل red.css باید انجام بشه
البته ممکنه ما منظور شما را نگرفته باشیم
ببینید بعضی اوقات فایل اصلی قالب حالت گذر به خودش می گیره
الان هم templates.css حالت گذر به خودش گرفته و اطلاعات را ارجاع می ده به همون فایل red.css شما رنگ ها را باید از این قسمت تغییر بدین

soheyl_ir89
November 25th, 2011, 14:54
ممنونم دوستان
فایل red.css نیست در قالب. یا من نمی بینم.
کجاس؟

---------- Post added at 03:54 PM ---------- Previous post was at 03:50 PM ----------

من از قسمت افزونه ها، گزینه مدیریت قالب ها رو می زنم،
بعد قالب پیش فرض رو که Cloud Base University (http://carsworld.ir/administrator/index.php?option=com_templates&task=edit&cid[]=ca_cloudbaseUniversity_j15_1.0.8&client=0) هست رو انتخاب می کنم،
بعد ویرایش css رو می زنم،
در اون قسمت، فایل red.css نیست.

sazsaz
November 25th, 2011, 14:58
http://carsworld.ir/templates/ca_cloudbaseUniversity_j15_1.0.8/css/colors/red.css

soheyl_ir89
November 25th, 2011, 15:09
این صفحه چیه؟
این جا که نمی شه تغییری ایجاد کرد.
منطورتو متوجه نشدم دوست عزیز

---------- Post added at 04:07 PM ---------- Previous post was at 04:04 PM ----------
.

---------- Post added at 04:09 PM ---------- Previous post was at 04:07 PM ----------

این ها فایل های css هستند :



template.css
قابل ویرایش



ie-rtl.css
قابل ویرایش



ie8-rtl.css
قابل ویرایش



print.css
قابل ویرایش



ie7minus.css
قابل ویرایش



layout.css
قابل ویرایش



template_rtl.css
قابل ویرایش



addons.css
قابل ویرایش



typo.css
قابل ویرایش



ie.css

dr.saeed
November 25th, 2011, 15:26
این صفحه چیه؟
این جا که نمی شه تغییری ایجاد کرد.
منطورتو متوجه نشدم دوست عزیز

---------- Post added at 04:07 PM ---------- Previous post was at 04:04 PM ----------
.

---------- Post added at 04:09 PM ---------- Previous post was at 04:07 PM ----------

این ها فایل های css هستند :



template.css
قابل ویرایش



ie-rtl.css
قابل ویرایش



ie8-rtl.css
قابل ویرایش



print.css
قابل ویرایش



ie7minus.css
قابل ویرایش



layout.css
قابل ویرایش



template_rtl.css
قابل ویرایش



addons.css
قابل ویرایش



typo.css
قابل ویرایش



ie.css




دوست عزیز از طریق ftp یا پنلتون وارد این شاخه بشید
templates/ca_cloudbaseUniversity_j15_1.0.8/css/colors/
سپس فایل red.css را به سیستم خود انتقال بدید
فایل رو با نرم افزار ویرایش متن(نوت پد) باز کنید
رنگ ها رو تغییر بدید و دوباره آپلود کنید