ผู้เขียน หัวข้อ: เปลี่ยนขนาดอักษรในบอร์ด  (อ่าน 1871 ครั้ง)

0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

ออฟไลน์ smf

  • [color=green][i]"ถ้าคุณไม่สามารถอธิบายอย่างง่ายๆ ให้คนอื่นเข้าใจได้แล้วล่ะก็ แสดงว่าคุณยังเข้าใจมันไม่ดีพอ"[/i][/color]
  • Administrator
  • Hero Member
  • *****
  • กระทู้: 1,368
  • พอยท์: 5
    • ดูรายละเอียด
    • pordoo.com
    • อีเมล์
เปลี่ยนขนาดอักษรในบอร์ด
« เมื่อ: 6 กันยายน 2015, 14:04:30 »
ไฟล์index.css ใน\Themes\default\css

1. ตรงแถบปุ่มเริ่มหัวข้อใหม่

โค๊ด: [Select]
.buttonlist ul li a
{
display: block;
font-size: 0.85em;
color: #000;
background: #e8e8e8 url(../images/theme/menu_gfx.png) no-repeat 0 -60px;
padding: 0 0 0 8px;
margin-left: 12px;
text-transform: uppercase;
cursor: pointer;
}
แก้ font-size: 0.85em; เป็นขนาดที่ต้องการ


2.ตรงข้อความ "เริ่มโดย"

โค๊ด: [Select]
/* Styles for generic tables.
------------------------------------------------------- */
.topic_table table
{
   width: 100%;
}
.topic_table .icon1, .topic_table .icon2, .topic_table .stats
{
   text-align: center;
}
#topic_icons
{
   margin: 1em 0 0 0;
}
#topic_icons .description
{
   margin: 0;
}
.topic_table table thead
{
   border-bottom: 1px solid #fff;
}
/* the subject column */
.topic_table td
{
   font-size: 1em;
}
.topic_table td.subject p, .topic_table td.stats
{
   font-size: 0.85em;
   padding: 0;
   margin: 0;
}
.topic_table td.lastpost
{
   font-size: 0.85em;
   line-height: 1.3em;
   padding: 4px;
}
.topic_table td.stickybg2
{
   background-image: url(../images/icons/quick_sticky.gif);
   background-repeat: no-repeat;
   background-position: 98% 4px;
}
.topic_table td.lockedbg2
{
   background-image: url(../images/icons/quick_lock.gif);
   background-repeat: no-repeat;
   background-position: 98% 4px;
}
.topic_table td.locked_sticky2
{
   background-image: url(../images/icons/quick_sticky_lock.gif);
   background-repeat: no-repeat;
   background-position: 98% 4px;
}
.topic_table td.lastpost
{
   background-image: none;
}

/* Styles for (fatal) errors
แก้font-size: 0.85em; เป็นขนาดที่ต้องการ


3.แก้ขนาดจำนวนกระทู้

โค๊ด: [Select]
/* Styles for a typical table.
------------------------------------------------------- */
table.table_list
{
width: 100%;
}
table.table_list p
{
padding: 0;
margin: 0;
}
table.table_list td, table.table_list th
{
padding: 5px;
}
table.table_list tbody.header td
{
padding: 0;
}
table.table_list tbody.content td.stats
{
font-size: 90%;
width: 15%;
text-align: center;
}
table.table_list tbody.content td.lastpost
{
line-height: 1.3em;
font-size: 85%;
width: 24%;
}
table.table_list tbody.content td.icon
{
text-align: center;
width: 6%;
}

/* Styles for the board index.
------------------------------------------------- */
แก้font-size: 85%; เป็นขนาดที่ต้องการ

credit:สิงห์รถบันทุก
« แก้ไขครั้งสุดท้าย: 6 กันยายน 2015, 14:08:37 โดย pordoo »