模板:Ombox/shortcut.css

来自戏曲百科
/*
{{pp-template}}
*/
.module-shortcutboxplain {
    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;
}
.shortcutword{
	display: inline-block; 
	border-bottom: 1px solid #aaa; 
	line-height: 1.5em; 
	font-weight: normal;
	margin-bottom: .2em;
	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;
}