Template:Shortcut/styles.css: Difference between revisions
Jump to navigation
Jump to search
en>Pppery Adding protection template |
en>Izno float right here |
||
Line 1: | Line 1: | ||
/* {{pp-template}} */ | /* {{pp-template}} */ | ||
.module-shortcutboxplain { | .module-shortcutboxplain { | ||
float:right; | float: right; | ||
border:1px solid #aaa; | border: 1px solid #aaa; | ||
background:#fff; | background: #fff; | ||
margin:0 0 0 1em; | margin: 0 0 0 1em; | ||
padding:.3em .6em .2em .6em; | padding: 0.3em 0.6em 0.2em 0.6em; | ||
text-align:center; | text-align: center; | ||
font-size:85%; | 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 */ | |||
} | } |
Revision as of 20:09, 16 August 2019
/* {{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 */
}