Template:Shortcut/styles.css: Difference between revisions
Jump to navigation
Jump to search
en>Galobtter hmm |
en>Galobtter uniqueify |
||
Line 1: | Line 1: | ||
.shortcutboxplain { | .module-shortcutboxplain { | ||
float:right; | float:right; | ||
border:1px solid #aaa; | border:1px solid #aaa; | ||
Line 10: | Line 10: | ||
} | } | ||
.shortcutlist { | .module-shortcutlist { | ||
display:inline-block; | display:inline-block; | ||
border-bottom:1px solid #aaa; | border-bottom:1px solid #aaa; | ||
Line 17: | Line 17: | ||
} | } | ||
.shortcutanchordiv { | .module-shortcutanchordiv { | ||
position:relative; | position:relative; | ||
top:-3em; | top:-3em; | ||
} | } |
Revision as of 08:20, 26 August 2018
.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
}
.module-shortcutlist {
display:inline-block;
border-bottom:1px solid #aaa;
margin-bottom:.2em;
font-weight: normal;
}
.module-shortcutanchordiv {
position:relative;
top:-3em;
}