「模板: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行:
.shortcutbox {
.module-shortcutboxplain {
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;
float: right;
border-left: 1px solid #aaa;
margin: 0 0 0 1em;
padding: .4em 0em .4em 1em;
border: 1px solid #aaa;
text-align: center;
background: #fff;
line-height: 1.4em;
padding: 0.3em 0.6em 0.2em 0.6em;
font-weight: bold;
text-align: center;
font-size: smaller;
font-size: 85%;
white-space: nowrap;
}
}


.shortcutlist {
.module-shortcutboxleft {
display:inline-block;
float: left;
border-bottom:1px solid #aaa;
margin: 0 1em 0 0;
margin-bottom:.2em;
font-weight: normal;
}
}


.shortcut-anchordiv {
.module-shortcutlist {
position:relative;
display: inline-block;
top:-3em;
border-bottom: 1px solid #aaa;
margin-bottom: 0.2em;
}
}


.module-shortcutboxplain {
.module-shortcutboxplain ul {
float:right;
font-weight: bold;
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;
}
}


.module-shortcutboxplain-left {
.module-shortcutanchordiv {
float:left;
position: relative;
}
top: -3em;
 
.module-omboxshortcutplain {
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;
}
}


.module-shortcutlist {
li .module-shortcutanchordiv {
display:inline-block;
float: right; /* IE/Edge in list items */
border-bottom:1px solid #aaa;
margin-bottom:.2em;
font-weight: normal;
}
}


.module-shortcutanchordiv {
.mbox-imageright .module-shortcutboxplain {
position:relative;
padding: 0.4em 1em 0.4em 1em;
top:-3em;
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;
}