請教文章列表和搜尋列表改大要從那裡下手?
- 許麟麟
- Topic Author
- 訪客
- simonpeter
- 訪客
2011-07-13 18:49 #20349
來自 simonpeter
simonpeter replied the topic: 請教文章列表和搜尋列表改大要從那裡下手?
嘗試找出以下的 CSS樣式改一改:
table.contentpane {
width:100%;
}
文章列表 (Category List Layout) 套用了一下的 CSS 樣式:
table.contentpane { }
.sectiontableheader { }
.sectiontableheader a { }
tr.sectiontableentry1 td { }
tr.sectiontableentry2 td { }
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td { }
至於搜尋, 可以使用以下的樣式看看:
.inputbox {
width: 100px;
}
不妨學習使用 Firefox 的 firebug, 那你就可以輕易的找出套用在 joomla 的各種CSS樣式。
https://addons.mozilla.org/en-US/firefox/addon/firebug/
table.contentpane {
width:100%;
}
文章列表 (Category List Layout) 套用了一下的 CSS 樣式:
table.contentpane { }
.sectiontableheader { }
.sectiontableheader a { }
tr.sectiontableentry1 td { }
tr.sectiontableentry2 td { }
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td { }
至於搜尋, 可以使用以下的樣式看看:
.inputbox {
width: 100px;
}
不妨學習使用 Firefox 的 firebug, 那你就可以輕易的找出套用在 joomla 的各種CSS樣式。
https://addons.mozilla.org/en-US/firefox/addon/firebug/
Please 登入 to join the conversation.
- 許麟麟
- Topic Author
- 訪客
2011-07-17 11:23 #20368
來自 許麟麟
許麟麟 replied the topic: 請教文章列表和搜尋列表改大要從那裡下手?
謝謝您的指點^^simonpeter 寫了道:: 嘗試找出以下的 CSS樣式改一改:
table.contentpane {
width:100%;
}
文章列表 (Category List Layout) 套用了一下的 CSS 樣式:
table.contentpane { }
.sectiontableheader { }
.sectiontableheader a { }
tr.sectiontableentry1 td { }
tr.sectiontableentry2 td { }
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td { }
至於搜尋, 可以使用以下的樣式看看:
.inputbox {
width: 100px;
}
不妨學習使用 Firefox 的 firebug, 那你就可以輕易的找出套用在 joomla 的各種CSS樣式。
https://addons.mozilla.org/en-US/firefox/addon/firebug/
Please 登入 to join the conversation.
- 許麟麟
- Topic Author
- 訪客
- 許麟麟
- Topic Author
- 訪客