久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔
站長(zhǎng)百科 | 數(shù)字化技能提升教程 數(shù)字化時(shí)代生存寶典
首頁(yè)
數(shù)字化百科
電子書(shū)
建站程序
開(kāi)發(fā)
服務(wù)器
辦公軟件
開(kāi)發(fā)教程
服務(wù)器教程
軟件使用教程
運(yùn)營(yíng)教程
熱門(mén)電子書(shū)
WordPress教程
寶塔面板教程
CSS教程
Shopify教程
導(dǎo)航
程序頻道
推廣頻道
網(wǎng)賺頻道
人物頻道
網(wǎng)站程序
網(wǎng)頁(yè)制作
云計(jì)算
服務(wù)器
CMS
論壇
網(wǎng)店
虛擬主機(jī)
cPanel
網(wǎng)址導(dǎo)航
WIKI使用導(dǎo)航
WIKI首頁(yè)
最新資訊
網(wǎng)站程序
站長(zhǎng)人物
頁(yè)面分類(lèi)
使用幫助
編輯測(cè)試
創(chuàng)建條目
網(wǎng)站地圖
站長(zhǎng)百科導(dǎo)航
站長(zhǎng)百科
主機(jī)偵探
IDCtalk云說(shuō)
跨境電商導(dǎo)航
WordPress啦
站長(zhǎng)專(zhuān)題
網(wǎng)站推廣
網(wǎng)站程序
網(wǎng)站賺錢(qián)
虛擬主機(jī)
cPanel
網(wǎng)址導(dǎo)航專(zhuān)題
云計(jì)算
微博營(yíng)銷(xiāo)
虛擬主機(jī)管理系統(tǒng)
開(kāi)放平臺(tái)
WIKI程序與應(yīng)用
美國(guó)十大主機(jī)
編輯“
WordPress:Codex:Codex CSS
”
人物百科
|
營(yíng)銷(xiāo)百科
|
網(wǎng)賺百科
|
站長(zhǎng)工具
|
網(wǎng)站程序
|
域名主機(jī)
|
互聯(lián)網(wǎng)公司
|
分類(lèi)索引
跳轉(zhuǎn)至:
導(dǎo)航
、?
搜索
警告:
您沒(méi)有登錄。如果您做出任意編輯,您的IP地址將會(huì)公開(kāi)可見(jiàn)。如果您
登錄
或
創(chuàng)建
一個(gè)賬戶(hù),您的編輯將歸屬于您的用戶(hù)名,且將享受其他好處。
反垃圾檢查。
不要
加入這個(gè)!
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. 這個(gè)網(wǎng)頁(yè)的目的在于歸檔一些用于Codex的有用的樣式,使得頁(yè)面更加便于閱讀。CSS必須得到確認(rèn),而且如果Wiki管理員接受了,會(huì)作為一般使用。 <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" == <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="基本" == <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" == <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="重要" == <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" == <nowiki> .code { background: #ccccff; border: 1px dashed #000; margin: 0; padding: 5px; text-align: left; width: 100%; } </nowiki> == 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. 假如我們有獨(dú)特的方式突出這里的代碼例子。 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)頁(yè)破環(huán)后,更容易修復(fù)- it is very f7f7f7 around here。我知道可讀性也是個(gè)問(wèn)題。 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> 想想代碼,顯示一些完成的操作的時(shí)候,php,css以及xhtml都可以在這里顯示。代碼是同樣的顏色,好嗎?或者每種代碼的顏色不同,更好?我不認(rèn)為我們需要不同的顏色,因此如果有幾個(gè)顏色的時(shí)候,就需要仔細(xì)地挑選。 (將最后兩句話(huà)看做'no involvement from podz :) )
摘要:
請(qǐng)注意,您對(duì)站長(zhǎng)百科的所有貢獻(xiàn)都可能被其他貢獻(xiàn)者編輯,修改或刪除。如果您不希望您的文字被任意修改和再散布,請(qǐng)不要提交。
您同時(shí)也要向我們保證您所提交的內(nèi)容是您自己所作,或得自一個(gè)不受版權(quán)保護(hù)或相似自由的來(lái)源(參閱
Wordpress-mediawiki:版權(quán)
的細(xì)節(jié))。
未經(jīng)許可,請(qǐng)勿提交受版權(quán)保護(hù)的作品!
取消
編輯幫助
(在新窗口中打開(kāi))
取自“
http://kktzf.com.cn/wiki/WordPress:Codex:Codex_CSS
”