「模板:Shortcut/styles.css」:修訂間差異
(建立內容為「.shortcutbox { float:right; border:1px solid #aaa; background:#fff; margin:0 0 0 1em; padding:.3em .6em .2em .6em; text-align:center; font-size:85%; font-weight:bold; white-space: nowrap; } .shortcutbox-left { float:left; } .shortcutbox-ombox { float: right; border-left: 1px solid #aaa; padding: .4em 0em .4em 1em; text-align: center; line-height: 1.4em; font-weight: bold; font-size: smaller; white-space: nowrap; } .shortcutlist { displ…」的新頁面) |
無編輯摘要 |
||
(未顯示同一使用者於中間所作的 4 次修訂) | |||
第1行: | 第1行: | ||
. | .module-shortcutboxplain { | ||
float: right; | float: right; | ||
border | margin: 0 0 0 1em; | ||
padding: . | border: 1px solid #aaa; | ||
text-align: center | background: #fff; | ||
padding: 0.3em 0.6em 0.2em 0.6em; | |||
text-align: center; | |||
font-size: | font-size: 85%; | ||
} | } | ||
. | .module-shortcutboxleft { | ||
float: left; | |||
margin: 0 1em 0 0; | |||
margin | |||
} | } | ||
. | .module-shortcutlist { | ||
display: inline-block; | |||
border-bottom: 1px solid #aaa; | |||
margin-bottom: 0.2em; | |||
} | } | ||
.module-shortcutboxplain { | .module-shortcutboxplain ul { | ||
font-weight: bold; | |||
font-weight:bold | |||
} | } | ||
.module- | .module-shortcutanchordiv { | ||
position: relative; | |||
top: -3em; | |||
} | } | ||
.module- | li .module-shortcutanchordiv { | ||
float: right; /* IE/Edge in list items */ | |||
} | } | ||
.module- | .mbox-imageright .module-shortcutboxplain { | ||
padding: 0.4em 1em 0.4em 1em; | |||
line-height: 1.3; | |||
margin: 0; | |||
} | } |
於 2024年8月5日 (一) 00:49 的最新修訂
.module-shortcutboxplain {
float: right;
margin: 0 0 0 1em;
border: 1px solid #aaa;
background: #fff;
padding: 0.3em 0.6em 0.2em 0.6em;
text-align: center;
font-size: 85%;
}
.module-shortcutboxleft {
float: left;
margin: 0 1em 0 0;
}
.module-shortcutlist {
display: inline-block;
border-bottom: 1px solid #aaa;
margin-bottom: 0.2em;
}
.module-shortcutboxplain ul {
font-weight: bold;
}
.module-shortcutanchordiv {
position: relative;
top: -3em;
}
li .module-shortcutanchordiv {
float: right; /* IE/Edge in list items */
}
.mbox-imageright .module-shortcutboxplain {
padding: 0.4em 1em 0.4em 1em;
line-height: 1.3;
margin: 0;
}