“模板:Shortcut/styles.css”的版本间的差异
来自中文乐谱库
wiki_>Izno (float right here) |
wiki_>Sunny00217 (回退到由Sunny00217 (討論)做出的修訂版本58210883:不要全刪啊...) |
||
| 第1行: | 第1行: | ||
| − | + | .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 { | ||
| + | display:inline-block; | ||
| + | border-bottom:1px solid #aaa; | ||
| + | margin-bottom:.2em; | ||
| + | font-weight: normal; | ||
| + | } | ||
| + | |||
| + | .shortcut-anchordiv { | ||
| + | position:relative; | ||
| + | top:-3em; | ||
| + | } | ||
| + | |||
.module-shortcutboxplain { | .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; | ||
| + | } | ||
| + | |||
| + | .module-shortcutboxplain-left { | ||
| + | float:left; | ||
| + | } | ||
| + | |||
| + | .module-omboxshortcutplain { | ||
float: right; | float: right; | ||
| − | border: 1px solid #aaa | + | border-left: 1px solid #aaa; |
| − | + | padding: .4em 0em .4em 1em; | |
| − | + | text-align: center; | |
| − | padding: | + | line-height: 1.4em; |
| − | text-align: center; | ||
| − | |||
font-weight: bold; | font-weight: bold; | ||
| + | font-size: smaller; | ||
| + | white-space: nowrap; | ||
} | } | ||
.module-shortcutlist { | .module-shortcutlist { | ||
| − | display: inline-block; | + | display:inline-block; |
| − | border-bottom: 1px solid #aaa; | + | border-bottom:1px solid #aaa; |
| − | margin-bottom: | + | margin-bottom:.2em; |
font-weight: normal; | font-weight: normal; | ||
} | } | ||
.module-shortcutanchordiv { | .module-shortcutanchordiv { | ||
| − | position: relative; | + | position:relative; |
| − | top: -3em; | + | top:-3em; |
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
2020年2月21日 (五) 12:12的版本
.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 {
display:inline-block;
border-bottom:1px solid #aaa;
margin-bottom:.2em;
font-weight: normal;
}
.shortcut-anchordiv {
position:relative;
top:-3em;
}
.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;
}
.module-shortcutboxplain-left {
float:left;
}
.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 {
display:inline-block;
border-bottom:1px solid #aaa;
margin-bottom:.2em;
font-weight: normal;
}
.module-shortcutanchordiv {
position:relative;
top:-3em;
}