檢視 CSS版面配置 的原始碼
←
CSS版面配置
跳至導覽
跳至搜尋
由於以下原因,您無權編輯此頁面:
您請求的操作只有這個群組的使用者能使用:
使用者
您可以檢視並複製此頁面的原始碼。
[[分類:CSS]]<pre> {{#css: .toc { line-height: 1.5em; padding-left: 0; } .toc ul { padding: 0; width: 100%; margin: auto; border:0; } .toc li { list-style-type:none; margin-bottom: .5em; } .toc li a.external { display: block; text-align: center; padding: .5em; color: #fff; /* background-image:url('/wiki1231/skins/vector/images/dot.gif'); 所有對圖的改變都導致整體設定失效 */ background-color: #D64078; border: solid #B03060 1px; border-bottom: solid #B03060 4px; /* text-shadow: 0px 2px 0 #B03060; */ border-radius: .3em; position: relative; -webkit-transition: all 0.1s ease-out; /* Safari 3.2+, Chrome */ -moz-transition: all 0.1s ease-out; /* Firefox 4-15 */ -o-transition: all 0.1s ease-out; /* Opera 10.5–12.00 */ transition: all 0.1s ease-out; /* Firefox 16+, Opera 12.50+ */ } .toc li a:link {color: #fff;} .toc li a:visited.external {color: #fff;} /* 須蓋過 .external 的顏色設定 */ .toc li a:hover { color: #fff; text-decoration: none; background-color: #c63b6f; } .toc li a:active { color: #fff; border-bottom: solid #b03060 1px; top: 4px; -webkit-transition: all 0 ease-out; /* Safari 3.2+, Chrome */ -moz-transition: all 0 ease-out; /* Firefox 4-15 */ -o-transition: all 0 ease-out; /* Opera 10.5–12.00 */ transition: all 0 ease-out; /* Firefox 16+, Opera 12.50+ */ } @media screen and (min-width:601px) { .toc { -moz-column-count: 2; -moz-column-gap: 1em; -webkit-column-count: 2; -webkit-column-gap: 1em; column-count: 2; column-gap: 1em; line-height: 1.2em; } } }}</pre> <table width='500px'><tr><th width=50%> <ul class='toc'><ul> <li>[http://zh-tw.learnlayout.com/no-layout.html 沒有版面配置]</li> <li>[http://zh-tw.learnlayout.com/display.html 關於 'display' 屬性]</li> <li>[http://zh-tw.learnlayout.com/margin-auto.html margin: auto;]</li> <li>[http://zh-tw.learnlayout.com/max-width.html 關於 max-width 屬性]</li> <li>[http://zh-tw.learnlayout.com/box-model.html 關於 Box Model(區塊模型)]</li> <li>[http://zh-tw.learnlayout.com/box-sizing.html 關於 box-sizing 屬性]</li> <li>[http://zh-tw.learnlayout.com/position.html 關於 position 屬性]</li> <li>[http://zh-tw.learnlayout.com/position-example.html 更完整的 position 範例]</li> <li>[http://zh-tw.learnlayout.com/float.html 關於 float 屬性]</li> <li>[http://zh-tw.learnlayout.com/clear.html 關於 clear 屬性]</li> </ul></ul></th><th><ul class='toc'><ul> <li>[http://zh-tw.learnlayout.com/clearfix.html clearfix 密技]</li> <li>[http://zh-tw.learnlayout.com/float-layout.html float 版面配置範例]</li> <li>[http://zh-tw.learnlayout.com/percent.html 百分比寬度]</li> <li>[http://zh-tw.learnlayout.com/media-queries.html 媒體查詢(media queries)]</li> <li>[http://zh-tw.learnlayout.com/inline-block.html display: inline-block]</li> <li>[http://zh-tw.learnlayout.com/inline-block-layout.html 使用 inline-block 版面配置]</li> <li>[http://zh-tw.learnlayout.com/column.html column]</li> <li>[http://zh-tw.learnlayout.com/flexbox.html flexbox]</li> <li>[http://zh-tw.learnlayout.com/frameworks.html CSS 框架]</li> <li>[http://zh-tw.learnlayout.com/about.html 關於本站]</li> </ul></ul> </th></tr></table> ==研究== 上方的[http://jendo.org/wiki1231/docs/CSS版面配置.html 目錄原檔] ===CSS background-image 基本語法=== <pre>background-image: url('圖片網址');</pre> url 小括號內有三種可以使用的參數,分別為 #none(預設值,不顯示圖片) #inherit(繼承自父層) #圖片網址。 ===MediaWiki 的 CSS 布署=== 主要的基本樣式在 /skins/monobook/main.css 當中,如 <pre>a.external { …… }</pre> 規範了一系列「外部連結」的表現方式。 而不同的布景會再補充,如 /skins/vector/components/externalLinks.less 中: <pre>@import "mediawiki.mixins.less"; // External links #content { .external { background-position: center right; background-repeat: no-repeat; .background-image-svg('images/external-link-ltr-icon.svg', 'images/external-link-ltr-icon.png'); padding-right: 13px; } }</pre> 而 /skins/common/ 之下的 shared.css 和 commonPrint.css 也都會在不同應用脈絡下對外部連結再作補充,而且還下了 !important (優先適用) 的指示。
返回到「
CSS版面配置
」。
切換側邊欄
導覽
首頁
近期變更
隨機頁面
MediaWiki說明
工具
連結至此的頁面
相關變更
特殊頁面
頁面資訊
六年制學程
導覽選單
個人工具
登入
命名空間
頁面
討論
變體
視圖
閱讀
檢視原始碼
檢視歷史
更多
搜尋