WIKI使用導(dǎo)航
站長百科導(dǎo)航
站長專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機
- cPanel
- 網(wǎng)址導(dǎo)航專題
- 云計算
- 微博營銷
- 虛擬主機管理系統(tǒng)
- 開放平臺
- WIKI程序與應(yīng)用
- 美國十大主機
WordPress: Codex:Codex CSS:修訂間差異
(新頁面: The purpose of this page is to document some useful styles for use in Codex to make the pages easier to read. The CSS must validate, and if accepted by the Wiki administrators, will be ad...) ? |
無編輯摘要 ? |
||
第1行: | 第1行: | ||
The purpose of this page is to document some useful styles for use in Codex to make the pages easier to read. The CSS must validate, and if accepted by the Wiki administrators, will be adopted for general use. | The purpose of this page is to document some useful styles for use in Codex to make the pages easier to read. The CSS must validate, and if accepted by the Wiki administrators, will be adopted for general use. | ||
這個網(wǎng)頁的目的在于歸檔一些用于Codex的有用的樣式,使得頁面更加便于閱讀。CSS必須得到確認(rèn),而且如果Wiki管理員接受了,會作為一般使用。 | |||
<div style="background: #f7f7f7;border: 1px solid #000;margin: 0;padding: 5px;width: 100%;"> | <div style="background: #f7f7f7;border: 1px solid #000;margin: 0;padding: 5px;width: 100%;"> | ||
<div style="background: #f7f7f7;border: 1px solid #000;margin: 0;padding: 5px;width: 100%;"> | |||
== class="basic" == | == class="basic" == | ||
<nowiki> | <nowiki> | ||
第17行: | 第21行: | ||
<div style="background: #f7f7f7; border: 2px dashed #f00;margin 0; padding: 5px; text-align: center; width: 100%;"> | <div style="background: #f7f7f7; border: 2px dashed #f00;margin 0; padding: 5px; text-align: center; width: 100%;"> | ||
== class="基本" == | |||
<nowiki> | |||
.basic { | |||
background: #f7f7f7; | |||
border: 1px solid #000; | |||
margin: 0; | |||
padding: 5px; | |||
width: 100%; | |||
}</nowiki> | |||
</div> | |||
<div style="background: #f7f7f7; border: 2px dashed #f00;margin 0; padding: 5px; text-align: center; width: 100%;"> | |||
== class="important" == | == class="important" == | ||
第33行: | 第55行: | ||
<div style="background: #ccccff; border: 1px dashed #000;margin 0; padding: 5px; text-align: left; width: 100%;"> | <div style="background: #ccccff; border: 1px dashed #000;margin 0; padding: 5px; text-align: left; width: 100%;"> | ||
== class="重要" == | |||
<nowiki> | |||
.important { | |||
background: #f7f7f7; | |||
border: 2px dashed #f00; | |||
margin: 0; | |||
padding: 5px; | |||
text-align: center; | |||
width: 100%; | |||
} | |||
</nowiki> | |||
</div> | |||
<div style="background: #ccccff; border: 1px dashed #000;margin 0; padding: 5px; text-align: left; width: 100%;"> | |||
== class="code" == | == class="code" == | ||
第47行: | 第86行: | ||
== class="代碼" == | |||
<nowiki> | |||
.code { | |||
background: #ccccff; | |||
border: 1px dashed #000; | |||
margin: 0; | |||
padding: 5px; | |||
text-align: left; | |||
width: 100%; | |||
} | |||
</nowiki> | |||
Suggest that we have a distinct way of highlighting code examples here. | Suggest that we have a distinct way of highlighting code examples here. | ||
假如我們有獨特的方式突出這里的代碼例子。 | |||
It may make pages easier to follow in that the page gets broken up that bit more - it is very f7f7f7 around here. I realise that readability is also an issue though. | It may make pages easier to follow in that the page gets broken up that bit more - it is very f7f7f7 around here. I realise that readability is also an issue though. | ||
網(wǎng)頁破環(huán)后,更容易修復(fù)- it is very f7f7f7 around here。我知道可讀性也是個問題。 | |||
Thinking about code, there is php, css and possibly xhtml that could be posted here when showing how things are done for example. Would the same colour throughout be good ? Or would a colour each be better ? I don't think we need a colour-fest going on, so if it is more than one, they would need to be carefully chosen. (Take those last two words as meaning 'no involvement from podz :) ) | Thinking about code, there is php, css and possibly xhtml that could be posted here when showing how things are done for example. Would the same colour throughout be good ? Or would a colour each be better ? I don't think we need a colour-fest going on, so if it is more than one, they would need to be carefully chosen. (Take those last two words as meaning 'no involvement from podz :) ) | ||
</div> | </div> | ||
想想代碼,顯示一些完成的操作的時候,php,css以及xhtml都可以在這里顯示。代碼是同樣的顏色,好嗎?或者每種代碼的顏色不同,更好?我不認(rèn)為我們需要不同的顏色,因此如果有幾個顏色的時候,就需要仔細(xì)地挑選。 (將最后兩句話看做'no involvement from podz :) ) |
2008年9月25日 (四) 17:18的最新版本
The purpose of this page is to document some useful styles for use in Codex to make the pages easier to read. The CSS must validate, and if accepted by the Wiki administrators, will be adopted for general use.
這個網(wǎng)頁的目的在于歸檔一些用于Codex的有用的樣式,使得頁面更加便于閱讀。CSS必須得到確認(rèn),而且如果Wiki管理員接受了,會作為一般使用。
class="basic"[ ]
.basic { background: #f7f7f7; border: 1px solid #000; margin: 0; padding: 5px; width: 100%; }
class="基本"[ ]
.basic { background: #f7f7f7; border: 1px solid #000; margin: 0; padding: 5px; width: 100%; }
class="important"[ ]
.important { background: #f7f7f7; border: 2px dashed #f00; margin: 0; padding: 5px; text-align: center; width: 100%; }
class="重要"[ ]
.important { background: #f7f7f7; border: 2px dashed #f00; margin: 0; padding: 5px; text-align: center; width: 100%; }
class="code"[ ]
.code { background: #ccccff; border: 1px dashed #000; margin: 0; padding: 5px; text-align: left; width: 100%; }
class="代碼"[ ]
.code { background: #ccccff; border: 1px dashed #000; margin: 0; padding: 5px; text-align: left; width: 100%; } Suggest that we have a distinct way of highlighting code examples here.
假如我們有獨特的方式突出這里的代碼例子。
It may make pages easier to follow in that the page gets broken up that bit more - it is very f7f7f7 around here. I realise that readability is also an issue though.
網(wǎng)頁破環(huán)后,更容易修復(fù)- it is very f7f7f7 around here。我知道可讀性也是個問題。
Thinking about code, there is php, css and possibly xhtml that could be posted here when showing how things are done for example. Would the same colour throughout be good ? Or would a colour each be better ? I don't think we need a colour-fest going on, so if it is more than one, they would need to be carefully chosen. (Take those last two words as meaning 'no involvement from podz :) )
想想代碼,顯示一些完成的操作的時候,php,css以及xhtml都可以在這里顯示。代碼是同樣的顏色,好嗎?或者每種代碼的顏色不同,更好?我不認(rèn)為我們需要不同的顏色,因此如果有幾個顏色的時候,就需要仔細(xì)地挑選。 (將最后兩句話看做'no involvement from podz :) )