CSS版面配置:修訂版本之間的差異
出自六年制學程
第 19 行: | 第 19 行: | ||
padding: .5em; | padding: .5em; | ||
color: #fff; | color: #fff; | ||
+ | background-image:url(none); | ||
background-color: #D64078; | background-color: #D64078; | ||
border: solid #B03060 1px; | border: solid #B03060 1px; |
2019年1月29日 (二) 19:24的修訂版本
{{#css: .toc {
line-height: 1.5em; padding-left: 0;
} .toc ul {
padding: 0; width: 100%; margin: auto;
} .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(none); 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.external {background-image:url(dot.gif);}*/ .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; }
} }}