اندازه ي فونت بالاي صفحه كامپونت ريموستري ( سرويس دانلود و ... ) بزرگه . چطوري كوچكش كنم ؟
نمایش نسخه قابل چاپ
اندازه ي فونت بالاي صفحه كامپونت ريموستري ( سرويس دانلود و ... ) بزرگه . چطوري كوچكش كنم ؟
تو css كلاس هاي h1 و h2 رو دستكاري كنين درست ميشه .
من فونت های رو متعادل کردم .
این متن رو کامل جایگزین متن فایل remository.css کن .
فایل remository.css در mambo\components\com_remository
درست می شه.
;D
در ضمن ميخوام متن رو هم تغيير بدم .
ببخشيدا ولي هيچ تغييري نكرد فقط فاصله از عكسش زياد شده .
** دو پست شما یکی شد
آبتین به شما گفت برای حل مشکلتون چیکار کنید
کلاس های h1 و h2 رو در css قالب ویرایش کنید و اندازه فونتشون رو به دلخواه تنظیم کنید
متن رو هم تو فایل زیبان کامپوننت میتونید تغییر بدید
فقط h2 و h3 رو داره . در ضمن من هر کدوم رو تغییر میدم انگار نه انگار :-\
چطوری تغییر میدید؟
کد:h2,h3 {
font-size: 9px;
}
اين کد سي اس اس ريموستري دقيقا کجاش بايد عوض شه. من که اصلا همچین چیزی نمیبینم
/* This is the Remository specific CSS */
#remository, #remositoryfileinfo {
width: 100%;
}
#remositorypageheading {
background-repeat: no-repeat;
background-position: right;
}
#remositorypageheading h2, #remositorypageheading h3 {
margin-right: 70px;
text-align: right;
line-height: normal;
}
#remositorypageheading, #remositorycredits {
width: 98%;
text-align: right;
padding: 1px 1px 2px 0;
clear: both;
}
#remositorycredits {
text-align: center;
}
#remositorypathway img, #remositorycontainer img, #remositoryfilelisting div img,
#left img, #right img, #remositorycontainerlist img, #remositorypageheading h2 img,
#remositorypageheading h3 img, #remository h4 img {
border: 0;
padding: 2px;
}
#remositoryfooter {
width: 98%;
padding: 10px 10px 20px 0;
border-top: 2px solid #999;
clear: both;
}
#remositoryfooter #left {
width: 60%;
float: right;
padding: 10px;
}
#remositoryfooter #right {
float: right;
padding: 10px;
}
#remositorycontainerlist table {
width: 98%;
border: 0;
}
#remositorycontainerlist th {
text-align: right;
}
#remositorycontainerlist h3 {
border-top: 1px solid #999;
margin: 2px;
}
#remositorycontainerhead {
width: 80%;
}
#remositoryfilelisting h3 {
float: right;
clear: both;
width: 98%;
border-top: 2px solid #999;
padding: 5px 0 0 5px;
}
#remositoryfileinfo img {
padding: 5px;
border: 0;
}
#remositoryplaintext {
clear: right;
width: 99%;
}
#remositorythumbbox {
clear: left;
width: 95%;
border-top: 1px solid #999;
}
.remositorythumbset a {
padding: 3px;
}
.remositorythumbset {
float: right;
width: 65%;
}
.remositorycommand {
padding: 5px;
border: 1px solid red;
margin: 3px;
}
#remositorycmdbox {
width: 32%;
clear: right;
float: right;
text-align: right;
font-weight: bold;
}
#remositoryfileinfo h2 {
width: 95%;
border-top: 2px solid #999;
padding: 10px 0 0 5px;
}
.remositoryonethumb {
float: right;
padding: 20px 20px 10px 20px;
}
/* IE hack to get round ignoring right margin */
* html .remositoryfilesummary
{
width: 100%;
}
.remositorypagenav {
clear: both;
width: 100%;
text-align: right;
padding-top: 10px;
}
.remositoryfilesummary dt, #remositoryfileinfo dt, #remositoryupload label,
#remositoryupload dt, #remositorymanycommon dt, #remositorymanycommon label,
#remositorythumbupdate dt, #remositorythumbupdate label {
width: 30%;
float: right;
clear: right;
margin: 0;
padding: 1px 0.2em 0.2em 0.2em;
font-weight: bold;
text-align: left;
}
/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */
.remositoryfilesummary dd, #remositoryfileinfo dd, #remositorythumbupdate dd
{
float: left;
margin: 0;
width: 65%;
padding: 0 0.2em 0.2em 0.2em;
border-top: 1px solid #999;
}
.remositorydelthumb {
float: right;
padding: 5px;
margin: 0;
text-align: center;
}
/* This defines the light background colour used by Remository */
.remositoryfilesummary dd, #remositoryuplocal, #remositoryuploadinfo,
#remositorymanycommon, #remositorycontainerlist th, .remositorylight {
background-color: #D3D3D3;
}
/* This defines the dark background colour used by Remository */
.remositorydark, #remositoryupremote {
background-color: #999;
}
#remositoryuplocal, #remositoryuploadinfo, #remositorymanycommon {
padding: 8px;
margin: 0;
}
#remositoryupremote {
padding: 8px;
margin: 0;
}
#remositoryiconlist div, .remositorymax {
margin-left: 30%;
padding: 2px;
}
#remositoryiconlist img {
border: 0;
}
/* IE hack to control icons */
* html #remositoryiconlist div
{
width: 70%;
}
#remositoryeditor {
clear: left;
margin-left: 10px;
}
/* End of the Remository specific CSS */
خب بهش اون کدی که من نوشتم رو اضافه کنید!
تو css قالبتون هم میتونید اضافه کنید!
متن جایگزین کدومه من هر چی h2 , h3 را عوض کردم تغییری ندیدم
[quote author=m_s link=topic=6899.msg53710#msg53710 date=1194549803]
متن جایگزین کدومه من هر چی h2 , h3 را عوض کردم تغییری ندیدم
[/quote]
تغییر روی h1 تا h6 هم تست کنید