“模板:Shortcut/styles.css”的版本间的差异
来自中文乐谱库
wiki_>Sunny00217 (回退到由Sunny00217 (討論)做出的修訂版本58210883:不要全刪啊...) |
小 (导入1个版本) |
||
| 第1行: | 第1行: | ||
| − | + | /* {{pp-template}} */ | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | } | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | } | ||
| − | |||
.module-shortcutboxplain { | .module-shortcutboxplain { | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
float: right; | float: right; | ||
| − | border | + | border: 1px solid #aaa; |
| − | padding: . | + | background: #fff; |
| − | text-align: center; | + | margin: 0 0 0 1em; |
| − | + | padding: 0.3em 0.6em 0.2em 0.6em; | |
| + | text-align: center; | ||
| + | font-size: 85%; | ||
font-weight: bold; | font-weight: bold; | ||
| − | |||
| − | |||
} | } | ||
.module-shortcutlist { | .module-shortcutlist { | ||
| − | display:inline-block; | + | display: inline-block; |
| − | border-bottom:1px solid #aaa; | + | border-bottom: 1px solid #aaa; |
| − | margin-bottom:.2em; | + | margin-bottom: 0.2em; |
font-weight: normal; | font-weight: normal; | ||
} | } | ||
.module-shortcutanchordiv { | .module-shortcutanchordiv { | ||
| − | position:relative; | + | position: relative; |
| − | top:-3em; | + | top: -3em; |
| + | } | ||
| + | |||
| + | li .module-shortcutanchordiv { | ||
| + | float: right; /* IE/Edge in list items */ | ||
} | } | ||
2020年7月4日 (六) 18:31的版本
/* {{pp-template}} */
.module-shortcutboxplain {
float: right;
border: 1px solid #aaa;
background: #fff;
margin: 0 0 0 1em;
padding: 0.3em 0.6em 0.2em 0.6em;
text-align: center;
font-size: 85%;
font-weight: bold;
}
.module-shortcutlist {
display: inline-block;
border-bottom: 1px solid #aaa;
margin-bottom: 0.2em;
font-weight: normal;
}
.module-shortcutanchordiv {
position: relative;
top: -3em;
}
li .module-shortcutanchordiv {
float: right; /* IE/Edge in list items */
}