Template:Shortcut/styles.css: Difference between revisions
(hmm) |
m (10 revisions imported from wikipedia:Template:Shortcut/styles.css: see Topic:Vtixlm0q28eo6jtf) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
.shortcutboxplain { | /* {{pp-template}} */ | ||
float:right; | .module-shortcutboxplain { | ||
border:1px solid #aaa; | float: right; | ||
background:#fff; | margin: 0 0 0 1em; | ||
border: 1px solid #aaa; | |||
background: #fff; | |||
text-align:center; | padding: 0.3em 0.6em 0.2em 0.6em; | ||
font-size:85%; | text-align: center; | ||
font-size: 85%; | |||
} | } | ||
. | .module-shortcutboxleft { | ||
float: left; | |||
margin: 0 1em 0 0; | |||
margin | |||
} | } | ||
.shortcutanchordiv { | .module-shortcutlist { | ||
position:relative; | display: inline-block; | ||
top:-3em; | border-bottom: 1px solid #aaa; | ||
margin-bottom: 0.2em; | |||
} | |||
.module-shortcutboxplain > ul { | |||
font-weight: bold; | |||
} | |||
.module-shortcutanchordiv { | |||
position: relative; | |||
top: -3em; | |||
} | |||
li .module-shortcutanchordiv { | |||
float: right; /* IE/Edge in list items */ | |||
} | |||
.mbox-imageright .module-shortcutboxplain { | |||
padding: 0.4em 1em 0.4em 1em; | |||
line-height: 1.3; | |||
} | } |
Latest revision as of 11:40, 21 May 2021
/* {{pp-template}} */ .module-shortcutboxplain { float: right; margin: 0 0 0 1em; border: 1px solid #aaa; background: #fff; padding: 0.3em 0.6em 0.2em 0.6em; text-align: center; font-size: 85%; } .module-shortcutboxleft { float: left; margin: 0 1em 0 0; } .module-shortcutlist { display: inline-block; border-bottom: 1px solid #aaa; margin-bottom: 0.2em; } .module-shortcutboxplain > ul { font-weight: bold; } .module-shortcutanchordiv { position: relative; top: -3em; } li .module-shortcutanchordiv { float: right; /* IE/Edge in list items */ } .mbox-imageright .module-shortcutboxplain { padding: 0.4em 1em 0.4em 1em; line-height: 1.3; }